body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Oleo Script', display;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Oleo Script', display;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Oleo Script', display;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Oleo Script', display;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Oleo Script', display;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #4d07f6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4d07f6 !important;
  border-color: #4d07f6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #3305a2 !important;
  border-color: #3305a2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3305a2 !important;
  border-color: #3305a2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4d07f6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #3305a2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4d07f6 !important;
  border-color: #4d07f6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #4d07f6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2e0493 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #4d07f6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4d07f6;
  border-color: #4d07f6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4d07f6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dacbfe;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Oleo Script', display;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.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: #4d07f6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Oleo Script', display;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #4d07f6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4d07f6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4d07f6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #4d07f6;
  border-bottom-color: #4d07f6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #4d07f6 !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: #ff6666 !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='%234d07f6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uBrsXLqbvQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBrsXLqbvQ nav.navbar {
  position: fixed;
}
.cid-uBrsXLqbvQ .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;
}
.cid-uBrsXLqbvQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uBrsXLqbvQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBrsXLqbvQ .dropdown-item:hover,
.cid-uBrsXLqbvQ .dropdown-item:focus {
  background: #4d07f6 !important;
  color: white !important;
}
.cid-uBrsXLqbvQ .dropdown-item:hover span {
  color: white;
}
.cid-uBrsXLqbvQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBrsXLqbvQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBrsXLqbvQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBrsXLqbvQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBrsXLqbvQ .nav-link {
  position: relative;
}
.cid-uBrsXLqbvQ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBrsXLqbvQ .container {
    flex-wrap: wrap;
  }
}
.cid-uBrsXLqbvQ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBrsXLqbvQ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uBrsXLqbvQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBrsXLqbvQ .dropdown-menu,
.cid-uBrsXLqbvQ .navbar.opened {
  background: #ffffff !important;
}
.cid-uBrsXLqbvQ .nav-item:focus,
.cid-uBrsXLqbvQ .nav-link:focus {
  outline: none;
}
.cid-uBrsXLqbvQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBrsXLqbvQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBrsXLqbvQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBrsXLqbvQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBrsXLqbvQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBrsXLqbvQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBrsXLqbvQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uBrsXLqbvQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uBrsXLqbvQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBrsXLqbvQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uBrsXLqbvQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBrsXLqbvQ .navbar.collapsed {
  justify-content: center;
}
.cid-uBrsXLqbvQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBrsXLqbvQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBrsXLqbvQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uBrsXLqbvQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBrsXLqbvQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBrsXLqbvQ .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-uBrsXLqbvQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBrsXLqbvQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBrsXLqbvQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBrsXLqbvQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBrsXLqbvQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBrsXLqbvQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBrsXLqbvQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBrsXLqbvQ .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-uBrsXLqbvQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBrsXLqbvQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBrsXLqbvQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBrsXLqbvQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBrsXLqbvQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBrsXLqbvQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uBrsXLqbvQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uBrsXLqbvQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBrsXLqbvQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBrsXLqbvQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBrsXLqbvQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBrsXLqbvQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBrsXLqbvQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBrsXLqbvQ .dropdown-item.active,
.cid-uBrsXLqbvQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uBrsXLqbvQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBrsXLqbvQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBrsXLqbvQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBrsXLqbvQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBrsXLqbvQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBrsXLqbvQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBrsXLqbvQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBrsXLqbvQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBrsXLqbvQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBrsXLqbvQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uBrsXLqbvQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBrsXLqbvQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBrsXLqbvQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBrsXLqbvQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBrsXLqbvQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBrsXLqbvQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBrsXLqbvQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBrsXLqbvQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBrsXLqbvQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBrsXLqbvQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBrsXLqbvQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBrsXLqbvQ .navbar {
    height: 70px;
  }
  .cid-uBrsXLqbvQ .navbar.opened {
    height: auto;
  }
  .cid-uBrsXLqbvQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBDK3ZOGgI {
  background-image: url("../../../assets/images/maxresdefault-1280x720.jpg");
  background-position: 80% 20%;
}
.cid-uBDK3ZOGgI H2 {
  color: #d58f76;
}
.cid-uBDK3ZOGgI .box {
  background: #a15547;
  height: 100%;
  padding-top: 270px;
  padding-bottom: 270px;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-uBDK3ZOGgI .row {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uBDK3ZOGgI {
    background-size: 120%;
    background-position: top;
  }
  .cid-uBDK3ZOGgI .box {
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 126px;
    padding-bottom: 126px;
    margin-top: 14rem;
  }
}
.cid-uBDK3ZOGgI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBDK3ZOGgI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBEzIvQKjA {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBEzIvQKjA .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uBEzIvQKjA .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
}
.cid-uBEzIvQKjA .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  border-radius: 0;
  content: "✓";
}
.cid-uBEzIvQKjA .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uBEzIvQKjA .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #4d07f6;
}
.cid-uBEzIvQKjA .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-uBEzIvQKjA .svg-top {
    width: 1000px;
  }
}
.cid-uBEzIvQKjA .mbr-text {
  color: #000000;
}
.cid-uBzycqdPMq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBzycqdPMq .card {
  padding: 5rem 20%;
  background: #a15547;
  border-radius: 0;
  display: flex;
  flex-direction: column;
}
.cid-uBzycqdPMq .lin {
  display: inline;
  text-align: center;
}
.cid-uBzycqdPMq .mbr-iconfont {
  font-size: 50px;
  color: #0c5b47;
}
.cid-uBzycqdPMq .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: center;
}
.cid-uBzycqdPMq .lin,
.cid-uBzycqdPMq .iconfont-wrapper {
  color: #ffffff;
}
.cid-uBDLfTOvhF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBDLfTOvhF .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uBDLfTOvhF .row {
    padding: 0 12px;
  }
}
.cid-uBDLfTOvhF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBDLfTOvhF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBDLfTOvhF .title-container {
  display: flex;
  justify-content: center;
}
.cid-uBDLfTOvhF .title-container .title-wrapper {
  max-width: 750px;
  padding: 40px 35px;
  background-color: #a15547;
}
.cid-uBDLfTOvhF .title-container .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBDLfTOvhF .title-container .title-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
.cid-uBDLfTOvhF .mbr-section-title {
  color: #ee2947;
  text-align: center;
}
.cid-uBDLfTOvhF .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBDLfTOvhF .mbr-section-title,
.cid-uBDLfTOvhF .mbr-section-btn {
  color: #ffffff;
}
.cid-uBDM7beaBW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #a15547;
}
.cid-uBDM7beaBW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBDM7beaBW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBDM7beaBW .row {
  justify-content: left;
}
.cid-uBDM7beaBW .main-col {
  display: flex;
}
.cid-uBDM7beaBW .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-uBDM7beaBW .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-uBDM7beaBW .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
}
.cid-uBDM7beaBW .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-top: 1rem;
}
.cid-uBwWEJeVaa {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBwWEJeVaa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBwWEJeVaa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBwWEJeVaa .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uBwWEJeVaa .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uBwWEJeVaa .mbr-iconfont {
  font-size: 2rem;
  color: #000000;
  padding-right: 1.5rem;
}
.cid-uBwWEJeVaa .card-title {
  color: #000000;
}
.cid-uBDMCFltbG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a15547;
}
.cid-uBDMCFltbG .row {
  flex-direction: row-reverse;
}
.cid-uBDMCFltbG .title-col {
  width: 25%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uBDMCFltbG .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
    padding-left: 2rem !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uBDMCFltbG .title-col {
    width: 100%;
    padding: 0 0 12px 0 !important;
  }
}
.cid-uBDMCFltbG .text-col {
  width: 75%;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-uBDMCFltbG .text-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uBDMCFltbG .mbr-section-title {
  color: #ffffff;
  width: 80%;
  margin-left: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uBDMCFltbG .mbr-section-title {
    width: 100%;
  }
}
.cid-uBDMCFltbG .mbr-section-subtitle {
  color: #727272;
  width: 80%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uBDMCFltbG .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-uBDMCFltbG .mbr-text {
  color: #ffffff;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uBDMCFltbG .mbr-text {
    width: 100%;
  }
}
.cid-uBDOCfNH3K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBDOCfNH3K .wrapper {
  max-width: 760px;
  margin: 0 auto;
}
.cid-uBDOCfNH3K .card {
  background: transparent;
}
.cid-uBDOCfNH3K .card-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.cid-uBDOCfNH3K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBDOCfNH3K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxdUyDSm3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a15547;
}
.cid-uBxdUyDSm3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxdUyDSm3 .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-uBxdUyDSm3 .container {
    padding: 0 30px;
  }
}
.cid-uBxdUyDSm3 .row {
  justify-content: center;
}
.cid-uBxdUyDSm3 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBxdUyDSm3 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uBxdUyDSm3 .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #fef1e6;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uBxdUyDSm3 .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-uBxdUyDSm3 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uBxdUyDSm3 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uBxdUyDSm3 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBxdUyDSm3 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #353535;
  background-color: #fef1e6;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-uBxdUyDSm3 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uBxdUyDSm3 .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-uBxdUyDSm3 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uBxdUyDSm3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uBxdUyDSm3 .panel-title-edit {
  color: #ffffff;
}
.cid-uBxdUyDSm3 .panel-text {
  color: #144031;
}
.cid-uBDOXG9muh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #000000;
}
@media (min-width: 1400px) {
  .cid-uBDOXG9muh .container {
    max-width: 1200px;
  }
}
.cid-uBDOXG9muh .row {
  justify-content: space-between;
}
.cid-uBDOXG9muh .text-wrapper {
  border-left: 4px solid #4d07f6;
  padding-left: 2rem;
}
.cid-uBDOXG9muh .mbr-main-subtitle {
  background: #4d07f6;
  width: fit-content;
  padding: 0.6rem 1rem;
  position: relative;
  color: #fafafa;
}
.cid-uBDOXG9muh .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #4d07f6;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uBDOXG9muh .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uBDOXG9muh .image-wrap {
  overflow: hidden;
}
.cid-uBDOXG9muh .card-wrap .mbr-main-subtitle:before {
  content: none;
}
.cid-uBDOXG9muh .card-wrap:hover img {
  transform: scale(1.05);
}
@media (max-width: 991px) {
  .cid-uBDOXG9muh .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uBDOXG9muh .card-wrap .image-wrap img {
  width: 100%;
  transition: all 0.3s;
  object-fit: cover;
}
.cid-uBDOXG9muh .card-text,
.cid-uBDOXG9muh .mbr-section-btn,
.cid-uBDOXG9muh .social-row {
  color: #ffffff;
}
.cid-uBDOXG9muh .card1-text {
  color: #353535;
}
.cid-uBDOXG9muh .card-title,
.cid-uBDOXG9muh .social-row {
  color: #fafafa;
}
.cid-uBDOXG9muh .mbr-section-title {
  color: #ffffff;
}
.cid-uBDOXG9muh .card1-text,
.cid-uBDOXG9muh .mbr-section-btn {
  color: #fafafa;
}
.cid-uBEo3eYOCS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uBEo3eYOCS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBEo3eYOCS .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-uBEo3eYOCS .container {
    padding: 0 15px;
  }
}
.cid-uBEo3eYOCS .content-wrapper {
  position: relative;
}
.cid-uBEo3eYOCS .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uBEo3eYOCS .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uBEo3eYOCS .content-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBEo3eYOCS .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uBEo3eYOCS .content-wrapper .content-wrap .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uBEo3eYOCS .content-wrapper .content-wrap .text-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-uBEo3eYOCS .content-wrapper .content-wrap .text-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uBEo3eYOCS .content-wrapper .content-wrap .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #68707c;
}
.cid-uBEo3eYOCS .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBEo3eYOCS .content-wrapper .content-wrap .image-wrapper {
  position: relative;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uBEo3eYOCS .content-wrapper .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-uBEo3eYOCS .content-wrapper .content-wrap .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 0;
  height: 25%;
  width: 65%;
  background-color: #a15547;
  transform: skewX(-20deg);
}
.cid-uBEo3eYOCS .content-wrapper .content-wrap .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 660px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBEo3eYOCS .content-wrapper .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uBEo3eYOCS .mbr-text {
  color: #f7f5f6;
}
.cid-uBEo3eYOCS .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-uBEo3eYOCS .mbr-text,
.cid-uBEo3eYOCS .icon-wrapper {
  color: #212529;
}
.cid-uBrTiEcQH9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #a15547;
}
.cid-uBrTiEcQH9 .mbr-section-title {
  margin: 0;
}
.cid-uBrTiEcQH9 .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-uBrTiEcQH9 .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-uBrTiEcQH9 .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-uBrTiEcQH9 .card1 {
  background: linear-gradient(45deg, #a15547, #fef1e6);
}
.cid-uBrTiEcQH9 .card2 {
  background: linear-gradient(45deg, #a15547, #fef1e6);
}
.cid-uBrTiEcQH9 .card3 {
  background: linear-gradient(45deg, #a15547, #fef1e6);
}
.cid-uBrTiEcQH9 .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
@media (max-width: 991px) {
  .cid-uBrTiEcQH9 .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-uBrTiEcQH9 .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-uBrTiEcQH9 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uBrTiEcQH9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrTiEcQH9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrTiEcQH9 .card1 > .mbr-card-title {
  color: #000000;
}
.cid-uBrTiEcQH9 .card2 > .mbr-card-title {
  color: #000000;
}
.cid-uBrTiEcQH9 .card3 > .mbr-card-title {
  color: #000000;
}
.cid-uBsopY6a7c {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-uBsopY6a7c .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uBsopY6a7c .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uBsopY6a7c .video-block {
    width: 100% !important;
  }
}
.cid-uBsopY6a7c .mbr-section-title {
  color: #000000;
}
.cid-uBEnsH1fuh {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uBEnsH1fuh .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uBEnsH1fuh .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uBEnsH1fuh .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #a15547;
  z-index: 1;
}
.cid-uBEnsH1fuh .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #a15547;
}
.cid-uBEnsH1fuh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBEnsH1fuh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBEnsH1fuh .row {
  position: relative;
  z-index: 2;
}
.cid-uBEnsH1fuh .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uBEnsH1fuh .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uBEnsH1fuh .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uBEnsH1fuh .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uBEnsH1fuh .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uBEnsH1fuh .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBEnsH1fuh .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uBEnsH1fuh .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uBEnsH1fuh .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBEnsH1fuh .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uBEnsH1fuh .mbr-section-title {
  color: #ffffff;
}
.cid-uBEnsH1fuh .mbr-text {
  color: #51565c;
}
.cid-uBEnsH1fuh .mbr-text,
.cid-uBEnsH1fuh .text-wrapper {
  color: #ffffff;
}
.cid-uBs1EeaHa5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-uBs1EeaHa5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBs1EeaHa5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBs1EeaHa5 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uBs1EeaHa5 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uBs1EeaHa5 .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-uBs1EeaHa5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uBs1EeaHa5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uBs1EeaHa5 .mbr-section-title {
  color: #ffffff;
}
.cid-uBxDFAVIOZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uBxDFAVIOZ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uBxDFAVIOZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxDFAVIOZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxDFAVIOZ .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #a15547;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uBxDFAVIOZ .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uBxDFAVIOZ .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
}
@media (max-width: 1640px) {
  .cid-uBxDFAVIOZ .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBxDFAVIOZ .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uBxDFAVIOZ .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uBxDFAVIOZ .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uBxDFAVIOZ .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uBxDFAVIOZ .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uBxDFAVIOZ .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBxDFAVIOZ .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uBxDFAVIOZ .mbr-section-title {
  color: #150764;
}
.cid-uBxDFAVIOZ .mbr-desc {
  color: #000000;
}
.cid-uBxDFAVIOZ .list {
  color: #150764;
}
.cid-uBxDFAVIOZ .list,
.cid-uBxDFAVIOZ .item-wrap {
  color: #000000;
}
.cid-uBtaghA7lt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBtaghA7lt nav.navbar {
  position: fixed;
}
.cid-uBtaghA7lt .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;
}
.cid-uBtaghA7lt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uBtaghA7lt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBtaghA7lt .dropdown-item:hover,
.cid-uBtaghA7lt .dropdown-item:focus {
  background: #4d07f6 !important;
  color: white !important;
}
.cid-uBtaghA7lt .dropdown-item:hover span {
  color: white;
}
.cid-uBtaghA7lt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBtaghA7lt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBtaghA7lt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBtaghA7lt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBtaghA7lt .nav-link {
  position: relative;
}
.cid-uBtaghA7lt .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBtaghA7lt .container {
    flex-wrap: wrap;
  }
}
.cid-uBtaghA7lt .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBtaghA7lt .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uBtaghA7lt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBtaghA7lt .dropdown-menu,
.cid-uBtaghA7lt .navbar.opened {
  background: #ffffff !important;
}
.cid-uBtaghA7lt .nav-item:focus,
.cid-uBtaghA7lt .nav-link:focus {
  outline: none;
}
.cid-uBtaghA7lt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBtaghA7lt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBtaghA7lt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBtaghA7lt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBtaghA7lt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBtaghA7lt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBtaghA7lt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uBtaghA7lt .navbar.opened {
  transition: all 0.3s;
}
.cid-uBtaghA7lt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBtaghA7lt .navbar .navbar-logo img {
  width: auto;
}
.cid-uBtaghA7lt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBtaghA7lt .navbar.collapsed {
  justify-content: center;
}
.cid-uBtaghA7lt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBtaghA7lt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBtaghA7lt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uBtaghA7lt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBtaghA7lt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBtaghA7lt .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-uBtaghA7lt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBtaghA7lt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBtaghA7lt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBtaghA7lt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBtaghA7lt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBtaghA7lt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBtaghA7lt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBtaghA7lt .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-uBtaghA7lt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBtaghA7lt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBtaghA7lt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBtaghA7lt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBtaghA7lt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBtaghA7lt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uBtaghA7lt .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uBtaghA7lt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBtaghA7lt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBtaghA7lt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBtaghA7lt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBtaghA7lt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBtaghA7lt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBtaghA7lt .dropdown-item.active,
.cid-uBtaghA7lt .dropdown-item:active {
  background-color: transparent;
}
.cid-uBtaghA7lt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBtaghA7lt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBtaghA7lt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBtaghA7lt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBtaghA7lt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBtaghA7lt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBtaghA7lt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBtaghA7lt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBtaghA7lt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBtaghA7lt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uBtaghA7lt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBtaghA7lt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBtaghA7lt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBtaghA7lt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBtaghA7lt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBtaghA7lt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBtaghA7lt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBtaghA7lt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBtaghA7lt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBtaghA7lt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBtaghA7lt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBtaghA7lt .navbar {
    height: 70px;
  }
  .cid-uBtaghA7lt .navbar.opened {
    height: auto;
  }
  .cid-uBtaghA7lt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBEx8ocfHK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a15547;
}
.cid-uBEx8ocfHK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBEx8ocfHK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBEx8ocfHK .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uBEx8ocfHK .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uBEx8ocfHK .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uBEx8ocfHK .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBEx8ocfHK .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #fafafa 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uBEx8ocfHK .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uBEx8ocfHK .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uBEx8ocfHK .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uBEx8ocfHK .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uBEx8ocfHK .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uBEx8ocfHK .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uBEx8ocfHK .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uBEx8ocfHK .mbr-section-title {
  color: #404349;
}
.cid-uBEx8ocfHK .mbr-text {
  color: #404349;
}
.cid-uBEx8ocfHK .mbr-desc {
  color: #b19a7c;
}
.cid-uBtmPK4hnq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBtmPK4hnq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBtmPK4hnq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBtmPK4hnq .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uBtmPK4hnq .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBtmPK4hnq .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBtmPK4hnq .card-wrapper {
    padding: 4rem;
  }
}
.cid-uBtmPK4hnq .mbr-text,
.cid-uBtmPK4hnq .mbr-section-btn {
  color: #000000;
}
.cid-uBtmPK4hnq .card-title,
.cid-uBtmPK4hnq .card-box {
  text-align: left;
}
.cid-uBtnaNlsxs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uBtnaNlsxs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBtnaNlsxs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBtnaNlsxs .google-map {
  height: 30rem;
  position: relative;
}
.cid-uBtnaNlsxs .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uBtnaNlsxs .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-uBtnaNlsxs .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uBtnaNlsxs .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uBxDFAVIOZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uBxDFAVIOZ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uBxDFAVIOZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxDFAVIOZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxDFAVIOZ .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #a15547;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uBxDFAVIOZ .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uBxDFAVIOZ .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
}
@media (max-width: 1640px) {
  .cid-uBxDFAVIOZ .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBxDFAVIOZ .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uBxDFAVIOZ .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uBxDFAVIOZ .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uBxDFAVIOZ .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uBxDFAVIOZ .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uBxDFAVIOZ .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBxDFAVIOZ .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uBxDFAVIOZ .mbr-section-title {
  color: #150764;
}
.cid-uBxDFAVIOZ .mbr-desc {
  color: #000000;
}
.cid-uBxDFAVIOZ .list {
  color: #150764;
}
.cid-uBxDFAVIOZ .list,
.cid-uBxDFAVIOZ .item-wrap {
  color: #000000;
}
.cid-uBtnIrHq5t {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBtnIrHq5t nav.navbar {
  position: fixed;
}
.cid-uBtnIrHq5t .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;
}
.cid-uBtnIrHq5t .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uBtnIrHq5t .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBtnIrHq5t .dropdown-item:hover,
.cid-uBtnIrHq5t .dropdown-item:focus {
  background: #4d07f6 !important;
  color: white !important;
}
.cid-uBtnIrHq5t .dropdown-item:hover span {
  color: white;
}
.cid-uBtnIrHq5t .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBtnIrHq5t .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBtnIrHq5t .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBtnIrHq5t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBtnIrHq5t .nav-link {
  position: relative;
}
.cid-uBtnIrHq5t .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBtnIrHq5t .container {
    flex-wrap: wrap;
  }
}
.cid-uBtnIrHq5t .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBtnIrHq5t .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uBtnIrHq5t .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBtnIrHq5t .dropdown-menu,
.cid-uBtnIrHq5t .navbar.opened {
  background: #ffffff !important;
}
.cid-uBtnIrHq5t .nav-item:focus,
.cid-uBtnIrHq5t .nav-link:focus {
  outline: none;
}
.cid-uBtnIrHq5t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBtnIrHq5t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBtnIrHq5t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBtnIrHq5t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBtnIrHq5t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBtnIrHq5t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBtnIrHq5t .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uBtnIrHq5t .navbar.opened {
  transition: all 0.3s;
}
.cid-uBtnIrHq5t .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBtnIrHq5t .navbar .navbar-logo img {
  width: auto;
}
.cid-uBtnIrHq5t .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBtnIrHq5t .navbar.collapsed {
  justify-content: center;
}
.cid-uBtnIrHq5t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBtnIrHq5t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBtnIrHq5t .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uBtnIrHq5t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBtnIrHq5t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBtnIrHq5t .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-uBtnIrHq5t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBtnIrHq5t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBtnIrHq5t .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBtnIrHq5t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBtnIrHq5t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBtnIrHq5t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBtnIrHq5t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBtnIrHq5t .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-uBtnIrHq5t .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBtnIrHq5t .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBtnIrHq5t .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBtnIrHq5t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBtnIrHq5t .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBtnIrHq5t .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uBtnIrHq5t .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uBtnIrHq5t .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBtnIrHq5t .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBtnIrHq5t .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBtnIrHq5t .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBtnIrHq5t .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBtnIrHq5t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBtnIrHq5t .dropdown-item.active,
.cid-uBtnIrHq5t .dropdown-item:active {
  background-color: transparent;
}
.cid-uBtnIrHq5t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBtnIrHq5t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBtnIrHq5t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBtnIrHq5t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBtnIrHq5t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBtnIrHq5t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBtnIrHq5t ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBtnIrHq5t .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBtnIrHq5t button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBtnIrHq5t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uBtnIrHq5t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBtnIrHq5t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBtnIrHq5t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBtnIrHq5t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBtnIrHq5t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBtnIrHq5t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBtnIrHq5t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBtnIrHq5t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBtnIrHq5t .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBtnIrHq5t a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBtnIrHq5t .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBtnIrHq5t .navbar {
    height: 70px;
  }
  .cid-uBtnIrHq5t .navbar.opened {
    height: auto;
  }
  .cid-uBtnIrHq5t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBExLKxjG8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a15547;
}
.cid-uBExLKxjG8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBExLKxjG8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBExLKxjG8 .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uBExLKxjG8 .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uBExLKxjG8 .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uBExLKxjG8 .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBExLKxjG8 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #f7fff7 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uBExLKxjG8 .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uBExLKxjG8 .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uBExLKxjG8 .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uBExLKxjG8 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uBExLKxjG8 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uBExLKxjG8 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uBExLKxjG8 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uBExLKxjG8 .mbr-section-title {
  color: #404349;
}
.cid-uBExLKxjG8 .mbr-text {
  color: #404349;
}
.cid-uBExLKxjG8 .mbr-desc {
  color: #b19a7c;
}
.cid-uBtnItaJyg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fef1e6;
}
.cid-uBtnItaJyg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBtnItaJyg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBtnItaJyg .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uBtnItaJyg .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBtnItaJyg .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBtnItaJyg .card-wrapper {
    padding: 4rem;
  }
}
.cid-uBtnItaJyg .mbr-text,
.cid-uBtnItaJyg .mbr-section-btn {
  color: #000000;
}
.cid-uBtnItaJyg .card-title,
.cid-uBtnItaJyg .card-box {
  text-align: left;
}
.cid-uBtnItDjTc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uBtnItDjTc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBtnItDjTc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBtnItDjTc .google-map {
  height: 30rem;
  position: relative;
}
.cid-uBtnItDjTc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uBtnItDjTc .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-uBtnItDjTc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uBtnItDjTc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uBxDFAVIOZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uBxDFAVIOZ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uBxDFAVIOZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxDFAVIOZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxDFAVIOZ .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #a15547;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uBxDFAVIOZ .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uBxDFAVIOZ .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
}
@media (max-width: 1640px) {
  .cid-uBxDFAVIOZ .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBxDFAVIOZ .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uBxDFAVIOZ .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uBxDFAVIOZ .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uBxDFAVIOZ .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uBxDFAVIOZ .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uBxDFAVIOZ .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBxDFAVIOZ .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uBxDFAVIOZ .mbr-section-title {
  color: #150764;
}
.cid-uBxDFAVIOZ .mbr-desc {
  color: #000000;
}
.cid-uBxDFAVIOZ .list {
  color: #150764;
}
.cid-uBxDFAVIOZ .list,
.cid-uBxDFAVIOZ .item-wrap {
  color: #000000;
}
.cid-uBEzZVDJ7a {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBEzZVDJ7a nav.navbar {
  position: fixed;
}
.cid-uBEzZVDJ7a .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;
}
.cid-uBEzZVDJ7a .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uBEzZVDJ7a .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBEzZVDJ7a .dropdown-item:hover,
.cid-uBEzZVDJ7a .dropdown-item:focus {
  background: #4d07f6 !important;
  color: white !important;
}
.cid-uBEzZVDJ7a .dropdown-item:hover span {
  color: white;
}
.cid-uBEzZVDJ7a .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBEzZVDJ7a .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBEzZVDJ7a .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBEzZVDJ7a .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBEzZVDJ7a .nav-link {
  position: relative;
}
.cid-uBEzZVDJ7a .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBEzZVDJ7a .container {
    flex-wrap: wrap;
  }
}
.cid-uBEzZVDJ7a .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBEzZVDJ7a .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uBEzZVDJ7a .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBEzZVDJ7a .dropdown-menu,
.cid-uBEzZVDJ7a .navbar.opened {
  background: #ffffff !important;
}
.cid-uBEzZVDJ7a .nav-item:focus,
.cid-uBEzZVDJ7a .nav-link:focus {
  outline: none;
}
.cid-uBEzZVDJ7a .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBEzZVDJ7a .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBEzZVDJ7a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBEzZVDJ7a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBEzZVDJ7a .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBEzZVDJ7a .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBEzZVDJ7a .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uBEzZVDJ7a .navbar.opened {
  transition: all 0.3s;
}
.cid-uBEzZVDJ7a .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBEzZVDJ7a .navbar .navbar-logo img {
  width: auto;
}
.cid-uBEzZVDJ7a .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBEzZVDJ7a .navbar.collapsed {
  justify-content: center;
}
.cid-uBEzZVDJ7a .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBEzZVDJ7a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBEzZVDJ7a .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uBEzZVDJ7a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBEzZVDJ7a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBEzZVDJ7a .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-uBEzZVDJ7a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBEzZVDJ7a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBEzZVDJ7a .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBEzZVDJ7a .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBEzZVDJ7a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBEzZVDJ7a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBEzZVDJ7a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBEzZVDJ7a .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-uBEzZVDJ7a .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBEzZVDJ7a .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBEzZVDJ7a .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBEzZVDJ7a .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBEzZVDJ7a .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBEzZVDJ7a .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uBEzZVDJ7a .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uBEzZVDJ7a .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBEzZVDJ7a .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBEzZVDJ7a .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBEzZVDJ7a .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBEzZVDJ7a .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBEzZVDJ7a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBEzZVDJ7a .dropdown-item.active,
.cid-uBEzZVDJ7a .dropdown-item:active {
  background-color: transparent;
}
.cid-uBEzZVDJ7a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBEzZVDJ7a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBEzZVDJ7a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBEzZVDJ7a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBEzZVDJ7a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBEzZVDJ7a .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBEzZVDJ7a ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBEzZVDJ7a .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBEzZVDJ7a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBEzZVDJ7a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uBEzZVDJ7a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBEzZVDJ7a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBEzZVDJ7a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBEzZVDJ7a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBEzZVDJ7a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBEzZVDJ7a nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBEzZVDJ7a nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBEzZVDJ7a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBEzZVDJ7a .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBEzZVDJ7a a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBEzZVDJ7a .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBEzZVDJ7a .navbar {
    height: 70px;
  }
  .cid-uBEzZVDJ7a .navbar.opened {
    height: auto;
  }
  .cid-uBEzZVDJ7a .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBEzZWjfCE {
  background-image: url("../../../assets/images/chair-and-table-rentals-1200x800.jpg");
  background-position: 80% 20%;
}
.cid-uBEzZWjfCE H2 {
  color: #d58f76;
}
.cid-uBEzZWjfCE .box {
  background: #a15547;
  height: 100%;
  padding-top: 270px;
  padding-bottom: 270px;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-uBEzZWjfCE .row {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uBEzZWjfCE {
    background-size: 120%;
    background-position: top;
  }
  .cid-uBEzZWjfCE .box {
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 126px;
    padding-bottom: 126px;
    margin-top: 14rem;
  }
}
.cid-uBEzZWjfCE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBEzZWjfCE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBEzZWJOQq {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uBEzZWJOQq .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uBEzZWJOQq .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
}
.cid-uBEzZWJOQq .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  border-radius: 0;
  content: "✓";
}
.cid-uBEzZWJOQq .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uBEzZWJOQq .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #4d07f6;
}
.cid-uBEzZWJOQq .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-uBEzZWJOQq .svg-top {
    width: 1000px;
  }
}
.cid-uBEzZWJOQq .mbr-text {
  color: #000000;
}
.cid-uBEzZXaRXr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBEzZXaRXr .card {
  padding: 5rem 20%;
  background: #a15547;
  border-radius: 0;
  display: flex;
  flex-direction: column;
}
.cid-uBEzZXaRXr .lin {
  display: inline;
  text-align: center;
}
.cid-uBEzZXaRXr .mbr-iconfont {
  font-size: 50px;
  color: #0c5b47;
}
.cid-uBEzZXaRXr .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: center;
}
.cid-uBEzZXaRXr .lin,
.cid-uBEzZXaRXr .iconfont-wrapper {
  color: #ffffff;
}
.cid-uBEzZXC8EH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBEzZXC8EH .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uBEzZXC8EH .row {
    padding: 0 12px;
  }
}
.cid-uBEzZXC8EH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBEzZXC8EH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBEzZXC8EH .title-container {
  display: flex;
  justify-content: center;
}
.cid-uBEzZXC8EH .title-container .title-wrapper {
  max-width: 750px;
  padding: 40px 35px;
  background-color: #a15547;
}
.cid-uBEzZXC8EH .title-container .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBEzZXC8EH .title-container .title-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
.cid-uBEzZXC8EH .mbr-section-title {
  color: #ee2947;
  text-align: center;
}
.cid-uBEzZXC8EH .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBEzZXC8EH .mbr-section-title,
.cid-uBEzZXC8EH .mbr-section-btn {
  color: #ffffff;
}
.cid-uBEzZYAbjB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #a15547;
}
.cid-uBEzZYAbjB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBEzZYAbjB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBEzZYAbjB .row {
  justify-content: left;
}
.cid-uBEzZYAbjB .main-col {
  display: flex;
}
.cid-uBEzZYAbjB .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-uBEzZYAbjB .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-uBEzZYAbjB .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
}
.cid-uBEzZYAbjB .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-top: 1rem;
}
.cid-uBEzZZ2KAT {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBEzZZ2KAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBEzZZ2KAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBEzZZ2KAT .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uBEzZZ2KAT .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uBEzZZ2KAT .mbr-iconfont {
  font-size: 2rem;
  color: #000000;
  padding-right: 1.5rem;
}
.cid-uBEzZZ2KAT .card-title {
  color: #000000;
}
.cid-uBEzZZNPiw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a15547;
}
.cid-uBEzZZNPiw .row {
  flex-direction: row-reverse;
}
.cid-uBEzZZNPiw .title-col {
  width: 25%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uBEzZZNPiw .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
    padding-left: 2rem !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uBEzZZNPiw .title-col {
    width: 100%;
    padding: 0 0 12px 0 !important;
  }
}
.cid-uBEzZZNPiw .text-col {
  width: 75%;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-uBEzZZNPiw .text-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uBEzZZNPiw .mbr-section-title {
  color: #ffffff;
  width: 80%;
  margin-left: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uBEzZZNPiw .mbr-section-title {
    width: 100%;
  }
}
.cid-uBEzZZNPiw .mbr-section-subtitle {
  color: #727272;
  width: 80%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uBEzZZNPiw .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-uBEzZZNPiw .mbr-text {
  color: #ffffff;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uBEzZZNPiw .mbr-text {
    width: 100%;
  }
}
.cid-uBEA00fznV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBEA00fznV .wrapper {
  max-width: 760px;
  margin: 0 auto;
}
.cid-uBEA00fznV .card {
  background: transparent;
}
.cid-uBEA00fznV .card-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.cid-uBEA00fznV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBEA00fznV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBEA00Iiqp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a15547;
}
.cid-uBEA00Iiqp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBEA00Iiqp .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-uBEA00Iiqp .container {
    padding: 0 30px;
  }
}
.cid-uBEA00Iiqp .row {
  justify-content: center;
}
.cid-uBEA00Iiqp .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBEA00Iiqp .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uBEA00Iiqp .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #fef1e6;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uBEA00Iiqp .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-uBEA00Iiqp .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uBEA00Iiqp .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uBEA00Iiqp .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBEA00Iiqp .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #353535;
  background-color: #fef1e6;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-uBEA00Iiqp .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uBEA00Iiqp .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-uBEA00Iiqp .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uBEA00Iiqp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uBEA00Iiqp .panel-title-edit {
  color: #ffffff;
}
.cid-uBEA00Iiqp .panel-text {
  color: #144031;
}
.cid-uBEA01tuDa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #000000;
}
@media (min-width: 1400px) {
  .cid-uBEA01tuDa .container {
    max-width: 1200px;
  }
}
.cid-uBEA01tuDa .row {
  justify-content: space-between;
}
.cid-uBEA01tuDa .text-wrapper {
  border-left: 4px solid #4d07f6;
  padding-left: 2rem;
}
.cid-uBEA01tuDa .mbr-main-subtitle {
  background: #4d07f6;
  width: fit-content;
  padding: 0.6rem 1rem;
  position: relative;
  color: #fafafa;
}
.cid-uBEA01tuDa .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #4d07f6;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uBEA01tuDa .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uBEA01tuDa .image-wrap {
  overflow: hidden;
}
.cid-uBEA01tuDa .card-wrap .mbr-main-subtitle:before {
  content: none;
}
.cid-uBEA01tuDa .card-wrap:hover img {
  transform: scale(1.05);
}
@media (max-width: 991px) {
  .cid-uBEA01tuDa .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uBEA01tuDa .card-wrap .image-wrap img {
  width: 100%;
  transition: all 0.3s;
  object-fit: cover;
}
.cid-uBEA01tuDa .card-text,
.cid-uBEA01tuDa .mbr-section-btn,
.cid-uBEA01tuDa .social-row {
  color: #ffffff;
}
.cid-uBEA01tuDa .card1-text {
  color: #353535;
}
.cid-uBEA01tuDa .card-title,
.cid-uBEA01tuDa .social-row {
  color: #fafafa;
}
.cid-uBEA01tuDa .mbr-section-title {
  color: #ffffff;
}
.cid-uBEA01tuDa .card1-text,
.cid-uBEA01tuDa .mbr-section-btn {
  color: #fafafa;
}
.cid-uBEA026c7F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBEA026c7F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBEA026c7F .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-uBEA026c7F .container {
    padding: 0 15px;
  }
}
.cid-uBEA026c7F .content-wrapper {
  position: relative;
}
.cid-uBEA026c7F .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uBEA026c7F .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uBEA026c7F .content-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBEA026c7F .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uBEA026c7F .content-wrapper .content-wrap .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uBEA026c7F .content-wrapper .content-wrap .text-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-uBEA026c7F .content-wrapper .content-wrap .text-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uBEA026c7F .content-wrapper .content-wrap .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #68707c;
}
.cid-uBEA026c7F .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBEA026c7F .content-wrapper .content-wrap .image-wrapper {
  position: relative;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uBEA026c7F .content-wrapper .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-uBEA026c7F .content-wrapper .content-wrap .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 0;
  height: 25%;
  width: 65%;
  background-color: #a15547;
  transform: skewX(-20deg);
}
.cid-uBEA026c7F .content-wrapper .content-wrap .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 660px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBEA026c7F .content-wrapper .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uBEA026c7F .mbr-text {
  color: #f7f5f6;
}
.cid-uBEA026c7F .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-uBEA026c7F .mbr-text,
.cid-uBEA026c7F .icon-wrapper {
  color: #212529;
}
.cid-uBEA02DwiH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #a15547;
}
.cid-uBEA02DwiH .mbr-section-title {
  margin: 0;
}
.cid-uBEA02DwiH .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-uBEA02DwiH .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-uBEA02DwiH .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-uBEA02DwiH .card1 {
  background: linear-gradient(45deg, #a15547, #fef1e6);
}
.cid-uBEA02DwiH .card2 {
  background: linear-gradient(45deg, #a15547, #fef1e6);
}
.cid-uBEA02DwiH .card3 {
  background: linear-gradient(45deg, #a15547, #fef1e6);
}
.cid-uBEA02DwiH .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
@media (max-width: 991px) {
  .cid-uBEA02DwiH .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-uBEA02DwiH .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-uBEA02DwiH .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uBEA02DwiH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBEA02DwiH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBEA02DwiH .card1 > .mbr-card-title {
  color: #000000;
}
.cid-uBEA02DwiH .card2 > .mbr-card-title {
  color: #000000;
}
.cid-uBEA02DwiH .card3 > .mbr-card-title {
  color: #000000;
}
.cid-uBEA03mTJ5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-uBEA03mTJ5 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uBEA03mTJ5 .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uBEA03mTJ5 .video-block {
    width: 100% !important;
  }
}
.cid-uBEA03mTJ5 .mbr-section-title {
  color: #000000;
}
.cid-uBEA03T3kk {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uBEA03T3kk .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uBEA03T3kk .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uBEA03T3kk .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #a15547;
  z-index: 1;
}
.cid-uBEA03T3kk .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #a15547;
}
.cid-uBEA03T3kk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBEA03T3kk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBEA03T3kk .row {
  position: relative;
  z-index: 2;
}
.cid-uBEA03T3kk .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uBEA03T3kk .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uBEA03T3kk .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uBEA03T3kk .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uBEA03T3kk .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uBEA03T3kk .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBEA03T3kk .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uBEA03T3kk .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uBEA03T3kk .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBEA03T3kk .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uBEA03T3kk .mbr-section-title {
  color: #ffffff;
}
.cid-uBEA03T3kk .mbr-text {
  color: #51565c;
}
.cid-uBEA03T3kk .mbr-text,
.cid-uBEA03T3kk .text-wrapper {
  color: #ffffff;
}
.cid-uBEzZY1NrS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBEzZY1NrS .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uBEzZY1NrS .panel-title {
  display: flex;
  align-items: center;
}
.cid-uBEzZY1NrS .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #a15547;
}
.cid-uBEzZY1NrS .panel-body,
.cid-uBEzZY1NrS .card-header {
  padding: 1rem 0;
}
.cid-uBEzZY1NrS .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-uBEzZY1NrS .panel-title-edit {
  color: #14142b;
  display: flex;
  align-items: center;
}
.cid-uBEzZY1NrS .panel-text {
  max-width: 466px;
  color: #000000;
}
.cid-uBEzZY1NrS .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
}
.cid-uBEzZY1NrS .section-head {
  margin-bottom: 56px;
}
.cid-uBEzZY1NrS .card {
  margin-bottom: 32px;
}
.cid-uBEzZY1NrS H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-uBEzZY1NrS .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-uBEzZY1NrS .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uBEA04pYr6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-uBEA04pYr6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBEA04pYr6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBEA04pYr6 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uBEA04pYr6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uBEA04pYr6 .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-uBEA04pYr6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uBEA04pYr6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uBEA04pYr6 .mbr-section-title {
  color: #ffffff;
}
.cid-uBEA04WGG8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uBEA04WGG8 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uBEA04WGG8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBEA04WGG8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBEA04WGG8 .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #a15547;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uBEA04WGG8 .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uBEA04WGG8 .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
}
@media (max-width: 1640px) {
  .cid-uBEA04WGG8 .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBEA04WGG8 .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uBEA04WGG8 .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uBEA04WGG8 .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uBEA04WGG8 .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uBEA04WGG8 .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uBEA04WGG8 .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uBEA04WGG8 .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBEA04WGG8 .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uBEA04WGG8 .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uBEA04WGG8 .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uBEA04WGG8 .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uBEA04WGG8 .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uBEA04WGG8 .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uBEA04WGG8 .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uBEA04WGG8 .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uBEA04WGG8 .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uBEA04WGG8 .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBEA04WGG8 .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uBEA04WGG8 .mbr-section-title {
  color: #150764;
}
.cid-uBEA04WGG8 .mbr-desc {
  color: #000000;
}
.cid-uBEA04WGG8 .list {
  color: #150764;
}
.cid-uBEA04WGG8 .list,
.cid-uBEA04WGG8 .item-wrap {
  color: #000000;
}
.cid-uBF9V1TPxg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBF9V1TPxg nav.navbar {
  position: fixed;
}
.cid-uBF9V1TPxg .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;
}
.cid-uBF9V1TPxg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uBF9V1TPxg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBF9V1TPxg .dropdown-item:hover,
.cid-uBF9V1TPxg .dropdown-item:focus {
  background: #4d07f6 !important;
  color: white !important;
}
.cid-uBF9V1TPxg .dropdown-item:hover span {
  color: white;
}
.cid-uBF9V1TPxg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBF9V1TPxg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBF9V1TPxg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBF9V1TPxg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBF9V1TPxg .nav-link {
  position: relative;
}
.cid-uBF9V1TPxg .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBF9V1TPxg .container {
    flex-wrap: wrap;
  }
}
.cid-uBF9V1TPxg .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBF9V1TPxg .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uBF9V1TPxg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBF9V1TPxg .dropdown-menu,
.cid-uBF9V1TPxg .navbar.opened {
  background: #ffffff !important;
}
.cid-uBF9V1TPxg .nav-item:focus,
.cid-uBF9V1TPxg .nav-link:focus {
  outline: none;
}
.cid-uBF9V1TPxg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBF9V1TPxg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBF9V1TPxg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBF9V1TPxg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBF9V1TPxg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBF9V1TPxg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBF9V1TPxg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uBF9V1TPxg .navbar.opened {
  transition: all 0.3s;
}
.cid-uBF9V1TPxg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBF9V1TPxg .navbar .navbar-logo img {
  width: auto;
}
.cid-uBF9V1TPxg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBF9V1TPxg .navbar.collapsed {
  justify-content: center;
}
.cid-uBF9V1TPxg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBF9V1TPxg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBF9V1TPxg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uBF9V1TPxg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBF9V1TPxg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBF9V1TPxg .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-uBF9V1TPxg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBF9V1TPxg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBF9V1TPxg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBF9V1TPxg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBF9V1TPxg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBF9V1TPxg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBF9V1TPxg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBF9V1TPxg .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-uBF9V1TPxg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBF9V1TPxg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBF9V1TPxg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBF9V1TPxg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBF9V1TPxg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBF9V1TPxg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uBF9V1TPxg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uBF9V1TPxg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBF9V1TPxg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBF9V1TPxg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBF9V1TPxg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBF9V1TPxg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBF9V1TPxg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBF9V1TPxg .dropdown-item.active,
.cid-uBF9V1TPxg .dropdown-item:active {
  background-color: transparent;
}
.cid-uBF9V1TPxg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBF9V1TPxg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBF9V1TPxg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBF9V1TPxg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBF9V1TPxg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBF9V1TPxg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBF9V1TPxg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBF9V1TPxg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBF9V1TPxg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBF9V1TPxg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uBF9V1TPxg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBF9V1TPxg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBF9V1TPxg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBF9V1TPxg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBF9V1TPxg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBF9V1TPxg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBF9V1TPxg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBF9V1TPxg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBF9V1TPxg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBF9V1TPxg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBF9V1TPxg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBF9V1TPxg .navbar {
    height: 70px;
  }
  .cid-uBF9V1TPxg .navbar.opened {
    height: auto;
  }
  .cid-uBF9V1TPxg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBF9V2DcJJ {
  background-image: url("../../../assets/images/giant-ass-bounce-house-in-pleasanton-v0-ss6516c3010c1-1080x810.jpg");
  background-position: 80% 20%;
}
.cid-uBF9V2DcJJ H2 {
  color: #d58f76;
}
.cid-uBF9V2DcJJ .box {
  background: #a15547;
  height: 100%;
  padding-top: 270px;
  padding-bottom: 270px;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-uBF9V2DcJJ .row {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uBF9V2DcJJ {
    background-size: 120%;
    background-position: top;
  }
  .cid-uBF9V2DcJJ .box {
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 126px;
    padding-bottom: 126px;
    margin-top: 14rem;
  }
}
.cid-uBF9V2DcJJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBF9V2DcJJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBF9V3aDLN {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uBF9V3aDLN .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uBF9V3aDLN .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
}
.cid-uBF9V3aDLN .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  border-radius: 0;
  content: "✓";
}
.cid-uBF9V3aDLN .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uBF9V3aDLN .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #4d07f6;
}
.cid-uBF9V3aDLN .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-uBF9V3aDLN .svg-top {
    width: 1000px;
  }
}
.cid-uBF9V3aDLN .mbr-text {
  color: #000000;
}
.cid-uBF9V3AvXh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBF9V3AvXh .card {
  padding: 5rem 20%;
  background: #a15547;
  border-radius: 0;
  display: flex;
  flex-direction: column;
}
.cid-uBF9V3AvXh .lin {
  display: inline;
  text-align: center;
}
.cid-uBF9V3AvXh .mbr-iconfont {
  font-size: 50px;
  color: #0c5b47;
}
.cid-uBF9V3AvXh .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: center;
}
.cid-uBF9V3AvXh .lin,
.cid-uBF9V3AvXh .iconfont-wrapper {
  color: #ffffff;
}
.cid-uBF9V3Xa2K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBF9V3Xa2K .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uBF9V3Xa2K .row {
    padding: 0 12px;
  }
}
.cid-uBF9V3Xa2K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBF9V3Xa2K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBF9V3Xa2K .title-container {
  display: flex;
  justify-content: center;
}
.cid-uBF9V3Xa2K .title-container .title-wrapper {
  max-width: 750px;
  padding: 40px 35px;
  background-color: #a15547;
}
.cid-uBF9V3Xa2K .title-container .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBF9V3Xa2K .title-container .title-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
.cid-uBF9V3Xa2K .mbr-section-title {
  color: #ee2947;
  text-align: center;
}
.cid-uBF9V3Xa2K .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBF9V3Xa2K .mbr-section-title,
.cid-uBF9V3Xa2K .mbr-section-btn {
  color: #ffffff;
}
.cid-uBF9V4kxka {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #a15547;
}
.cid-uBF9V4kxka .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBF9V4kxka .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBF9V4kxka .row {
  justify-content: left;
}
.cid-uBF9V4kxka .main-col {
  display: flex;
}
.cid-uBF9V4kxka .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-uBF9V4kxka .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-uBF9V4kxka .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
}
.cid-uBF9V4kxka .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-top: 1rem;
}
.cid-uBF9V4IeaO {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBF9V4IeaO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBF9V4IeaO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBF9V4IeaO .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uBF9V4IeaO .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uBF9V4IeaO .mbr-iconfont {
  font-size: 2rem;
  color: #000000;
  padding-right: 1.5rem;
}
.cid-uBF9V4IeaO .card-title {
  color: #000000;
}
.cid-uBF9V5l9QT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a15547;
}
.cid-uBF9V5l9QT .row {
  flex-direction: row-reverse;
}
.cid-uBF9V5l9QT .title-col {
  width: 25%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uBF9V5l9QT .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
    padding-left: 2rem !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uBF9V5l9QT .title-col {
    width: 100%;
    padding: 0 0 12px 0 !important;
  }
}
.cid-uBF9V5l9QT .text-col {
  width: 75%;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-uBF9V5l9QT .text-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uBF9V5l9QT .mbr-section-title {
  color: #ffffff;
  width: 80%;
  margin-left: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uBF9V5l9QT .mbr-section-title {
    width: 100%;
  }
}
.cid-uBF9V5l9QT .mbr-section-subtitle {
  color: #727272;
  width: 80%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uBF9V5l9QT .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-uBF9V5l9QT .mbr-text {
  color: #ffffff;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uBF9V5l9QT .mbr-text {
    width: 100%;
  }
}
.cid-uBF9V5Ihs5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBF9V5Ihs5 .wrapper {
  max-width: 760px;
  margin: 0 auto;
}
.cid-uBF9V5Ihs5 .card {
  background: transparent;
}
.cid-uBF9V5Ihs5 .card-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.cid-uBF9V5Ihs5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBF9V5Ihs5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBF9V6aLBF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a15547;
}
.cid-uBF9V6aLBF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBF9V6aLBF .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-uBF9V6aLBF .container {
    padding: 0 30px;
  }
}
.cid-uBF9V6aLBF .row {
  justify-content: center;
}
.cid-uBF9V6aLBF .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBF9V6aLBF .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uBF9V6aLBF .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #fef1e6;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uBF9V6aLBF .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-uBF9V6aLBF .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uBF9V6aLBF .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uBF9V6aLBF .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBF9V6aLBF .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #353535;
  background-color: #fef1e6;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-uBF9V6aLBF .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uBF9V6aLBF .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-uBF9V6aLBF .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uBF9V6aLBF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uBF9V6aLBF .panel-title-edit {
  color: #ffffff;
}
.cid-uBF9V6aLBF .panel-text {
  color: #144031;
}
.cid-uBF9V6NzRr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #000000;
}
@media (min-width: 1400px) {
  .cid-uBF9V6NzRr .container {
    max-width: 1200px;
  }
}
.cid-uBF9V6NzRr .row {
  justify-content: space-between;
}
.cid-uBF9V6NzRr .text-wrapper {
  border-left: 4px solid #4d07f6;
  padding-left: 2rem;
}
.cid-uBF9V6NzRr .mbr-main-subtitle {
  background: #4d07f6;
  width: fit-content;
  padding: 0.6rem 1rem;
  position: relative;
  color: #fafafa;
}
.cid-uBF9V6NzRr .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #4d07f6;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uBF9V6NzRr .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uBF9V6NzRr .image-wrap {
  overflow: hidden;
}
.cid-uBF9V6NzRr .card-wrap .mbr-main-subtitle:before {
  content: none;
}
.cid-uBF9V6NzRr .card-wrap:hover img {
  transform: scale(1.05);
}
@media (max-width: 991px) {
  .cid-uBF9V6NzRr .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uBF9V6NzRr .card-wrap .image-wrap img {
  width: 100%;
  transition: all 0.3s;
  object-fit: cover;
}
.cid-uBF9V6NzRr .card-text,
.cid-uBF9V6NzRr .mbr-section-btn,
.cid-uBF9V6NzRr .social-row {
  color: #ffffff;
}
.cid-uBF9V6NzRr .card1-text {
  color: #353535;
}
.cid-uBF9V6NzRr .card-title,
.cid-uBF9V6NzRr .social-row {
  color: #fafafa;
}
.cid-uBF9V6NzRr .mbr-section-title {
  color: #ffffff;
}
.cid-uBF9V6NzRr .card1-text,
.cid-uBF9V6NzRr .mbr-section-btn {
  color: #fafafa;
}
.cid-uBF9V7r3sE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBF9V7r3sE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBF9V7r3sE .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-uBF9V7r3sE .container {
    padding: 0 15px;
  }
}
.cid-uBF9V7r3sE .content-wrapper {
  position: relative;
}
.cid-uBF9V7r3sE .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uBF9V7r3sE .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uBF9V7r3sE .content-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBF9V7r3sE .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uBF9V7r3sE .content-wrapper .content-wrap .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uBF9V7r3sE .content-wrapper .content-wrap .text-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-uBF9V7r3sE .content-wrapper .content-wrap .text-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uBF9V7r3sE .content-wrapper .content-wrap .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #68707c;
}
.cid-uBF9V7r3sE .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBF9V7r3sE .content-wrapper .content-wrap .image-wrapper {
  position: relative;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uBF9V7r3sE .content-wrapper .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-uBF9V7r3sE .content-wrapper .content-wrap .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 0;
  height: 25%;
  width: 65%;
  background-color: #a15547;
  transform: skewX(-20deg);
}
.cid-uBF9V7r3sE .content-wrapper .content-wrap .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 660px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBF9V7r3sE .content-wrapper .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uBF9V7r3sE .mbr-text {
  color: #f7f5f6;
}
.cid-uBF9V7r3sE .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-uBF9V7r3sE .mbr-text,
.cid-uBF9V7r3sE .icon-wrapper {
  color: #212529;
}
.cid-uBF9V7W8Ko {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #a15547;
}
.cid-uBF9V7W8Ko .mbr-section-title {
  margin: 0;
}
.cid-uBF9V7W8Ko .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-uBF9V7W8Ko .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-uBF9V7W8Ko .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-uBF9V7W8Ko .card1 {
  background: linear-gradient(45deg, #a15547, #fef1e6);
}
.cid-uBF9V7W8Ko .card2 {
  background: linear-gradient(45deg, #a15547, #fef1e6);
}
.cid-uBF9V7W8Ko .card3 {
  background: linear-gradient(45deg, #a15547, #fef1e6);
}
.cid-uBF9V7W8Ko .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
@media (max-width: 991px) {
  .cid-uBF9V7W8Ko .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-uBF9V7W8Ko .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-uBF9V7W8Ko .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uBF9V7W8Ko .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBF9V7W8Ko .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBF9V7W8Ko .card1 > .mbr-card-title {
  color: #000000;
}
.cid-uBF9V7W8Ko .card2 > .mbr-card-title {
  color: #000000;
}
.cid-uBF9V7W8Ko .card3 > .mbr-card-title {
  color: #000000;
}
.cid-uBF9V8A3Qr {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-uBF9V8A3Qr .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uBF9V8A3Qr .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uBF9V8A3Qr .video-block {
    width: 100% !important;
  }
}
.cid-uBF9V8A3Qr .mbr-section-title {
  color: #000000;
}
.cid-uBF9V95I5x {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uBF9V95I5x .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uBF9V95I5x .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uBF9V95I5x .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #a15547;
  z-index: 1;
}
.cid-uBF9V95I5x .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #a15547;
}
.cid-uBF9V95I5x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBF9V95I5x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBF9V95I5x .row {
  position: relative;
  z-index: 2;
}
.cid-uBF9V95I5x .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uBF9V95I5x .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uBF9V95I5x .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uBF9V95I5x .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uBF9V95I5x .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uBF9V95I5x .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBF9V95I5x .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uBF9V95I5x .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uBF9V95I5x .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBF9V95I5x .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uBF9V95I5x .mbr-section-title {
  color: #ffffff;
}
.cid-uBF9V95I5x .mbr-text {
  color: #51565c;
}
.cid-uBF9V95I5x .mbr-text,
.cid-uBF9V95I5x .text-wrapper {
  color: #ffffff;
}
.cid-uBF9V9x6vF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBF9V9x6vF .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uBF9V9x6vF .panel-title {
  display: flex;
  align-items: center;
}
.cid-uBF9V9x6vF .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #a15547;
}
.cid-uBF9V9x6vF .panel-body,
.cid-uBF9V9x6vF .card-header {
  padding: 1rem 0;
}
.cid-uBF9V9x6vF .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-uBF9V9x6vF .panel-title-edit {
  color: #14142b;
  display: flex;
  align-items: center;
}
.cid-uBF9V9x6vF .panel-text {
  max-width: 466px;
  color: #000000;
}
.cid-uBF9V9x6vF .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
}
.cid-uBF9V9x6vF .section-head {
  margin-bottom: 56px;
}
.cid-uBF9V9x6vF .card {
  margin-bottom: 32px;
}
.cid-uBF9V9x6vF H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-uBF9V9x6vF .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-uBF9V9x6vF .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uBF9Va2t1E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-uBF9Va2t1E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBF9Va2t1E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBF9Va2t1E .google-map {
  height: 30rem;
  position: relative;
}
.cid-uBF9Va2t1E .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uBF9Va2t1E .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-uBF9Va2t1E .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uBF9Va2t1E .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uBF9Va2t1E .mbr-section-title {
  color: #ffffff;
}
.cid-uBF9VaDyME {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uBF9VaDyME .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uBF9VaDyME .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBF9VaDyME .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBF9VaDyME .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #a15547;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uBF9VaDyME .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uBF9VaDyME .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
}
@media (max-width: 1640px) {
  .cid-uBF9VaDyME .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBF9VaDyME .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uBF9VaDyME .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uBF9VaDyME .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uBF9VaDyME .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uBF9VaDyME .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uBF9VaDyME .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uBF9VaDyME .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBF9VaDyME .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uBF9VaDyME .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uBF9VaDyME .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uBF9VaDyME .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uBF9VaDyME .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uBF9VaDyME .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uBF9VaDyME .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uBF9VaDyME .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uBF9VaDyME .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uBF9VaDyME .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBF9VaDyME .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uBF9VaDyME .mbr-section-title {
  color: #150764;
}
.cid-uBF9VaDyME .mbr-desc {
  color: #000000;
}
.cid-uBF9VaDyME .list {
  color: #150764;
}
.cid-uBF9VaDyME .list,
.cid-uBF9VaDyME .item-wrap {
  color: #000000;
}
.cid-uBFjtlCqmb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBFjtlCqmb nav.navbar {
  position: fixed;
}
.cid-uBFjtlCqmb .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;
}
.cid-uBFjtlCqmb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uBFjtlCqmb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBFjtlCqmb .dropdown-item:hover,
.cid-uBFjtlCqmb .dropdown-item:focus {
  background: #4d07f6 !important;
  color: white !important;
}
.cid-uBFjtlCqmb .dropdown-item:hover span {
  color: white;
}
.cid-uBFjtlCqmb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBFjtlCqmb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBFjtlCqmb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBFjtlCqmb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBFjtlCqmb .nav-link {
  position: relative;
}
.cid-uBFjtlCqmb .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBFjtlCqmb .container {
    flex-wrap: wrap;
  }
}
.cid-uBFjtlCqmb .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBFjtlCqmb .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uBFjtlCqmb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBFjtlCqmb .dropdown-menu,
.cid-uBFjtlCqmb .navbar.opened {
  background: #ffffff !important;
}
.cid-uBFjtlCqmb .nav-item:focus,
.cid-uBFjtlCqmb .nav-link:focus {
  outline: none;
}
.cid-uBFjtlCqmb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBFjtlCqmb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBFjtlCqmb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBFjtlCqmb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBFjtlCqmb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBFjtlCqmb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBFjtlCqmb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uBFjtlCqmb .navbar.opened {
  transition: all 0.3s;
}
.cid-uBFjtlCqmb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBFjtlCqmb .navbar .navbar-logo img {
  width: auto;
}
.cid-uBFjtlCqmb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBFjtlCqmb .navbar.collapsed {
  justify-content: center;
}
.cid-uBFjtlCqmb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBFjtlCqmb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBFjtlCqmb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uBFjtlCqmb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBFjtlCqmb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBFjtlCqmb .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-uBFjtlCqmb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBFjtlCqmb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBFjtlCqmb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBFjtlCqmb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBFjtlCqmb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBFjtlCqmb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBFjtlCqmb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBFjtlCqmb .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-uBFjtlCqmb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBFjtlCqmb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBFjtlCqmb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBFjtlCqmb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBFjtlCqmb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBFjtlCqmb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uBFjtlCqmb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uBFjtlCqmb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBFjtlCqmb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBFjtlCqmb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBFjtlCqmb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBFjtlCqmb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBFjtlCqmb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBFjtlCqmb .dropdown-item.active,
.cid-uBFjtlCqmb .dropdown-item:active {
  background-color: transparent;
}
.cid-uBFjtlCqmb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBFjtlCqmb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBFjtlCqmb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBFjtlCqmb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBFjtlCqmb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBFjtlCqmb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBFjtlCqmb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBFjtlCqmb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBFjtlCqmb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBFjtlCqmb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uBFjtlCqmb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBFjtlCqmb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBFjtlCqmb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBFjtlCqmb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBFjtlCqmb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBFjtlCqmb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBFjtlCqmb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBFjtlCqmb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBFjtlCqmb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBFjtlCqmb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBFjtlCqmb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBFjtlCqmb .navbar {
    height: 70px;
  }
  .cid-uBFjtlCqmb .navbar.opened {
    height: auto;
  }
  .cid-uBFjtlCqmb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBFjtmeCSB {
  background-image: url("../../../assets/images/sportslam-31-1200x800.jpg");
  background-position: 80% 20%;
}
.cid-uBFjtmeCSB H2 {
  color: #d58f76;
}
.cid-uBFjtmeCSB .box {
  background: #a15547;
  height: 100%;
  padding-top: 270px;
  padding-bottom: 270px;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-uBFjtmeCSB .row {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uBFjtmeCSB {
    background-size: 120%;
    background-position: top;
  }
  .cid-uBFjtmeCSB .box {
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 126px;
    padding-bottom: 126px;
    margin-top: 14rem;
  }
}
.cid-uBFjtmeCSB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBFjtmeCSB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBFjtmNw0d {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uBFjtmNw0d .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uBFjtmNw0d .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
}
.cid-uBFjtmNw0d .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  border-radius: 0;
  content: "✓";
}
.cid-uBFjtmNw0d .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uBFjtmNw0d .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #4d07f6;
}
.cid-uBFjtmNw0d .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-uBFjtmNw0d .svg-top {
    width: 1000px;
  }
}
.cid-uBFjtmNw0d .mbr-text {
  color: #000000;
}
.cid-uBFjtndyJa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBFjtndyJa .card {
  padding: 5rem 20%;
  background: #a15547;
  border-radius: 0;
  display: flex;
  flex-direction: column;
}
.cid-uBFjtndyJa .lin {
  display: inline;
  text-align: center;
}
.cid-uBFjtndyJa .mbr-iconfont {
  font-size: 50px;
  color: #0c5b47;
}
.cid-uBFjtndyJa .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: center;
}
.cid-uBFjtndyJa .lin,
.cid-uBFjtndyJa .iconfont-wrapper {
  color: #ffffff;
}
.cid-uBFjtnC6IY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBFjtnC6IY .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uBFjtnC6IY .row {
    padding: 0 12px;
  }
}
.cid-uBFjtnC6IY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBFjtnC6IY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBFjtnC6IY .title-container {
  display: flex;
  justify-content: center;
}
.cid-uBFjtnC6IY .title-container .title-wrapper {
  max-width: 750px;
  padding: 40px 35px;
  background-color: #a15547;
}
.cid-uBFjtnC6IY .title-container .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBFjtnC6IY .title-container .title-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
.cid-uBFjtnC6IY .mbr-section-title {
  color: #ee2947;
  text-align: center;
}
.cid-uBFjtnC6IY .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uBFjtnC6IY .mbr-section-title,
.cid-uBFjtnC6IY .mbr-section-btn {
  color: #ffffff;
}
.cid-uBFjto1i4o {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #a15547;
}
.cid-uBFjto1i4o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBFjto1i4o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBFjto1i4o .row {
  justify-content: left;
}
.cid-uBFjto1i4o .main-col {
  display: flex;
}
.cid-uBFjto1i4o .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-uBFjto1i4o .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-uBFjto1i4o .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  margin-top: 20px;
}
.cid-uBFjto1i4o .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-top: 1rem;
}
.cid-uBFjtoq7xK {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBFjtoq7xK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBFjtoq7xK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBFjtoq7xK .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uBFjtoq7xK .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uBFjtoq7xK .mbr-iconfont {
  font-size: 2rem;
  color: #000000;
  padding-right: 1.5rem;
}
.cid-uBFjtoq7xK .card-title {
  color: #000000;
}
.cid-uBFjtp743u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a15547;
}
.cid-uBFjtp743u .row {
  flex-direction: row-reverse;
}
.cid-uBFjtp743u .title-col {
  width: 25%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uBFjtp743u .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
    padding-left: 2rem !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uBFjtp743u .title-col {
    width: 100%;
    padding: 0 0 12px 0 !important;
  }
}
.cid-uBFjtp743u .text-col {
  width: 75%;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-uBFjtp743u .text-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uBFjtp743u .mbr-section-title {
  color: #ffffff;
  width: 80%;
  margin-left: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uBFjtp743u .mbr-section-title {
    width: 100%;
  }
}
.cid-uBFjtp743u .mbr-section-subtitle {
  color: #727272;
  width: 80%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uBFjtp743u .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-uBFjtp743u .mbr-text {
  color: #ffffff;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uBFjtp743u .mbr-text {
    width: 100%;
  }
}
.cid-uBFjtpvOks {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBFjtpvOks .wrapper {
  max-width: 760px;
  margin: 0 auto;
}
.cid-uBFjtpvOks .card {
  background: transparent;
}
.cid-uBFjtpvOks .card-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.cid-uBFjtpvOks .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBFjtpvOks .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBFjtpYB7m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a15547;
}
.cid-uBFjtpYB7m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBFjtpYB7m .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-uBFjtpYB7m .container {
    padding: 0 30px;
  }
}
.cid-uBFjtpYB7m .row {
  justify-content: center;
}
.cid-uBFjtpYB7m .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBFjtpYB7m .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uBFjtpYB7m .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #fef1e6;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uBFjtpYB7m .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-uBFjtpYB7m .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uBFjtpYB7m .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uBFjtpYB7m .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBFjtpYB7m .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #353535;
  background-color: #fef1e6;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-uBFjtpYB7m .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uBFjtpYB7m .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-uBFjtpYB7m .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uBFjtpYB7m .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uBFjtpYB7m .panel-title-edit {
  color: #ffffff;
}
.cid-uBFjtpYB7m .panel-text {
  color: #144031;
}
.cid-uBFjtqINFW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #000000;
}
@media (min-width: 1400px) {
  .cid-uBFjtqINFW .container {
    max-width: 1200px;
  }
}
.cid-uBFjtqINFW .row {
  justify-content: space-between;
}
.cid-uBFjtqINFW .text-wrapper {
  border-left: 4px solid #4d07f6;
  padding-left: 2rem;
}
.cid-uBFjtqINFW .mbr-main-subtitle {
  background: #4d07f6;
  width: fit-content;
  padding: 0.6rem 1rem;
  position: relative;
  color: #fafafa;
}
.cid-uBFjtqINFW .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #4d07f6;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uBFjtqINFW .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uBFjtqINFW .image-wrap {
  overflow: hidden;
}
.cid-uBFjtqINFW .card-wrap .mbr-main-subtitle:before {
  content: none;
}
.cid-uBFjtqINFW .card-wrap:hover img {
  transform: scale(1.05);
}
@media (max-width: 991px) {
  .cid-uBFjtqINFW .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uBFjtqINFW .card-wrap .image-wrap img {
  width: 100%;
  transition: all 0.3s;
  object-fit: cover;
}
.cid-uBFjtqINFW .card-text,
.cid-uBFjtqINFW .mbr-section-btn,
.cid-uBFjtqINFW .social-row {
  color: #ffffff;
}
.cid-uBFjtqINFW .card1-text {
  color: #353535;
}
.cid-uBFjtqINFW .card-title,
.cid-uBFjtqINFW .social-row {
  color: #fafafa;
}
.cid-uBFjtqINFW .mbr-section-title {
  color: #ffffff;
}
.cid-uBFjtqINFW .card1-text,
.cid-uBFjtqINFW .mbr-section-btn {
  color: #fafafa;
}
.cid-uBFjtrjCWm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBFjtrjCWm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBFjtrjCWm .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-uBFjtrjCWm .container {
    padding: 0 15px;
  }
}
.cid-uBFjtrjCWm .content-wrapper {
  position: relative;
}
.cid-uBFjtrjCWm .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uBFjtrjCWm .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uBFjtrjCWm .content-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBFjtrjCWm .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uBFjtrjCWm .content-wrapper .content-wrap .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uBFjtrjCWm .content-wrapper .content-wrap .text-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-uBFjtrjCWm .content-wrapper .content-wrap .text-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uBFjtrjCWm .content-wrapper .content-wrap .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #68707c;
}
.cid-uBFjtrjCWm .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBFjtrjCWm .content-wrapper .content-wrap .image-wrapper {
  position: relative;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uBFjtrjCWm .content-wrapper .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-uBFjtrjCWm .content-wrapper .content-wrap .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 0;
  height: 25%;
  width: 65%;
  background-color: #a15547;
  transform: skewX(-20deg);
}
.cid-uBFjtrjCWm .content-wrapper .content-wrap .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 660px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBFjtrjCWm .content-wrapper .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uBFjtrjCWm .mbr-text {
  color: #f7f5f6;
}
.cid-uBFjtrjCWm .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-uBFjtrjCWm .mbr-text,
.cid-uBFjtrjCWm .icon-wrapper {
  color: #212529;
}
.cid-uBFjtrN7Vr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #a15547;
}
.cid-uBFjtrN7Vr .mbr-section-title {
  margin: 0;
}
.cid-uBFjtrN7Vr .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-uBFjtrN7Vr .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-uBFjtrN7Vr .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-uBFjtrN7Vr .card1 {
  background: linear-gradient(45deg, #a15547, #fef1e6);
}
.cid-uBFjtrN7Vr .card2 {
  background: linear-gradient(45deg, #a15547, #fef1e6);
}
.cid-uBFjtrN7Vr .card3 {
  background: linear-gradient(45deg, #a15547, #fef1e6);
}
.cid-uBFjtrN7Vr .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
@media (max-width: 991px) {
  .cid-uBFjtrN7Vr .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-uBFjtrN7Vr .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-uBFjtrN7Vr .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uBFjtrN7Vr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBFjtrN7Vr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBFjtrN7Vr .card1 > .mbr-card-title {
  color: #000000;
}
.cid-uBFjtrN7Vr .card2 > .mbr-card-title {
  color: #000000;
}
.cid-uBFjtrN7Vr .card3 > .mbr-card-title {
  color: #000000;
}
.cid-uBFjtt3zkX {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-uBFjtt3zkX .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uBFjtt3zkX .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uBFjtt3zkX .video-block {
    width: 100% !important;
  }
}
.cid-uBFjtt3zkX .mbr-section-title {
  color: #000000;
}
.cid-uBFjtu7dnT {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uBFjtu7dnT .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uBFjtu7dnT .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uBFjtu7dnT .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #a15547;
  z-index: 1;
}
.cid-uBFjtu7dnT .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #a15547;
}
.cid-uBFjtu7dnT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBFjtu7dnT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBFjtu7dnT .row {
  position: relative;
  z-index: 2;
}
.cid-uBFjtu7dnT .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uBFjtu7dnT .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uBFjtu7dnT .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uBFjtu7dnT .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uBFjtu7dnT .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uBFjtu7dnT .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBFjtu7dnT .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uBFjtu7dnT .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uBFjtu7dnT .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBFjtu7dnT .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uBFjtu7dnT .mbr-section-title {
  color: #ffffff;
}
.cid-uBFjtu7dnT .mbr-text {
  color: #51565c;
}
.cid-uBFjtu7dnT .mbr-text,
.cid-uBFjtu7dnT .text-wrapper {
  color: #ffffff;
}
.cid-uBFjtv5F2e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBFjtv5F2e .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uBFjtv5F2e .panel-title {
  display: flex;
  align-items: center;
}
.cid-uBFjtv5F2e .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #a15547;
}
.cid-uBFjtv5F2e .panel-body,
.cid-uBFjtv5F2e .card-header {
  padding: 1rem 0;
}
.cid-uBFjtv5F2e .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-uBFjtv5F2e .panel-title-edit {
  color: #14142b;
  display: flex;
  align-items: center;
}
.cid-uBFjtv5F2e .panel-text {
  max-width: 466px;
  color: #000000;
}
.cid-uBFjtv5F2e .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
}
.cid-uBFjtv5F2e .section-head {
  margin-bottom: 56px;
}
.cid-uBFjtv5F2e .card {
  margin-bottom: 32px;
}
.cid-uBFjtv5F2e H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-uBFjtv5F2e .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-uBFjtv5F2e .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uBFjtwcn8a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-uBFjtwcn8a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBFjtwcn8a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBFjtwcn8a .google-map {
  height: 30rem;
  position: relative;
}
.cid-uBFjtwcn8a .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uBFjtwcn8a .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-uBFjtwcn8a .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uBFjtwcn8a .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uBFjtwcn8a .mbr-section-title {
  color: #ffffff;
}
.cid-uBFjtxqP5P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uBFjtxqP5P .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uBFjtxqP5P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBFjtxqP5P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBFjtxqP5P .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #a15547;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uBFjtxqP5P .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uBFjtxqP5P .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
}
@media (max-width: 1640px) {
  .cid-uBFjtxqP5P .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBFjtxqP5P .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uBFjtxqP5P .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uBFjtxqP5P .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uBFjtxqP5P .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uBFjtxqP5P .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uBFjtxqP5P .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uBFjtxqP5P .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBFjtxqP5P .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uBFjtxqP5P .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uBFjtxqP5P .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uBFjtxqP5P .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uBFjtxqP5P .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uBFjtxqP5P .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uBFjtxqP5P .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uBFjtxqP5P .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uBFjtxqP5P .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uBFjtxqP5P .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBFjtxqP5P .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uBFjtxqP5P .mbr-section-title {
  color: #150764;
}
.cid-uBFjtxqP5P .mbr-desc {
  color: #000000;
}
.cid-uBFjtxqP5P .list {
  color: #150764;
}
.cid-uBFjtxqP5P .list,
.cid-uBFjtxqP5P .item-wrap {
  color: #000000;
}
