body {
  font-family: 'Space Grotesk', sans-serif;
}
.display-1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 4.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.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.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 90rem) / (48 - 25)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 25))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 40rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff0568 !important;
}
.bg-success {
  background-color: #aeffb6 !important;
}
.bg-info {
  background-color: #78c5e2 !important;
}
.bg-warning {
  background-color: #ffa29d !important;
}
.bg-danger {
  background-color: #f7f200 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff0568 !important;
  border-color: #ff0568 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ad0045 !important;
  border-color: #ad0045 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ad0045 !important;
  border-color: #ad0045 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cacbcc !important;
  border-color: #cacbcc !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #9ea0a1 !important;
  border-color: #9ea0a1 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #9ea0a1 !important;
  border-color: #9ea0a1 !important;
}
.btn-info,
.btn-info:active {
  background-color: #78c5e2 !important;
  border-color: #78c5e2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #31a6d3 !important;
  border-color: #31a6d3 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #31a6d3 !important;
  border-color: #31a6d3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #aeffb6 !important;
  border-color: #aeffb6 !important;
  color: #00ae11 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #005709 !important;
  background-color: #57ff68 !important;
  border-color: #57ff68 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #00ae11 !important;
  background-color: #57ff68 !important;
  border-color: #57ff68 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffa29d !important;
  border-color: #ffa29d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff5046 !important;
  border-color: #ff5046 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff5046 !important;
  border-color: #ff5046 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f7f200 !important;
  border-color: #f7f200 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #a09d00 !important;
  border-color: #a09d00 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #a09d00 !important;
  border-color: #a09d00 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.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: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.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: #ad0045;
  color: #ff0568;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ad0045 !important;
  background-color: transparent!important;
  border-color: #ad0045 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0568 !important;
  border-color: #ff0568 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #9ea0a1;
  color: #cacbcc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #9ea0a1 !important;
  background-color: transparent!important;
  border-color: #9ea0a1 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #cacbcc !important;
  border-color: #cacbcc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #31a6d3;
  color: #78c5e2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #31a6d3 !important;
  background-color: transparent!important;
  border-color: #31a6d3 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #78c5e2 !important;
  border-color: #78c5e2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #57ff68;
  color: #aeffb6;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #57ff68 !important;
  background-color: transparent!important;
  border-color: #57ff68 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #00ae11 !important;
  background-color: #aeffb6 !important;
  border-color: #aeffb6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff5046;
  color: #ffa29d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff5046 !important;
  background-color: transparent!important;
  border-color: #ff5046 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa29d !important;
  border-color: #ffa29d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #a09d00;
  color: #f7f200;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a09d00 !important;
  background-color: transparent!important;
  border-color: #a09d00 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #f7f200 !important;
  border-color: #f7f200 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #cfcfcf;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff0568 !important;
}
.text-secondary {
  color: #cacbcc !important;
}
.text-success {
  color: #aeffb6 !important;
}
.text-info {
  color: #78c5e2 !important;
}
.text-warning {
  color: #ffa29d !important;
}
.text-danger {
  color: #f7f200 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9e003f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #96989a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #48ff5a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #2b9ec9 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff4137 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #918e00 !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: #ff0568;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #78c5e2;
}
.alert-warning {
  background-color: #ffa29d;
}
.alert-danger {
  background-color: #f7f200;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff0568;
  border-color: #ff0568;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff0568;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffd1e3;
}
.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: #fffec4;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #ff0568 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ff0568;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff0568;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff0568;
}
.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: #ff0568;
  border-bottom-color: #ff0568;
}
.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: #ff0568 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #cacbcc !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='%23ff0568' %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;
}
.cid-uOoky4DS4F {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uOoky4DS4F .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uOoky4DS4F .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uOoky4DS4F .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOoky4DS4F .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uOoky4DS4F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOoky4DS4F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOoky4DS4F .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uOoky4DS4F .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uOoky4DS4F .navbar-nav .nav-item .nav-link {
  padding: 0 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uOoky4DS4F .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uOoky4DS4F .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-uOoky4DS4F .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uOoky4DS4F .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uOoky4DS4F .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #000000;
  border-radius: 4px !important;
}
@media (min-width: 992px) {
  .cid-uOoky4DS4F .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uOoky4DS4F .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uOoky4DS4F .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uOoky4DS4F .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uOoky4DS4F .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uOoky4DS4F .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uOoky4DS4F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uOoky4DS4F .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 5px 10px 40px 0 #eeeeee;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uOoky4DS4F .container {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uOoky4DS4F .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uOoky4DS4F .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOoky4DS4F .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  border-radius: 4px !important;
}
.cid-uOoky4DS4F .nav-item:focus,
.cid-uOoky4DS4F .nav-link:focus {
  outline: none;
}
.cid-uOoky4DS4F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOoky4DS4F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOoky4DS4F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOoky4DS4F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOoky4DS4F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOoky4DS4F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOoky4DS4F .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uOoky4DS4F .navbar.opened {
  transition: all 0.3s;
}
.cid-uOoky4DS4F .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOoky4DS4F .navbar .navbar-logo img {
  width: auto;
}
.cid-uOoky4DS4F .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uOoky4DS4F .navbar.collapsed {
  justify-content: center;
}
.cid-uOoky4DS4F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOoky4DS4F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOoky4DS4F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uOoky4DS4F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOoky4DS4F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOoky4DS4F .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uOoky4DS4F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOoky4DS4F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOoky4DS4F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOoky4DS4F .navbar {
    min-height: 72px;
  }
  .cid-uOoky4DS4F .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uOoky4DS4F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOoky4DS4F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOoky4DS4F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOoky4DS4F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOoky4DS4F .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uOoky4DS4F .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOoky4DS4F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uOoky4DS4F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOoky4DS4F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOoky4DS4F .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uOoky4DS4F .dropdown-item.active,
.cid-uOoky4DS4F .dropdown-item:active {
  background-color: transparent;
}
.cid-uOoky4DS4F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOoky4DS4F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOoky4DS4F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOoky4DS4F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uOoky4DS4F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uOoky4DS4F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uOoky4DS4F .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uOoky4DS4F ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOoky4DS4F .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uOoky4DS4F .navbar-buttons {
    text-align: left;
  }
}
.cid-uOoky4DS4F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOoky4DS4F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #19171c;
}
.cid-uOoky4DS4F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOoky4DS4F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOoky4DS4F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOoky4DS4F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOoky4DS4F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOoky4DS4F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOoky4DS4F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOoky4DS4F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOoky4DS4F .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOoky4DS4F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOoky4DS4F .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOoky4DS4F .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOoky4DS4F .navbar {
    height: 70px;
  }
  .cid-uOoky4DS4F .navbar.opened {
    height: auto;
  }
  .cid-uOoky4DS4F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uOoky4DS4F .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  margin-right: 30px;
}
.cid-uOoky4DS4F .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uOoky4DS4F .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uOoky4DS4F .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uOoky4DS4F .navbar-brand {
    margin-right: auto;
  }
  .cid-uOoky4DS4F .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uOoky4DS4F .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uOoky4DS4F .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uOoky4DS4F .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uOo2exSRq2 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uOo2exSRq2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOo2exSRq2 .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-uOo2exSRq2 .container {
    padding: 0 15px;
  }
}
.cid-uOo2exSRq2 .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uOo2exSRq2 .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOo2exSRq2 .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uOo2exSRq2 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uOo2exSRq2 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOo2exSRq2 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOo2exSRq2 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOo2exSRq2 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uOo2exSRq2 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uOo2exSRq2 .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #8c418c;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-uOo2exSRq2 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uOo2exSRq2 .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uOo2exSRq2 .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uOo2exSRq2 .mbr-section-title {
  color: #ffffff;
}
.cid-uOo2exSRq2 .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uOo2exSRq2 .mbr-text {
  color: #d2d2df;
}
.cid-uOo2ClsONt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOo2ClsONt .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uOo2ClsONt .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uOo2ClsONt .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #e7cce7;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uOo2ClsONt .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uOo2ClsONt .mbr-text {
  color: #000000;
}
.cid-uOo9bLkWPw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e7cce7;
  position: relative;
  overflow: hidden;
}
.cid-uOo9bLkWPw .container {
  max-width: 920px;
}
.cid-uOo9bLkWPw .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #e7cce7;
  border: 1px solid rgba(166, 102, 166, 0.2);
}
@media (max-width: 991px) {
  .cid-uOo9bLkWPw .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-uOo9bLkWPw .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-uOo9bLkWPw .border-container {
    padding: 9% 7%;
  }
}
.cid-uOo9bLkWPw .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-uOo9bLkWPw .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-uOo9bLkWPw .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-uOo9bLkWPw .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-uOo9bLkWPw .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #e7cce7;
  border-color: rgba(166, 102, 166, 0.2);
}
@media (max-width: 991px) {
  .cid-uOo9bLkWPw .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-uOo9bLkWPw .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-uOo9bLkWPw .border-frame {
    width: 7%;
  }
}
.cid-uOo9bLkWPw .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uOo9bLkWPw .content-container {
    min-height: auto;
  }
}
.cid-uOo9bLkWPw .text-container {
  width: 100%;
}
.cid-uOo9bLkWPw .text-wrapper {
  width: 100%;
}
.cid-uOo9bLkWPw .mbr-text {
  color: #1a2229;
  width: 100%;
  margin: 0;
}
.cid-uOo9bLkWPw .card-title {
  color: #1a2229;
  width: 100%;
  margin-bottom: 28px !important;
}
.cid-uOo9bLkWPw .mbr-section-btn {
  margin-top: 28px;
}
.cid-uOo9bLkWPw .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(166, 102, 166, 0.2);
}
.cid-uOo9bLkWPw .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-uOo9bLkWPw .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-uOo9bLkWPw .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-uOo9bLkWPw .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-uOo9bLkWPw .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-uOo2LS5BsD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOo2LS5BsD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOo2LS5BsD .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-uOo2LS5BsD .container {
    padding: 0 30px;
  }
}
.cid-uOo2LS5BsD .row {
  justify-content: center;
}
.cid-uOo2LS5BsD .title-wrapper {
  margin: 0 12%;
  border-bottom: 1px solid #000000;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOo2LS5BsD .title-wrapper {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .cid-uOo2LS5BsD .title-wrapper {
    margin: 0;
  }
}
.cid-uOo2LS5BsD .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uOo2LS5BsD .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uOo2LS5BsD .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uOo2LS5BsD .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uOo2LS5BsD .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-uOo2LS5BsD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uOo2LS5BsD .mbr-text {
  color: #000000;
}
.cid-uOo2LS5BsD .mbr-name {
  color: #f1f4e9;
  text-align: center;
}
.cid-uOo2SJ0TkV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7cce7;
}
.cid-uOo2SJ0TkV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOo2SJ0TkV .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-uOo2SJ0TkV .container {
    padding: 0 16px;
  }
}
.cid-uOo2SJ0TkV .card {
  position: relative;
  justify-content: center;
}
.cid-uOo2SJ0TkV .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #ffffff;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-uOo2SJ0TkV .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-uOo2SJ0TkV .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uOo2SJ0TkV .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-uOo2SJ0TkV .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-uOo2SJ0TkV .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #d4fe00;
}
.cid-uOo2SJ0TkV .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-uOo2SJ0TkV .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-uOo2SJ0TkV .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-uOo2SJ0TkV .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uOo2SJ0TkV .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-uOo2SJ0TkV .mbr-text {
  color: #000000;
}
.cid-uOo2SJ0TkV .mbr-name {
  color: #000000;
}
.cid-uOo2SJ0TkV .mbr-desc {
  color: #dce2e3;
}
.cid-sJfYStyB1M {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sJfYStyB1M .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sJfYStyB1M .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-sJfYStyB1M img,
.cid-sJfYStyB1M .item-img {
  width: 100%;
}
.cid-sJfYStyB1M .item:focus,
.cid-sJfYStyB1M span:focus {
  outline: none;
}
.cid-sJfYStyB1M .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sJfYStyB1M .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sJfYStyB1M img {
  border-radius: 30px;
}
.cid-sJfYStyB1M .item-title {
  color: #000000;
  text-align: center;
}
.cid-uOmYl3C3oy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-uOmYl3C3oy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmYl3C3oy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOmYl3C3oy .row {
  justify-content: flex-start;
}
.cid-uOmYl3C3oy .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
.cid-uOmYl3C3oy .mbr-text {
  color: #000000;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-uOo4ZFd7uR {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOo4ZFd7uR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOo4ZFd7uR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOo4ZFd7uR .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOo4ZFd7uR .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uOo4ZFd7uR .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOo4ZFd7uR .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uOo4ZFd7uR .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOo4ZFd7uR .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uOo4ZFd7uR .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOo4ZFd7uR .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uOo4ZFd7uR .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uOo4ZFd7uR .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uOo4ZFd7uR .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uOo4ZFd7uR .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uOo4ZFd7uR .mbr-section-title {
  color: #050f0f;
}
.cid-uOo4ZFd7uR .mbr-text {
  color: #050f0f;
}
.cid-uOmYzSeCrZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sustainable-weed-packaging-ideas-1.jpg-1024x1024.jpg");
}
.cid-uOmYzSeCrZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmYzSeCrZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOmYzSeCrZ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uOmYzSeCrZ .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uOmYzSeCrZ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uOmYzSeCrZ .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uOmYzSeCrZ .container {
    padding: 0 16px;
  }
}
.cid-uOmYzSeCrZ .row {
  background-color: #ffffff;
  justify-content: center;
  margin: 0;
  border-radius: 1rem;
}
.cid-uOmYzSeCrZ .item {
  padding: 40px 80px;
  border-right: 1px solid #ffffff;
}
@media (max-width: 1200px) {
  .cid-uOmYzSeCrZ .item {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOmYzSeCrZ .item {
    padding: 25px;
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uOmYzSeCrZ .item:nth-child(2n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uOmYzSeCrZ .item:nth-child(2n) {
    border-right: none;
  }
}
.cid-uOmYzSeCrZ .item .item-wrapper .card-subtitle {
  margin-bottom: 40px;
}
.cid-uOmYzSeCrZ .item .item-wrapper .item-img {
  margin-bottom: 28px;
}
.cid-uOmYzSeCrZ .item .item-wrapper .item-img img {
  display: inline-flex;
  object-fit: cover;
  height: 350px;
  border-radius: 1rem !important;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uOmYzSeCrZ .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uOmYzSeCrZ .item .item-wrapper .card-title {
  margin-bottom: 10px;
}
.cid-uOmYzSeCrZ .item .item-wrapper .card-text {
  margin-bottom: 20px;
}
.cid-uOmYzSeCrZ .card-title {
  color: #000000;
}
.cid-uOmYzSeCrZ .card-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uOmYzSeCrZ .card-text {
  color: #000000;
  text-align: center;
}
.cid-uOmYzSeCrZ .card-title,
.cid-uOmYzSeCrZ .item-img,
.cid-uOmYzSeCrZ .mbr-section-btn {
  text-align: center;
}
.cid-uOmYmgxsxM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-uOmYmgxsxM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmYmgxsxM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOmYmgxsxM .row {
  justify-content: flex-start;
}
.cid-uOmYmgxsxM .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uOmYmgxsxM .mbr-text {
  color: #000000;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-uOo3KDHm6V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uOo3KDHm6V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOo3KDHm6V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOo3KDHm6V .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-uOo3KDHm6V .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOo3KDHm6V .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uOo3KDHm6V .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uOo3KDHm6V .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-uOo3KDHm6V .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOo3KDHm6V .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOo3KDHm6V .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOo3KDHm6V .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOo3KDHm6V .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uOo3KDHm6V .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uOo3KDHm6V .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uOo3KDHm6V .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uOo3KDHm6V .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-uOo3KDHm6V .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-uOo3KDHm6V .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uOo3KDHm6V .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-uOo3KDHm6V .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOo3KDHm6V .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uOo3KDHm6V .card {
  justify-content: space-between;
}
.cid-uOo3KDHm6V .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uOo3KDHm6V .panel-title-edit {
  color: #000000;
}
.cid-uOo3KDHm6V .panel-text {
  color: #f24d4a;
}
.cid-uOo3KDHm6V .panel-text,
.cid-uOo3KDHm6V .panel-body {
  color: #000000;
}
.cid-uOmYp8uu4t {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-uOmYp8uu4t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmYp8uu4t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOmYp8uu4t .row {
  justify-content: flex-start;
}
.cid-uOmYp8uu4t .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uOmYp8uu4t .mbr-text {
  color: #000000;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-uOo2Ok9uBW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7cce7;
}
.cid-uOo2Ok9uBW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOo2Ok9uBW .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-uOo2Ok9uBW .container {
    padding: 0 30px;
  }
}
.cid-uOo2Ok9uBW .row {
  justify-content: center;
}
.cid-uOo2Ok9uBW .title-wrapper {
  margin: 0 12%;
  border-bottom: 1px solid #000000;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOo2Ok9uBW .title-wrapper {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .cid-uOo2Ok9uBW .title-wrapper {
    margin: 0;
  }
}
.cid-uOo2Ok9uBW .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uOo2Ok9uBW .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uOo2Ok9uBW .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uOo2Ok9uBW .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uOo2Ok9uBW .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-uOo2Ok9uBW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uOo2Ok9uBW .mbr-text {
  color: #000000;
}
.cid-uOo2Ok9uBW .mbr-name {
  color: #f1f4e9;
  text-align: center;
}
.cid-uOo7Z0ZHLm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fffff5;
}
.cid-uOo7Z0ZHLm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOo7Z0ZHLm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOo7Z0ZHLm .card-wrapper {
  border: 2px solid #000000;
  padding: 3rem 2.25rem;
  background: #fffff5;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uOo7Z0ZHLm .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uOo7Z0ZHLm .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uOo7Z0ZHLm .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOo7Z0ZHLm .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uOo7Z0ZHLm .google-map {
  height: 100%;
  position: relative;
}
.cid-uOo7Z0ZHLm .google-map iframe {
  padding: 2px;
  background-color: #000000;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOo7Z0ZHLm .google-map iframe {
    min-height: 350px;
  }
}
.cid-uOo7Z0ZHLm .google-map [data-state-details] {
  color: #4b4b4b;
  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-uOo7Z0ZHLm .google-map[data-state] {
  background: #ffffff;
}
.cid-uOo7Z0ZHLm .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uOo7Z0ZHLm ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uOo7Z0ZHLm .content-head {
  max-width: 800px;
}
.cid-uOo7Z0ZHLm .mbr-section-title {
  color: #000000;
}
.cid-uOo7Z0ZHLm .cardTitle {
  color: #000000;
}
.cid-uOo7Z0ZHLm .list,
.cid-uOo7Z0ZHLm .item-wrap {
  color: #000000;
}
.cid-uOoyTOegU3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOoyTOegU3 .row {
  align-items: center;
}
.cid-uOoyTOegU3 .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uOoyTOegU3 .mbr-text,
.cid-uOoyTOegU3 .mbr-section-btn {
  color: #000000;
}
.cid-uOoyTOegU3 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uOoyTOegU3 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uOoyTOegU3 .social-list .mbr-iconfont-social:hover {
  background: #ff0568;
  color: white;
}
.cid-uOoyTOegU3 .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uOoyTOegU3 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uOoyTOegU3 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uOoyTOegU3 .mbr-text-title {
  color: #bbbbbb;
}
.cid-uOoyTOegU3 .mbr-section-title {
  color: #000000;
}
.cid-uOo7sO0Uf6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7cce7;
}
.cid-uOo7sO0Uf6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOo7sO0Uf6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOo7sO0Uf6 .row {
  justify-content: center;
}
.cid-uOo7sO0Uf6 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOo7sO0Uf6 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOo7sO0Uf6 .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOo7sO0Uf6 .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOo7sO0Uf6 .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uOo7sO0Uf6 .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-uOo7sO0Uf6 .nav-wrapper .list .item-wrap:hover,
.cid-uOo7sO0Uf6 .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uOo7sO0Uf6 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOo7sO0Uf6 .mbr-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uOo7sO0Uf6 .mbr-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-uOo7sO0Uf6 .border-wrapper {
  border-bottom: 3px dashed #000000;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOo7sO0Uf6 .border-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOo7sO0Uf6 .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uOo7sO0Uf6 .mbr-section-title {
  color: #ffffff;
}
.cid-uOo7sO0Uf6 .list {
  color: #ffffff;
}
.cid-uOo7sO0Uf6 .list,
.cid-uOo7sO0Uf6 .item-wrap {
  color: #000000;
}
.cid-uOoky4DS4F {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uOoky4DS4F .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uOoky4DS4F .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uOoky4DS4F .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOoky4DS4F .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uOoky4DS4F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOoky4DS4F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOoky4DS4F .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uOoky4DS4F .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uOoky4DS4F .navbar-nav .nav-item .nav-link {
  padding: 0 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uOoky4DS4F .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uOoky4DS4F .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-uOoky4DS4F .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uOoky4DS4F .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uOoky4DS4F .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #000000;
  border-radius: 4px !important;
}
@media (min-width: 992px) {
  .cid-uOoky4DS4F .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uOoky4DS4F .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uOoky4DS4F .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uOoky4DS4F .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uOoky4DS4F .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uOoky4DS4F .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uOoky4DS4F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uOoky4DS4F .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 5px 10px 40px 0 #eeeeee;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uOoky4DS4F .container {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uOoky4DS4F .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uOoky4DS4F .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOoky4DS4F .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  border-radius: 4px !important;
}
.cid-uOoky4DS4F .nav-item:focus,
.cid-uOoky4DS4F .nav-link:focus {
  outline: none;
}
.cid-uOoky4DS4F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOoky4DS4F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOoky4DS4F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOoky4DS4F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOoky4DS4F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOoky4DS4F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOoky4DS4F .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uOoky4DS4F .navbar.opened {
  transition: all 0.3s;
}
.cid-uOoky4DS4F .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOoky4DS4F .navbar .navbar-logo img {
  width: auto;
}
.cid-uOoky4DS4F .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uOoky4DS4F .navbar.collapsed {
  justify-content: center;
}
.cid-uOoky4DS4F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOoky4DS4F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOoky4DS4F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uOoky4DS4F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOoky4DS4F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOoky4DS4F .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uOoky4DS4F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOoky4DS4F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOoky4DS4F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOoky4DS4F .navbar {
    min-height: 72px;
  }
  .cid-uOoky4DS4F .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uOoky4DS4F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOoky4DS4F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOoky4DS4F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOoky4DS4F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOoky4DS4F .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uOoky4DS4F .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOoky4DS4F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uOoky4DS4F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOoky4DS4F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOoky4DS4F .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uOoky4DS4F .dropdown-item.active,
.cid-uOoky4DS4F .dropdown-item:active {
  background-color: transparent;
}
.cid-uOoky4DS4F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOoky4DS4F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOoky4DS4F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOoky4DS4F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uOoky4DS4F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uOoky4DS4F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uOoky4DS4F .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uOoky4DS4F ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOoky4DS4F .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uOoky4DS4F .navbar-buttons {
    text-align: left;
  }
}
.cid-uOoky4DS4F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOoky4DS4F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #19171c;
}
.cid-uOoky4DS4F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOoky4DS4F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOoky4DS4F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOoky4DS4F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOoky4DS4F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOoky4DS4F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOoky4DS4F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOoky4DS4F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOoky4DS4F .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOoky4DS4F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOoky4DS4F .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOoky4DS4F .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOoky4DS4F .navbar {
    height: 70px;
  }
  .cid-uOoky4DS4F .navbar.opened {
    height: auto;
  }
  .cid-uOoky4DS4F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uOoky4DS4F .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  margin-right: 30px;
}
.cid-uOoky4DS4F .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uOoky4DS4F .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uOoky4DS4F .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uOoky4DS4F .navbar-brand {
    margin-right: auto;
  }
  .cid-uOoky4DS4F .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uOoky4DS4F .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uOoky4DS4F .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uOoky4DS4F .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uOo9NFUux2 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-7.jpg");
}
.cid-uOo9NFUux2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOo9NFUux2 .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-uOo9NFUux2 .container {
    padding: 0 15px;
  }
}
.cid-uOo9NFUux2 .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uOo9NFUux2 .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOo9NFUux2 .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uOo9NFUux2 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uOo9NFUux2 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOo9NFUux2 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOo9NFUux2 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOo9NFUux2 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uOo9NFUux2 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uOo9NFUux2 .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #8c418c;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-uOo9NFUux2 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uOo9NFUux2 .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uOo9NFUux2 .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uOo9NFUux2 .mbr-section-title {
  color: #ffffff;
}
.cid-uOo9NFUux2 .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uOo9NFUux2 .mbr-text {
  color: #d2d2df;
}
.cid-uOo9WZ4HYL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOo9WZ4HYL .block__inner {
  padding: 65px 20px 75px;
  border-radius: 10px;
  border: 2px solid #e7cce7;
}
.cid-uOo9WZ4HYL .mbr-iconfont {
  font-size: 62px;
  color: #ebeaed;
}
.cid-uOo9WZ4HYL .mbr-section-title {
  margin-top: 25px;
  margin-bottom: 0;
}
.cid-uOo9WZ4HYL .mbr-text {
  margin-top: 25px;
  margin-bottom: 0;
  color: #000000;
}
.cid-uOo9WZ4HYL .mbr-section-btn {
  margin-top: 40px;
}
.cid-uOo9WZ4HYL .mbr-section-btn .btn {
  height: 50px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-uOo9WZ4HYL .mbr-text {
    margin-top: 10px;
  }
  .cid-uOo9WZ4HYL .mbr-section-title {
    margin-top: 10px;
  }
  .cid-uOo9WZ4HYL .block__inner {
    padding: 30px 20px 40px;
  }
}
.cid-uOo9WZ4HYL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOo9WZ4HYL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOo9VrFQOT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fffff5;
}
.cid-uOo9VrFQOT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOo9VrFQOT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOo9VrFQOT .card-wrapper {
  border: 2px solid #000000;
  padding: 3rem 2.25rem;
  background: #fffff5;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uOo9VrFQOT .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uOo9VrFQOT .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uOo9VrFQOT .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOo9VrFQOT .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uOo9VrFQOT .google-map {
  height: 100%;
  position: relative;
}
.cid-uOo9VrFQOT .google-map iframe {
  padding: 2px;
  background-color: #000000;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOo9VrFQOT .google-map iframe {
    min-height: 350px;
  }
}
.cid-uOo9VrFQOT .google-map [data-state-details] {
  color: #4b4b4b;
  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-uOo9VrFQOT .google-map[data-state] {
  background: #ffffff;
}
.cid-uOo9VrFQOT .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uOo9VrFQOT ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uOo9VrFQOT .content-head {
  max-width: 800px;
}
.cid-uOo9VrFQOT .mbr-section-title {
  color: #000000;
}
.cid-uOo9VrFQOT .cardTitle {
  color: #000000;
}
.cid-uOo9VrFQOT .list,
.cid-uOo9VrFQOT .item-wrap {
  color: #000000;
}
.cid-uOozPzWu0A {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOozPzWu0A .row {
  align-items: center;
}
.cid-uOozPzWu0A .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uOozPzWu0A .mbr-text,
.cid-uOozPzWu0A .mbr-section-btn {
  color: #000000;
}
.cid-uOozPzWu0A .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uOozPzWu0A .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uOozPzWu0A .social-list .mbr-iconfont-social:hover {
  background: #ff0568;
  color: white;
}
.cid-uOozPzWu0A .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uOozPzWu0A .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uOozPzWu0A .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uOozPzWu0A .mbr-text-title {
  color: #bbbbbb;
}
.cid-uOozPzWu0A .mbr-section-title {
  color: #000000;
}
.cid-uOo7sO0Uf6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7cce7;
}
.cid-uOo7sO0Uf6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOo7sO0Uf6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOo7sO0Uf6 .row {
  justify-content: center;
}
.cid-uOo7sO0Uf6 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOo7sO0Uf6 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOo7sO0Uf6 .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOo7sO0Uf6 .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOo7sO0Uf6 .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uOo7sO0Uf6 .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-uOo7sO0Uf6 .nav-wrapper .list .item-wrap:hover,
.cid-uOo7sO0Uf6 .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uOo7sO0Uf6 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOo7sO0Uf6 .mbr-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uOo7sO0Uf6 .mbr-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-uOo7sO0Uf6 .border-wrapper {
  border-bottom: 3px dashed #000000;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOo7sO0Uf6 .border-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOo7sO0Uf6 .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uOo7sO0Uf6 .mbr-section-title {
  color: #ffffff;
}
.cid-uOo7sO0Uf6 .list {
  color: #ffffff;
}
.cid-uOo7sO0Uf6 .list,
.cid-uOo7sO0Uf6 .item-wrap {
  color: #000000;
}
.cid-uOoky4DS4F {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uOoky4DS4F .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uOoky4DS4F .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uOoky4DS4F .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOoky4DS4F .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uOoky4DS4F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOoky4DS4F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOoky4DS4F .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uOoky4DS4F .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uOoky4DS4F .navbar-nav .nav-item .nav-link {
  padding: 0 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uOoky4DS4F .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uOoky4DS4F .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-uOoky4DS4F .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uOoky4DS4F .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uOoky4DS4F .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #000000;
  border-radius: 4px !important;
}
@media (min-width: 992px) {
  .cid-uOoky4DS4F .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uOoky4DS4F .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uOoky4DS4F .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uOoky4DS4F .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uOoky4DS4F .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uOoky4DS4F .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uOoky4DS4F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uOoky4DS4F .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 5px 10px 40px 0 #eeeeee;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uOoky4DS4F .container {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uOoky4DS4F .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uOoky4DS4F .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOoky4DS4F .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  border-radius: 4px !important;
}
.cid-uOoky4DS4F .nav-item:focus,
.cid-uOoky4DS4F .nav-link:focus {
  outline: none;
}
.cid-uOoky4DS4F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOoky4DS4F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOoky4DS4F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOoky4DS4F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOoky4DS4F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOoky4DS4F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOoky4DS4F .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uOoky4DS4F .navbar.opened {
  transition: all 0.3s;
}
.cid-uOoky4DS4F .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOoky4DS4F .navbar .navbar-logo img {
  width: auto;
}
.cid-uOoky4DS4F .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uOoky4DS4F .navbar.collapsed {
  justify-content: center;
}
.cid-uOoky4DS4F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOoky4DS4F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOoky4DS4F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uOoky4DS4F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOoky4DS4F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOoky4DS4F .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uOoky4DS4F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOoky4DS4F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOoky4DS4F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOoky4DS4F .navbar {
    min-height: 72px;
  }
  .cid-uOoky4DS4F .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uOoky4DS4F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOoky4DS4F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOoky4DS4F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOoky4DS4F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOoky4DS4F .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uOoky4DS4F .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOoky4DS4F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uOoky4DS4F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOoky4DS4F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOoky4DS4F .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uOoky4DS4F .dropdown-item.active,
.cid-uOoky4DS4F .dropdown-item:active {
  background-color: transparent;
}
.cid-uOoky4DS4F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOoky4DS4F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOoky4DS4F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOoky4DS4F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uOoky4DS4F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uOoky4DS4F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uOoky4DS4F .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uOoky4DS4F ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOoky4DS4F .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uOoky4DS4F .navbar-buttons {
    text-align: left;
  }
}
.cid-uOoky4DS4F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOoky4DS4F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #19171c;
}
.cid-uOoky4DS4F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOoky4DS4F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOoky4DS4F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOoky4DS4F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOoky4DS4F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOoky4DS4F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOoky4DS4F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOoky4DS4F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOoky4DS4F .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOoky4DS4F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOoky4DS4F .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOoky4DS4F .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOoky4DS4F .navbar {
    height: 70px;
  }
  .cid-uOoky4DS4F .navbar.opened {
    height: auto;
  }
  .cid-uOoky4DS4F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uOoky4DS4F .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  margin-right: 30px;
}
.cid-uOoky4DS4F .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uOoky4DS4F .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uOoky4DS4F .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uOoky4DS4F .navbar-brand {
    margin-right: auto;
  }
  .cid-uOoky4DS4F .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uOoky4DS4F .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uOoky4DS4F .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uOoky4DS4F .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uOoahJqqsn {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-7.jpg");
}
.cid-uOoahJqqsn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOoahJqqsn .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-uOoahJqqsn .container {
    padding: 0 15px;
  }
}
.cid-uOoahJqqsn .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uOoahJqqsn .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOoahJqqsn .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uOoahJqqsn .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uOoahJqqsn .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOoahJqqsn .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOoahJqqsn .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOoahJqqsn .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uOoahJqqsn .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uOoahJqqsn .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #8c418c;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-uOoahJqqsn .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uOoahJqqsn .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uOoahJqqsn .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uOoahJqqsn .mbr-section-title {
  color: #ffffff;
}
.cid-uOoahJqqsn .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uOoahJqqsn .mbr-text {
  color: #d2d2df;
}
.cid-uOncZ9cdZ4 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOncZ9cdZ4 .block__inner {
  padding: 65px 20px 75px;
  border-radius: 10px;
  border: 2px solid #e7cce7;
}
.cid-uOncZ9cdZ4 .mbr-iconfont {
  font-size: 62px;
  color: #ebeaed;
}
.cid-uOncZ9cdZ4 .mbr-section-title {
  margin-top: 25px;
  margin-bottom: 0;
}
.cid-uOncZ9cdZ4 .mbr-text {
  margin-top: 25px;
  margin-bottom: 0;
  color: #000000;
}
.cid-uOncZ9cdZ4 .mbr-section-btn {
  margin-top: 40px;
}
.cid-uOncZ9cdZ4 .mbr-section-btn .btn {
  height: 50px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-uOncZ9cdZ4 .mbr-text {
    margin-top: 10px;
  }
  .cid-uOncZ9cdZ4 .mbr-section-title {
    margin-top: 10px;
  }
  .cid-uOncZ9cdZ4 .block__inner {
    padding: 30px 20px 40px;
  }
}
.cid-uOncZ9cdZ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOncZ9cdZ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOncZabFQc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uOncZabFQc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOncZabFQc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOncZabFQc .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uOncZabFQc .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uOncZabFQc .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-uOncZabFQc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uOncZabFQc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uOozVhwjgj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOozVhwjgj .row {
  align-items: center;
}
.cid-uOozVhwjgj .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uOozVhwjgj .mbr-text,
.cid-uOozVhwjgj .mbr-section-btn {
  color: #000000;
}
.cid-uOozVhwjgj .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uOozVhwjgj .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uOozVhwjgj .social-list .mbr-iconfont-social:hover {
  background: #ff0568;
  color: white;
}
.cid-uOozVhwjgj .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uOozVhwjgj .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uOozVhwjgj .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uOozVhwjgj .mbr-text-title {
  color: #bbbbbb;
}
.cid-uOozVhwjgj .mbr-section-title {
  color: #000000;
}
.cid-uOo7sO0Uf6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7cce7;
}
.cid-uOo7sO0Uf6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOo7sO0Uf6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOo7sO0Uf6 .row {
  justify-content: center;
}
.cid-uOo7sO0Uf6 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOo7sO0Uf6 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOo7sO0Uf6 .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOo7sO0Uf6 .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOo7sO0Uf6 .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uOo7sO0Uf6 .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-uOo7sO0Uf6 .nav-wrapper .list .item-wrap:hover,
.cid-uOo7sO0Uf6 .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uOo7sO0Uf6 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOo7sO0Uf6 .mbr-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uOo7sO0Uf6 .mbr-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-uOo7sO0Uf6 .border-wrapper {
  border-bottom: 3px dashed #000000;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOo7sO0Uf6 .border-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOo7sO0Uf6 .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uOo7sO0Uf6 .mbr-section-title {
  color: #ffffff;
}
.cid-uOo7sO0Uf6 .list {
  color: #ffffff;
}
.cid-uOo7sO0Uf6 .list,
.cid-uOo7sO0Uf6 .item-wrap {
  color: #000000;
}
.cid-uOoky4DS4F {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uOoky4DS4F .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uOoky4DS4F .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uOoky4DS4F .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOoky4DS4F .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uOoky4DS4F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOoky4DS4F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOoky4DS4F .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uOoky4DS4F .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uOoky4DS4F .navbar-nav .nav-item .nav-link {
  padding: 0 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uOoky4DS4F .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uOoky4DS4F .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-uOoky4DS4F .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uOoky4DS4F .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uOoky4DS4F .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #000000;
  border-radius: 4px !important;
}
@media (min-width: 992px) {
  .cid-uOoky4DS4F .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uOoky4DS4F .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uOoky4DS4F .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uOoky4DS4F .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uOoky4DS4F .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uOoky4DS4F .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uOoky4DS4F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uOoky4DS4F .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 5px 10px 40px 0 #eeeeee;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uOoky4DS4F .container {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uOoky4DS4F .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uOoky4DS4F .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOoky4DS4F .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  border-radius: 4px !important;
}
.cid-uOoky4DS4F .nav-item:focus,
.cid-uOoky4DS4F .nav-link:focus {
  outline: none;
}
.cid-uOoky4DS4F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOoky4DS4F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOoky4DS4F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOoky4DS4F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOoky4DS4F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOoky4DS4F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOoky4DS4F .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uOoky4DS4F .navbar.opened {
  transition: all 0.3s;
}
.cid-uOoky4DS4F .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOoky4DS4F .navbar .navbar-logo img {
  width: auto;
}
.cid-uOoky4DS4F .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uOoky4DS4F .navbar.collapsed {
  justify-content: center;
}
.cid-uOoky4DS4F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOoky4DS4F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOoky4DS4F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uOoky4DS4F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOoky4DS4F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOoky4DS4F .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uOoky4DS4F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOoky4DS4F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOoky4DS4F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOoky4DS4F .navbar {
    min-height: 72px;
  }
  .cid-uOoky4DS4F .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uOoky4DS4F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOoky4DS4F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOoky4DS4F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOoky4DS4F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOoky4DS4F .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uOoky4DS4F .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOoky4DS4F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uOoky4DS4F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOoky4DS4F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOoky4DS4F .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uOoky4DS4F .dropdown-item.active,
.cid-uOoky4DS4F .dropdown-item:active {
  background-color: transparent;
}
.cid-uOoky4DS4F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOoky4DS4F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOoky4DS4F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOoky4DS4F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uOoky4DS4F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uOoky4DS4F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uOoky4DS4F .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uOoky4DS4F ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOoky4DS4F .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uOoky4DS4F .navbar-buttons {
    text-align: left;
  }
}
.cid-uOoky4DS4F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOoky4DS4F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #19171c;
}
.cid-uOoky4DS4F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOoky4DS4F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOoky4DS4F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOoky4DS4F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOoky4DS4F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOoky4DS4F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOoky4DS4F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOoky4DS4F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOoky4DS4F .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOoky4DS4F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOoky4DS4F .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOoky4DS4F .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOoky4DS4F .navbar {
    height: 70px;
  }
  .cid-uOoky4DS4F .navbar.opened {
    height: auto;
  }
  .cid-uOoky4DS4F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uOoky4DS4F .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  margin-right: 30px;
}
.cid-uOoky4DS4F .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uOoky4DS4F .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uOoky4DS4F .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uOoky4DS4F .navbar-brand {
    margin-right: auto;
  }
  .cid-uOoky4DS4F .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uOoky4DS4F .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uOoky4DS4F .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uOoky4DS4F .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uOocX8oRaZ {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uOocX8oRaZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOocX8oRaZ .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-uOocX8oRaZ .container {
    padding: 0 15px;
  }
}
.cid-uOocX8oRaZ .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uOocX8oRaZ .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOocX8oRaZ .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uOocX8oRaZ .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uOocX8oRaZ .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOocX8oRaZ .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOocX8oRaZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOocX8oRaZ .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uOocX8oRaZ .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uOocX8oRaZ .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #8c418c;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-uOocX8oRaZ .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uOocX8oRaZ .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uOocX8oRaZ .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uOocX8oRaZ .mbr-section-title {
  color: #ffffff;
}
.cid-uOocX8oRaZ .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uOocX8oRaZ .mbr-text {
  color: #d2d2df;
}
.cid-uOocX9VZNZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOocX9VZNZ .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uOocX9VZNZ .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uOocX9VZNZ .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #e7cce7;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uOocX9VZNZ .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uOocX9VZNZ .mbr-text {
  color: #000000;
}
.cid-uOocXb5ckg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e7cce7;
  position: relative;
  overflow: hidden;
}
.cid-uOocXb5ckg .container {
  max-width: 920px;
}
.cid-uOocXb5ckg .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #e7cce7;
  border: 1px solid rgba(166, 102, 166, 0.2);
}
@media (max-width: 991px) {
  .cid-uOocXb5ckg .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-uOocXb5ckg .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-uOocXb5ckg .border-container {
    padding: 9% 7%;
  }
}
.cid-uOocXb5ckg .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-uOocXb5ckg .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-uOocXb5ckg .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-uOocXb5ckg .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-uOocXb5ckg .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #e7cce7;
  border-color: rgba(166, 102, 166, 0.2);
}
@media (max-width: 991px) {
  .cid-uOocXb5ckg .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-uOocXb5ckg .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-uOocXb5ckg .border-frame {
    width: 7%;
  }
}
.cid-uOocXb5ckg .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uOocXb5ckg .content-container {
    min-height: auto;
  }
}
.cid-uOocXb5ckg .text-container {
  width: 100%;
}
.cid-uOocXb5ckg .text-wrapper {
  width: 100%;
}
.cid-uOocXb5ckg .mbr-text {
  color: #1a2229;
  width: 100%;
  margin: 0;
}
.cid-uOocXb5ckg .card-title {
  color: #1a2229;
  width: 100%;
  margin-bottom: 28px !important;
}
.cid-uOocXb5ckg .mbr-section-btn {
  margin-top: 28px;
}
.cid-uOocXb5ckg .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(166, 102, 166, 0.2);
}
.cid-uOocXb5ckg .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-uOocXb5ckg .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-uOocXb5ckg .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-uOocXb5ckg .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-uOocXb5ckg .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-uOocXcCR8g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOocXcCR8g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOocXcCR8g .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-uOocXcCR8g .container {
    padding: 0 30px;
  }
}
.cid-uOocXcCR8g .row {
  justify-content: center;
}
.cid-uOocXcCR8g .title-wrapper {
  margin: 0 12%;
  border-bottom: 1px solid #000000;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOocXcCR8g .title-wrapper {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .cid-uOocXcCR8g .title-wrapper {
    margin: 0;
  }
}
.cid-uOocXcCR8g .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uOocXcCR8g .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uOocXcCR8g .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uOocXcCR8g .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uOocXcCR8g .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-uOocXcCR8g .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uOocXcCR8g .mbr-text {
  color: #000000;
}
.cid-uOocXcCR8g .mbr-name {
  color: #f1f4e9;
  text-align: center;
}
.cid-uOocXe8Gj9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7cce7;
}
.cid-uOocXe8Gj9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOocXe8Gj9 .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-uOocXe8Gj9 .container {
    padding: 0 16px;
  }
}
.cid-uOocXe8Gj9 .card {
  position: relative;
  justify-content: center;
}
.cid-uOocXe8Gj9 .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #ffffff;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-uOocXe8Gj9 .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-uOocXe8Gj9 .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uOocXe8Gj9 .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-uOocXe8Gj9 .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-uOocXe8Gj9 .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #d4fe00;
}
.cid-uOocXe8Gj9 .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-uOocXe8Gj9 .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-uOocXe8Gj9 .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-uOocXe8Gj9 .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uOocXe8Gj9 .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-uOocXe8Gj9 .mbr-text {
  color: #000000;
}
.cid-uOocXe8Gj9 .mbr-name {
  color: #000000;
}
.cid-uOocXe8Gj9 .mbr-desc {
  color: #dce2e3;
}
.cid-uOocXfqutq {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uOocXfqutq .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uOocXfqutq .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-uOocXfqutq img,
.cid-uOocXfqutq .item-img {
  width: 100%;
}
.cid-uOocXfqutq .item:focus,
.cid-uOocXfqutq span:focus {
  outline: none;
}
.cid-uOocXfqutq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uOocXfqutq .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uOocXfqutq img {
  border-radius: 30px;
}
.cid-uOocXfqutq .item-title {
  color: #000000;
  text-align: center;
}
.cid-uOocXhbBvA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-uOocXhbBvA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOocXhbBvA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOocXhbBvA .row {
  justify-content: flex-start;
}
.cid-uOocXhbBvA .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
.cid-uOocXhbBvA .mbr-text {
  color: #000000;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-uOocXitlzB {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOocXitlzB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOocXitlzB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOocXitlzB .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOocXitlzB .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uOocXitlzB .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOocXitlzB .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uOocXitlzB .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOocXitlzB .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uOocXitlzB .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOocXitlzB .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uOocXitlzB .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uOocXitlzB .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uOocXitlzB .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uOocXitlzB .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uOocXitlzB .mbr-section-title {
  color: #050f0f;
}
.cid-uOocXitlzB .mbr-text {
  color: #050f0f;
}
.cid-uOocXk0RQV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7cce7;
}
.cid-uOocXk0RQV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOocXk0RQV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOocXk0RQV .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uOocXk0RQV .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uOocXk0RQV .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uOocXk0RQV .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uOocXk0RQV .container {
    padding: 0 16px;
  }
}
.cid-uOocXk0RQV .row {
  background-color: #ffffff;
  justify-content: center;
  margin: 0;
  border-radius: 1rem;
}
.cid-uOocXk0RQV .item {
  padding: 40px 80px;
  border-right: 1px solid #ffffff;
}
@media (max-width: 1200px) {
  .cid-uOocXk0RQV .item {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOocXk0RQV .item {
    padding: 25px;
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uOocXk0RQV .item:nth-child(2n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uOocXk0RQV .item:nth-child(2n) {
    border-right: none;
  }
}
.cid-uOocXk0RQV .item .item-wrapper .card-subtitle {
  margin-bottom: 40px;
}
.cid-uOocXk0RQV .item .item-wrapper .item-img {
  margin-bottom: 28px;
}
.cid-uOocXk0RQV .item .item-wrapper .item-img img {
  display: inline-flex;
  object-fit: cover;
  height: 350px;
  border-radius: 1rem !important;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uOocXk0RQV .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uOocXk0RQV .item .item-wrapper .card-title {
  margin-bottom: 10px;
}
.cid-uOocXk0RQV .item .item-wrapper .card-text {
  margin-bottom: 20px;
}
.cid-uOocXk0RQV .card-title {
  color: #000000;
}
.cid-uOocXk0RQV .card-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uOocXk0RQV .card-text {
  color: #000000;
  text-align: center;
}
.cid-uOocXk0RQV .card-title,
.cid-uOocXk0RQV .item-img,
.cid-uOocXk0RQV .mbr-section-btn {
  text-align: center;
}
.cid-uOocXlwrjX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-uOocXlwrjX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOocXlwrjX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOocXlwrjX .row {
  justify-content: flex-start;
}
.cid-uOocXlwrjX .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
.cid-uOocXlwrjX .mbr-text {
  color: #000000;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-uOocXn3ebs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uOocXn3ebs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOocXn3ebs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOocXn3ebs .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-uOocXn3ebs .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOocXn3ebs .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uOocXn3ebs .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uOocXn3ebs .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-uOocXn3ebs .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOocXn3ebs .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOocXn3ebs .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOocXn3ebs .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOocXn3ebs .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uOocXn3ebs .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uOocXn3ebs .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uOocXn3ebs .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uOocXn3ebs .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-uOocXn3ebs .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-uOocXn3ebs .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uOocXn3ebs .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-uOocXn3ebs .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOocXn3ebs .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uOocXn3ebs .card {
  justify-content: space-between;
}
.cid-uOocXn3ebs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uOocXn3ebs .panel-title-edit {
  color: #000000;
}
.cid-uOocXn3ebs .panel-text {
  color: #f24d4a;
}
.cid-uOocXn3ebs .panel-text,
.cid-uOocXn3ebs .panel-body {
  color: #000000;
}
.cid-uOocXpaaEz {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-uOocXpaaEz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOocXpaaEz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOocXpaaEz .row {
  justify-content: flex-start;
}
.cid-uOocXpaaEz .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uOocXpaaEz .mbr-text {
  color: #000000;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-uOofoMgRdp {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uOofoMgRdp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOofoMgRdp .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-uOofoMgRdp .container {
    padding: 0 20px;
  }
}
.cid-uOofoMgRdp .row {
  margin: 0;
}
.cid-uOofoMgRdp .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOofoMgRdp .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOofoMgRdp .video-block .video-wrapper .app-video-wrapper::before {
  color: #8c418c;
  text-shadow: none;
}
.cid-uOofoMgRdp .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uOofoMgRdp .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uOofoMgRdp .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uOofoMgRdp .mbr-section-title {
  color: #000000;
}
.cid-uOocXqxMK8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7cce7;
}
.cid-uOocXqxMK8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOocXqxMK8 .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-uOocXqxMK8 .container {
    padding: 0 30px;
  }
}
.cid-uOocXqxMK8 .row {
  justify-content: center;
}
.cid-uOocXqxMK8 .title-wrapper {
  margin: 0 12%;
  border-bottom: 1px solid #000000;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOocXqxMK8 .title-wrapper {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .cid-uOocXqxMK8 .title-wrapper {
    margin: 0;
  }
}
.cid-uOocXqxMK8 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uOocXqxMK8 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uOocXqxMK8 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uOocXqxMK8 .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uOocXqxMK8 .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-uOocXqxMK8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uOocXqxMK8 .mbr-text {
  color: #000000;
}
.cid-uOocXqxMK8 .mbr-name {
  color: #f1f4e9;
  text-align: center;
}
.cid-uOoeSvHUFf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOoeSvHUFf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOoeSvHUFf .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-uOoeSvHUFf .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOoeSvHUFf .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOoeSvHUFf .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #ffffff;
  border: 1px solid #a5a5a5;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOoeSvHUFf .panel-group .card {
    padding: 16px;
  }
}
.cid-uOoeSvHUFf .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOoeSvHUFf .panel-group .card:hover,
.cid-uOoeSvHUFf .panel-group .card:focus {
  border: 1px solid #8c418c;
}
.cid-uOoeSvHUFf .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOoeSvHUFf .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOoeSvHUFf .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOoeSvHUFf .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #000000;
}
.cid-uOoeSvHUFf .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uOoeSvHUFf .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uOoeSvHUFf .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #8c418c;
}
.cid-uOoeSvHUFf .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-uOoeSvHUFf .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOoeSvHUFf .mbr-section-title {
  color: #ffffff;
}
.cid-uOoeSvHUFf .panel-title-edit {
  color: #000000;
}
.cid-uOoeSvHUFf .panel-text {
  color: #000000;
}
.cid-uOoeSvHUFf .mbr-section-title,
.cid-uOoeSvHUFf .mbr-section-btn {
  color: #000000;
}
.cid-uOocXsthwt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fffff5;
}
.cid-uOocXsthwt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOocXsthwt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOocXsthwt .card-wrapper {
  border: 2px solid #000000;
  padding: 3rem 2.25rem;
  background: #fffff5;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uOocXsthwt .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uOocXsthwt .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uOocXsthwt .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOocXsthwt .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uOocXsthwt .google-map {
  height: 100%;
  position: relative;
}
.cid-uOocXsthwt .google-map iframe {
  padding: 2px;
  background-color: #000000;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOocXsthwt .google-map iframe {
    min-height: 350px;
  }
}
.cid-uOocXsthwt .google-map [data-state-details] {
  color: #4b4b4b;
  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-uOocXsthwt .google-map[data-state] {
  background: #ffffff;
}
.cid-uOocXsthwt .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uOocXsthwt ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uOocXsthwt .content-head {
  max-width: 800px;
}
.cid-uOocXsthwt .mbr-section-title {
  color: #000000;
}
.cid-uOocXsthwt .cardTitle {
  color: #000000;
}
.cid-uOocXsthwt .list,
.cid-uOocXsthwt .item-wrap {
  color: #000000;
}
.cid-uOozvymqli {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOozvymqli .row {
  align-items: center;
}
.cid-uOozvymqli .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uOozvymqli .mbr-text,
.cid-uOozvymqli .mbr-section-btn {
  color: #000000;
}
.cid-uOozvymqli .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uOozvymqli .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uOozvymqli .social-list .mbr-iconfont-social:hover {
  background: #ff0568;
  color: white;
}
.cid-uOozvymqli .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uOozvymqli .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uOozvymqli .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uOozvymqli .mbr-text-title {
  color: #bbbbbb;
}
.cid-uOozvymqli .mbr-section-title {
  color: #000000;
}
.cid-uOocXukObI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7cce7;
}
.cid-uOocXukObI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOocXukObI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOocXukObI .row {
  justify-content: center;
}
.cid-uOocXukObI .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOocXukObI .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOocXukObI .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOocXukObI .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOocXukObI .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uOocXukObI .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-uOocXukObI .nav-wrapper .list .item-wrap:hover,
.cid-uOocXukObI .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uOocXukObI .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOocXukObI .mbr-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uOocXukObI .mbr-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-uOocXukObI .border-wrapper {
  border-bottom: 3px dashed #000000;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOocXukObI .border-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOocXukObI .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uOocXukObI .mbr-section-title {
  color: #ffffff;
}
.cid-uOocXukObI .list {
  color: #ffffff;
}
.cid-uOocXukObI .list,
.cid-uOocXukObI .item-wrap {
  color: #000000;
}
.cid-uOoky4DS4F {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uOoky4DS4F .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uOoky4DS4F .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uOoky4DS4F .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOoky4DS4F .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uOoky4DS4F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOoky4DS4F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOoky4DS4F .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uOoky4DS4F .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uOoky4DS4F .navbar-nav .nav-item .nav-link {
  padding: 0 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uOoky4DS4F .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uOoky4DS4F .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-uOoky4DS4F .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uOoky4DS4F .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uOoky4DS4F .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #000000;
  border-radius: 4px !important;
}
@media (min-width: 992px) {
  .cid-uOoky4DS4F .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uOoky4DS4F .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uOoky4DS4F .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uOoky4DS4F .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uOoky4DS4F .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uOoky4DS4F .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uOoky4DS4F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uOoky4DS4F .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 5px 10px 40px 0 #eeeeee;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uOoky4DS4F .container {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uOoky4DS4F .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uOoky4DS4F .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOoky4DS4F .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  border-radius: 4px !important;
}
.cid-uOoky4DS4F .nav-item:focus,
.cid-uOoky4DS4F .nav-link:focus {
  outline: none;
}
.cid-uOoky4DS4F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOoky4DS4F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOoky4DS4F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOoky4DS4F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOoky4DS4F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOoky4DS4F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOoky4DS4F .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uOoky4DS4F .navbar.opened {
  transition: all 0.3s;
}
.cid-uOoky4DS4F .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOoky4DS4F .navbar .navbar-logo img {
  width: auto;
}
.cid-uOoky4DS4F .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uOoky4DS4F .navbar.collapsed {
  justify-content: center;
}
.cid-uOoky4DS4F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOoky4DS4F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOoky4DS4F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uOoky4DS4F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOoky4DS4F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOoky4DS4F .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uOoky4DS4F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOoky4DS4F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOoky4DS4F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOoky4DS4F .navbar {
    min-height: 72px;
  }
  .cid-uOoky4DS4F .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uOoky4DS4F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOoky4DS4F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOoky4DS4F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOoky4DS4F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOoky4DS4F .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uOoky4DS4F .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOoky4DS4F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uOoky4DS4F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOoky4DS4F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOoky4DS4F .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uOoky4DS4F .dropdown-item.active,
.cid-uOoky4DS4F .dropdown-item:active {
  background-color: transparent;
}
.cid-uOoky4DS4F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOoky4DS4F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOoky4DS4F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOoky4DS4F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uOoky4DS4F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uOoky4DS4F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uOoky4DS4F .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uOoky4DS4F ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOoky4DS4F .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uOoky4DS4F .navbar-buttons {
    text-align: left;
  }
}
.cid-uOoky4DS4F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOoky4DS4F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #19171c;
}
.cid-uOoky4DS4F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOoky4DS4F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOoky4DS4F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOoky4DS4F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOoky4DS4F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOoky4DS4F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOoky4DS4F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOoky4DS4F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOoky4DS4F .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOoky4DS4F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOoky4DS4F .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOoky4DS4F .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOoky4DS4F .navbar {
    height: 70px;
  }
  .cid-uOoky4DS4F .navbar.opened {
    height: auto;
  }
  .cid-uOoky4DS4F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uOoky4DS4F .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  margin-right: 30px;
}
.cid-uOoky4DS4F .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uOoky4DS4F .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uOoky4DS4F .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uOoky4DS4F .navbar-brand {
    margin-right: auto;
  }
  .cid-uOoky4DS4F .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uOoky4DS4F .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uOoky4DS4F .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uOoky4DS4F .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uOof6uWwGs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uOof6uWwGs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOof6uWwGs .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-uOof6uWwGs .container {
    padding: 0 15px;
  }
}
.cid-uOof6uWwGs .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uOof6uWwGs .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOof6uWwGs .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uOof6uWwGs .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uOof6uWwGs .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOof6uWwGs .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOof6uWwGs .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOof6uWwGs .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uOof6uWwGs .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uOof6uWwGs .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #8c418c;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-uOof6uWwGs .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uOof6uWwGs .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uOof6uWwGs .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uOof6uWwGs .mbr-section-title {
  color: #ffffff;
}
.cid-uOof6uWwGs .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uOof6uWwGs .mbr-text {
  color: #d2d2df;
}
.cid-uOof6wTJko {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOof6wTJko .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uOof6wTJko .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uOof6wTJko .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #e7cce7;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uOof6wTJko .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uOof6wTJko .mbr-text {
  color: #000000;
}
.cid-uOof6y0VwM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e7cce7;
  position: relative;
  overflow: hidden;
}
.cid-uOof6y0VwM .container {
  max-width: 920px;
}
.cid-uOof6y0VwM .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #e7cce7;
  border: 1px solid rgba(166, 102, 166, 0.2);
}
@media (max-width: 991px) {
  .cid-uOof6y0VwM .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-uOof6y0VwM .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-uOof6y0VwM .border-container {
    padding: 9% 7%;
  }
}
.cid-uOof6y0VwM .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-uOof6y0VwM .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-uOof6y0VwM .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-uOof6y0VwM .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-uOof6y0VwM .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #e7cce7;
  border-color: rgba(166, 102, 166, 0.2);
}
@media (max-width: 991px) {
  .cid-uOof6y0VwM .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-uOof6y0VwM .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-uOof6y0VwM .border-frame {
    width: 7%;
  }
}
.cid-uOof6y0VwM .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uOof6y0VwM .content-container {
    min-height: auto;
  }
}
.cid-uOof6y0VwM .text-container {
  width: 100%;
}
.cid-uOof6y0VwM .text-wrapper {
  width: 100%;
}
.cid-uOof6y0VwM .mbr-text {
  color: #1a2229;
  width: 100%;
  margin: 0;
}
.cid-uOof6y0VwM .card-title {
  color: #1a2229;
  width: 100%;
  margin-bottom: 28px !important;
}
.cid-uOof6y0VwM .mbr-section-btn {
  margin-top: 28px;
}
.cid-uOof6y0VwM .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(166, 102, 166, 0.2);
}
.cid-uOof6y0VwM .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-uOof6y0VwM .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-uOof6y0VwM .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-uOof6y0VwM .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-uOof6y0VwM .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-uOof6zc1Gf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOof6zc1Gf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOof6zc1Gf .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-uOof6zc1Gf .container {
    padding: 0 30px;
  }
}
.cid-uOof6zc1Gf .row {
  justify-content: center;
}
.cid-uOof6zc1Gf .title-wrapper {
  margin: 0 12%;
  border-bottom: 1px solid #000000;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOof6zc1Gf .title-wrapper {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .cid-uOof6zc1Gf .title-wrapper {
    margin: 0;
  }
}
.cid-uOof6zc1Gf .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uOof6zc1Gf .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uOof6zc1Gf .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uOof6zc1Gf .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uOof6zc1Gf .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-uOof6zc1Gf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uOof6zc1Gf .mbr-text {
  color: #000000;
}
.cid-uOof6zc1Gf .mbr-name {
  color: #f1f4e9;
  text-align: center;
}
.cid-uOof6AsmFI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7cce7;
}
.cid-uOof6AsmFI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOof6AsmFI .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-uOof6AsmFI .container {
    padding: 0 16px;
  }
}
.cid-uOof6AsmFI .card {
  position: relative;
  justify-content: center;
}
.cid-uOof6AsmFI .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #ffffff;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-uOof6AsmFI .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-uOof6AsmFI .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uOof6AsmFI .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-uOof6AsmFI .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-uOof6AsmFI .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #d4fe00;
}
.cid-uOof6AsmFI .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-uOof6AsmFI .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-uOof6AsmFI .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-uOof6AsmFI .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uOof6AsmFI .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-uOof6AsmFI .mbr-text {
  color: #000000;
}
.cid-uOof6AsmFI .mbr-name {
  color: #000000;
}
.cid-uOof6AsmFI .mbr-desc {
  color: #dce2e3;
}
.cid-uOof6BNwxy {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uOof6BNwxy .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uOof6BNwxy .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-uOof6BNwxy img,
.cid-uOof6BNwxy .item-img {
  width: 100%;
}
.cid-uOof6BNwxy .item:focus,
.cid-uOof6BNwxy span:focus {
  outline: none;
}
.cid-uOof6BNwxy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uOof6BNwxy .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uOof6BNwxy img {
  border-radius: 30px;
}
.cid-uOof6BNwxy .item-title {
  color: #000000;
  text-align: center;
}
.cid-uOof6DuNpX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-uOof6DuNpX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOof6DuNpX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOof6DuNpX .row {
  justify-content: flex-start;
}
.cid-uOof6DuNpX .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
.cid-uOof6DuNpX .mbr-text {
  color: #000000;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-uOof6EzvKo {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOof6EzvKo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOof6EzvKo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOof6EzvKo .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOof6EzvKo .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uOof6EzvKo .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOof6EzvKo .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uOof6EzvKo .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOof6EzvKo .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uOof6EzvKo .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOof6EzvKo .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uOof6EzvKo .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uOof6EzvKo .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uOof6EzvKo .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uOof6EzvKo .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uOof6EzvKo .mbr-section-title {
  color: #050f0f;
}
.cid-uOof6EzvKo .mbr-text {
  color: #050f0f;
}
.cid-uOof6GlgGK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7cce7;
}
.cid-uOof6GlgGK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOof6GlgGK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOof6GlgGK .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uOof6GlgGK .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uOof6GlgGK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uOof6GlgGK .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uOof6GlgGK .container {
    padding: 0 16px;
  }
}
.cid-uOof6GlgGK .row {
  background-color: #ffffff;
  justify-content: center;
  margin: 0;
  border-radius: 1rem;
}
.cid-uOof6GlgGK .item {
  padding: 40px 80px;
  border-right: 1px solid #ffffff;
}
@media (max-width: 1200px) {
  .cid-uOof6GlgGK .item {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOof6GlgGK .item {
    padding: 25px;
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uOof6GlgGK .item:nth-child(2n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uOof6GlgGK .item:nth-child(2n) {
    border-right: none;
  }
}
.cid-uOof6GlgGK .item .item-wrapper .card-subtitle {
  margin-bottom: 40px;
}
.cid-uOof6GlgGK .item .item-wrapper .item-img {
  margin-bottom: 28px;
}
.cid-uOof6GlgGK .item .item-wrapper .item-img img {
  display: inline-flex;
  object-fit: cover;
  height: 350px;
  border-radius: 1rem !important;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uOof6GlgGK .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uOof6GlgGK .item .item-wrapper .card-title {
  margin-bottom: 10px;
}
.cid-uOof6GlgGK .item .item-wrapper .card-text {
  margin-bottom: 20px;
}
.cid-uOof6GlgGK .card-title {
  color: #000000;
}
.cid-uOof6GlgGK .card-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uOof6GlgGK .card-text {
  color: #000000;
  text-align: center;
}
.cid-uOof6GlgGK .card-title,
.cid-uOof6GlgGK .item-img,
.cid-uOof6GlgGK .mbr-section-btn {
  text-align: center;
}
.cid-uOof6Ib7AA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-uOof6Ib7AA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOof6Ib7AA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOof6Ib7AA .row {
  justify-content: flex-start;
}
.cid-uOof6Ib7AA .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
.cid-uOof6Ib7AA .mbr-text {
  color: #000000;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-uOof6JdQKK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uOof6JdQKK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOof6JdQKK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOof6JdQKK .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-uOof6JdQKK .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOof6JdQKK .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uOof6JdQKK .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uOof6JdQKK .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-uOof6JdQKK .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOof6JdQKK .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOof6JdQKK .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOof6JdQKK .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOof6JdQKK .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uOof6JdQKK .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uOof6JdQKK .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uOof6JdQKK .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uOof6JdQKK .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-uOof6JdQKK .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-uOof6JdQKK .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uOof6JdQKK .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-uOof6JdQKK .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOof6JdQKK .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uOof6JdQKK .card {
  justify-content: space-between;
}
.cid-uOof6JdQKK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uOof6JdQKK .panel-title-edit {
  color: #000000;
}
.cid-uOof6JdQKK .panel-text {
  color: #f24d4a;
}
.cid-uOof6JdQKK .panel-text,
.cid-uOof6JdQKK .panel-body {
  color: #000000;
}
.cid-uOof6KEMOX {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-uOof6KEMOX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOof6KEMOX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOof6KEMOX .row {
  justify-content: flex-start;
}
.cid-uOof6KEMOX .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
.cid-uOof6KEMOX .mbr-text {
  color: #000000;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-uOof6Mh7cT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7cce7;
}
.cid-uOof6Mh7cT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOof6Mh7cT .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-uOof6Mh7cT .container {
    padding: 0 30px;
  }
}
.cid-uOof6Mh7cT .row {
  justify-content: center;
}
.cid-uOof6Mh7cT .title-wrapper {
  margin: 0 12%;
  border-bottom: 1px solid #000000;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOof6Mh7cT .title-wrapper {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .cid-uOof6Mh7cT .title-wrapper {
    margin: 0;
  }
}
.cid-uOof6Mh7cT .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uOof6Mh7cT .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uOof6Mh7cT .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uOof6Mh7cT .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uOof6Mh7cT .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-uOof6Mh7cT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uOof6Mh7cT .mbr-text {
  color: #000000;
}
.cid-uOof6Mh7cT .mbr-name {
  color: #f1f4e9;
  text-align: center;
}
.cid-uOof6NlBnt {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOof6NlBnt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOof6NlBnt .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-uOof6NlBnt .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOof6NlBnt .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOof6NlBnt .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #ffffff;
  border: 1px solid #a5a5a5;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOof6NlBnt .panel-group .card {
    padding: 16px;
  }
}
.cid-uOof6NlBnt .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOof6NlBnt .panel-group .card:hover,
.cid-uOof6NlBnt .panel-group .card:focus {
  border: 1px solid #8c418c;
}
.cid-uOof6NlBnt .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOof6NlBnt .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOof6NlBnt .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOof6NlBnt .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #000000;
}
.cid-uOof6NlBnt .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uOof6NlBnt .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uOof6NlBnt .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #8c418c;
}
.cid-uOof6NlBnt .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-uOof6NlBnt .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOof6NlBnt .mbr-section-title {
  color: #ffffff;
}
.cid-uOof6NlBnt .panel-title-edit {
  color: #000000;
}
.cid-uOof6NlBnt .panel-text {
  color: #000000;
}
.cid-uOof6NlBnt .mbr-section-title,
.cid-uOof6NlBnt .mbr-section-btn {
  color: #000000;
}
.cid-uOof6OFyeP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fffff5;
}
.cid-uOof6OFyeP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOof6OFyeP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOof6OFyeP .card-wrapper {
  border: 2px solid #000000;
  padding: 3rem 2.25rem;
  background: #fffff5;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uOof6OFyeP .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uOof6OFyeP .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uOof6OFyeP .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOof6OFyeP .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uOof6OFyeP .google-map {
  height: 100%;
  position: relative;
}
.cid-uOof6OFyeP .google-map iframe {
  padding: 2px;
  background-color: #000000;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOof6OFyeP .google-map iframe {
    min-height: 350px;
  }
}
.cid-uOof6OFyeP .google-map [data-state-details] {
  color: #4b4b4b;
  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-uOof6OFyeP .google-map[data-state] {
  background: #ffffff;
}
.cid-uOof6OFyeP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uOof6OFyeP ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uOof6OFyeP .content-head {
  max-width: 800px;
}
.cid-uOof6OFyeP .mbr-section-title {
  color: #000000;
}
.cid-uOof6OFyeP .cardTitle {
  color: #000000;
}
.cid-uOof6OFyeP .list,
.cid-uOof6OFyeP .item-wrap {
  color: #000000;
}
.cid-uOozC4eUI5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOozC4eUI5 .row {
  align-items: center;
}
.cid-uOozC4eUI5 .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uOozC4eUI5 .mbr-text,
.cid-uOozC4eUI5 .mbr-section-btn {
  color: #000000;
}
.cid-uOozC4eUI5 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uOozC4eUI5 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uOozC4eUI5 .social-list .mbr-iconfont-social:hover {
  background: #ff0568;
  color: white;
}
.cid-uOozC4eUI5 .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uOozC4eUI5 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uOozC4eUI5 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uOozC4eUI5 .mbr-text-title {
  color: #bbbbbb;
}
.cid-uOozC4eUI5 .mbr-section-title {
  color: #000000;
}
.cid-uOof6QdQgH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7cce7;
}
.cid-uOof6QdQgH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOof6QdQgH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOof6QdQgH .row {
  justify-content: center;
}
.cid-uOof6QdQgH .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOof6QdQgH .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOof6QdQgH .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOof6QdQgH .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOof6QdQgH .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uOof6QdQgH .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-uOof6QdQgH .nav-wrapper .list .item-wrap:hover,
.cid-uOof6QdQgH .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uOof6QdQgH .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOof6QdQgH .mbr-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uOof6QdQgH .mbr-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-uOof6QdQgH .border-wrapper {
  border-bottom: 3px dashed #000000;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOof6QdQgH .border-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOof6QdQgH .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uOof6QdQgH .mbr-section-title {
  color: #ffffff;
}
.cid-uOof6QdQgH .list {
  color: #ffffff;
}
.cid-uOof6QdQgH .list,
.cid-uOof6QdQgH .item-wrap {
  color: #000000;
}
.cid-uOoky4DS4F {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uOoky4DS4F .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uOoky4DS4F .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uOoky4DS4F .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOoky4DS4F .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uOoky4DS4F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOoky4DS4F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOoky4DS4F .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uOoky4DS4F .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uOoky4DS4F .navbar-nav .nav-item .nav-link {
  padding: 0 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uOoky4DS4F .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uOoky4DS4F .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-uOoky4DS4F .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uOoky4DS4F .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uOoky4DS4F .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #000000;
  border-radius: 4px !important;
}
@media (min-width: 992px) {
  .cid-uOoky4DS4F .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uOoky4DS4F .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uOoky4DS4F .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uOoky4DS4F .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uOoky4DS4F .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uOoky4DS4F .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uOoky4DS4F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uOoky4DS4F .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 5px 10px 40px 0 #eeeeee;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uOoky4DS4F .container {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uOoky4DS4F .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uOoky4DS4F .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOoky4DS4F .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  border-radius: 4px !important;
}
.cid-uOoky4DS4F .nav-item:focus,
.cid-uOoky4DS4F .nav-link:focus {
  outline: none;
}
.cid-uOoky4DS4F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOoky4DS4F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOoky4DS4F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOoky4DS4F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOoky4DS4F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOoky4DS4F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOoky4DS4F .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uOoky4DS4F .navbar.opened {
  transition: all 0.3s;
}
.cid-uOoky4DS4F .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOoky4DS4F .navbar .navbar-logo img {
  width: auto;
}
.cid-uOoky4DS4F .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uOoky4DS4F .navbar.collapsed {
  justify-content: center;
}
.cid-uOoky4DS4F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOoky4DS4F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOoky4DS4F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uOoky4DS4F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOoky4DS4F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOoky4DS4F .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uOoky4DS4F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOoky4DS4F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOoky4DS4F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOoky4DS4F .navbar {
    min-height: 72px;
  }
  .cid-uOoky4DS4F .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uOoky4DS4F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOoky4DS4F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOoky4DS4F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOoky4DS4F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOoky4DS4F .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uOoky4DS4F .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOoky4DS4F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uOoky4DS4F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOoky4DS4F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOoky4DS4F .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uOoky4DS4F .dropdown-item.active,
.cid-uOoky4DS4F .dropdown-item:active {
  background-color: transparent;
}
.cid-uOoky4DS4F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOoky4DS4F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOoky4DS4F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOoky4DS4F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uOoky4DS4F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uOoky4DS4F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uOoky4DS4F .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uOoky4DS4F ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOoky4DS4F .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uOoky4DS4F .navbar-buttons {
    text-align: left;
  }
}
.cid-uOoky4DS4F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOoky4DS4F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #19171c;
}
.cid-uOoky4DS4F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOoky4DS4F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOoky4DS4F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOoky4DS4F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOoky4DS4F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOoky4DS4F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOoky4DS4F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOoky4DS4F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOoky4DS4F .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOoky4DS4F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOoky4DS4F .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOoky4DS4F .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOoky4DS4F .navbar {
    height: 70px;
  }
  .cid-uOoky4DS4F .navbar.opened {
    height: auto;
  }
  .cid-uOoky4DS4F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uOoky4DS4F .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  margin-right: 30px;
}
.cid-uOoky4DS4F .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uOoky4DS4F .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uOoky4DS4F .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uOoky4DS4F .navbar-brand {
    margin-right: auto;
  }
  .cid-uOoky4DS4F .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uOoky4DS4F .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uOoky4DS4F .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uOoky4DS4F .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uOoky4DS4F .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uOohsv0BfP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uOohsv0BfP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOohsv0BfP .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-uOohsv0BfP .container {
    padding: 0 15px;
  }
}
.cid-uOohsv0BfP .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uOohsv0BfP .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOohsv0BfP .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uOohsv0BfP .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uOohsv0BfP .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOohsv0BfP .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOohsv0BfP .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOohsv0BfP .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uOohsv0BfP .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uOohsv0BfP .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #8c418c;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-uOohsv0BfP .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uOohsv0BfP .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uOohsv0BfP .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uOohsv0BfP .mbr-section-title {
  color: #ffffff;
}
.cid-uOohsv0BfP .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uOohsv0BfP .mbr-text {
  color: #d2d2df;
}
.cid-uOohswHvaQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOohswHvaQ .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uOohswHvaQ .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uOohswHvaQ .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #e7cce7;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uOohswHvaQ .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uOohswHvaQ .mbr-text {
  color: #000000;
}
.cid-uOohsxQxLh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e7cce7;
  position: relative;
  overflow: hidden;
}
.cid-uOohsxQxLh .container {
  max-width: 920px;
}
.cid-uOohsxQxLh .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #e7cce7;
  border: 1px solid rgba(166, 102, 166, 0.2);
}
@media (max-width: 991px) {
  .cid-uOohsxQxLh .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-uOohsxQxLh .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-uOohsxQxLh .border-container {
    padding: 9% 7%;
  }
}
.cid-uOohsxQxLh .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-uOohsxQxLh .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-uOohsxQxLh .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-uOohsxQxLh .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-uOohsxQxLh .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #e7cce7;
  border-color: rgba(166, 102, 166, 0.2);
}
@media (max-width: 991px) {
  .cid-uOohsxQxLh .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-uOohsxQxLh .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-uOohsxQxLh .border-frame {
    width: 7%;
  }
}
.cid-uOohsxQxLh .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uOohsxQxLh .content-container {
    min-height: auto;
  }
}
.cid-uOohsxQxLh .text-container {
  width: 100%;
}
.cid-uOohsxQxLh .text-wrapper {
  width: 100%;
}
.cid-uOohsxQxLh .mbr-text {
  color: #1a2229;
  width: 100%;
  margin: 0;
}
.cid-uOohsxQxLh .card-title {
  color: #1a2229;
  width: 100%;
  margin-bottom: 28px !important;
}
.cid-uOohsxQxLh .mbr-section-btn {
  margin-top: 28px;
}
.cid-uOohsxQxLh .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(166, 102, 166, 0.2);
}
.cid-uOohsxQxLh .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-uOohsxQxLh .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-uOohsxQxLh .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-uOohsxQxLh .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-uOohsxQxLh .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-uOohsz0dEt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOohsz0dEt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOohsz0dEt .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-uOohsz0dEt .container {
    padding: 0 30px;
  }
}
.cid-uOohsz0dEt .row {
  justify-content: center;
}
.cid-uOohsz0dEt .title-wrapper {
  margin: 0 12%;
  border-bottom: 1px solid #000000;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOohsz0dEt .title-wrapper {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .cid-uOohsz0dEt .title-wrapper {
    margin: 0;
  }
}
.cid-uOohsz0dEt .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uOohsz0dEt .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uOohsz0dEt .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uOohsz0dEt .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uOohsz0dEt .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-uOohsz0dEt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uOohsz0dEt .mbr-text {
  color: #000000;
}
.cid-uOohsz0dEt .mbr-name {
  color: #f1f4e9;
  text-align: center;
}
.cid-uOohsA9CxU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7cce7;
}
.cid-uOohsA9CxU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOohsA9CxU .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-uOohsA9CxU .container {
    padding: 0 16px;
  }
}
.cid-uOohsA9CxU .card {
  position: relative;
  justify-content: center;
}
.cid-uOohsA9CxU .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #ffffff;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-uOohsA9CxU .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-uOohsA9CxU .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uOohsA9CxU .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-uOohsA9CxU .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-uOohsA9CxU .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #d4fe00;
}
.cid-uOohsA9CxU .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-uOohsA9CxU .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-uOohsA9CxU .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-uOohsA9CxU .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uOohsA9CxU .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-uOohsA9CxU .mbr-text {
  color: #000000;
}
.cid-uOohsA9CxU .mbr-name {
  color: #000000;
}
.cid-uOohsA9CxU .mbr-desc {
  color: #dce2e3;
}
.cid-uOohsBs7u7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uOohsBs7u7 .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uOohsBs7u7 .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-uOohsBs7u7 img,
.cid-uOohsBs7u7 .item-img {
  width: 100%;
}
.cid-uOohsBs7u7 .item:focus,
.cid-uOohsBs7u7 span:focus {
  outline: none;
}
.cid-uOohsBs7u7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uOohsBs7u7 .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uOohsBs7u7 img {
  border-radius: 30px;
}
.cid-uOohsBs7u7 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uOohsD8rZA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-uOohsD8rZA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOohsD8rZA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOohsD8rZA .row {
  justify-content: flex-start;
}
.cid-uOohsD8rZA .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
.cid-uOohsD8rZA .mbr-text {
  color: #000000;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-uOohsEtmgE {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOohsEtmgE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOohsEtmgE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOohsEtmgE .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOohsEtmgE .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uOohsEtmgE .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOohsEtmgE .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uOohsEtmgE .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOohsEtmgE .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uOohsEtmgE .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOohsEtmgE .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uOohsEtmgE .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uOohsEtmgE .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uOohsEtmgE .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uOohsEtmgE .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uOohsEtmgE .mbr-section-title {
  color: #050f0f;
}
.cid-uOohsEtmgE .mbr-text {
  color: #050f0f;
}
.cid-uOohsGe9Dn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7cce7;
}
.cid-uOohsGe9Dn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOohsGe9Dn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOohsGe9Dn .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uOohsGe9Dn .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uOohsGe9Dn .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uOohsGe9Dn .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uOohsGe9Dn .container {
    padding: 0 16px;
  }
}
.cid-uOohsGe9Dn .row {
  background-color: #ffffff;
  justify-content: center;
  margin: 0;
  border-radius: 1rem;
}
.cid-uOohsGe9Dn .item {
  padding: 40px 80px;
  border-right: 1px solid #ffffff;
}
@media (max-width: 1200px) {
  .cid-uOohsGe9Dn .item {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOohsGe9Dn .item {
    padding: 25px;
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uOohsGe9Dn .item:nth-child(2n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uOohsGe9Dn .item:nth-child(2n) {
    border-right: none;
  }
}
.cid-uOohsGe9Dn .item .item-wrapper .card-subtitle {
  margin-bottom: 40px;
}
.cid-uOohsGe9Dn .item .item-wrapper .item-img {
  margin-bottom: 28px;
}
.cid-uOohsGe9Dn .item .item-wrapper .item-img img {
  display: inline-flex;
  object-fit: cover;
  height: 350px;
  border-radius: 1rem !important;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uOohsGe9Dn .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uOohsGe9Dn .item .item-wrapper .card-title {
  margin-bottom: 10px;
}
.cid-uOohsGe9Dn .item .item-wrapper .card-text {
  margin-bottom: 20px;
}
.cid-uOohsGe9Dn .card-title {
  color: #000000;
}
.cid-uOohsGe9Dn .card-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uOohsGe9Dn .card-text {
  color: #000000;
  text-align: center;
}
.cid-uOohsGe9Dn .card-title,
.cid-uOohsGe9Dn .item-img,
.cid-uOohsGe9Dn .mbr-section-btn {
  text-align: center;
}
.cid-uOohsI1gjw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-uOohsI1gjw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOohsI1gjw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOohsI1gjw .row {
  justify-content: flex-start;
}
.cid-uOohsI1gjw .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
.cid-uOohsI1gjw .mbr-text {
  color: #000000;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-uOohsJjJsI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uOohsJjJsI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOohsJjJsI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOohsJjJsI .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-uOohsJjJsI .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOohsJjJsI .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uOohsJjJsI .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uOohsJjJsI .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-uOohsJjJsI .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOohsJjJsI .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOohsJjJsI .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOohsJjJsI .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOohsJjJsI .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uOohsJjJsI .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uOohsJjJsI .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uOohsJjJsI .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uOohsJjJsI .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-uOohsJjJsI .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-uOohsJjJsI .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uOohsJjJsI .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-uOohsJjJsI .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOohsJjJsI .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uOohsJjJsI .card {
  justify-content: space-between;
}
.cid-uOohsJjJsI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uOohsJjJsI .panel-title-edit {
  color: #000000;
}
.cid-uOohsJjJsI .panel-text {
  color: #f24d4a;
}
.cid-uOohsJjJsI .panel-text,
.cid-uOohsJjJsI .panel-body {
  color: #000000;
}
.cid-uOohsLeW9E {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-uOohsLeW9E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOohsLeW9E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOohsLeW9E .row {
  justify-content: flex-start;
}
.cid-uOohsLeW9E .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
.cid-uOohsLeW9E .mbr-text {
  color: #000000;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-uOohsN19YX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7cce7;
}
.cid-uOohsN19YX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOohsN19YX .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-uOohsN19YX .container {
    padding: 0 30px;
  }
}
.cid-uOohsN19YX .row {
  justify-content: center;
}
.cid-uOohsN19YX .title-wrapper {
  margin: 0 12%;
  border-bottom: 1px solid #000000;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOohsN19YX .title-wrapper {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .cid-uOohsN19YX .title-wrapper {
    margin: 0;
  }
}
.cid-uOohsN19YX .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uOohsN19YX .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uOohsN19YX .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uOohsN19YX .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uOohsN19YX .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-uOohsN19YX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uOohsN19YX .mbr-text {
  color: #000000;
}
.cid-uOohsN19YX .mbr-name {
  color: #f1f4e9;
  text-align: center;
}
.cid-uOohsOVsD1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOohsOVsD1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOohsOVsD1 .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-uOohsOVsD1 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOohsOVsD1 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOohsOVsD1 .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #ffffff;
  border: 1px solid #a5a5a5;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOohsOVsD1 .panel-group .card {
    padding: 16px;
  }
}
.cid-uOohsOVsD1 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uOohsOVsD1 .panel-group .card:hover,
.cid-uOohsOVsD1 .panel-group .card:focus {
  border: 1px solid #8c418c;
}
.cid-uOohsOVsD1 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOohsOVsD1 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOohsOVsD1 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOohsOVsD1 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #000000;
}
.cid-uOohsOVsD1 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uOohsOVsD1 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uOohsOVsD1 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #8c418c;
}
.cid-uOohsOVsD1 .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-uOohsOVsD1 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOohsOVsD1 .mbr-section-title {
  color: #ffffff;
}
.cid-uOohsOVsD1 .panel-title-edit {
  color: #000000;
}
.cid-uOohsOVsD1 .panel-text {
  color: #000000;
}
.cid-uOohsOVsD1 .mbr-section-title,
.cid-uOohsOVsD1 .mbr-section-btn {
  color: #000000;
}
.cid-uOohsQzzte {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fffff5;
}
.cid-uOohsQzzte .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOohsQzzte .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOohsQzzte .card-wrapper {
  border: 2px solid #000000;
  padding: 3rem 2.25rem;
  background: #fffff5;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uOohsQzzte .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uOohsQzzte .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uOohsQzzte .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOohsQzzte .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uOohsQzzte .google-map {
  height: 100%;
  position: relative;
}
.cid-uOohsQzzte .google-map iframe {
  padding: 2px;
  background-color: #000000;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOohsQzzte .google-map iframe {
    min-height: 350px;
  }
}
.cid-uOohsQzzte .google-map [data-state-details] {
  color: #4b4b4b;
  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-uOohsQzzte .google-map[data-state] {
  background: #ffffff;
}
.cid-uOohsQzzte .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uOohsQzzte ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uOohsQzzte .content-head {
  max-width: 800px;
}
.cid-uOohsQzzte .mbr-section-title {
  color: #000000;
}
.cid-uOohsQzzte .cardTitle {
  color: #000000;
}
.cid-uOohsQzzte .list,
.cid-uOohsQzzte .item-wrap {
  color: #000000;
}
.cid-uOozJpWDb8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOozJpWDb8 .row {
  align-items: center;
}
.cid-uOozJpWDb8 .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uOozJpWDb8 .mbr-text,
.cid-uOozJpWDb8 .mbr-section-btn {
  color: #000000;
}
.cid-uOozJpWDb8 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uOozJpWDb8 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uOozJpWDb8 .social-list .mbr-iconfont-social:hover {
  background: #ff0568;
  color: white;
}
.cid-uOozJpWDb8 .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uOozJpWDb8 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uOozJpWDb8 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uOozJpWDb8 .mbr-text-title {
  color: #bbbbbb;
}
.cid-uOozJpWDb8 .mbr-section-title {
  color: #000000;
}
.cid-uOohsSbIKX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7cce7;
}
.cid-uOohsSbIKX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOohsSbIKX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOohsSbIKX .row {
  justify-content: center;
}
.cid-uOohsSbIKX .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOohsSbIKX .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOohsSbIKX .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOohsSbIKX .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOohsSbIKX .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uOohsSbIKX .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-uOohsSbIKX .nav-wrapper .list .item-wrap:hover,
.cid-uOohsSbIKX .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uOohsSbIKX .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOohsSbIKX .mbr-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uOohsSbIKX .mbr-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-uOohsSbIKX .border-wrapper {
  border-bottom: 3px dashed #000000;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOohsSbIKX .border-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOohsSbIKX .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uOohsSbIKX .mbr-section-title {
  color: #ffffff;
}
.cid-uOohsSbIKX .list {
  color: #ffffff;
}
.cid-uOohsSbIKX .list,
.cid-uOohsSbIKX .item-wrap {
  color: #000000;
}
