.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Zen Antique', serif;
  font-size: 4.2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Zen Antique', serif;
  font-size: 2.5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Zen Antique', serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Zen Antique', serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Zen Antique', serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 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: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffeb69 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #01563b !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #f7f7f7 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffeb69 !important;
  border-color: #ffeb69 !important;
  color: #695b00 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #fff29c !important;
  border-color: #fff29c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #695b00 !important;
  background-color: #fff29c !important;
  border-color: #fff29c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #9c98cf !important;
  border-color: #9c98cf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #bdbbdf !important;
  border-color: #bdbbdf !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #bdbbdf !important;
  border-color: #bdbbdf !important;
}
.btn-info,
.btn-info:active {
  background-color: #01563b !important;
  border-color: #01563b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #02885e !important;
  border-color: #02885e !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #02885e !important;
  border-color: #02885e !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
  color: #787878 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #787878 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffeb69;
  color: #ffeb69;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffdf12 !important;
  background-color: transparent !important;
  border-color: #ffdf12 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #695b00 !important;
  background-color: #ffeb69 !important;
  border-color: #ffeb69 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #9c98cf;
  color: #9c98cf;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #635db3 !important;
  background-color: transparent !important;
  border-color: #635db3 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #9c98cf !important;
  border-color: #9c98cf !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #01563b;
  color: #01563b;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #01563b !important;
  border-color: #01563b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f7f7f7;
  color: #f7f7f7;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #cccccc !important;
  background-color: transparent !important;
  border-color: #cccccc !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #787878 !important;
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffeb69 !important;
}
.text-secondary {
  color: #9c98cf !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #01563b !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #f7f7f7 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ffdd03 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #5952af !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c4c4c4 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffeb69;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #01563b;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #f7f7f7;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffeb69;
  border-color: #ffeb69;
  color: #827100;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffeb69;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #02d491;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Zen Antique', serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffeb69 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Zen Antique', serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ffeb69;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffeb69;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffeb69;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffeb69;
  border-bottom-color: #ffeb69;
}
.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: #000000 !important;
  background-color: #ffeb69 !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: #9c98cf !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='%23ffeb69' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tJGsCG1vVL {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tJGsCG1vVL .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-tJGsCG1vVL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJGsCG1vVL .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-tJGsCG1vVL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJGsCG1vVL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJGsCG1vVL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJGsCG1vVL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJGsCG1vVL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJGsCG1vVL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tJGsCG1vVL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(38, 10, 48, 0.9) !important;
  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: #260a30;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJGsCG1vVL .iconfont-wrapper {
  color: #ff4552 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #260a30;
  background: rgba(38, 10, 48, 0.9) !important;
}
.cid-tJGsCG1vVL .nav-item:focus,
.cid-tJGsCG1vVL .nav-link:focus {
  outline: none;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJGsCG1vVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJGsCG1vVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJGsCG1vVL .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-tJGsCG1vVL .navbar.opened {
  transition: all 0.3s;
}
.cid-tJGsCG1vVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJGsCG1vVL .navbar .navbar-logo img {
  width: auto;
}
.cid-tJGsCG1vVL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJGsCG1vVL .navbar.collapsed {
  justify-content: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJGsCG1vVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJGsCG1vVL .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-tJGsCG1vVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar {
    min-height: 72px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJGsCG1vVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJGsCG1vVL .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-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJGsCG1vVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJGsCG1vVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJGsCG1vVL .dropdown-item.active,
.cid-tJGsCG1vVL .dropdown-item:active {
  background-color: transparent;
}
.cid-tJGsCG1vVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #260a30;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJGsCG1vVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJGsCG1vVL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .navbar-buttons {
    text-align: left;
  }
}
.cid-tJGsCG1vVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJGsCG1vVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJGsCG1vVL .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-tJGsCG1vVL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJGsCG1vVL .navbar {
    height: 70px;
  }
  .cid-tJGsCG1vVL .navbar.opened {
    height: auto;
  }
  .cid-tJGsCG1vVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJGsCG1vVL .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(-90deg);
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJGsCG1vVL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJGsCG1vVL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar-brand {
    margin-right: auto;
  }
  .cid-tJGsCG1vVL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #260a30;
    opacity: 1;
    border-color: rgba(38, 10, 48, 0.9) !important;
    background: rgba(38, 10, 48, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJGsCG1vVL .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-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJGsCG1vVL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uJhXnybUnH {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uJhXnybUnH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhXnybUnH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJhXnybUnH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJhXnybUnH .row {
  flex-direction: row-reverse;
}
.cid-uJhXnybUnH .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJhXnybUnH .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJhXnybUnH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJhXnybUnH .mbr-section-title {
  color: #000000;
}
.cid-uJhXnybUnH .mbr-text,
.cid-uJhXnybUnH .mbr-section-btn {
  color: #232323;
}
.cid-uJhXyKORg0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-uJhXyKORg0 .container {
    max-width: 1162px;
  }
}
@media (max-width: 768px) {
  .cid-uJhXyKORg0 .top {
    margin-top: 10rem;
  }
}
.cid-uJhXyKORg0 .mbr-section-title {
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
}
.cid-uJhXyKORg0 .mbr-text {
  font-size: 24px;
  line-height: 1.3;
  color: #000000;
}
.cid-uJhXyKORg0 .index {
  z-index: 3;
}
.cid-uJhXyKORg0 ul {
  list-style: none;
  margin: 0;
  padding-left: 40px;
}
.cid-uJhXyKORg0 li {
  margin-bottom: 47px;
  position: relative;
}
.cid-uJhXyKORg0 ul li::before {
  position: relative;
  content: "\2713";
  left: -40px;
  top: -5%;
  color: #232323;
  border: 2px solid #000000;
  font-weight: bold;
  font-size: 2rem;
  padding: 0 .5rem;
}
.cid-uJhXyKORg0 .wrap {
  right: 80%;
  top: 0;
  width: 400px;
  height: 200px;
  position: absolute;
}
@media (max-width: 991px) {
  .cid-uJhXyKORg0 .wrap {
    top: -10%;
    right: 5%;
  }
}
@media (max-width: 768px) {
  .cid-uJhXyKORg0 .wrap {
    top: 10%;
  }
}
.cid-uJhXyKORg0 .wrap .anim {
  width: 195px;
  height: 195px;
  position: relative;
  object-fit: cover;
  border-radius: 100%;
  animation: 15s linear 0s normal none infinite running rot1;
  -webkit-animation: 15s linear 0s normal none infinite running rot1;
}
@media (min-width: 992px) {
  .cid-uJhXyKORg0 .wrap {
    right: 5%;
    top: -10%;
  }
}
@media (min-width: 1400px) {
  .cid-uJhXyKORg0 .wrap {
    right: -5%;
    top: -5%;
  }
}
@keyframes rot1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.cid-uJhXyKORg0 .mbr-section-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  color: #000000;
  font-size: 25px;
}
.cid-uJhXyKORg0 .text {
  font-size: 30px;
  color: #cbc0ff;
  font-weight: 600;
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -webkit-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -moz-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  text-align: end;
}
.cid-uJhXyKORg0 .text1 {
  bottom: -75%;
  right: 10%;
  position: absolute;
  font-size: 140px;
  color: #f4d7d7;
  font-weight: 700;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -webkit-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -moz-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
}
.cid-uJhXyKORg0 .mbr-text UL {
  text-align: left;
}
.cid-uJi28TXOQZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJi28TXOQZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi28TXOQZ .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-uJi28TXOQZ .container {
    padding: 0 16px;
  }
}
.cid-uJi28TXOQZ .title-wrapper {
  position: relative;
}
.cid-uJi28TXOQZ .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uJi28TXOQZ .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJi28TXOQZ .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uJi28TXOQZ .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uJi28TXOQZ .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJi28TXOQZ .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #ffffff;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uJi28TXOQZ .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-uJi28TXOQZ .mbr-section-title {
  color: #08323C;
}
.cid-uJi28TXOQZ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJi28TXOQZ .mbr-section-title,
.cid-uJi28TXOQZ .mbr-section-btn {
  text-align: center;
}
.cid-uJhYnoXzVF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJhYnoXzVF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhYnoXzVF .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-uJhYnoXzVF .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJhYnoXzVF .container {
    padding: 0 12px;
  }
}
.cid-uJhYnoXzVF .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJhYnoXzVF .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-uJhYnoXzVF .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uJhYnoXzVF .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-uJhYnoXzVF .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJhYnoXzVF .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJhYnoXzVF .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJhYnoXzVF .mbr-section-title {
  color: #222222;
}
.cid-uJhYnoXzVF .mbr-text {
  color: #222222;
}
.cid-tJGD1DIY2H {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tJGD1DIY2H .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJGD1DIY2H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJGD1DIY2H .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tJGD1DIY2H .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tJGD1DIY2H .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tJGD1DIY2H .card-wrapper {
    padding: 4rem;
  }
}
.cid-tJGD1DIY2H .card-title {
  color: #000000;
}
.cid-tJGEoKGifq {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tJGEoKGifq img,
.cid-tJGEoKGifq .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tJGEoKGifq .item:focus,
.cid-tJGEoKGifq span:focus {
  outline: none;
}
.cid-tJGEoKGifq .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tJGEoKGifq .item {
    margin-bottom: 1rem;
  }
}
.cid-tJGEoKGifq .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tJGEoKGifq .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-tJGEoKGifq .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tJGEoKGifq .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tJGEoKGifq .mbr-section-title {
  color: #ff4552;
  text-align: center;
}
.cid-tJGEoKGifq .item-title {
  text-align: left;
  color: #000000;
}
.cid-tJGEoKGifq .item-subtitle {
  text-align: center;
}
.cid-tJGEoKGifq .mbr-text,
.cid-tJGEoKGifq .item .mbr-section-btn {
  text-align: left;
}
.cid-tJGEoKGifq .mbr-section-subtitle,
.cid-tJGEoKGifq .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #454745;
}
.cid-uJhYsUq1zj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJhYsUq1zj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhYsUq1zj .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-uJhYsUq1zj .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJhYsUq1zj .container {
    padding: 0 12px;
  }
}
.cid-uJhYsUq1zj .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJhYsUq1zj .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJhYsUq1zj .mbr-section-title {
  color: #222222;
}
.cid-uJhYsUq1zj .mbr-text {
  color: #222222;
}
.cid-uJhkTFzrY3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJhkTFzrY3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhkTFzrY3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhkTFzrY3 .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uJhkTFzrY3 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJhkTFzrY3 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJhkTFzrY3 .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uJhkTFzrY3 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJhkTFzrY3 .mbr-section-title {
  color: #000000;
}
.cid-uJhkTFzrY3 .mbr-desc {
  color: #fdfde1;
}
.cid-uJhkTFzrY3 .mbr-text {
  color: #000000;
}
.cid-uJhkTFzrY3 .mbr-text,
.cid-uJhkTFzrY3 .text-wrapper {
  color: #ffffff;
}
.cid-uJhkTFzrY3 .mbr-section-title,
.cid-uJhkTFzrY3 .mbr-section-btn {
  color: #ffffff;
}
.cid-uJh7TEJBnB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJh7TEJBnB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJh7TEJBnB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJh7TEJBnB .card-wrapper {
  background: #000000;
}
@media (max-width: 767px) {
  .cid-uJh7TEJBnB .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uJh7TEJBnB .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uJh7TEJBnB .card-wrapper {
    padding: 4rem;
  }
}
.cid-uJh7TEJBnB .mbr-text,
.cid-uJh7TEJBnB .mbr-section-btn {
  color: #ffffff;
}
.cid-uJh7TEJBnB .card-title,
.cid-uJh7TEJBnB .card-box {
  text-align: left;
  color: #ffffff;
}
.cid-tJGKiS9ad3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-tJGKiS9ad3 img,
.cid-tJGKiS9ad3 .item-img {
  width: 100%;
}
.cid-tJGKiS9ad3 .item:focus,
.cid-tJGKiS9ad3 span:focus {
  outline: none;
}
.cid-tJGKiS9ad3 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tJGKiS9ad3 .item {
    margin-bottom: 1rem;
  }
}
.cid-tJGKiS9ad3 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tJGKiS9ad3 .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-tJGKiS9ad3 .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tJGKiS9ad3 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tJGKiS9ad3 .mbr-section-title {
  color: #4552ff;
  text-align: center;
}
.cid-tJGKiS9ad3 .item-title {
  text-align: left;
  color: #000000;
}
.cid-tJGKiS9ad3 .item-subtitle {
  text-align: left;
}
.cid-tJGKiS9ad3 .mbr-text,
.cid-tJGKiS9ad3 .item .mbr-section-btn {
  text-align: left;
}
.cid-tJGKiS9ad3 .mbr-section-subtitle,
.cid-tJGKiS9ad3 .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-tJGQCkAyg1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tJGQCkAyg1 .item-subtitle {
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
}
.cid-tJGQCkAyg1 img,
.cid-tJGQCkAyg1 .item-img {
  width: 100%;
  border-radius: 2rem;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tJGQCkAyg1 .item:focus,
.cid-tJGQCkAyg1 span:focus {
  outline: none;
}
.cid-tJGQCkAyg1 .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tJGQCkAyg1 .item {
    margin-top: 1rem;
  }
}
.cid-tJGQCkAyg1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tJGQCkAyg1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tJGQCkAyg1 .mbr-section-title {
  color: #4552ff;
}
.cid-tJGQCkAyg1 .mbr-text,
.cid-tJGQCkAyg1 .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tJGQCkAyg1 .item-title {
  color: #353535;
  text-align: center;
}
.cid-tJGRlgYbKj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tJGRlgYbKj .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-tJGRlgYbKj .panel-group {
  border: none;
}
.cid-tJGRlgYbKj .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGRlgYbKj .card-header {
    padding: 1rem 0rem;
  }
}
.cid-tJGRlgYbKj .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tJGRlgYbKj .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-tJGRlgYbKj .img-col {
  padding: 0;
}
.cid-tJGRlgYbKj .img-item {
  height: 100%;
}
.cid-tJGRlgYbKj img {
  height: 100%;
  object-fit: cover;
}
.cid-tJGRlgYbKj .collapsed span {
  transform: rotate(0deg);
}
.cid-tJGRlgYbKj .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tJGRlgYbKj p {
  margin-bottom: 0.3rem;
}
.cid-tJGRlgYbKj .panel-title-edit {
  color: #ff4552;
}
.cid-tJGRlgYbKj .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-tJGRlgYbKj .card {
  background: #000000;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tJGRlgYbKj .card {
    padding: 1.5rem;
  }
}
.cid-tJGRlgYbKj .panel-text {
  color: #000000;
}
.cid-tJGRlgYbKj .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-tJGRlgYbKj .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tJGRlgYbKj .panel-title-edit,
.cid-tJGRlgYbKj .mbr-iconfont {
  color: #ffffff;
}
.cid-uJh0Vw4i2G {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uJh0Vw4i2G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJh0Vw4i2G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJh0Vw4i2G .content-text {
  max-width: 800px;
}
.cid-uJh0Vw4i2G .mbr-description {
  color: #4559ff;
}
.cid-uJhYS76sXe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJhYS76sXe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhYS76sXe .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-uJhYS76sXe .container {
    padding: 0 30px;
  }
}
.cid-uJhYS76sXe .image-wrapper {
  margin-right: 80px;
}
@media (max-width: 992px) {
  .cid-uJhYS76sXe .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-uJhYS76sXe .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJhYS76sXe .image-wrapper img {
    height: 300px;
  }
}
.cid-uJhYS76sXe .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uJhYS76sXe .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uJhYS76sXe .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uJhYS76sXe .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 24px;
}
.cid-uJhYS76sXe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJhYS76sXe .mbr-section-title {
  color: #212529;
}
.cid-uJhYS76sXe .mbr-text {
  color: #ffffff;
}
.cid-uJhYS76sXe .mbr-section-title,
.cid-uJhYS76sXe .mbr-section-btn {
  color: #ffffff;
}
.cid-uJhZRJEBWT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJhZRJEBWT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhZRJEBWT .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-uJhZRJEBWT .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uJhZRJEBWT .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJhZRJEBWT .image-wrapper img {
  height: 460px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uJhZRJEBWT .image-wrapper img {
    height: 300px;
  }
}
.cid-uJhZRJEBWT .card-wrapper {
  margin-top: 15%;
  padding-top: 120px;
  background-color: #000000;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-uJhZRJEBWT .card-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .cid-uJhZRJEBWT .card-wrapper {
    margin-top: 0;
    padding-top: 20px;
  }
}
.cid-uJhZRJEBWT .card-wrapper .mbr-section-title {
  padding: 0 100px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uJhZRJEBWT .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.cid-uJhZRJEBWT .card-wrapper .mbr-text {
  padding: 0 100px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uJhZRJEBWT .card-wrapper .mbr-text {
    padding: 0 20px;
  }
}
.cid-uJhZRJEBWT .card-wrapper .icon-wrapper {
  padding: 0 20px 20px;
}
.cid-uJhZRJEBWT .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  background-color: #ffffff;
  color: #08323c;
  font-size: 20px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-uJhZRJEBWT .card-wrapper .icon-wrapper {
    display: none;
  }
}
.cid-uJhZRJEBWT .mbr-section-title {
  color: #ffffff;
}
.cid-uJhZRJEBWT .mbr-text {
  color: #ffffff;
}
.cid-uJhZRJEBWT .icon-wrapper {
  text-align: right;
}
.cid-uJgGrFldGq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffeb69;
}
.cid-uJgGrFldGq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJgGrFldGq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJgGrFldGq .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uJgGrFldGq .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uJgGrFldGq .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-uJgGrFldGq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJgGrFldGq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJgGrFldGq .content-head {
  max-width: 800px;
}
.cid-uJgGxe4mPc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uJgGxe4mPc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJgGxe4mPc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJgGxe4mPc .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uJgGxe4mPc .footer-col {
    flex-direction: column;
  }
}
.cid-uJgGxe4mPc .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uJgGxe4mPc .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uJgGxe4mPc .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uJgGxe4mPc .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uJgGxe4mPc .mbr-section-btn {
    text-align: center;
  }
}
.cid-uJgGxe4mPc .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uJgGxe4mPc .soc-item {
  margin: 8px;
}
.cid-uJgGxe4mPc .soc-item a:hover .mbr-iconfont,
.cid-uJgGxe4mPc .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uJgGxe4mPc .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uJgGxe4mPc .row {
    text-align: center;
  }
  .cid-uJgGxe4mPc .social-row {
    justify-content: center;
  }
}
.cid-uJgGxe4mPc .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uJgGxe4mPc .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJgGxe4mPc .list {
    margin-bottom: 0rem;
  }
}
.cid-uJgGxe4mPc .mbr-text {
  color: #bbbbbb;
}
.cid-uJgGxe4mPc .mbr-section-subtitle {
  color: #000000;
}
.cid-uJgGxe4mPc .list,
.cid-uJgGxe4mPc .item-wrap {
  color: #232323;
}
.cid-uJgGxe4mPc .copyright {
  color: #000000;
}
.cid-uJhCHgEFxa {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJhCHgEFxa .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-uJhCHgEFxa .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uJhCHgEFxa .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-uJhCHgEFxa .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uJhCHgEFxa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJhCHgEFxa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJhCHgEFxa .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uJhCHgEFxa .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uJhCHgEFxa .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uJhCHgEFxa .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uJhCHgEFxa .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJhCHgEFxa .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJhCHgEFxa .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uJhCHgEFxa .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uJhCHgEFxa .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uJhCHgEFxa .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJhCHgEFxa .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJhCHgEFxa .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uJhCHgEFxa .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uJhCHgEFxa .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJhCHgEFxa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uJhCHgEFxa .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(38, 10, 48, 0.9) !important;
  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: #260a30;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uJhCHgEFxa .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJhCHgEFxa .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uJhCHgEFxa .iconfont-wrapper {
  color: #ff4552 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJhCHgEFxa .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #260a30;
  background: rgba(38, 10, 48, 0.9) !important;
}
.cid-uJhCHgEFxa .nav-item:focus,
.cid-uJhCHgEFxa .nav-link:focus {
  outline: none;
}
.cid-uJhCHgEFxa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJhCHgEFxa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJhCHgEFxa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJhCHgEFxa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJhCHgEFxa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJhCHgEFxa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJhCHgEFxa .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-uJhCHgEFxa .navbar.opened {
  transition: all 0.3s;
}
.cid-uJhCHgEFxa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJhCHgEFxa .navbar .navbar-logo img {
  width: auto;
}
.cid-uJhCHgEFxa .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJhCHgEFxa .navbar.collapsed {
  justify-content: center;
}
.cid-uJhCHgEFxa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJhCHgEFxa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJhCHgEFxa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJhCHgEFxa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJhCHgEFxa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJhCHgEFxa .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-uJhCHgEFxa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJhCHgEFxa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJhCHgEFxa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJhCHgEFxa .navbar {
    min-height: 72px;
  }
  .cid-uJhCHgEFxa .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJhCHgEFxa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJhCHgEFxa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJhCHgEFxa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJhCHgEFxa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJhCHgEFxa .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-uJhCHgEFxa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJhCHgEFxa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJhCHgEFxa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJhCHgEFxa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJhCHgEFxa .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJhCHgEFxa .dropdown-item.active,
.cid-uJhCHgEFxa .dropdown-item:active {
  background-color: transparent;
}
.cid-uJhCHgEFxa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJhCHgEFxa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJhCHgEFxa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJhCHgEFxa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #260a30;
}
.cid-uJhCHgEFxa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uJhCHgEFxa .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJhCHgEFxa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJhCHgEFxa .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJhCHgEFxa .navbar-buttons {
    text-align: left;
  }
}
.cid-uJhCHgEFxa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJhCHgEFxa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJhCHgEFxa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJhCHgEFxa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJhCHgEFxa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJhCHgEFxa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJhCHgEFxa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJhCHgEFxa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJhCHgEFxa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJhCHgEFxa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJhCHgEFxa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJhCHgEFxa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJhCHgEFxa .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-uJhCHgEFxa .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJhCHgEFxa .navbar {
    height: 70px;
  }
  .cid-uJhCHgEFxa .navbar.opened {
    height: auto;
  }
  .cid-uJhCHgEFxa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJhCHgEFxa .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uJhCHgEFxa .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uJhCHgEFxa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJhCHgEFxa .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(-90deg);
}
.cid-uJhCHgEFxa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJhCHgEFxa .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uJhCHgEFxa .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJhCHgEFxa .navbar-brand {
    margin-right: auto;
  }
  .cid-uJhCHgEFxa .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #260a30;
    opacity: 1;
    border-color: rgba(38, 10, 48, 0.9) !important;
    background: rgba(38, 10, 48, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uJhCHgEFxa .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJhCHgEFxa .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uJhCHgEFxa .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJhCHgEFxa .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJhCHgEFxa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJhCHgEFxa .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-uJhCHgEFxa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJhCHgEFxa .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJhCHgEFxa .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uJhCHgEFxa .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uJhLHVlkuO {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJhLHVlkuO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhLHVlkuO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhLHVlkuO .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uJhLHVlkuO .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uJhLHVlkuO .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJhLHVlkuO .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uJhLHVlkuO .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJhLHVlkuO .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uJhLHVlkuO .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJhLHVlkuO .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uJhLHVlkuO .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uJhLHVlkuO .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffeb69;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uJhLHVlkuO .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uJhLHVlkuO .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uJhLHVlkuO .mbr-section-title {
  color: #050f0f;
}
.cid-uJhLHVlkuO .mbr-text {
  color: #050f0f;
}
.cid-uJhLLu1DIX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.cid-uJhLLu1DIX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhLLu1DIX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhLLu1DIX .row {
  justify-content: space-between;
}
.cid-uJhLLu1DIX .content-wrapper {
  padding: 90px;
  border-radius: 3rem;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-uJhLLu1DIX .content-wrapper {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.cid-uJhLLu1DIX .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJhLLu1DIX .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uJhLLu1DIX .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJhLLu1DIX .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uJhLLu1DIX .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uJhLLu1DIX .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uJhLLu1DIX .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uJhLLu1DIX .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uJhLLu1DIX .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uJhLLu1DIX .mbr-section-title {
  color: #000000;
}
.cid-uJhLLu1DIX .mbr-section-subtitle {
  color: #000000;
}
.cid-uJhLLu1DIX .mbr-desc {
  color: #000000;
}
.cid-uJhLLu1DIX .mbr-text {
  color: #000000;
}
.cid-uJhCHsnNQ1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uJhCHsnNQ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhCHsnNQ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhCHsnNQ1 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uJhCHsnNQ1 .footer-col {
    flex-direction: column;
  }
}
.cid-uJhCHsnNQ1 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uJhCHsnNQ1 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uJhCHsnNQ1 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uJhCHsnNQ1 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uJhCHsnNQ1 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uJhCHsnNQ1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uJhCHsnNQ1 .soc-item {
  margin: 8px;
}
.cid-uJhCHsnNQ1 .soc-item a:hover .mbr-iconfont,
.cid-uJhCHsnNQ1 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uJhCHsnNQ1 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uJhCHsnNQ1 .row {
    text-align: center;
  }
  .cid-uJhCHsnNQ1 .social-row {
    justify-content: center;
  }
}
.cid-uJhCHsnNQ1 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uJhCHsnNQ1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJhCHsnNQ1 .list {
    margin-bottom: 0rem;
  }
}
.cid-uJhCHsnNQ1 .mbr-text {
  color: #bbbbbb;
}
.cid-uJhCHsnNQ1 .mbr-section-subtitle {
  color: #000000;
}
.cid-uJhCHsnNQ1 .list,
.cid-uJhCHsnNQ1 .item-wrap {
  color: #232323;
}
.cid-uJhCHsnNQ1 .copyright {
  color: #000000;
}
.cid-uJhMfAgCAB {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJhMfAgCAB .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-uJhMfAgCAB .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uJhMfAgCAB .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-uJhMfAgCAB .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uJhMfAgCAB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJhMfAgCAB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJhMfAgCAB .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uJhMfAgCAB .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uJhMfAgCAB .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uJhMfAgCAB .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uJhMfAgCAB .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJhMfAgCAB .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJhMfAgCAB .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uJhMfAgCAB .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uJhMfAgCAB .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uJhMfAgCAB .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJhMfAgCAB .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJhMfAgCAB .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uJhMfAgCAB .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uJhMfAgCAB .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJhMfAgCAB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uJhMfAgCAB .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(38, 10, 48, 0.9) !important;
  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: #260a30;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uJhMfAgCAB .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJhMfAgCAB .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uJhMfAgCAB .iconfont-wrapper {
  color: #ff4552 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJhMfAgCAB .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #260a30;
  background: rgba(38, 10, 48, 0.9) !important;
}
.cid-uJhMfAgCAB .nav-item:focus,
.cid-uJhMfAgCAB .nav-link:focus {
  outline: none;
}
.cid-uJhMfAgCAB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJhMfAgCAB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJhMfAgCAB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJhMfAgCAB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJhMfAgCAB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJhMfAgCAB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJhMfAgCAB .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-uJhMfAgCAB .navbar.opened {
  transition: all 0.3s;
}
.cid-uJhMfAgCAB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJhMfAgCAB .navbar .navbar-logo img {
  width: auto;
}
.cid-uJhMfAgCAB .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJhMfAgCAB .navbar.collapsed {
  justify-content: center;
}
.cid-uJhMfAgCAB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJhMfAgCAB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJhMfAgCAB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJhMfAgCAB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJhMfAgCAB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJhMfAgCAB .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-uJhMfAgCAB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJhMfAgCAB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJhMfAgCAB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJhMfAgCAB .navbar {
    min-height: 72px;
  }
  .cid-uJhMfAgCAB .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJhMfAgCAB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJhMfAgCAB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJhMfAgCAB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJhMfAgCAB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJhMfAgCAB .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-uJhMfAgCAB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJhMfAgCAB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJhMfAgCAB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJhMfAgCAB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJhMfAgCAB .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJhMfAgCAB .dropdown-item.active,
.cid-uJhMfAgCAB .dropdown-item:active {
  background-color: transparent;
}
.cid-uJhMfAgCAB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJhMfAgCAB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJhMfAgCAB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJhMfAgCAB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #260a30;
}
.cid-uJhMfAgCAB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uJhMfAgCAB .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJhMfAgCAB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJhMfAgCAB .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJhMfAgCAB .navbar-buttons {
    text-align: left;
  }
}
.cid-uJhMfAgCAB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJhMfAgCAB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJhMfAgCAB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJhMfAgCAB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJhMfAgCAB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJhMfAgCAB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJhMfAgCAB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJhMfAgCAB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJhMfAgCAB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJhMfAgCAB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJhMfAgCAB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJhMfAgCAB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJhMfAgCAB .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-uJhMfAgCAB .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJhMfAgCAB .navbar {
    height: 70px;
  }
  .cid-uJhMfAgCAB .navbar.opened {
    height: auto;
  }
  .cid-uJhMfAgCAB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJhMfAgCAB .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uJhMfAgCAB .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uJhMfAgCAB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJhMfAgCAB .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(-90deg);
}
.cid-uJhMfAgCAB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJhMfAgCAB .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uJhMfAgCAB .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJhMfAgCAB .navbar-brand {
    margin-right: auto;
  }
  .cid-uJhMfAgCAB .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #260a30;
    opacity: 1;
    border-color: rgba(38, 10, 48, 0.9) !important;
    background: rgba(38, 10, 48, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uJhMfAgCAB .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJhMfAgCAB .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uJhMfAgCAB .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJhMfAgCAB .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJhMfAgCAB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJhMfAgCAB .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-uJhMfAgCAB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJhMfAgCAB .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJhMfAgCAB .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uJhMfAgCAB .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uJhMfBBCbf {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJhMfBBCbf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhMfBBCbf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhMfBBCbf .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uJhMfBBCbf .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uJhMfBBCbf .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJhMfBBCbf .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uJhMfBBCbf .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJhMfBBCbf .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uJhMfBBCbf .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJhMfBBCbf .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uJhMfBBCbf .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uJhMfBBCbf .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffeb69;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uJhMfBBCbf .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uJhMfBBCbf .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uJhMfBBCbf .mbr-section-title {
  color: #050f0f;
}
.cid-uJhMfBBCbf .mbr-text {
  color: #050f0f;
}
.cid-uJhMfCYVyv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.cid-uJhMfCYVyv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhMfCYVyv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhMfCYVyv .row {
  justify-content: space-between;
}
.cid-uJhMfCYVyv .content-wrapper {
  padding: 90px;
  border-radius: 3rem;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-uJhMfCYVyv .content-wrapper {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.cid-uJhMfCYVyv .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJhMfCYVyv .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uJhMfCYVyv .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJhMfCYVyv .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uJhMfCYVyv .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uJhMfCYVyv .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uJhMfCYVyv .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uJhMfCYVyv .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uJhMfCYVyv .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uJhMfCYVyv .mbr-section-title {
  color: #000000;
}
.cid-uJhMfCYVyv .mbr-section-subtitle {
  color: #000000;
}
.cid-uJhMfCYVyv .mbr-desc {
  color: #000000;
}
.cid-uJhMfCYVyv .mbr-text {
  color: #000000;
}
.cid-uJhMfDGGpf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uJhMfDGGpf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhMfDGGpf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhMfDGGpf .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uJhMfDGGpf .footer-col {
    flex-direction: column;
  }
}
.cid-uJhMfDGGpf .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uJhMfDGGpf .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uJhMfDGGpf .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uJhMfDGGpf .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uJhMfDGGpf .mbr-section-btn {
    text-align: center;
  }
}
.cid-uJhMfDGGpf .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uJhMfDGGpf .soc-item {
  margin: 8px;
}
.cid-uJhMfDGGpf .soc-item a:hover .mbr-iconfont,
.cid-uJhMfDGGpf .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uJhMfDGGpf .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uJhMfDGGpf .row {
    text-align: center;
  }
  .cid-uJhMfDGGpf .social-row {
    justify-content: center;
  }
}
.cid-uJhMfDGGpf .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uJhMfDGGpf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJhMfDGGpf .list {
    margin-bottom: 0rem;
  }
}
.cid-uJhMfDGGpf .mbr-text {
  color: #bbbbbb;
}
.cid-uJhMfDGGpf .mbr-section-subtitle {
  color: #000000;
}
.cid-uJhMfDGGpf .list,
.cid-uJhMfDGGpf .item-wrap {
  color: #232323;
}
.cid-uJhMfDGGpf .copyright {
  color: #000000;
}
.cid-uJi3VMxCfY {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJi3VMxCfY .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-uJi3VMxCfY .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uJi3VMxCfY .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-uJi3VMxCfY .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uJi3VMxCfY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJi3VMxCfY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJi3VMxCfY .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uJi3VMxCfY .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uJi3VMxCfY .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uJi3VMxCfY .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uJi3VMxCfY .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJi3VMxCfY .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJi3VMxCfY .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uJi3VMxCfY .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uJi3VMxCfY .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uJi3VMxCfY .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJi3VMxCfY .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJi3VMxCfY .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uJi3VMxCfY .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uJi3VMxCfY .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJi3VMxCfY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uJi3VMxCfY .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(38, 10, 48, 0.9) !important;
  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: #260a30;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uJi3VMxCfY .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJi3VMxCfY .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uJi3VMxCfY .iconfont-wrapper {
  color: #ff4552 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJi3VMxCfY .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #260a30;
  background: rgba(38, 10, 48, 0.9) !important;
}
.cid-uJi3VMxCfY .nav-item:focus,
.cid-uJi3VMxCfY .nav-link:focus {
  outline: none;
}
.cid-uJi3VMxCfY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJi3VMxCfY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJi3VMxCfY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJi3VMxCfY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJi3VMxCfY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJi3VMxCfY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJi3VMxCfY .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-uJi3VMxCfY .navbar.opened {
  transition: all 0.3s;
}
.cid-uJi3VMxCfY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJi3VMxCfY .navbar .navbar-logo img {
  width: auto;
}
.cid-uJi3VMxCfY .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJi3VMxCfY .navbar.collapsed {
  justify-content: center;
}
.cid-uJi3VMxCfY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJi3VMxCfY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJi3VMxCfY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJi3VMxCfY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJi3VMxCfY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJi3VMxCfY .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-uJi3VMxCfY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJi3VMxCfY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJi3VMxCfY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJi3VMxCfY .navbar {
    min-height: 72px;
  }
  .cid-uJi3VMxCfY .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJi3VMxCfY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJi3VMxCfY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJi3VMxCfY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJi3VMxCfY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJi3VMxCfY .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-uJi3VMxCfY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJi3VMxCfY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJi3VMxCfY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJi3VMxCfY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJi3VMxCfY .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJi3VMxCfY .dropdown-item.active,
.cid-uJi3VMxCfY .dropdown-item:active {
  background-color: transparent;
}
.cid-uJi3VMxCfY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJi3VMxCfY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJi3VMxCfY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJi3VMxCfY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #260a30;
}
.cid-uJi3VMxCfY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uJi3VMxCfY .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJi3VMxCfY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJi3VMxCfY .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJi3VMxCfY .navbar-buttons {
    text-align: left;
  }
}
.cid-uJi3VMxCfY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJi3VMxCfY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJi3VMxCfY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJi3VMxCfY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJi3VMxCfY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJi3VMxCfY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJi3VMxCfY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJi3VMxCfY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJi3VMxCfY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJi3VMxCfY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJi3VMxCfY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJi3VMxCfY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJi3VMxCfY .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-uJi3VMxCfY .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJi3VMxCfY .navbar {
    height: 70px;
  }
  .cid-uJi3VMxCfY .navbar.opened {
    height: auto;
  }
  .cid-uJi3VMxCfY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJi3VMxCfY .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uJi3VMxCfY .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uJi3VMxCfY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJi3VMxCfY .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(-90deg);
}
.cid-uJi3VMxCfY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJi3VMxCfY .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uJi3VMxCfY .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJi3VMxCfY .navbar-brand {
    margin-right: auto;
  }
  .cid-uJi3VMxCfY .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #260a30;
    opacity: 1;
    border-color: rgba(38, 10, 48, 0.9) !important;
    background: rgba(38, 10, 48, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uJi3VMxCfY .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJi3VMxCfY .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uJi3VMxCfY .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJi3VMxCfY .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJi3VMxCfY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJi3VMxCfY .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-uJi3VMxCfY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJi3VMxCfY .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJi3VMxCfY .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uJi3VMxCfY .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uJi3VNLFjv {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uJi3VNLFjv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi3VNLFjv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJi3VNLFjv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJi3VNLFjv .row {
  flex-direction: row-reverse;
}
.cid-uJi3VNLFjv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJi3VNLFjv .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJi3VNLFjv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJi3VNLFjv .mbr-section-title {
  color: #000000;
}
.cid-uJi3VNLFjv .mbr-text,
.cid-uJi3VNLFjv .mbr-section-btn {
  color: #232323;
}
.cid-uJi3VOTDSl {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-uJi3VOTDSl .container {
    max-width: 1162px;
  }
}
@media (max-width: 768px) {
  .cid-uJi3VOTDSl .top {
    margin-top: 10rem;
  }
}
.cid-uJi3VOTDSl .mbr-section-title {
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
}
.cid-uJi3VOTDSl .mbr-text {
  font-size: 24px;
  line-height: 1.3;
  color: #000000;
}
.cid-uJi3VOTDSl .index {
  z-index: 3;
}
.cid-uJi3VOTDSl ul {
  list-style: none;
  margin: 0;
  padding-left: 40px;
}
.cid-uJi3VOTDSl li {
  margin-bottom: 47px;
  position: relative;
}
.cid-uJi3VOTDSl ul li::before {
  position: relative;
  content: "\2713";
  left: -40px;
  top: -5%;
  color: #232323;
  border: 2px solid #000000;
  font-weight: bold;
  font-size: 2rem;
  padding: 0 .5rem;
}
.cid-uJi3VOTDSl .wrap {
  right: 80%;
  top: 0;
  width: 400px;
  height: 200px;
  position: absolute;
}
@media (max-width: 991px) {
  .cid-uJi3VOTDSl .wrap {
    top: -10%;
    right: 5%;
  }
}
@media (max-width: 768px) {
  .cid-uJi3VOTDSl .wrap {
    top: 10%;
  }
}
.cid-uJi3VOTDSl .wrap .anim {
  width: 195px;
  height: 195px;
  position: relative;
  object-fit: cover;
  border-radius: 100%;
  animation: 15s linear 0s normal none infinite running rot1;
  -webkit-animation: 15s linear 0s normal none infinite running rot1;
}
@media (min-width: 992px) {
  .cid-uJi3VOTDSl .wrap {
    right: 5%;
    top: -10%;
  }
}
@media (min-width: 1400px) {
  .cid-uJi3VOTDSl .wrap {
    right: -5%;
    top: -5%;
  }
}
@keyframes rot1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.cid-uJi3VOTDSl .mbr-section-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  color: #000000;
  font-size: 25px;
}
.cid-uJi3VOTDSl .text {
  font-size: 30px;
  color: #cbc0ff;
  font-weight: 600;
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -webkit-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -moz-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  text-align: end;
}
.cid-uJi3VOTDSl .text1 {
  bottom: -75%;
  right: 10%;
  position: absolute;
  font-size: 140px;
  color: #f4d7d7;
  font-weight: 700;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -webkit-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -moz-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
}
.cid-uJi3VOTDSl .mbr-text UL {
  text-align: left;
}
.cid-uJi3VPGGGH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJi3VPGGGH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi3VPGGGH .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-uJi3VPGGGH .container {
    padding: 0 16px;
  }
}
.cid-uJi3VPGGGH .title-wrapper {
  position: relative;
}
.cid-uJi3VPGGGH .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uJi3VPGGGH .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJi3VPGGGH .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uJi3VPGGGH .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uJi3VPGGGH .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJi3VPGGGH .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #ffffff;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uJi3VPGGGH .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-uJi3VPGGGH .mbr-section-title {
  color: #08323C;
}
.cid-uJi3VPGGGH .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJi3VPGGGH .mbr-section-title,
.cid-uJi3VPGGGH .mbr-section-btn {
  text-align: center;
}
.cid-uJi3VQvI1m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJi3VQvI1m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi3VQvI1m .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-uJi3VQvI1m .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJi3VQvI1m .container {
    padding: 0 12px;
  }
}
.cid-uJi3VQvI1m .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJi3VQvI1m .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-uJi3VQvI1m .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uJi3VQvI1m .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-uJi3VQvI1m .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJi3VQvI1m .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJi3VQvI1m .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJi3VQvI1m .mbr-section-title {
  color: #222222;
}
.cid-uJi3VQvI1m .mbr-text {
  color: #222222;
}
.cid-uJi3VRfkrb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uJi3VRfkrb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi3VRfkrb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJi3VRfkrb .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uJi3VRfkrb .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uJi3VRfkrb .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJi3VRfkrb .card-wrapper {
    padding: 4rem;
  }
}
.cid-uJi3VRfkrb .card-title {
  color: #000000;
}
.cid-uJi3VS6KVN {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uJi3VS6KVN img,
.cid-uJi3VS6KVN .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uJi3VS6KVN .item:focus,
.cid-uJi3VS6KVN span:focus {
  outline: none;
}
.cid-uJi3VS6KVN .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uJi3VS6KVN .item {
    margin-bottom: 1rem;
  }
}
.cid-uJi3VS6KVN .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uJi3VS6KVN .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uJi3VS6KVN .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJi3VS6KVN .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uJi3VS6KVN .mbr-section-title {
  color: #ff4552;
  text-align: center;
}
.cid-uJi3VS6KVN .item-title {
  text-align: left;
  color: #000000;
}
.cid-uJi3VS6KVN .item-subtitle {
  text-align: center;
}
.cid-uJi3VS6KVN .mbr-text,
.cid-uJi3VS6KVN .item .mbr-section-btn {
  text-align: left;
}
.cid-uJi3VS6KVN .mbr-section-subtitle,
.cid-uJi3VS6KVN .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #454745;
}
.cid-uJi3VTic6v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJi3VTic6v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi3VTic6v .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-uJi3VTic6v .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJi3VTic6v .container {
    padding: 0 12px;
  }
}
.cid-uJi3VTic6v .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJi3VTic6v .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJi3VTic6v .mbr-section-title {
  color: #222222;
}
.cid-uJi3VTic6v .mbr-text {
  color: #222222;
}
.cid-uJi3VUdJd8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJi3VUdJd8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi3VUdJd8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJi3VUdJd8 .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uJi3VUdJd8 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJi3VUdJd8 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJi3VUdJd8 .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uJi3VUdJd8 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJi3VUdJd8 .mbr-section-title {
  color: #000000;
}
.cid-uJi3VUdJd8 .mbr-desc {
  color: #fdfde1;
}
.cid-uJi3VUdJd8 .mbr-text {
  color: #000000;
}
.cid-uJi3VUdJd8 .mbr-text,
.cid-uJi3VUdJd8 .text-wrapper {
  color: #ffffff;
}
.cid-uJi3VUdJd8 .mbr-section-title,
.cid-uJi3VUdJd8 .mbr-section-btn {
  color: #ffffff;
}
.cid-uJi3VV3Fpk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJi3VV3Fpk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi3VV3Fpk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJi3VV3Fpk .card-wrapper {
  background: #000000;
}
@media (max-width: 767px) {
  .cid-uJi3VV3Fpk .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uJi3VV3Fpk .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uJi3VV3Fpk .card-wrapper {
    padding: 4rem;
  }
}
.cid-uJi3VV3Fpk .mbr-text,
.cid-uJi3VV3Fpk .mbr-section-btn {
  color: #ffffff;
}
.cid-uJi3VV3Fpk .card-title,
.cid-uJi3VV3Fpk .card-box {
  text-align: left;
  color: #ffffff;
}
.cid-uJi3VVRsUi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-uJi3VVRsUi img,
.cid-uJi3VVRsUi .item-img {
  width: 100%;
}
.cid-uJi3VVRsUi .item:focus,
.cid-uJi3VVRsUi span:focus {
  outline: none;
}
.cid-uJi3VVRsUi .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uJi3VVRsUi .item {
    margin-bottom: 1rem;
  }
}
.cid-uJi3VVRsUi .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uJi3VVRsUi .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uJi3VVRsUi .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJi3VVRsUi .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uJi3VVRsUi .mbr-section-title {
  color: #4552ff;
  text-align: center;
}
.cid-uJi3VVRsUi .item-title {
  text-align: left;
  color: #000000;
}
.cid-uJi3VVRsUi .item-subtitle {
  text-align: left;
}
.cid-uJi3VVRsUi .mbr-text,
.cid-uJi3VVRsUi .item .mbr-section-btn {
  text-align: left;
}
.cid-uJi3VVRsUi .mbr-section-subtitle,
.cid-uJi3VVRsUi .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uJi3VX1ePz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uJi3VX1ePz .item-subtitle {
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
}
.cid-uJi3VX1ePz img,
.cid-uJi3VX1ePz .item-img {
  width: 100%;
  border-radius: 2rem;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uJi3VX1ePz .item:focus,
.cid-uJi3VX1ePz span:focus {
  outline: none;
}
.cid-uJi3VX1ePz .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uJi3VX1ePz .item {
    margin-top: 1rem;
  }
}
.cid-uJi3VX1ePz .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJi3VX1ePz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uJi3VX1ePz .mbr-section-title {
  color: #4552ff;
}
.cid-uJi3VX1ePz .mbr-text,
.cid-uJi3VX1ePz .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-uJi3VX1ePz .item-title {
  color: #353535;
  text-align: center;
}
.cid-uJi3VYbT1P {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uJi3VYbT1P .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-uJi3VYbT1P .panel-group {
  border: none;
}
.cid-uJi3VYbT1P .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJi3VYbT1P .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uJi3VYbT1P .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uJi3VYbT1P .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uJi3VYbT1P .img-col {
  padding: 0;
}
.cid-uJi3VYbT1P .img-item {
  height: 100%;
}
.cid-uJi3VYbT1P img {
  height: 100%;
  object-fit: cover;
}
.cid-uJi3VYbT1P .collapsed span {
  transform: rotate(0deg);
}
.cid-uJi3VYbT1P .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uJi3VYbT1P p {
  margin-bottom: 0.3rem;
}
.cid-uJi3VYbT1P .panel-title-edit {
  color: #ff4552;
}
.cid-uJi3VYbT1P .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uJi3VYbT1P .card {
  background: #000000;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uJi3VYbT1P .card {
    padding: 1.5rem;
  }
}
.cid-uJi3VYbT1P .panel-text {
  color: #000000;
}
.cid-uJi3VYbT1P .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-uJi3VYbT1P .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uJi3VYbT1P .panel-title-edit,
.cid-uJi3VYbT1P .mbr-iconfont {
  color: #ffffff;
}
.cid-uJi3VZkF2V {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uJi3VZkF2V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi3VZkF2V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJi3VZkF2V .content-text {
  max-width: 800px;
}
.cid-uJi3VZkF2V .mbr-description {
  color: #4559ff;
}
.cid-uJi3W0jXaB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJi3W0jXaB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi3W0jXaB .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-uJi3W0jXaB .container {
    padding: 0 30px;
  }
}
.cid-uJi3W0jXaB .image-wrapper {
  margin-right: 80px;
}
@media (max-width: 992px) {
  .cid-uJi3W0jXaB .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-uJi3W0jXaB .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJi3W0jXaB .image-wrapper img {
    height: 300px;
  }
}
.cid-uJi3W0jXaB .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uJi3W0jXaB .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uJi3W0jXaB .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uJi3W0jXaB .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 24px;
}
.cid-uJi3W0jXaB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJi3W0jXaB .mbr-section-title {
  color: #212529;
}
.cid-uJi3W0jXaB .mbr-text {
  color: #ffffff;
}
.cid-uJi3W0jXaB .mbr-section-title,
.cid-uJi3W0jXaB .mbr-section-btn {
  color: #ffffff;
}
.cid-uJi3W1vaJU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJi3W1vaJU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi3W1vaJU .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-uJi3W1vaJU .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uJi3W1vaJU .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJi3W1vaJU .image-wrapper img {
  height: 460px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uJi3W1vaJU .image-wrapper img {
    height: 300px;
  }
}
.cid-uJi3W1vaJU .card-wrapper {
  margin-top: 15%;
  padding-top: 120px;
  background-color: #000000;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-uJi3W1vaJU .card-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .cid-uJi3W1vaJU .card-wrapper {
    margin-top: 0;
    padding-top: 20px;
  }
}
.cid-uJi3W1vaJU .card-wrapper .mbr-section-title {
  padding: 0 100px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uJi3W1vaJU .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.cid-uJi3W1vaJU .card-wrapper .mbr-text {
  padding: 0 100px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uJi3W1vaJU .card-wrapper .mbr-text {
    padding: 0 20px;
  }
}
.cid-uJi3W1vaJU .card-wrapper .icon-wrapper {
  padding: 0 20px 20px;
}
.cid-uJi3W1vaJU .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  background-color: #ffffff;
  color: #08323c;
  font-size: 20px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-uJi3W1vaJU .card-wrapper .icon-wrapper {
    display: none;
  }
}
.cid-uJi3W1vaJU .mbr-section-title {
  color: #ffffff;
}
.cid-uJi3W1vaJU .mbr-text {
  color: #ffffff;
}
.cid-uJi3W1vaJU .icon-wrapper {
  text-align: right;
}
.cid-uJie5lGe2z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uJie5lGe2z .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uJie5lGe2z .panel-group {
  border: none;
}
.cid-uJie5lGe2z .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uJie5lGe2z .card-header {
    padding: 0rem;
  }
}
.cid-uJie5lGe2z .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uJie5lGe2z .img-col {
  padding: 0;
}
.cid-uJie5lGe2z .img-item {
  height: 100%;
}
.cid-uJie5lGe2z img {
  height: 100%;
  object-fit: cover;
}
.cid-uJie5lGe2z .collapsed span {
  transform: rotate(0deg);
}
.cid-uJie5lGe2z .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uJie5lGe2z p {
  margin-bottom: 0.3rem;
}
.cid-uJie5lGe2z .panel-title-edit {
  color: #000000;
}
.cid-uJie5lGe2z .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uJie5lGe2z .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uJie5lGe2z .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uJie5lGe2z .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uJie5lGe2z .panel-text {
  color: #000000;
}
.cid-uJie5lGe2z .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uJie5lGe2z .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uJie5lGe2z .panel-title-edit,
.cid-uJie5lGe2z .mbr-iconfont {
  color: #000000;
}
.cid-uJi3W2DkWH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffeb69;
}
.cid-uJi3W2DkWH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi3W2DkWH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJi3W2DkWH .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uJi3W2DkWH .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uJi3W2DkWH .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-uJi3W2DkWH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJi3W2DkWH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJi3W2DkWH .content-head {
  max-width: 800px;
}
.cid-uJi3W3PoWV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uJi3W3PoWV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi3W3PoWV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJi3W3PoWV .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uJi3W3PoWV .footer-col {
    flex-direction: column;
  }
}
.cid-uJi3W3PoWV .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uJi3W3PoWV .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uJi3W3PoWV .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uJi3W3PoWV .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uJi3W3PoWV .mbr-section-btn {
    text-align: center;
  }
}
.cid-uJi3W3PoWV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uJi3W3PoWV .soc-item {
  margin: 8px;
}
.cid-uJi3W3PoWV .soc-item a:hover .mbr-iconfont,
.cid-uJi3W3PoWV .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uJi3W3PoWV .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uJi3W3PoWV .row {
    text-align: center;
  }
  .cid-uJi3W3PoWV .social-row {
    justify-content: center;
  }
}
.cid-uJi3W3PoWV .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uJi3W3PoWV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJi3W3PoWV .list {
    margin-bottom: 0rem;
  }
}
.cid-uJi3W3PoWV .mbr-text {
  color: #bbbbbb;
}
.cid-uJi3W3PoWV .mbr-section-subtitle {
  color: #000000;
}
.cid-uJi3W3PoWV .list,
.cid-uJi3W3PoWV .item-wrap {
  color: #232323;
}
.cid-uJi3W3PoWV .copyright {
  color: #000000;
}
.cid-uJi3XA9ym2 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJi3XA9ym2 .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-uJi3XA9ym2 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uJi3XA9ym2 .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-uJi3XA9ym2 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uJi3XA9ym2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJi3XA9ym2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJi3XA9ym2 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uJi3XA9ym2 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uJi3XA9ym2 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uJi3XA9ym2 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uJi3XA9ym2 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJi3XA9ym2 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJi3XA9ym2 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uJi3XA9ym2 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uJi3XA9ym2 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uJi3XA9ym2 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJi3XA9ym2 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJi3XA9ym2 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uJi3XA9ym2 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uJi3XA9ym2 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJi3XA9ym2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uJi3XA9ym2 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(38, 10, 48, 0.9) !important;
  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: #260a30;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uJi3XA9ym2 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJi3XA9ym2 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uJi3XA9ym2 .iconfont-wrapper {
  color: #ff4552 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJi3XA9ym2 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #260a30;
  background: rgba(38, 10, 48, 0.9) !important;
}
.cid-uJi3XA9ym2 .nav-item:focus,
.cid-uJi3XA9ym2 .nav-link:focus {
  outline: none;
}
.cid-uJi3XA9ym2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJi3XA9ym2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJi3XA9ym2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJi3XA9ym2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJi3XA9ym2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJi3XA9ym2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJi3XA9ym2 .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-uJi3XA9ym2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uJi3XA9ym2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJi3XA9ym2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uJi3XA9ym2 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJi3XA9ym2 .navbar.collapsed {
  justify-content: center;
}
.cid-uJi3XA9ym2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJi3XA9ym2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJi3XA9ym2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJi3XA9ym2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJi3XA9ym2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJi3XA9ym2 .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-uJi3XA9ym2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJi3XA9ym2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJi3XA9ym2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJi3XA9ym2 .navbar {
    min-height: 72px;
  }
  .cid-uJi3XA9ym2 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJi3XA9ym2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJi3XA9ym2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJi3XA9ym2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJi3XA9ym2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJi3XA9ym2 .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-uJi3XA9ym2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJi3XA9ym2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJi3XA9ym2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJi3XA9ym2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJi3XA9ym2 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJi3XA9ym2 .dropdown-item.active,
.cid-uJi3XA9ym2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uJi3XA9ym2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJi3XA9ym2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJi3XA9ym2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJi3XA9ym2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #260a30;
}
.cid-uJi3XA9ym2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uJi3XA9ym2 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJi3XA9ym2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJi3XA9ym2 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJi3XA9ym2 .navbar-buttons {
    text-align: left;
  }
}
.cid-uJi3XA9ym2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJi3XA9ym2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJi3XA9ym2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJi3XA9ym2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJi3XA9ym2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJi3XA9ym2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJi3XA9ym2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJi3XA9ym2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJi3XA9ym2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJi3XA9ym2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJi3XA9ym2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJi3XA9ym2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJi3XA9ym2 .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-uJi3XA9ym2 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJi3XA9ym2 .navbar {
    height: 70px;
  }
  .cid-uJi3XA9ym2 .navbar.opened {
    height: auto;
  }
  .cid-uJi3XA9ym2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJi3XA9ym2 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uJi3XA9ym2 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uJi3XA9ym2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJi3XA9ym2 .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(-90deg);
}
.cid-uJi3XA9ym2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJi3XA9ym2 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uJi3XA9ym2 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJi3XA9ym2 .navbar-brand {
    margin-right: auto;
  }
  .cid-uJi3XA9ym2 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #260a30;
    opacity: 1;
    border-color: rgba(38, 10, 48, 0.9) !important;
    background: rgba(38, 10, 48, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uJi3XA9ym2 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJi3XA9ym2 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uJi3XA9ym2 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJi3XA9ym2 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJi3XA9ym2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJi3XA9ym2 .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-uJi3XA9ym2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJi3XA9ym2 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJi3XA9ym2 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uJi3XA9ym2 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uJi3XBxRCu {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uJi3XBxRCu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi3XBxRCu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJi3XBxRCu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJi3XBxRCu .row {
  flex-direction: row-reverse;
}
.cid-uJi3XBxRCu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJi3XBxRCu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJi3XBxRCu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJi3XBxRCu .mbr-section-title {
  color: #000000;
}
.cid-uJi3XBxRCu .mbr-text,
.cid-uJi3XBxRCu .mbr-section-btn {
  color: #232323;
}
.cid-uJi3XCFwlF {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-uJi3XCFwlF .container {
    max-width: 1162px;
  }
}
@media (max-width: 768px) {
  .cid-uJi3XCFwlF .top {
    margin-top: 10rem;
  }
}
.cid-uJi3XCFwlF .mbr-section-title {
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
}
.cid-uJi3XCFwlF .mbr-text {
  font-size: 24px;
  line-height: 1.3;
  color: #000000;
}
.cid-uJi3XCFwlF .index {
  z-index: 3;
}
.cid-uJi3XCFwlF ul {
  list-style: none;
  margin: 0;
  padding-left: 40px;
}
.cid-uJi3XCFwlF li {
  margin-bottom: 47px;
  position: relative;
}
.cid-uJi3XCFwlF ul li::before {
  position: relative;
  content: "\2713";
  left: -40px;
  top: -5%;
  color: #232323;
  border: 2px solid #000000;
  font-weight: bold;
  font-size: 2rem;
  padding: 0 .5rem;
}
.cid-uJi3XCFwlF .wrap {
  right: 80%;
  top: 0;
  width: 400px;
  height: 200px;
  position: absolute;
}
@media (max-width: 991px) {
  .cid-uJi3XCFwlF .wrap {
    top: -10%;
    right: 5%;
  }
}
@media (max-width: 768px) {
  .cid-uJi3XCFwlF .wrap {
    top: 10%;
  }
}
.cid-uJi3XCFwlF .wrap .anim {
  width: 195px;
  height: 195px;
  position: relative;
  object-fit: cover;
  border-radius: 100%;
  animation: 15s linear 0s normal none infinite running rot1;
  -webkit-animation: 15s linear 0s normal none infinite running rot1;
}
@media (min-width: 992px) {
  .cid-uJi3XCFwlF .wrap {
    right: 5%;
    top: -10%;
  }
}
@media (min-width: 1400px) {
  .cid-uJi3XCFwlF .wrap {
    right: -5%;
    top: -5%;
  }
}
@keyframes rot1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.cid-uJi3XCFwlF .mbr-section-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  color: #000000;
  font-size: 25px;
}
.cid-uJi3XCFwlF .text {
  font-size: 30px;
  color: #cbc0ff;
  font-weight: 600;
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -webkit-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -moz-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  text-align: end;
}
.cid-uJi3XCFwlF .text1 {
  bottom: -75%;
  right: 10%;
  position: absolute;
  font-size: 140px;
  color: #f4d7d7;
  font-weight: 700;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -webkit-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -moz-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
}
.cid-uJi3XCFwlF .mbr-text UL {
  text-align: left;
}
.cid-uJi3XDKERK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJi3XDKERK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi3XDKERK .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-uJi3XDKERK .container {
    padding: 0 16px;
  }
}
.cid-uJi3XDKERK .title-wrapper {
  position: relative;
}
.cid-uJi3XDKERK .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uJi3XDKERK .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJi3XDKERK .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uJi3XDKERK .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uJi3XDKERK .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJi3XDKERK .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #ffffff;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uJi3XDKERK .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-uJi3XDKERK .mbr-section-title {
  color: #08323C;
}
.cid-uJi3XDKERK .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJi3XDKERK .mbr-section-title,
.cid-uJi3XDKERK .mbr-section-btn {
  text-align: center;
}
.cid-uJi3XEPVMv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJi3XEPVMv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi3XEPVMv .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-uJi3XEPVMv .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJi3XEPVMv .container {
    padding: 0 12px;
  }
}
.cid-uJi3XEPVMv .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJi3XEPVMv .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-uJi3XEPVMv .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uJi3XEPVMv .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-uJi3XEPVMv .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJi3XEPVMv .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJi3XEPVMv .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJi3XEPVMv .mbr-section-title {
  color: #222222;
}
.cid-uJi3XEPVMv .mbr-text {
  color: #222222;
}
.cid-uJi3XFEtjw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uJi3XFEtjw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi3XFEtjw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJi3XFEtjw .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uJi3XFEtjw .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uJi3XFEtjw .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJi3XFEtjw .card-wrapper {
    padding: 4rem;
  }
}
.cid-uJi3XFEtjw .card-title {
  color: #000000;
}
.cid-uJi3XGBO0t {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uJi3XGBO0t img,
.cid-uJi3XGBO0t .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uJi3XGBO0t .item:focus,
.cid-uJi3XGBO0t span:focus {
  outline: none;
}
.cid-uJi3XGBO0t .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uJi3XGBO0t .item {
    margin-bottom: 1rem;
  }
}
.cid-uJi3XGBO0t .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uJi3XGBO0t .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uJi3XGBO0t .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJi3XGBO0t .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uJi3XGBO0t .mbr-section-title {
  color: #ff4552;
  text-align: center;
}
.cid-uJi3XGBO0t .item-title {
  text-align: left;
  color: #000000;
}
.cid-uJi3XGBO0t .item-subtitle {
  text-align: center;
}
.cid-uJi3XGBO0t .mbr-text,
.cid-uJi3XGBO0t .item .mbr-section-btn {
  text-align: left;
}
.cid-uJi3XGBO0t .mbr-section-subtitle,
.cid-uJi3XGBO0t .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #454745;
}
.cid-uJi3XHEhwk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJi3XHEhwk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi3XHEhwk .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-uJi3XHEhwk .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJi3XHEhwk .container {
    padding: 0 12px;
  }
}
.cid-uJi3XHEhwk .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJi3XHEhwk .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJi3XHEhwk .mbr-section-title {
  color: #222222;
}
.cid-uJi3XHEhwk .mbr-text {
  color: #222222;
}
.cid-uJi3XIqPTx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJi3XIqPTx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi3XIqPTx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJi3XIqPTx .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uJi3XIqPTx .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJi3XIqPTx .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJi3XIqPTx .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uJi3XIqPTx .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJi3XIqPTx .mbr-section-title {
  color: #000000;
}
.cid-uJi3XIqPTx .mbr-desc {
  color: #fdfde1;
}
.cid-uJi3XIqPTx .mbr-text {
  color: #000000;
}
.cid-uJi3XIqPTx .mbr-text,
.cid-uJi3XIqPTx .text-wrapper {
  color: #ffffff;
}
.cid-uJi3XIqPTx .mbr-section-title,
.cid-uJi3XIqPTx .mbr-section-btn {
  color: #ffffff;
}
.cid-uJi3XJgbGY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJi3XJgbGY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi3XJgbGY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJi3XJgbGY .card-wrapper {
  background: #000000;
}
@media (max-width: 767px) {
  .cid-uJi3XJgbGY .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uJi3XJgbGY .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uJi3XJgbGY .card-wrapper {
    padding: 4rem;
  }
}
.cid-uJi3XJgbGY .mbr-text,
.cid-uJi3XJgbGY .mbr-section-btn {
  color: #ffffff;
}
.cid-uJi3XJgbGY .card-title,
.cid-uJi3XJgbGY .card-box {
  text-align: left;
  color: #ffffff;
}
.cid-uJi3XK8m2L {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-uJi3XK8m2L img,
.cid-uJi3XK8m2L .item-img {
  width: 100%;
}
.cid-uJi3XK8m2L .item:focus,
.cid-uJi3XK8m2L span:focus {
  outline: none;
}
.cid-uJi3XK8m2L .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uJi3XK8m2L .item {
    margin-bottom: 1rem;
  }
}
.cid-uJi3XK8m2L .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uJi3XK8m2L .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uJi3XK8m2L .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJi3XK8m2L .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uJi3XK8m2L .mbr-section-title {
  color: #4552ff;
  text-align: center;
}
.cid-uJi3XK8m2L .item-title {
  text-align: left;
  color: #000000;
}
.cid-uJi3XK8m2L .item-subtitle {
  text-align: left;
}
.cid-uJi3XK8m2L .mbr-text,
.cid-uJi3XK8m2L .item .mbr-section-btn {
  text-align: left;
}
.cid-uJi3XK8m2L .mbr-section-subtitle,
.cid-uJi3XK8m2L .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uJi3XLbNV3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uJi3XLbNV3 .item-subtitle {
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
}
.cid-uJi3XLbNV3 img,
.cid-uJi3XLbNV3 .item-img {
  width: 100%;
  border-radius: 2rem;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uJi3XLbNV3 .item:focus,
.cid-uJi3XLbNV3 span:focus {
  outline: none;
}
.cid-uJi3XLbNV3 .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uJi3XLbNV3 .item {
    margin-top: 1rem;
  }
}
.cid-uJi3XLbNV3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJi3XLbNV3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uJi3XLbNV3 .mbr-section-title {
  color: #4552ff;
}
.cid-uJi3XLbNV3 .mbr-text,
.cid-uJi3XLbNV3 .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-uJi3XLbNV3 .item-title {
  color: #353535;
  text-align: center;
}
.cid-uJi3XMeH2c {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uJi3XMeH2c .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-uJi3XMeH2c .panel-group {
  border: none;
}
.cid-uJi3XMeH2c .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJi3XMeH2c .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uJi3XMeH2c .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uJi3XMeH2c .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uJi3XMeH2c .img-col {
  padding: 0;
}
.cid-uJi3XMeH2c .img-item {
  height: 100%;
}
.cid-uJi3XMeH2c img {
  height: 100%;
  object-fit: cover;
}
.cid-uJi3XMeH2c .collapsed span {
  transform: rotate(0deg);
}
.cid-uJi3XMeH2c .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uJi3XMeH2c p {
  margin-bottom: 0.3rem;
}
.cid-uJi3XMeH2c .panel-title-edit {
  color: #ff4552;
}
.cid-uJi3XMeH2c .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uJi3XMeH2c .card {
  background: #000000;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uJi3XMeH2c .card {
    padding: 1.5rem;
  }
}
.cid-uJi3XMeH2c .panel-text {
  color: #000000;
}
.cid-uJi3XMeH2c .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-uJi3XMeH2c .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uJi3XMeH2c .panel-title-edit,
.cid-uJi3XMeH2c .mbr-iconfont {
  color: #ffffff;
}
.cid-uJi3XNzq5w {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uJi3XNzq5w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi3XNzq5w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJi3XNzq5w .content-text {
  max-width: 800px;
}
.cid-uJi3XNzq5w .mbr-description {
  color: #4559ff;
}
.cid-uJi3XOA5Px {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJi3XOA5Px .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi3XOA5Px .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-uJi3XOA5Px .container {
    padding: 0 30px;
  }
}
.cid-uJi3XOA5Px .image-wrapper {
  margin-right: 80px;
}
@media (max-width: 992px) {
  .cid-uJi3XOA5Px .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-uJi3XOA5Px .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJi3XOA5Px .image-wrapper img {
    height: 300px;
  }
}
.cid-uJi3XOA5Px .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uJi3XOA5Px .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uJi3XOA5Px .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uJi3XOA5Px .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 24px;
}
.cid-uJi3XOA5Px .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJi3XOA5Px .mbr-section-title {
  color: #212529;
}
.cid-uJi3XOA5Px .mbr-text {
  color: #ffffff;
}
.cid-uJi3XOA5Px .mbr-section-title,
.cid-uJi3XOA5Px .mbr-section-btn {
  color: #ffffff;
}
.cid-uJi3XPObEz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJi3XPObEz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi3XPObEz .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-uJi3XPObEz .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uJi3XPObEz .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJi3XPObEz .image-wrapper img {
  height: 460px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uJi3XPObEz .image-wrapper img {
    height: 300px;
  }
}
.cid-uJi3XPObEz .card-wrapper {
  margin-top: 15%;
  padding-top: 120px;
  background-color: #000000;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-uJi3XPObEz .card-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .cid-uJi3XPObEz .card-wrapper {
    margin-top: 0;
    padding-top: 20px;
  }
}
.cid-uJi3XPObEz .card-wrapper .mbr-section-title {
  padding: 0 100px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uJi3XPObEz .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.cid-uJi3XPObEz .card-wrapper .mbr-text {
  padding: 0 100px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uJi3XPObEz .card-wrapper .mbr-text {
    padding: 0 20px;
  }
}
.cid-uJi3XPObEz .card-wrapper .icon-wrapper {
  padding: 0 20px 20px;
}
.cid-uJi3XPObEz .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  background-color: #ffffff;
  color: #08323c;
  font-size: 20px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-uJi3XPObEz .card-wrapper .icon-wrapper {
    display: none;
  }
}
.cid-uJi3XPObEz .mbr-section-title {
  color: #ffffff;
}
.cid-uJi3XPObEz .mbr-text {
  color: #ffffff;
}
.cid-uJi3XPObEz .icon-wrapper {
  text-align: right;
}
.cid-uJieO4smcm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uJieO4smcm .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uJieO4smcm .panel-group {
  border: none;
}
.cid-uJieO4smcm .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uJieO4smcm .card-header {
    padding: 0rem;
  }
}
.cid-uJieO4smcm .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uJieO4smcm .img-col {
  padding: 0;
}
.cid-uJieO4smcm .img-item {
  height: 100%;
}
.cid-uJieO4smcm img {
  height: 100%;
  object-fit: cover;
}
.cid-uJieO4smcm .collapsed span {
  transform: rotate(0deg);
}
.cid-uJieO4smcm .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uJieO4smcm p {
  margin-bottom: 0.3rem;
}
.cid-uJieO4smcm .panel-title-edit {
  color: #000000;
}
.cid-uJieO4smcm .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uJieO4smcm .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uJieO4smcm .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uJieO4smcm .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uJieO4smcm .panel-text {
  color: #000000;
}
.cid-uJieO4smcm .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uJieO4smcm .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uJieO4smcm .panel-title-edit,
.cid-uJieO4smcm .mbr-iconfont {
  color: #000000;
}
.cid-uJi3XQZ07q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffeb69;
}
.cid-uJi3XQZ07q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi3XQZ07q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJi3XQZ07q .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uJi3XQZ07q .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uJi3XQZ07q .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-uJi3XQZ07q .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJi3XQZ07q .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJi3XQZ07q .content-head {
  max-width: 800px;
}
.cid-uJi3XSMd3Y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uJi3XSMd3Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi3XSMd3Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJi3XSMd3Y .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uJi3XSMd3Y .footer-col {
    flex-direction: column;
  }
}
.cid-uJi3XSMd3Y .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uJi3XSMd3Y .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uJi3XSMd3Y .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uJi3XSMd3Y .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uJi3XSMd3Y .mbr-section-btn {
    text-align: center;
  }
}
.cid-uJi3XSMd3Y .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uJi3XSMd3Y .soc-item {
  margin: 8px;
}
.cid-uJi3XSMd3Y .soc-item a:hover .mbr-iconfont,
.cid-uJi3XSMd3Y .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uJi3XSMd3Y .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uJi3XSMd3Y .row {
    text-align: center;
  }
  .cid-uJi3XSMd3Y .social-row {
    justify-content: center;
  }
}
.cid-uJi3XSMd3Y .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uJi3XSMd3Y .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJi3XSMd3Y .list {
    margin-bottom: 0rem;
  }
}
.cid-uJi3XSMd3Y .mbr-text {
  color: #bbbbbb;
}
.cid-uJi3XSMd3Y .mbr-section-subtitle {
  color: #000000;
}
.cid-uJi3XSMd3Y .list,
.cid-uJi3XSMd3Y .item-wrap {
  color: #232323;
}
.cid-uJi3XSMd3Y .copyright {
  color: #000000;
}
.cid-uJi4X2riuP {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJi4X2riuP .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-uJi4X2riuP .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uJi4X2riuP .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-uJi4X2riuP .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uJi4X2riuP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJi4X2riuP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJi4X2riuP .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uJi4X2riuP .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uJi4X2riuP .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uJi4X2riuP .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uJi4X2riuP .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJi4X2riuP .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJi4X2riuP .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uJi4X2riuP .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uJi4X2riuP .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uJi4X2riuP .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJi4X2riuP .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJi4X2riuP .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uJi4X2riuP .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uJi4X2riuP .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJi4X2riuP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uJi4X2riuP .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(38, 10, 48, 0.9) !important;
  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: #260a30;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uJi4X2riuP .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJi4X2riuP .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uJi4X2riuP .iconfont-wrapper {
  color: #ff4552 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJi4X2riuP .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #260a30;
  background: rgba(38, 10, 48, 0.9) !important;
}
.cid-uJi4X2riuP .nav-item:focus,
.cid-uJi4X2riuP .nav-link:focus {
  outline: none;
}
.cid-uJi4X2riuP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJi4X2riuP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJi4X2riuP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJi4X2riuP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJi4X2riuP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJi4X2riuP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJi4X2riuP .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-uJi4X2riuP .navbar.opened {
  transition: all 0.3s;
}
.cid-uJi4X2riuP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJi4X2riuP .navbar .navbar-logo img {
  width: auto;
}
.cid-uJi4X2riuP .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJi4X2riuP .navbar.collapsed {
  justify-content: center;
}
.cid-uJi4X2riuP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJi4X2riuP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJi4X2riuP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJi4X2riuP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJi4X2riuP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJi4X2riuP .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-uJi4X2riuP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJi4X2riuP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJi4X2riuP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJi4X2riuP .navbar {
    min-height: 72px;
  }
  .cid-uJi4X2riuP .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJi4X2riuP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJi4X2riuP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJi4X2riuP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJi4X2riuP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJi4X2riuP .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-uJi4X2riuP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJi4X2riuP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJi4X2riuP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJi4X2riuP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJi4X2riuP .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJi4X2riuP .dropdown-item.active,
.cid-uJi4X2riuP .dropdown-item:active {
  background-color: transparent;
}
.cid-uJi4X2riuP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJi4X2riuP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJi4X2riuP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJi4X2riuP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #260a30;
}
.cid-uJi4X2riuP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uJi4X2riuP .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJi4X2riuP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJi4X2riuP .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJi4X2riuP .navbar-buttons {
    text-align: left;
  }
}
.cid-uJi4X2riuP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJi4X2riuP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJi4X2riuP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJi4X2riuP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJi4X2riuP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJi4X2riuP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJi4X2riuP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJi4X2riuP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJi4X2riuP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJi4X2riuP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJi4X2riuP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJi4X2riuP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJi4X2riuP .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-uJi4X2riuP .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJi4X2riuP .navbar {
    height: 70px;
  }
  .cid-uJi4X2riuP .navbar.opened {
    height: auto;
  }
  .cid-uJi4X2riuP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJi4X2riuP .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uJi4X2riuP .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uJi4X2riuP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJi4X2riuP .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(-90deg);
}
.cid-uJi4X2riuP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJi4X2riuP .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uJi4X2riuP .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJi4X2riuP .navbar-brand {
    margin-right: auto;
  }
  .cid-uJi4X2riuP .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #260a30;
    opacity: 1;
    border-color: rgba(38, 10, 48, 0.9) !important;
    background: rgba(38, 10, 48, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uJi4X2riuP .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJi4X2riuP .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uJi4X2riuP .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJi4X2riuP .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJi4X2riuP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJi4X2riuP .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-uJi4X2riuP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJi4X2riuP .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJi4X2riuP .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uJi4X2riuP .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uJi4X3f6d9 {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uJi4X3f6d9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi4X3f6d9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJi4X3f6d9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJi4X3f6d9 .row {
  flex-direction: row-reverse;
}
.cid-uJi4X3f6d9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJi4X3f6d9 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJi4X3f6d9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJi4X3f6d9 .mbr-section-title {
  color: #000000;
}
.cid-uJi4X3f6d9 .mbr-text,
.cid-uJi4X3f6d9 .mbr-section-btn {
  color: #232323;
}
.cid-uJi4X44ZgG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-uJi4X44ZgG .container {
    max-width: 1162px;
  }
}
@media (max-width: 768px) {
  .cid-uJi4X44ZgG .top {
    margin-top: 10rem;
  }
}
.cid-uJi4X44ZgG .mbr-section-title {
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
}
.cid-uJi4X44ZgG .mbr-text {
  font-size: 24px;
  line-height: 1.3;
  color: #000000;
}
.cid-uJi4X44ZgG .index {
  z-index: 3;
}
.cid-uJi4X44ZgG ul {
  list-style: none;
  margin: 0;
  padding-left: 40px;
}
.cid-uJi4X44ZgG li {
  margin-bottom: 47px;
  position: relative;
}
.cid-uJi4X44ZgG ul li::before {
  position: relative;
  content: "\2713";
  left: -40px;
  top: -5%;
  color: #232323;
  border: 2px solid #000000;
  font-weight: bold;
  font-size: 2rem;
  padding: 0 .5rem;
}
.cid-uJi4X44ZgG .wrap {
  right: 80%;
  top: 0;
  width: 400px;
  height: 200px;
  position: absolute;
}
@media (max-width: 991px) {
  .cid-uJi4X44ZgG .wrap {
    top: -10%;
    right: 5%;
  }
}
@media (max-width: 768px) {
  .cid-uJi4X44ZgG .wrap {
    top: 10%;
  }
}
.cid-uJi4X44ZgG .wrap .anim {
  width: 195px;
  height: 195px;
  position: relative;
  object-fit: cover;
  border-radius: 100%;
  animation: 15s linear 0s normal none infinite running rot1;
  -webkit-animation: 15s linear 0s normal none infinite running rot1;
}
@media (min-width: 992px) {
  .cid-uJi4X44ZgG .wrap {
    right: 5%;
    top: -10%;
  }
}
@media (min-width: 1400px) {
  .cid-uJi4X44ZgG .wrap {
    right: -5%;
    top: -5%;
  }
}
@keyframes rot1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.cid-uJi4X44ZgG .mbr-section-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  color: #000000;
  font-size: 25px;
}
.cid-uJi4X44ZgG .text {
  font-size: 30px;
  color: #cbc0ff;
  font-weight: 600;
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -webkit-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -moz-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  text-align: end;
}
.cid-uJi4X44ZgG .text1 {
  bottom: -75%;
  right: 10%;
  position: absolute;
  font-size: 140px;
  color: #f4d7d7;
  font-weight: 700;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -webkit-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -moz-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
}
.cid-uJi4X44ZgG .mbr-text UL {
  text-align: left;
}
.cid-uJi4X4N6Eo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJi4X4N6Eo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi4X4N6Eo .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-uJi4X4N6Eo .container {
    padding: 0 16px;
  }
}
.cid-uJi4X4N6Eo .title-wrapper {
  position: relative;
}
.cid-uJi4X4N6Eo .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uJi4X4N6Eo .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJi4X4N6Eo .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uJi4X4N6Eo .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uJi4X4N6Eo .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJi4X4N6Eo .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #ffffff;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uJi4X4N6Eo .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-uJi4X4N6Eo .mbr-section-title {
  color: #08323C;
}
.cid-uJi4X4N6Eo .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJi4X4N6Eo .mbr-section-title,
.cid-uJi4X4N6Eo .mbr-section-btn {
  text-align: center;
}
.cid-uJi4X5z9Bw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJi4X5z9Bw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi4X5z9Bw .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-uJi4X5z9Bw .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJi4X5z9Bw .container {
    padding: 0 12px;
  }
}
.cid-uJi4X5z9Bw .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJi4X5z9Bw .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-uJi4X5z9Bw .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uJi4X5z9Bw .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-uJi4X5z9Bw .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJi4X5z9Bw .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJi4X5z9Bw .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJi4X5z9Bw .mbr-section-title {
  color: #222222;
}
.cid-uJi4X5z9Bw .mbr-text {
  color: #222222;
}
.cid-uJi4X6itvF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uJi4X6itvF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi4X6itvF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJi4X6itvF .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uJi4X6itvF .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uJi4X6itvF .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJi4X6itvF .card-wrapper {
    padding: 4rem;
  }
}
.cid-uJi4X6itvF .card-title {
  color: #000000;
}
.cid-uJi4X7d6ux {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uJi4X7d6ux img,
.cid-uJi4X7d6ux .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uJi4X7d6ux .item:focus,
.cid-uJi4X7d6ux span:focus {
  outline: none;
}
.cid-uJi4X7d6ux .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uJi4X7d6ux .item {
    margin-bottom: 1rem;
  }
}
.cid-uJi4X7d6ux .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uJi4X7d6ux .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uJi4X7d6ux .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJi4X7d6ux .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uJi4X7d6ux .mbr-section-title {
  color: #ff4552;
  text-align: center;
}
.cid-uJi4X7d6ux .item-title {
  text-align: left;
  color: #000000;
}
.cid-uJi4X7d6ux .item-subtitle {
  text-align: center;
}
.cid-uJi4X7d6ux .mbr-text,
.cid-uJi4X7d6ux .item .mbr-section-btn {
  text-align: left;
}
.cid-uJi4X7d6ux .mbr-section-subtitle,
.cid-uJi4X7d6ux .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #454745;
}
.cid-uJi4X83YBo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJi4X83YBo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi4X83YBo .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-uJi4X83YBo .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJi4X83YBo .container {
    padding: 0 12px;
  }
}
.cid-uJi4X83YBo .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJi4X83YBo .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJi4X83YBo .mbr-section-title {
  color: #222222;
}
.cid-uJi4X83YBo .mbr-text {
  color: #222222;
}
.cid-uJi4X8NomC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJi4X8NomC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi4X8NomC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJi4X8NomC .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uJi4X8NomC .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJi4X8NomC .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJi4X8NomC .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uJi4X8NomC .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJi4X8NomC .mbr-section-title {
  color: #000000;
}
.cid-uJi4X8NomC .mbr-desc {
  color: #fdfde1;
}
.cid-uJi4X8NomC .mbr-text {
  color: #000000;
}
.cid-uJi4X8NomC .mbr-text,
.cid-uJi4X8NomC .text-wrapper {
  color: #ffffff;
}
.cid-uJi4X8NomC .mbr-section-title,
.cid-uJi4X8NomC .mbr-section-btn {
  color: #ffffff;
}
.cid-uJi4X9BcVM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJi4X9BcVM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi4X9BcVM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJi4X9BcVM .card-wrapper {
  background: #000000;
}
@media (max-width: 767px) {
  .cid-uJi4X9BcVM .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uJi4X9BcVM .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uJi4X9BcVM .card-wrapper {
    padding: 4rem;
  }
}
.cid-uJi4X9BcVM .mbr-text,
.cid-uJi4X9BcVM .mbr-section-btn {
  color: #ffffff;
}
.cid-uJi4X9BcVM .card-title,
.cid-uJi4X9BcVM .card-box {
  text-align: left;
  color: #ffffff;
}
.cid-uJi4Xat15y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-uJi4Xat15y img,
.cid-uJi4Xat15y .item-img {
  width: 100%;
}
.cid-uJi4Xat15y .item:focus,
.cid-uJi4Xat15y span:focus {
  outline: none;
}
.cid-uJi4Xat15y .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uJi4Xat15y .item {
    margin-bottom: 1rem;
  }
}
.cid-uJi4Xat15y .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uJi4Xat15y .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uJi4Xat15y .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJi4Xat15y .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uJi4Xat15y .mbr-section-title {
  color: #4552ff;
  text-align: center;
}
.cid-uJi4Xat15y .item-title {
  text-align: left;
  color: #000000;
}
.cid-uJi4Xat15y .item-subtitle {
  text-align: left;
}
.cid-uJi4Xat15y .mbr-text,
.cid-uJi4Xat15y .item .mbr-section-btn {
  text-align: left;
}
.cid-uJi4Xat15y .mbr-section-subtitle,
.cid-uJi4Xat15y .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uJi4XbrwaQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uJi4XbrwaQ .item-subtitle {
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
}
.cid-uJi4XbrwaQ img,
.cid-uJi4XbrwaQ .item-img {
  width: 100%;
  border-radius: 2rem;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uJi4XbrwaQ .item:focus,
.cid-uJi4XbrwaQ span:focus {
  outline: none;
}
.cid-uJi4XbrwaQ .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uJi4XbrwaQ .item {
    margin-top: 1rem;
  }
}
.cid-uJi4XbrwaQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJi4XbrwaQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uJi4XbrwaQ .mbr-section-title {
  color: #4552ff;
}
.cid-uJi4XbrwaQ .mbr-text,
.cid-uJi4XbrwaQ .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-uJi4XbrwaQ .item-title {
  color: #353535;
  text-align: center;
}
.cid-uJi4Xcout9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uJi4Xcout9 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-uJi4Xcout9 .panel-group {
  border: none;
}
.cid-uJi4Xcout9 .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJi4Xcout9 .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uJi4Xcout9 .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uJi4Xcout9 .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uJi4Xcout9 .img-col {
  padding: 0;
}
.cid-uJi4Xcout9 .img-item {
  height: 100%;
}
.cid-uJi4Xcout9 img {
  height: 100%;
  object-fit: cover;
}
.cid-uJi4Xcout9 .collapsed span {
  transform: rotate(0deg);
}
.cid-uJi4Xcout9 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uJi4Xcout9 p {
  margin-bottom: 0.3rem;
}
.cid-uJi4Xcout9 .panel-title-edit {
  color: #ff4552;
}
.cid-uJi4Xcout9 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uJi4Xcout9 .card {
  background: #000000;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uJi4Xcout9 .card {
    padding: 1.5rem;
  }
}
.cid-uJi4Xcout9 .panel-text {
  color: #000000;
}
.cid-uJi4Xcout9 .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-uJi4Xcout9 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uJi4Xcout9 .panel-title-edit,
.cid-uJi4Xcout9 .mbr-iconfont {
  color: #ffffff;
}
.cid-uJi4XdetDY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uJi4XdetDY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi4XdetDY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJi4XdetDY .content-text {
  max-width: 800px;
}
.cid-uJi4XdetDY .mbr-description {
  color: #4559ff;
}
.cid-uJi4Xe0WKb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJi4Xe0WKb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi4Xe0WKb .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-uJi4Xe0WKb .container {
    padding: 0 30px;
  }
}
.cid-uJi4Xe0WKb .image-wrapper {
  margin-right: 80px;
}
@media (max-width: 992px) {
  .cid-uJi4Xe0WKb .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-uJi4Xe0WKb .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJi4Xe0WKb .image-wrapper img {
    height: 300px;
  }
}
.cid-uJi4Xe0WKb .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uJi4Xe0WKb .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uJi4Xe0WKb .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uJi4Xe0WKb .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 24px;
}
.cid-uJi4Xe0WKb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJi4Xe0WKb .mbr-section-title {
  color: #212529;
}
.cid-uJi4Xe0WKb .mbr-text {
  color: #ffffff;
}
.cid-uJi4Xe0WKb .mbr-section-title,
.cid-uJi4Xe0WKb .mbr-section-btn {
  color: #ffffff;
}
.cid-uJi4XeS11Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJi4XeS11Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi4XeS11Y .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-uJi4XeS11Y .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uJi4XeS11Y .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJi4XeS11Y .image-wrapper img {
  height: 460px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uJi4XeS11Y .image-wrapper img {
    height: 300px;
  }
}
.cid-uJi4XeS11Y .card-wrapper {
  margin-top: 15%;
  padding-top: 120px;
  background-color: #000000;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-uJi4XeS11Y .card-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .cid-uJi4XeS11Y .card-wrapper {
    margin-top: 0;
    padding-top: 20px;
  }
}
.cid-uJi4XeS11Y .card-wrapper .mbr-section-title {
  padding: 0 100px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uJi4XeS11Y .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.cid-uJi4XeS11Y .card-wrapper .mbr-text {
  padding: 0 100px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uJi4XeS11Y .card-wrapper .mbr-text {
    padding: 0 20px;
  }
}
.cid-uJi4XeS11Y .card-wrapper .icon-wrapper {
  padding: 0 20px 20px;
}
.cid-uJi4XeS11Y .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  background-color: #ffffff;
  color: #08323c;
  font-size: 20px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-uJi4XeS11Y .card-wrapper .icon-wrapper {
    display: none;
  }
}
.cid-uJi4XeS11Y .mbr-section-title {
  color: #ffffff;
}
.cid-uJi4XeS11Y .mbr-text {
  color: #ffffff;
}
.cid-uJi4XeS11Y .icon-wrapper {
  text-align: right;
}
.cid-uJifNVeX8Y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uJifNVeX8Y .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uJifNVeX8Y .panel-group {
  border: none;
}
.cid-uJifNVeX8Y .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uJifNVeX8Y .card-header {
    padding: 0rem;
  }
}
.cid-uJifNVeX8Y .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uJifNVeX8Y .img-col {
  padding: 0;
}
.cid-uJifNVeX8Y .img-item {
  height: 100%;
}
.cid-uJifNVeX8Y img {
  height: 100%;
  object-fit: cover;
}
.cid-uJifNVeX8Y .collapsed span {
  transform: rotate(0deg);
}
.cid-uJifNVeX8Y .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uJifNVeX8Y p {
  margin-bottom: 0.3rem;
}
.cid-uJifNVeX8Y .panel-title-edit {
  color: #000000;
}
.cid-uJifNVeX8Y .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uJifNVeX8Y .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uJifNVeX8Y .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uJifNVeX8Y .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uJifNVeX8Y .panel-text {
  color: #000000;
}
.cid-uJifNVeX8Y .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uJifNVeX8Y .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uJifNVeX8Y .panel-title-edit,
.cid-uJifNVeX8Y .mbr-iconfont {
  color: #000000;
}
.cid-uJi4XfDfdu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffeb69;
}
.cid-uJi4XfDfdu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi4XfDfdu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJi4XfDfdu .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uJi4XfDfdu .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uJi4XfDfdu .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-uJi4XfDfdu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJi4XfDfdu .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJi4XfDfdu .content-head {
  max-width: 800px;
}
.cid-uJi4XgxFvz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uJi4XgxFvz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi4XgxFvz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJi4XgxFvz .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uJi4XgxFvz .footer-col {
    flex-direction: column;
  }
}
.cid-uJi4XgxFvz .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uJi4XgxFvz .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uJi4XgxFvz .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uJi4XgxFvz .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uJi4XgxFvz .mbr-section-btn {
    text-align: center;
  }
}
.cid-uJi4XgxFvz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uJi4XgxFvz .soc-item {
  margin: 8px;
}
.cid-uJi4XgxFvz .soc-item a:hover .mbr-iconfont,
.cid-uJi4XgxFvz .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uJi4XgxFvz .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uJi4XgxFvz .row {
    text-align: center;
  }
  .cid-uJi4XgxFvz .social-row {
    justify-content: center;
  }
}
.cid-uJi4XgxFvz .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uJi4XgxFvz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJi4XgxFvz .list {
    margin-bottom: 0rem;
  }
}
.cid-uJi4XgxFvz .mbr-text {
  color: #bbbbbb;
}
.cid-uJi4XgxFvz .mbr-section-subtitle {
  color: #000000;
}
.cid-uJi4XgxFvz .list,
.cid-uJi4XgxFvz .item-wrap {
  color: #232323;
}
.cid-uJi4XgxFvz .copyright {
  color: #000000;
}
