body {
  font-family: 'Comfortaa', display;
}
.display-1 {
  font-family: 'Comfortaa', display;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'Comfortaa', display;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Comfortaa', display;
  font-size: 1.31rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6375rem;
}
.display-5 {
  font-family: 'Comfortaa', display;
  font-size: 1.75rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Comfortaa', 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.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.048rem;
    font-size: calc( 1.1085rem + (1.31 - 1.1085) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.1085rem + (1.31 - 1.1085) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((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: #f59d9d !important;
}
.bg-success {
  background-color: #6d9aba !important;
}
.bg-info {
  background-color: #4479d9 !important;
}
.bg-warning {
  background-color: #5b6153 !important;
}
.bg-danger {
  background-color: #caa884 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f59d9d !important;
  border-color: #f59d9d !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: #ed4e4e !important;
  border-color: #ed4e4e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ed4e4e !important;
  border-color: #ed4e4e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d7d3c6 !important;
  border-color: #d7d3c6 !important;
  color: #5d5641 !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: #b3ac93 !important;
  border-color: #b3ac93 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #5d5641 !important;
  background-color: #b3ac93 !important;
  border-color: #b3ac93 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !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: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
}
.btn-success,
.btn-success:active {
  background-color: #6d9aba !important;
  border-color: #6d9aba !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: #436e8d !important;
  border-color: #436e8d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #436e8d !important;
  border-color: #436e8d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #5b6153 !important;
  border-color: #5b6153 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #2f322b !important;
  border-color: #2f322b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2f322b !important;
  border-color: #2f322b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #caa884 !important;
  border-color: #caa884 !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: #ad7d4a !important;
  border-color: #ad7d4a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ad7d4a !important;
  border-color: #ad7d4a !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: #f59d9d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ed4e4e !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: #f59d9d !important;
  border-color: #f59d9d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d7d3c6;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b3ac93 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #5d5641 !important;
  background-color: #d7d3c6 !important;
  border-color: #d7d3c6 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4479d9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2150a5 !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: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6d9aba;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #436e8d !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: #6d9aba !important;
  border-color: #6d9aba !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5b6153;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #2f322b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5b6153 !important;
  border-color: #5b6153 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #caa884;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ad7d4a !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: #caa884 !important;
  border-color: #caa884 !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: #f59d9d !important;
}
.text-secondary {
  color: #d7d3c6 !important;
}
.text-success {
  color: #6d9aba !important;
}
.text-info {
  color: #4479d9 !important;
}
.text-warning {
  color: #5b6153 !important;
}
.text-danger {
  color: #caa884 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ec4040 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ada58a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3e6683 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1f4a98 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #272a24 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a27546 !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: #f59d9d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4479d9;
}
.alert-warning {
  background-color: #5b6153;
}
.alert-danger {
  background-color: #caa884;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f59d9d;
  border-color: #f59d9d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f59d9d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c4d6e3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #eef2fb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9ba292;
}
.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: 'Comfortaa', display;
  font-size: 1.31rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.6375rem;
}
.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: #f59d9d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Comfortaa', display;
  font-size: 1.31rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.6375rem;
}
blockquote {
  border-color: #f59d9d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f59d9d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f59d9d;
}
.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: #f59d9d;
  border-bottom-color: #f59d9d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f59d9d !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: #d7d3c6 !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='%23f59d9d' %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-ucPFSDdxVd {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #a98156;
}
.cid-ucPFSDdxVd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucPFSDdxVd .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-ucPFSDdxVd .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-ucPFSDdxVd img {
  border-radius: 1rem;
}
.cid-ucPFSDdxVd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucPFSDdxVd .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucPFSDdxVd .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ucPFSDdxVd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ucPFSDdxVd .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ucPFSDdxVd .mbr-section-subtitle,
.cid-ucPFSDdxVd .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-ucPFSDdxVd .mbr-text,
.cid-ucPFSDdxVd .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ucPWroiYIp {
  background-color: #fdff78 !important;
  border: 18px solid #fdff78;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-ucPWroiYIp {
    border: 8px solid #fdff78;
    margin-top: -8px;
  }
}
.cid-ucPWroiYIp .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-ucPWroiYIp section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-ucPWroiYIp .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #a98156;
}
.cid-ucPWroiYIp .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucPWroiYIp .row .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-ucPWroiYIp .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-ucPWroiYIp .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ucPWroiYIp .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ucPWroiYIp .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-ucPWroiYIp .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ucPWroiYIp .title-wrapper .title-wrap .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-ucPWroiYIp .title-wrapper .title-wrap .list .item-wrap {
  margin-bottom: 16px;
}
.cid-ucPWroiYIp .title-wrapper .title-wrap .list .item-wrap::marker {
  color: #edd4b9;
}
.cid-ucPWroiYIp .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ucPWroiYIp .image-wrapper {
    height: auto;
  }
}
.cid-ucPWroiYIp .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-ucPWroiYIp .image-wrapper img {
    height: 300px;
    margin: 0;
  }
}
.cid-ucPWroiYIp .mbr-section-title {
  color: #ed2c03;
}
.cid-ucPWroiYIp .list {
  color: #000000;
}
.cid-sMG60EKFJr .navbar-dropdown {
  position: relative !important;
}
.cid-sMG60EKFJr .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-sMG60EKFJr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sMG60EKFJr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sMG60EKFJr .dropdown-item:hover,
.cid-sMG60EKFJr .dropdown-item:focus {
  background: #f59d9d !important;
  color: white !important;
}
.cid-sMG60EKFJr .dropdown-item:hover span {
  color: white;
}
.cid-sMG60EKFJr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sMG60EKFJr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sMG60EKFJr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-sMG60EKFJr .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-sMG60EKFJr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sMG60EKFJr .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-sMG60EKFJr .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-sMG60EKFJr .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-sMG60EKFJr .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-sMG60EKFJr .container {
  display: flex;
  margin: auto;
}
.cid-sMG60EKFJr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sMG60EKFJr .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sMG60EKFJr .navbar-nav {
    align-items: center;
  }
}
.cid-sMG60EKFJr .dropdown-menu,
.cid-sMG60EKFJr .navbar.opened {
  background: #fffdf7 !important;
}
.cid-sMG60EKFJr .nav-item:focus,
.cid-sMG60EKFJr .nav-link:focus {
  outline: none;
}
.cid-sMG60EKFJr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-sMG60EKFJr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sMG60EKFJr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sMG60EKFJr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sMG60EKFJr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMG60EKFJr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sMG60EKFJr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fffdf7;
  padding: 0 !important;
  box-shadow: none;
}
.cid-sMG60EKFJr .navbar.opened {
  transition: all 0.3s;
}
.cid-sMG60EKFJr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sMG60EKFJr .navbar .navbar-logo img {
  width: auto;
}
.cid-sMG60EKFJr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sMG60EKFJr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sMG60EKFJr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sMG60EKFJr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMG60EKFJr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sMG60EKFJr .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-sMG60EKFJr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sMG60EKFJr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sMG60EKFJr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sMG60EKFJr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sMG60EKFJr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sMG60EKFJr .navbar.navbar-short {
  min-height: 60px;
}
.cid-sMG60EKFJr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sMG60EKFJr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sMG60EKFJr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sMG60EKFJr .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-sMG60EKFJr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sMG60EKFJr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMG60EKFJr .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-sMG60EKFJr .dropdown-item.active,
.cid-sMG60EKFJr .dropdown-item:active {
  background-color: transparent;
}
.cid-sMG60EKFJr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sMG60EKFJr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sMG60EKFJr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sMG60EKFJr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffdf7;
}
.cid-sMG60EKFJr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sMG60EKFJr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMG60EKFJr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sMG60EKFJr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sMG60EKFJr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sMG60EKFJr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sMG60EKFJr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sMG60EKFJr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMG60EKFJr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMG60EKFJr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sMG60EKFJr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMG60EKFJr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sMG60EKFJr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sMG60EKFJr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMG60EKFJr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sMG60EKFJr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sMG60EKFJr .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-sMG60EKFJr .navbar {
    height: 70px;
  }
  .cid-sMG60EKFJr .navbar.opened {
    height: auto;
  }
  .cid-sMG60EKFJr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sMG60EKFJr .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-sMG60EKFJr .container-fluid {
    padding: 0 40px;
  }
}
.cid-sMG60EKFJr .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sMG60EKFJr .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-sMG60EKFJr .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sMG60EKFJr .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-sMG60EKFJr .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-sMG60EKFJr .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-sMG60EKFJr .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-sMG60EKFJr .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-sMG60EKFJr .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-sMG60EKFJr .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-sMG60EKFJr .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-sMG60EKFJr .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ucPG0rkQhV {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #a98156;
}
.cid-ucPG0rkQhV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucPG0rkQhV .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-ucPG0rkQhV .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-ucPG0rkQhV img {
  border-radius: 1rem;
}
.cid-ucPG0rkQhV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucPG0rkQhV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucPG0rkQhV .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ucPG0rkQhV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ucPG0rkQhV .mbr-section-title {
  color: #19303d;
  text-align: center;
}
.cid-ucPG0rkQhV .mbr-section-subtitle,
.cid-ucPG0rkQhV .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-ucPG0rkQhV .mbr-text,
.cid-ucPG0rkQhV .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sMGbIAODLD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fdff78;
}
.cid-sMGbIAODLD .mbr-overlay {
  z-index: 1;
}
.cid-sMGbIAODLD .main-container {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  z-index: 2;
}
.cid-sMGbIAODLD .item-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-sMGbIAODLD .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  transform-style: preserve-3d;
}
.cid-sMGbIAODLD .item-img:hover img {
  transform: scale(1);
}
.cid-sMGbIAODLD .item-title {
  line-height: 1.25em;
  text-align: center;
}
.cid-sMGbIAODLD .mbr-section-title {
  line-height: 1.25em;
}
.cid-sMGbIAODLD .card-container {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sMGbIAODLD .card-container {
    flex-wrap: wrap;
  }
}
.cid-sMGbIAODLD .card {
  padding: 60px 60px 23px;
  border-radius: 0;
  border-bottom: 1px solid #7F8678;
}
@media (max-width: 575px) {
  .cid-sMGbIAODLD .card {
    padding: 35px 35px 23px;
  }
}
@media (min-width: 768px) {
  .cid-sMGbIAODLD .card:nth-child(2n+1) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 991px) {
  .cid-sMGbIAODLD .card {
    border-right: 1px solid #7F8678;
  }
  .cid-sMGbIAODLD .card:last-child {
    border-right: none;
  }
}
.cid-sMGbIAODLD .data-item {
  display: flex;
  align-items: center;
}
.cid-sMGbIAODLD .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-sMGbIAODLD .link-wrap {
  margin: 30px 0 6px;
}
.cid-sMGbIAODLD .text-art {
  flex-grow: 1;
}
.cid-ucPO7Cfgtw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #a98156;
}
.cid-ucPO7Cfgtw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucPO7Cfgtw h1 a {
  width: fit-content;
  position: relative;
  font-weight: 600;
  display: inline-block;
  z-index: 2;
}
.cid-ucPO7Cfgtw h1 a:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 22px;
  background: #f59d9d;
  z-index: -1;
}
.cid-ucPO7Cfgtw h1 a:hover {
  color: inherit !important;
}
.cid-ucPO7Cfgtw .subtitle-wrap {
  background: white;
  width: fit-content;
  border: 2px dashed currentColor;
  border-radius: 5px;
  padding: 0.5rem 0.5rem;
  margin-bottom: 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-ucPO7Cfgtw .subtitle-wrap span {
  margin: 0 1rem;
}
.cid-ucPO7Cfgtw .subtitle-wrap .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-ucPO7Cfgtw .arrow {
  background: #f59d9d;
  border-radius: 50%;
  padding: 5px;
  color: white;
  font-size: 1rem !important;
  border: 1px dashed black;
}
.cid-ucPO7Cfgtw img {
  border-radius: 1rem;
}
.cid-ucPO7Cfgtw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucPO7Cfgtw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucPO7Cfgtw .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ucPO7Cfgtw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ucPO7Cfgtw .mbr-section-title {
  color: #ffffff;
}
.cid-ucPO7Cfgtw .mbr-text,
.cid-ucPO7Cfgtw .mbr-section-btn {
  color: #ffffff;
}
.cid-ucPO7Cfgtw .mbr-section-subtitle,
.cid-ucPO7Cfgtw .subtitle-wrap,
.cid-ucPO7Cfgtw .subtitle-align-wrap {
  color: #19303d;
}
.cid-ucPWjKu3iU {
  display: flex;
  padding-top: 75px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #fdff78, #fdff78);
}
@media (min-width: 768px) {
  .cid-ucPWjKu3iU {
    align-items: flex-start;
  }
  .cid-ucPWjKu3iU .row {
    justify-content: center;
  }
}
.cid-ucPWjKu3iU .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-ucPWjKu3iU .mbr-text,
.cid-ucPWjKu3iU .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-ucPWjKu3iU .mbr-section-title,
.cid-ucPWjKu3iU .line {
  color: #000000;
  text-align: center;
}
.cid-ucPWjKu3iU h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-ucPWjKu3iU h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-ucPWjKu3iU .mbr-section-subtitle,
.cid-ucPWjKu3iU .align {
  text-align: left;
  color: #232323;
}
.cid-ucPWjKu3iU .mbr-text2 {
  color: #808080;
}
.cid-sMGfdEevyj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #a98156;
}
.cid-sMGfdEevyj .mbr-overlay {
  z-index: 1;
}
.cid-sMGfdEevyj .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-sMGfdEevyj .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-sMGfdEevyj .text-container {
  height: 100%;
  background: #bfc6b8;
}
@media (min-width: 992px) {
  .cid-sMGfdEevyj .text-container {
    border-left: 1px solid #7F8678;
  }
}
.cid-sMGfdEevyj .text-wrap {
  display: flex;
  flex-direction: column;
  padding: 25px 32px;
  margin-bottom: auto;
  min-height: 390px;
}
@media (min-width: 992px) {
  .cid-sMGfdEevyj .text-wrap {
    max-width: 512px;
    min-height: 644px;
  }
}
.cid-sMGfdEevyj .main-text {
  width: 100%;
  margin: 0 0 auto;
}
.cid-sMGfdEevyj .text {
  color: #000000;
  text-align: center;
}
.cid-sMGfdEevyj .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sMGfdEevyj .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sMGfdEevyj .item-wrapper {
  width: 100%;
}
.cid-sMGfdEevyj .mbr-section-title {
  line-height: 1.25em;
  text-align: center;
}
.cid-sMGfdEevyj .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cid-sMGfdEevyj .item-img {
  flex-grow: 1;
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  overflow: hidden;
  height: 644px;
}
.cid-sMGfdEevyj .item-img img {
  object-fit: cover;
  height: 100%;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-sMGfdEevyj .item-img:hover img {
  transform: scale(1);
}
.cid-sMGfdEevyj .link {
  color: #3d3d3d;
}
.cid-sMGfdEevyj .underlined-link {
  color: #3d3d3d;
}
.cid-sMGfdEevyj .underlined-link:after {
  height: 1px !important;
}
.cid-ucPO5W0pzD {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/istockphoto-483524200-612x408.jpg");
}
.cid-ucPO5W0pzD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucPO5W0pzD .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-ucPO5W0pzD .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-ucPO5W0pzD img {
  border-radius: 1rem;
}
.cid-ucPO5W0pzD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucPO5W0pzD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucPO5W0pzD .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ucPO5W0pzD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ucPO5W0pzD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucPO5W0pzD .mbr-section-subtitle,
.cid-ucPO5W0pzD .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-ucPO5W0pzD .mbr-text,
.cid-ucPO5W0pzD .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sMGkTYEDAh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #a98156;
}
.cid-sMGkTYEDAh .mbr-overlay {
  z-index: 1;
}
.cid-sMGkTYEDAh .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-sMGkTYEDAh .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-sMGkTYEDAh .text-container {
  height: 100%;
  background: #fdff78;
}
@media (min-width: 992px) {
  .cid-sMGkTYEDAh .text-container {
    border-right: 1px solid #7F8678;
  }
}
.cid-sMGkTYEDAh .text-wrap {
  display: flex;
  flex-direction: column;
  padding: 25px 32px;
  margin-bottom: auto;
  min-height: 390px;
}
@media (min-width: 992px) {
  .cid-sMGkTYEDAh .text-wrap {
    max-width: 512px;
    min-height: 644px;
  }
}
.cid-sMGkTYEDAh .main-text {
  width: 100%;
  margin: 0 0 auto;
}
.cid-sMGkTYEDAh .text {
  color: #3d3d3d;
  text-align: center;
}
.cid-sMGkTYEDAh .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sMGkTYEDAh .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sMGkTYEDAh .item-wrapper {
  width: 100%;
}
.cid-sMGkTYEDAh .mbr-section-title {
  line-height: 1.25em;
  text-align: center;
}
.cid-sMGkTYEDAh .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cid-sMGkTYEDAh .item-img {
  flex-grow: 1;
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  overflow: hidden;
  height: 644px;
}
.cid-sMGkTYEDAh .item-img img {
  object-fit: cover;
  height: 100%;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-sMGkTYEDAh .item-img:hover img {
  transform: scale(1);
}
.cid-sMGkTYEDAh .link {
  color: #3d3d3d;
}
.cid-sMGkTYEDAh .underlined-link {
  color: #3d3d3d;
}
.cid-sMGkTYEDAh .underlined-link:after {
  height: 1px !important;
}
.cid-ucPQhcWIqi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a98156;
}
.cid-ucPQhcWIqi blockquote {
  border-color: #a98156;
  border-radius: 4px;
  background-color: #fdff78;
}
.cid-ucPQhcWIqi .mbr-section-title {
  text-align: center;
}
.cid-ucQ28hGY1Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdff78;
}
.cid-ucQ28hGY1Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQ28hGY1Z .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-ucQ28hGY1Z .container {
    padding: 0 22px;
  }
}
.cid-ucQ28hGY1Z .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ucQ28hGY1Z .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ucQ28hGY1Z .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-ucQ28hGY1Z .image-wrapper img {
    height: 350px;
  }
}
.cid-ucQ28hGY1Z .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-ucQ28hGY1Z .panel-group {
  border-bottom: 1px solid #000000;
}
.cid-ucQ28hGY1Z .panel-group .card {
  border-top: 1px solid #000000;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-ucQ28hGY1Z .panel-group .card:hover,
.cid-ucQ28hGY1Z .panel-group .card:focus {
  border-top: 1px solid #000000;
}
.cid-ucQ28hGY1Z .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ucQ28hGY1Z .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-ucQ28hGY1Z .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucQ28hGY1Z .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-ucQ28hGY1Z .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ff5753;
}
.cid-ucQ28hGY1Z .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-ucQ28hGY1Z .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-ucQ28hGY1Z .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ucQ28hGY1Z .panel-title-edit {
  color: #000000;
}
.cid-ucQ28hGY1Z .panel-text {
  color: #8a8588;
}
.cid-ucPO9qfd0h {
  background-color: #a98156;
}
.cid-ucPO9qfd0h .container-fluid {
  padding-right: 0;
}
.cid-ucPO9qfd0h .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucPO9qfd0h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucPO9qfd0h .title-wrapper {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-ucPO9qfd0h .title-wrapper {
    padding: 0 12px;
  }
}
.cid-ucPO9qfd0h .title {
  display: flex;
  align-items: center;
}
.cid-ucPO9qfd0h .title-wrapper {
  width: 100%;
}
.cid-ucPO9qfd0h .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ucPO9qfd0h .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-ucPO9qfd0h .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ucPO9qfd0h .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-ucPO9qfd0h .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-ucPO9qfd0h .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-ucPO9qfd0h .image-wrapper {
    margin-top: 39px;
  }
}
.cid-ucPO9qfd0h .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ucPO9qfd0h .mbr-section-subtitle {
  color: #181818;
}
.cid-ucPO9qfd0h .mbr-section-title {
  color: #181818;
}
.cid-ucPO9qfd0h .mbr-text {
  color: #ffffff;
}
.cid-ucPO9qfd0h .mbr-section-title,
.cid-ucPO9qfd0h .mbr-section-btn {
  color: #ffffff;
}
.cid-ucQ8kyrRy2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdff78;
}
.cid-ucQ8kyrRy2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQ8kyrRy2 .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-ucQ8kyrRy2 .container {
    padding: 0 20px;
  }
}
.cid-ucQ8kyrRy2 .row {
  margin: 0;
}
.cid-ucQ8kyrRy2 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ucQ8kyrRy2 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ucQ8kyrRy2 .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-ucQ8kyrRy2 .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-ucQ8kyrRy2 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ucQ8kyrRy2 .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-ucQ8kyrRy2 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucPZYVCXEQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a98156;
}
.cid-ucPZYVCXEQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucPZYVCXEQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucPZYVCXEQ .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-ucPZYVCXEQ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ucPZYVCXEQ .container {
    padding: 0 30px;
  }
}
.cid-ucPZYVCXEQ .card-wrapper {
  padding: 40px 3rem;
  border-radius: 2em;
  background-color: #fdff78;
  display: flex;
}
@media (max-width: 992px) {
  .cid-ucPZYVCXEQ .card-wrapper {
    display: block;
    padding: 30px 20px;
  }
}
.cid-ucPZYVCXEQ .card-wrapper .title-wrapper {
  margin-right: 50px;
  min-width: 250px;
}
@media (max-width: 992px) {
  .cid-ucPZYVCXEQ .card-wrapper .title-wrapper {
    margin: 0;
  }
}
.cid-ucPZYVCXEQ .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ucPZYVCXEQ .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucPZYVCXEQ .mbr-section-title {
  color: #2b2b2b;
}
.cid-ucPZYVCXEQ .mbr-text {
  color: #000000;
}
.cid-ucPZYVCXEQ .mbr-section-title,
.cid-ucPZYVCXEQ .mbr-section-btn {
  color: #000000;
}
.cid-ucPQOXthuA {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fdff78;
  flex-direction: column;
  justify-content: center;
}
.cid-ucPQOXthuA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucPQOXthuA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucPQOXthuA .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucPQOXthuA .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucPQOXthuA .container {
    padding: 0 16px;
  }
}
.cid-ucPQOXthuA .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-ucPQOXthuA .google-map iframe {
    height: 350px;
  }
}
.cid-ucPRfo8wRW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fdff78;
}
.cid-ucPRfo8wRW .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ucPRfo8wRW .copyright-section,
.cid-ucPRfo8wRW .social-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-ucPRfo8wRW .line {
  margin: 10px 0;
  width: 100%;
}
.cid-ucPRfo8wRW .logo-section img {
  margin: 0 auto;
}
.cid-ucPRfo8wRW .social-media ul {
  padding: 0;
  margin-bottom: 0;
}
.cid-ucPRfo8wRW .social-media ul li {
  display: inline-block;
  margin-left: 50px;
}
.cid-ucPRfo8wRW .mobirise-rights {
  letter-spacing: .4px;
}
@media (max-width: 992px) {
  .cid-ucPRfo8wRW .social-media ul li {
    margin-left: 30px;
  }
  .cid-ucPRfo8wRW .container-fluid {
    padding: 0 2rem;
  }
  .cid-ucPRfo8wRW .menu-container {
    margin-bottom: 20px;
  }
  .cid-ucPRfo8wRW .mbr-list {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-ucPRfo8wRW .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (max-width: 767px) {
  .cid-ucPRfo8wRW .copyright-section {
    order: 1;
  }
  .cid-ucPRfo8wRW .copyright-section hr {
    display: none;
  }
  .cid-ucPRfo8wRW .social-media {
    margin-top: 30px;
  }
  .cid-ucPRfo8wRW .social-media li:first-child {
    margin-left: 0;
  }
  .cid-ucPRfo8wRW .line {
    margin: 25px 0;
  }
  .cid-ucPRfo8wRW .mobirise-rights,
  .cid-ucPRfo8wRW .social-media {
    align-items: center;
    text-align: center;
  }
}
.cid-ucPRfo8wRW .mbr-text,
.cid-ucPRfo8wRW .copyright-section {
  color: #000000;
}
.cid-ucQUcompeu {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #a98156;
}
.cid-ucQUcompeu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQUcompeu .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-ucQUcompeu .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-ucQUcompeu img {
  border-radius: 1rem;
}
.cid-ucQUcompeu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQUcompeu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucQUcompeu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ucQUcompeu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ucQUcompeu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ucQUcompeu .mbr-section-subtitle,
.cid-ucQUcompeu .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-ucQUcompeu .mbr-text,
.cid-ucQUcompeu .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ucQUcrv9fT .navbar-dropdown {
  position: relative !important;
}
.cid-ucQUcrv9fT .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-ucQUcrv9fT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucQUcrv9fT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucQUcrv9fT .dropdown-item:hover,
.cid-ucQUcrv9fT .dropdown-item:focus {
  background: #f59d9d !important;
  color: white !important;
}
.cid-ucQUcrv9fT .dropdown-item:hover span {
  color: white;
}
.cid-ucQUcrv9fT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucQUcrv9fT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucQUcrv9fT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-ucQUcrv9fT .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-ucQUcrv9fT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucQUcrv9fT .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-ucQUcrv9fT .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-ucQUcrv9fT .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-ucQUcrv9fT .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-ucQUcrv9fT .container {
  display: flex;
  margin: auto;
}
.cid-ucQUcrv9fT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucQUcrv9fT .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ucQUcrv9fT .navbar-nav {
    align-items: center;
  }
}
.cid-ucQUcrv9fT .dropdown-menu,
.cid-ucQUcrv9fT .navbar.opened {
  background: #fffdf7 !important;
}
.cid-ucQUcrv9fT .nav-item:focus,
.cid-ucQUcrv9fT .nav-link:focus {
  outline: none;
}
.cid-ucQUcrv9fT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-ucQUcrv9fT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucQUcrv9fT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucQUcrv9fT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucQUcrv9fT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucQUcrv9fT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucQUcrv9fT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fffdf7;
  padding: 0 !important;
  box-shadow: none;
}
.cid-ucQUcrv9fT .navbar.opened {
  transition: all 0.3s;
}
.cid-ucQUcrv9fT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucQUcrv9fT .navbar .navbar-logo img {
  width: auto;
}
.cid-ucQUcrv9fT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ucQUcrv9fT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucQUcrv9fT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucQUcrv9fT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucQUcrv9fT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucQUcrv9fT .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-ucQUcrv9fT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucQUcrv9fT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucQUcrv9fT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucQUcrv9fT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucQUcrv9fT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucQUcrv9fT .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucQUcrv9fT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucQUcrv9fT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucQUcrv9fT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ucQUcrv9fT .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-ucQUcrv9fT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucQUcrv9fT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucQUcrv9fT .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-ucQUcrv9fT .dropdown-item.active,
.cid-ucQUcrv9fT .dropdown-item:active {
  background-color: transparent;
}
.cid-ucQUcrv9fT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucQUcrv9fT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucQUcrv9fT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucQUcrv9fT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffdf7;
}
.cid-ucQUcrv9fT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucQUcrv9fT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucQUcrv9fT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucQUcrv9fT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucQUcrv9fT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucQUcrv9fT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucQUcrv9fT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucQUcrv9fT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucQUcrv9fT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucQUcrv9fT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucQUcrv9fT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucQUcrv9fT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucQUcrv9fT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucQUcrv9fT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucQUcrv9fT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucQUcrv9fT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucQUcrv9fT .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-ucQUcrv9fT .navbar {
    height: 70px;
  }
  .cid-ucQUcrv9fT .navbar.opened {
    height: auto;
  }
  .cid-ucQUcrv9fT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucQUcrv9fT .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-ucQUcrv9fT .container-fluid {
    padding: 0 40px;
  }
}
.cid-ucQUcrv9fT .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-ucQUcrv9fT .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-ucQUcrv9fT .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ucQUcrv9fT .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-ucQUcrv9fT .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-ucQUcrv9fT .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-ucQUcrv9fT .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-ucQUcrv9fT .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-ucQUcrv9fT .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-ucQUcrv9fT .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-ucQUcrv9fT .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-ucQUcrv9fT .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ucQUcw8Pnz {
  display: flex;
  padding-top: 75px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}
@media (min-width: 768px) {
  .cid-ucQUcw8Pnz {
    align-items: flex-start;
  }
  .cid-ucQUcw8Pnz .row {
    justify-content: center;
  }
}
.cid-ucQUcw8Pnz .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-ucQUcw8Pnz .mbr-text,
.cid-ucQUcw8Pnz .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ucQUcw8Pnz .mbr-section-title,
.cid-ucQUcw8Pnz .line {
  color: #000000;
  text-align: center;
}
.cid-ucQUcw8Pnz h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-ucQUcw8Pnz h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-ucQUcw8Pnz .mbr-section-subtitle,
.cid-ucQUcw8Pnz .align {
  text-align: left;
  color: #232323;
}
.cid-ucQUcw8Pnz .mbr-text2 {
  color: #808080;
}
.cid-ucQUcFGEuU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
  flex-direction: column;
  justify-content: center;
}
.cid-ucQUcFGEuU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQUcFGEuU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQUcFGEuU .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucQUcFGEuU .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucQUcFGEuU .container {
    padding: 0 16px;
  }
}
.cid-ucQUcFGEuU .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-ucQUcFGEuU .google-map iframe {
    height: 350px;
  }
}
.cid-ucQUcGzDhD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fdff78;
}
.cid-ucQUcGzDhD .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ucQUcGzDhD .copyright-section,
.cid-ucQUcGzDhD .social-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-ucQUcGzDhD .line {
  margin: 10px 0;
  width: 100%;
}
.cid-ucQUcGzDhD .logo-section img {
  margin: 0 auto;
}
.cid-ucQUcGzDhD .social-media ul {
  padding: 0;
  margin-bottom: 0;
}
.cid-ucQUcGzDhD .social-media ul li {
  display: inline-block;
  margin-left: 50px;
}
.cid-ucQUcGzDhD .mobirise-rights {
  letter-spacing: .4px;
}
@media (max-width: 992px) {
  .cid-ucQUcGzDhD .social-media ul li {
    margin-left: 30px;
  }
  .cid-ucQUcGzDhD .container-fluid {
    padding: 0 2rem;
  }
  .cid-ucQUcGzDhD .menu-container {
    margin-bottom: 20px;
  }
  .cid-ucQUcGzDhD .mbr-list {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-ucQUcGzDhD .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (max-width: 767px) {
  .cid-ucQUcGzDhD .copyright-section {
    order: 1;
  }
  .cid-ucQUcGzDhD .copyright-section hr {
    display: none;
  }
  .cid-ucQUcGzDhD .social-media {
    margin-top: 30px;
  }
  .cid-ucQUcGzDhD .social-media li:first-child {
    margin-left: 0;
  }
  .cid-ucQUcGzDhD .line {
    margin: 25px 0;
  }
  .cid-ucQUcGzDhD .mobirise-rights,
  .cid-ucQUcGzDhD .social-media {
    align-items: center;
    text-align: center;
  }
}
.cid-ucQUcGzDhD .mbr-text,
.cid-ucQUcGzDhD .copyright-section {
  color: #000000;
}
.cid-ucQUJJy76e {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #a98156;
}
.cid-ucQUJJy76e .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQUJJy76e .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-ucQUJJy76e .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-ucQUJJy76e img {
  border-radius: 1rem;
}
.cid-ucQUJJy76e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQUJJy76e .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucQUJJy76e .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ucQUJJy76e .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ucQUJJy76e .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ucQUJJy76e .mbr-section-subtitle,
.cid-ucQUJJy76e .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-ucQUJJy76e .mbr-text,
.cid-ucQUJJy76e .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ucQUJKOtV6 .navbar-dropdown {
  position: relative !important;
}
.cid-ucQUJKOtV6 .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-ucQUJKOtV6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucQUJKOtV6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucQUJKOtV6 .dropdown-item:hover,
.cid-ucQUJKOtV6 .dropdown-item:focus {
  background: #f59d9d !important;
  color: white !important;
}
.cid-ucQUJKOtV6 .dropdown-item:hover span {
  color: white;
}
.cid-ucQUJKOtV6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucQUJKOtV6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucQUJKOtV6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-ucQUJKOtV6 .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-ucQUJKOtV6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucQUJKOtV6 .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-ucQUJKOtV6 .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-ucQUJKOtV6 .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-ucQUJKOtV6 .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-ucQUJKOtV6 .container {
  display: flex;
  margin: auto;
}
.cid-ucQUJKOtV6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucQUJKOtV6 .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ucQUJKOtV6 .navbar-nav {
    align-items: center;
  }
}
.cid-ucQUJKOtV6 .dropdown-menu,
.cid-ucQUJKOtV6 .navbar.opened {
  background: #fffdf7 !important;
}
.cid-ucQUJKOtV6 .nav-item:focus,
.cid-ucQUJKOtV6 .nav-link:focus {
  outline: none;
}
.cid-ucQUJKOtV6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-ucQUJKOtV6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucQUJKOtV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucQUJKOtV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucQUJKOtV6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucQUJKOtV6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucQUJKOtV6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fffdf7;
  padding: 0 !important;
  box-shadow: none;
}
.cid-ucQUJKOtV6 .navbar.opened {
  transition: all 0.3s;
}
.cid-ucQUJKOtV6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucQUJKOtV6 .navbar .navbar-logo img {
  width: auto;
}
.cid-ucQUJKOtV6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ucQUJKOtV6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucQUJKOtV6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucQUJKOtV6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucQUJKOtV6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucQUJKOtV6 .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-ucQUJKOtV6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucQUJKOtV6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucQUJKOtV6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucQUJKOtV6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucQUJKOtV6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucQUJKOtV6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucQUJKOtV6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucQUJKOtV6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucQUJKOtV6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ucQUJKOtV6 .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-ucQUJKOtV6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucQUJKOtV6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucQUJKOtV6 .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-ucQUJKOtV6 .dropdown-item.active,
.cid-ucQUJKOtV6 .dropdown-item:active {
  background-color: transparent;
}
.cid-ucQUJKOtV6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucQUJKOtV6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucQUJKOtV6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucQUJKOtV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffdf7;
}
.cid-ucQUJKOtV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucQUJKOtV6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucQUJKOtV6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucQUJKOtV6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucQUJKOtV6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucQUJKOtV6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucQUJKOtV6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucQUJKOtV6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucQUJKOtV6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucQUJKOtV6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucQUJKOtV6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucQUJKOtV6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucQUJKOtV6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucQUJKOtV6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucQUJKOtV6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucQUJKOtV6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucQUJKOtV6 .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-ucQUJKOtV6 .navbar {
    height: 70px;
  }
  .cid-ucQUJKOtV6 .navbar.opened {
    height: auto;
  }
  .cid-ucQUJKOtV6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucQUJKOtV6 .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-ucQUJKOtV6 .container-fluid {
    padding: 0 40px;
  }
}
.cid-ucQUJKOtV6 .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-ucQUJKOtV6 .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-ucQUJKOtV6 .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ucQUJKOtV6 .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-ucQUJKOtV6 .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-ucQUJKOtV6 .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-ucQUJKOtV6 .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-ucQUJKOtV6 .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-ucQUJKOtV6 .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-ucQUJKOtV6 .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-ucQUJKOtV6 .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-ucQUJKOtV6 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ucQUJLU01M {
  display: flex;
  padding-top: 75px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}
@media (min-width: 768px) {
  .cid-ucQUJLU01M {
    align-items: flex-start;
  }
  .cid-ucQUJLU01M .row {
    justify-content: center;
  }
}
.cid-ucQUJLU01M .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-ucQUJLU01M .mbr-text,
.cid-ucQUJLU01M .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ucQUJLU01M .mbr-section-title,
.cid-ucQUJLU01M .line {
  color: #000000;
  text-align: center;
}
.cid-ucQUJLU01M h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-ucQUJLU01M h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-ucQUJLU01M .mbr-section-subtitle,
.cid-ucQUJLU01M .align {
  text-align: left;
  color: #232323;
}
.cid-ucQUJLU01M .mbr-text2 {
  color: #808080;
}
.cid-ucQUJMPMGd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
  flex-direction: column;
  justify-content: center;
}
.cid-ucQUJMPMGd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQUJMPMGd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQUJMPMGd .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucQUJMPMGd .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucQUJMPMGd .container {
    padding: 0 16px;
  }
}
.cid-ucQUJMPMGd .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-ucQUJMPMGd .google-map iframe {
    height: 350px;
  }
}
.cid-ucQUJNLNZh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fdff78;
}
.cid-ucQUJNLNZh .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ucQUJNLNZh .copyright-section,
.cid-ucQUJNLNZh .social-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-ucQUJNLNZh .line {
  margin: 10px 0;
  width: 100%;
}
.cid-ucQUJNLNZh .logo-section img {
  margin: 0 auto;
}
.cid-ucQUJNLNZh .social-media ul {
  padding: 0;
  margin-bottom: 0;
}
.cid-ucQUJNLNZh .social-media ul li {
  display: inline-block;
  margin-left: 50px;
}
.cid-ucQUJNLNZh .mobirise-rights {
  letter-spacing: .4px;
}
@media (max-width: 992px) {
  .cid-ucQUJNLNZh .social-media ul li {
    margin-left: 30px;
  }
  .cid-ucQUJNLNZh .container-fluid {
    padding: 0 2rem;
  }
  .cid-ucQUJNLNZh .menu-container {
    margin-bottom: 20px;
  }
  .cid-ucQUJNLNZh .mbr-list {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-ucQUJNLNZh .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (max-width: 767px) {
  .cid-ucQUJNLNZh .copyright-section {
    order: 1;
  }
  .cid-ucQUJNLNZh .copyright-section hr {
    display: none;
  }
  .cid-ucQUJNLNZh .social-media {
    margin-top: 30px;
  }
  .cid-ucQUJNLNZh .social-media li:first-child {
    margin-left: 0;
  }
  .cid-ucQUJNLNZh .line {
    margin: 25px 0;
  }
  .cid-ucQUJNLNZh .mobirise-rights,
  .cid-ucQUJNLNZh .social-media {
    align-items: center;
    text-align: center;
  }
}
.cid-ucQUJNLNZh .mbr-text,
.cid-ucQUJNLNZh .copyright-section {
  color: #000000;
}
.cid-ucQVqEPXaE {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #a98156;
}
.cid-ucQVqEPXaE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQVqEPXaE .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-ucQVqEPXaE .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-ucQVqEPXaE img {
  border-radius: 1rem;
}
.cid-ucQVqEPXaE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQVqEPXaE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucQVqEPXaE .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ucQVqEPXaE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ucQVqEPXaE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ucQVqEPXaE .mbr-section-subtitle,
.cid-ucQVqEPXaE .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-ucQVqEPXaE .mbr-text,
.cid-ucQVqEPXaE .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ucQVqFBze2 {
  background-color: #fdff78 !important;
  border: 18px solid #fdff78;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-ucQVqFBze2 {
    border: 8px solid #fdff78;
    margin-top: -8px;
  }
}
.cid-ucQVqFBze2 .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-ucQVqFBze2 section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-ucQVqFBze2 .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #a98156;
}
.cid-ucQVqFBze2 .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQVqFBze2 .row .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-ucQVqFBze2 .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-ucQVqFBze2 .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ucQVqFBze2 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ucQVqFBze2 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-ucQVqFBze2 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ucQVqFBze2 .title-wrapper .title-wrap .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-ucQVqFBze2 .title-wrapper .title-wrap .list .item-wrap {
  margin-bottom: 16px;
}
.cid-ucQVqFBze2 .title-wrapper .title-wrap .list .item-wrap::marker {
  color: #edd4b9;
}
.cid-ucQVqFBze2 .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ucQVqFBze2 .image-wrapper {
    height: auto;
  }
}
.cid-ucQVqFBze2 .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-ucQVqFBze2 .image-wrapper img {
    height: 300px;
    margin: 0;
  }
}
.cid-ucQVqFBze2 .mbr-section-title {
  color: #ed2c03;
}
.cid-ucQVqFBze2 .list {
  color: #000000;
}
.cid-ucQVqGhlnI .navbar-dropdown {
  position: relative !important;
}
.cid-ucQVqGhlnI .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-ucQVqGhlnI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucQVqGhlnI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucQVqGhlnI .dropdown-item:hover,
.cid-ucQVqGhlnI .dropdown-item:focus {
  background: #f59d9d !important;
  color: white !important;
}
.cid-ucQVqGhlnI .dropdown-item:hover span {
  color: white;
}
.cid-ucQVqGhlnI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucQVqGhlnI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucQVqGhlnI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-ucQVqGhlnI .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-ucQVqGhlnI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucQVqGhlnI .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-ucQVqGhlnI .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-ucQVqGhlnI .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-ucQVqGhlnI .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-ucQVqGhlnI .container {
  display: flex;
  margin: auto;
}
.cid-ucQVqGhlnI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucQVqGhlnI .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ucQVqGhlnI .navbar-nav {
    align-items: center;
  }
}
.cid-ucQVqGhlnI .dropdown-menu,
.cid-ucQVqGhlnI .navbar.opened {
  background: #fffdf7 !important;
}
.cid-ucQVqGhlnI .nav-item:focus,
.cid-ucQVqGhlnI .nav-link:focus {
  outline: none;
}
.cid-ucQVqGhlnI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-ucQVqGhlnI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucQVqGhlnI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucQVqGhlnI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucQVqGhlnI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucQVqGhlnI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucQVqGhlnI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fffdf7;
  padding: 0 !important;
  box-shadow: none;
}
.cid-ucQVqGhlnI .navbar.opened {
  transition: all 0.3s;
}
.cid-ucQVqGhlnI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucQVqGhlnI .navbar .navbar-logo img {
  width: auto;
}
.cid-ucQVqGhlnI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ucQVqGhlnI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucQVqGhlnI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucQVqGhlnI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucQVqGhlnI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucQVqGhlnI .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-ucQVqGhlnI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucQVqGhlnI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucQVqGhlnI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucQVqGhlnI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucQVqGhlnI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucQVqGhlnI .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucQVqGhlnI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucQVqGhlnI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucQVqGhlnI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ucQVqGhlnI .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-ucQVqGhlnI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucQVqGhlnI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucQVqGhlnI .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-ucQVqGhlnI .dropdown-item.active,
.cid-ucQVqGhlnI .dropdown-item:active {
  background-color: transparent;
}
.cid-ucQVqGhlnI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucQVqGhlnI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucQVqGhlnI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucQVqGhlnI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffdf7;
}
.cid-ucQVqGhlnI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucQVqGhlnI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucQVqGhlnI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucQVqGhlnI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucQVqGhlnI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucQVqGhlnI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucQVqGhlnI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucQVqGhlnI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucQVqGhlnI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucQVqGhlnI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucQVqGhlnI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucQVqGhlnI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucQVqGhlnI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucQVqGhlnI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucQVqGhlnI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucQVqGhlnI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucQVqGhlnI .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-ucQVqGhlnI .navbar {
    height: 70px;
  }
  .cid-ucQVqGhlnI .navbar.opened {
    height: auto;
  }
  .cid-ucQVqGhlnI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucQVqGhlnI .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-ucQVqGhlnI .container-fluid {
    padding: 0 40px;
  }
}
.cid-ucQVqGhlnI .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-ucQVqGhlnI .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-ucQVqGhlnI .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ucQVqGhlnI .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-ucQVqGhlnI .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-ucQVqGhlnI .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-ucQVqGhlnI .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-ucQVqGhlnI .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-ucQVqGhlnI .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-ucQVqGhlnI .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-ucQVqGhlnI .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-ucQVqGhlnI .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ucQVqHcdcy {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #a98156;
}
.cid-ucQVqHcdcy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQVqHcdcy .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-ucQVqHcdcy .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-ucQVqHcdcy img {
  border-radius: 1rem;
}
.cid-ucQVqHcdcy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQVqHcdcy .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucQVqHcdcy .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ucQVqHcdcy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ucQVqHcdcy .mbr-section-title {
  color: #19303d;
  text-align: center;
}
.cid-ucQVqHcdcy .mbr-section-subtitle,
.cid-ucQVqHcdcy .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-ucQVqHcdcy .mbr-text,
.cid-ucQVqHcdcy .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ucQVqI1WHl {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fdff78;
}
.cid-ucQVqI1WHl .mbr-overlay {
  z-index: 1;
}
.cid-ucQVqI1WHl .main-container {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  z-index: 2;
}
.cid-ucQVqI1WHl .item-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-ucQVqI1WHl .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  transform-style: preserve-3d;
}
.cid-ucQVqI1WHl .item-img:hover img {
  transform: scale(1);
}
.cid-ucQVqI1WHl .item-title {
  line-height: 1.25em;
  text-align: center;
}
.cid-ucQVqI1WHl .mbr-section-title {
  line-height: 1.25em;
}
.cid-ucQVqI1WHl .card-container {
  display: flex;
}
@media (max-width: 991px) {
  .cid-ucQVqI1WHl .card-container {
    flex-wrap: wrap;
  }
}
.cid-ucQVqI1WHl .card {
  padding: 60px 60px 23px;
  border-radius: 0;
  border-bottom: 1px solid #7F8678;
}
@media (max-width: 575px) {
  .cid-ucQVqI1WHl .card {
    padding: 35px 35px 23px;
  }
}
@media (min-width: 768px) {
  .cid-ucQVqI1WHl .card:nth-child(2n+1) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 991px) {
  .cid-ucQVqI1WHl .card {
    border-right: 1px solid #7F8678;
  }
  .cid-ucQVqI1WHl .card:last-child {
    border-right: none;
  }
}
.cid-ucQVqI1WHl .data-item {
  display: flex;
  align-items: center;
}
.cid-ucQVqI1WHl .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-ucQVqI1WHl .link-wrap {
  margin: 30px 0 6px;
}
.cid-ucQVqI1WHl .text-art {
  flex-grow: 1;
}
.cid-ucQVqITdPE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #a98156;
}
.cid-ucQVqITdPE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQVqITdPE h1 a {
  width: fit-content;
  position: relative;
  font-weight: 600;
  display: inline-block;
  z-index: 2;
}
.cid-ucQVqITdPE h1 a:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 22px;
  background: #f59d9d;
  z-index: -1;
}
.cid-ucQVqITdPE h1 a:hover {
  color: inherit !important;
}
.cid-ucQVqITdPE .subtitle-wrap {
  background: white;
  width: fit-content;
  border: 2px dashed currentColor;
  border-radius: 5px;
  padding: 0.5rem 0.5rem;
  margin-bottom: 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-ucQVqITdPE .subtitle-wrap span {
  margin: 0 1rem;
}
.cid-ucQVqITdPE .subtitle-wrap .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-ucQVqITdPE .arrow {
  background: #f59d9d;
  border-radius: 50%;
  padding: 5px;
  color: white;
  font-size: 1rem !important;
  border: 1px dashed black;
}
.cid-ucQVqITdPE img {
  border-radius: 1rem;
}
.cid-ucQVqITdPE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQVqITdPE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucQVqITdPE .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ucQVqITdPE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ucQVqITdPE .mbr-section-title {
  color: #ffffff;
}
.cid-ucQVqITdPE .mbr-text,
.cid-ucQVqITdPE .mbr-section-btn {
  color: #ffffff;
}
.cid-ucQVqITdPE .mbr-section-subtitle,
.cid-ucQVqITdPE .subtitle-wrap,
.cid-ucQVqITdPE .subtitle-align-wrap {
  color: #19303d;
}
.cid-ucQVqJHECe {
  display: flex;
  padding-top: 75px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #fdff78, #fdff78);
}
@media (min-width: 768px) {
  .cid-ucQVqJHECe {
    align-items: flex-start;
  }
  .cid-ucQVqJHECe .row {
    justify-content: center;
  }
}
.cid-ucQVqJHECe .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-ucQVqJHECe .mbr-text,
.cid-ucQVqJHECe .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-ucQVqJHECe .mbr-section-title,
.cid-ucQVqJHECe .line {
  color: #000000;
  text-align: center;
}
.cid-ucQVqJHECe h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-ucQVqJHECe h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-ucQVqJHECe .mbr-section-subtitle,
.cid-ucQVqJHECe .align {
  text-align: left;
  color: #232323;
}
.cid-ucQVqJHECe .mbr-text2 {
  color: #808080;
}
.cid-ucQVqKCZcF {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #a98156;
}
.cid-ucQVqKCZcF .mbr-overlay {
  z-index: 1;
}
.cid-ucQVqKCZcF .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-ucQVqKCZcF .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-ucQVqKCZcF .text-container {
  height: 100%;
  background: #bfc6b8;
}
@media (min-width: 992px) {
  .cid-ucQVqKCZcF .text-container {
    border-left: 1px solid #7F8678;
  }
}
.cid-ucQVqKCZcF .text-wrap {
  display: flex;
  flex-direction: column;
  padding: 25px 32px;
  margin-bottom: auto;
  min-height: 390px;
}
@media (min-width: 992px) {
  .cid-ucQVqKCZcF .text-wrap {
    max-width: 512px;
    min-height: 644px;
  }
}
.cid-ucQVqKCZcF .main-text {
  width: 100%;
  margin: 0 0 auto;
}
.cid-ucQVqKCZcF .text {
  color: #000000;
  text-align: center;
}
.cid-ucQVqKCZcF .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ucQVqKCZcF .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ucQVqKCZcF .item-wrapper {
  width: 100%;
}
.cid-ucQVqKCZcF .mbr-section-title {
  line-height: 1.25em;
  text-align: center;
}
.cid-ucQVqKCZcF .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cid-ucQVqKCZcF .item-img {
  flex-grow: 1;
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  overflow: hidden;
  height: 644px;
}
.cid-ucQVqKCZcF .item-img img {
  object-fit: cover;
  height: 100%;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-ucQVqKCZcF .item-img:hover img {
  transform: scale(1);
}
.cid-ucQVqKCZcF .link {
  color: #3d3d3d;
}
.cid-ucQVqKCZcF .underlined-link {
  color: #3d3d3d;
}
.cid-ucQVqKCZcF .underlined-link:after {
  height: 1px !important;
}
.cid-ucQVqLHA02 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #fdff78;
}
.cid-ucQVqLHA02 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQVqLHA02 .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-ucQVqLHA02 .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-ucQVqLHA02 img {
  border-radius: 1rem;
}
.cid-ucQVqLHA02 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQVqLHA02 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucQVqLHA02 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ucQVqLHA02 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ucQVqLHA02 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucQVqLHA02 .mbr-section-subtitle,
.cid-ucQVqLHA02 .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-ucQVqLHA02 .mbr-text,
.cid-ucQVqLHA02 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ucQVqMBz7E {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #a98156;
}
.cid-ucQVqMBz7E .mbr-overlay {
  z-index: 1;
}
.cid-ucQVqMBz7E .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-ucQVqMBz7E .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-ucQVqMBz7E .text-container {
  height: 100%;
  background: #fdff78;
}
@media (min-width: 992px) {
  .cid-ucQVqMBz7E .text-container {
    border-right: 1px solid #7F8678;
  }
}
.cid-ucQVqMBz7E .text-wrap {
  display: flex;
  flex-direction: column;
  padding: 25px 32px;
  margin-bottom: auto;
  min-height: 390px;
}
@media (min-width: 992px) {
  .cid-ucQVqMBz7E .text-wrap {
    max-width: 512px;
    min-height: 644px;
  }
}
.cid-ucQVqMBz7E .main-text {
  width: 100%;
  margin: 0 0 auto;
}
.cid-ucQVqMBz7E .text {
  color: #3d3d3d;
  text-align: center;
}
.cid-ucQVqMBz7E .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ucQVqMBz7E .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ucQVqMBz7E .item-wrapper {
  width: 100%;
}
.cid-ucQVqMBz7E .mbr-section-title {
  line-height: 1.25em;
  text-align: center;
}
.cid-ucQVqMBz7E .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cid-ucQVqMBz7E .item-img {
  flex-grow: 1;
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  overflow: hidden;
  height: 644px;
}
.cid-ucQVqMBz7E .item-img img {
  object-fit: cover;
  height: 100%;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-ucQVqMBz7E .item-img:hover img {
  transform: scale(1);
}
.cid-ucQVqMBz7E .link {
  color: #3d3d3d;
}
.cid-ucQVqMBz7E .underlined-link {
  color: #3d3d3d;
}
.cid-ucQVqMBz7E .underlined-link:after {
  height: 1px !important;
}
.cid-ucQVqNAkNK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a98156;
}
.cid-ucQVqNAkNK blockquote {
  border-color: #a98156;
  border-radius: 4px;
  background-color: #fdff78;
}
.cid-ucQVqNAkNK .mbr-section-title {
  text-align: center;
}
.cid-ucQVqOBJHY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdff78;
}
.cid-ucQVqOBJHY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQVqOBJHY .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-ucQVqOBJHY .container {
    padding: 0 22px;
  }
}
.cid-ucQVqOBJHY .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ucQVqOBJHY .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ucQVqOBJHY .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-ucQVqOBJHY .image-wrapper img {
    height: 350px;
  }
}
.cid-ucQVqOBJHY .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-ucQVqOBJHY .panel-group {
  border-bottom: 1px solid #000000;
}
.cid-ucQVqOBJHY .panel-group .card {
  border-top: 1px solid #000000;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-ucQVqOBJHY .panel-group .card:hover,
.cid-ucQVqOBJHY .panel-group .card:focus {
  border-top: 1px solid #000000;
}
.cid-ucQVqOBJHY .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ucQVqOBJHY .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-ucQVqOBJHY .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucQVqOBJHY .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-ucQVqOBJHY .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ff5753;
}
.cid-ucQVqOBJHY .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-ucQVqOBJHY .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-ucQVqOBJHY .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ucQVqOBJHY .panel-title-edit {
  color: #000000;
}
.cid-ucQVqOBJHY .panel-text {
  color: #8a8588;
}
.cid-ucQVqPMZqI {
  background-color: #a98156;
}
.cid-ucQVqPMZqI .container-fluid {
  padding-right: 0;
}
.cid-ucQVqPMZqI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQVqPMZqI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQVqPMZqI .title-wrapper {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-ucQVqPMZqI .title-wrapper {
    padding: 0 12px;
  }
}
.cid-ucQVqPMZqI .title {
  display: flex;
  align-items: center;
}
.cid-ucQVqPMZqI .title-wrapper {
  width: 100%;
}
.cid-ucQVqPMZqI .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ucQVqPMZqI .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-ucQVqPMZqI .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ucQVqPMZqI .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-ucQVqPMZqI .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-ucQVqPMZqI .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-ucQVqPMZqI .image-wrapper {
    margin-top: 39px;
  }
}
.cid-ucQVqPMZqI .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ucQVqPMZqI .mbr-section-subtitle {
  color: #181818;
}
.cid-ucQVqPMZqI .mbr-section-title {
  color: #181818;
}
.cid-ucQVqPMZqI .mbr-text {
  color: #ffffff;
}
.cid-ucQVqPMZqI .mbr-section-title,
.cid-ucQVqPMZqI .mbr-section-btn {
  color: #ffffff;
}
.cid-ucQVqQNZpN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdff78;
}
.cid-ucQVqQNZpN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQVqQNZpN .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-ucQVqQNZpN .container {
    padding: 0 20px;
  }
}
.cid-ucQVqQNZpN .row {
  margin: 0;
}
.cid-ucQVqQNZpN .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ucQVqQNZpN .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ucQVqQNZpN .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-ucQVqQNZpN .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-ucQVqQNZpN .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ucQVqQNZpN .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-ucQVqQNZpN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucQVqRI6ax {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a98156;
}
.cid-ucQVqRI6ax .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQVqRI6ax .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQVqRI6ax .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-ucQVqRI6ax .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ucQVqRI6ax .container {
    padding: 0 30px;
  }
}
.cid-ucQVqRI6ax .card-wrapper {
  padding: 40px 3rem;
  border-radius: 2em;
  background-color: #fdff78;
  display: flex;
}
@media (max-width: 992px) {
  .cid-ucQVqRI6ax .card-wrapper {
    display: block;
    padding: 30px 20px;
  }
}
.cid-ucQVqRI6ax .card-wrapper .title-wrapper {
  margin-right: 50px;
  min-width: 250px;
}
@media (max-width: 992px) {
  .cid-ucQVqRI6ax .card-wrapper .title-wrapper {
    margin: 0;
  }
}
.cid-ucQVqRI6ax .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ucQVqRI6ax .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucQVqRI6ax .mbr-section-title {
  color: #2b2b2b;
}
.cid-ucQVqRI6ax .mbr-text {
  color: #000000;
}
.cid-ucQVqRI6ax .mbr-section-title,
.cid-ucQVqRI6ax .mbr-section-btn {
  color: #000000;
}
.cid-ucQXw9yGRQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdff78;
}
.cid-ucQXw9yGRQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQXw9yGRQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQXw9yGRQ .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-ucQXw9yGRQ .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-ucQXw9yGRQ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ucQXw9yGRQ .container {
    padding: 0 20px;
  }
}
.cid-ucQXw9yGRQ .row {
  justify-content: center;
}
.cid-ucQXw9yGRQ .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 80px;
  background-color: #a98156;
}
@media (max-width: 992px) {
  .cid-ucQXw9yGRQ .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-ucQXw9yGRQ .panel-group .card {
  border-radius: 20px !important;
  background-color: #a98156;
  margin-top: 40px;
  padding: 50px;
}
.cid-ucQXw9yGRQ .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-ucQXw9yGRQ .panel-group .card {
    padding: 20px;
  }
}
.cid-ucQXw9yGRQ .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ucQXw9yGRQ .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ucQXw9yGRQ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucQXw9yGRQ .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-left: 20px;
}
.cid-ucQXw9yGRQ .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ucQXw9yGRQ .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-ucQXw9yGRQ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-ucQXw9yGRQ .mbr-desc {
  color: #ffffff;
}
.cid-ucQXw9yGRQ .panel-title-edit {
  color: #ffffff;
}
.cid-ucQXw9yGRQ .panel-text {
  color: #ffffff;
}
.cid-ucQVqSWfob {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
  flex-direction: column;
  justify-content: center;
}
.cid-ucQVqSWfob .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQVqSWfob .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQVqSWfob .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucQVqSWfob .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucQVqSWfob .container {
    padding: 0 16px;
  }
}
.cid-ucQVqSWfob .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-ucQVqSWfob .google-map iframe {
    height: 350px;
  }
}
.cid-ucQVqU1B4v {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fdff78;
}
.cid-ucQVqU1B4v .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ucQVqU1B4v .copyright-section,
.cid-ucQVqU1B4v .social-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-ucQVqU1B4v .line {
  margin: 10px 0;
  width: 100%;
}
.cid-ucQVqU1B4v .logo-section img {
  margin: 0 auto;
}
.cid-ucQVqU1B4v .social-media ul {
  padding: 0;
  margin-bottom: 0;
}
.cid-ucQVqU1B4v .social-media ul li {
  display: inline-block;
  margin-left: 50px;
}
.cid-ucQVqU1B4v .mobirise-rights {
  letter-spacing: .4px;
}
@media (max-width: 992px) {
  .cid-ucQVqU1B4v .social-media ul li {
    margin-left: 30px;
  }
  .cid-ucQVqU1B4v .container-fluid {
    padding: 0 2rem;
  }
  .cid-ucQVqU1B4v .menu-container {
    margin-bottom: 20px;
  }
  .cid-ucQVqU1B4v .mbr-list {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-ucQVqU1B4v .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (max-width: 767px) {
  .cid-ucQVqU1B4v .copyright-section {
    order: 1;
  }
  .cid-ucQVqU1B4v .copyright-section hr {
    display: none;
  }
  .cid-ucQVqU1B4v .social-media {
    margin-top: 30px;
  }
  .cid-ucQVqU1B4v .social-media li:first-child {
    margin-left: 0;
  }
  .cid-ucQVqU1B4v .line {
    margin: 25px 0;
  }
  .cid-ucQVqU1B4v .mobirise-rights,
  .cid-ucQVqU1B4v .social-media {
    align-items: center;
    text-align: center;
  }
}
.cid-ucQVqU1B4v .mbr-text,
.cid-ucQVqU1B4v .copyright-section {
  color: #000000;
}
.cid-ucQXPAcsY8 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #a98156;
}
.cid-ucQXPAcsY8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQXPAcsY8 .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-ucQXPAcsY8 .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-ucQXPAcsY8 img {
  border-radius: 1rem;
}
.cid-ucQXPAcsY8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQXPAcsY8 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucQXPAcsY8 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ucQXPAcsY8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ucQXPAcsY8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ucQXPAcsY8 .mbr-section-subtitle,
.cid-ucQXPAcsY8 .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-ucQXPAcsY8 .mbr-text,
.cid-ucQXPAcsY8 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ucQXPBzFvu {
  background-color: #fdff78 !important;
  border: 18px solid #fdff78;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-ucQXPBzFvu {
    border: 8px solid #fdff78;
    margin-top: -8px;
  }
}
.cid-ucQXPBzFvu .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-ucQXPBzFvu section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-ucQXPBzFvu .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #a98156;
}
.cid-ucQXPBzFvu .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQXPBzFvu .row .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-ucQXPBzFvu .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-ucQXPBzFvu .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ucQXPBzFvu .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ucQXPBzFvu .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-ucQXPBzFvu .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ucQXPBzFvu .title-wrapper .title-wrap .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-ucQXPBzFvu .title-wrapper .title-wrap .list .item-wrap {
  margin-bottom: 16px;
}
.cid-ucQXPBzFvu .title-wrapper .title-wrap .list .item-wrap::marker {
  color: #edd4b9;
}
.cid-ucQXPBzFvu .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ucQXPBzFvu .image-wrapper {
    height: auto;
  }
}
.cid-ucQXPBzFvu .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-ucQXPBzFvu .image-wrapper img {
    height: 300px;
    margin: 0;
  }
}
.cid-ucQXPBzFvu .mbr-section-title {
  color: #ed2c03;
}
.cid-ucQXPBzFvu .list {
  color: #000000;
}
.cid-ucQXPCmOen .navbar-dropdown {
  position: relative !important;
}
.cid-ucQXPCmOen .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-ucQXPCmOen .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucQXPCmOen .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucQXPCmOen .dropdown-item:hover,
.cid-ucQXPCmOen .dropdown-item:focus {
  background: #f59d9d !important;
  color: white !important;
}
.cid-ucQXPCmOen .dropdown-item:hover span {
  color: white;
}
.cid-ucQXPCmOen .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucQXPCmOen .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucQXPCmOen .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-ucQXPCmOen .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-ucQXPCmOen .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucQXPCmOen .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-ucQXPCmOen .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-ucQXPCmOen .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-ucQXPCmOen .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-ucQXPCmOen .container {
  display: flex;
  margin: auto;
}
.cid-ucQXPCmOen .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucQXPCmOen .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ucQXPCmOen .navbar-nav {
    align-items: center;
  }
}
.cid-ucQXPCmOen .dropdown-menu,
.cid-ucQXPCmOen .navbar.opened {
  background: #fffdf7 !important;
}
.cid-ucQXPCmOen .nav-item:focus,
.cid-ucQXPCmOen .nav-link:focus {
  outline: none;
}
.cid-ucQXPCmOen .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-ucQXPCmOen .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucQXPCmOen .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucQXPCmOen .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucQXPCmOen .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucQXPCmOen .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucQXPCmOen .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fffdf7;
  padding: 0 !important;
  box-shadow: none;
}
.cid-ucQXPCmOen .navbar.opened {
  transition: all 0.3s;
}
.cid-ucQXPCmOen .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucQXPCmOen .navbar .navbar-logo img {
  width: auto;
}
.cid-ucQXPCmOen .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ucQXPCmOen .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucQXPCmOen .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucQXPCmOen .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucQXPCmOen .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucQXPCmOen .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-ucQXPCmOen .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucQXPCmOen .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucQXPCmOen .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucQXPCmOen .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucQXPCmOen .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucQXPCmOen .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucQXPCmOen .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucQXPCmOen .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucQXPCmOen .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ucQXPCmOen .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-ucQXPCmOen .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucQXPCmOen .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucQXPCmOen .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-ucQXPCmOen .dropdown-item.active,
.cid-ucQXPCmOen .dropdown-item:active {
  background-color: transparent;
}
.cid-ucQXPCmOen .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucQXPCmOen .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucQXPCmOen .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucQXPCmOen .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffdf7;
}
.cid-ucQXPCmOen .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucQXPCmOen .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucQXPCmOen ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucQXPCmOen .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucQXPCmOen button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucQXPCmOen button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucQXPCmOen button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucQXPCmOen button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucQXPCmOen button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucQXPCmOen button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucQXPCmOen nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucQXPCmOen nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucQXPCmOen nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucQXPCmOen nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucQXPCmOen .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucQXPCmOen a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucQXPCmOen .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-ucQXPCmOen .navbar {
    height: 70px;
  }
  .cid-ucQXPCmOen .navbar.opened {
    height: auto;
  }
  .cid-ucQXPCmOen .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucQXPCmOen .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-ucQXPCmOen .container-fluid {
    padding: 0 40px;
  }
}
.cid-ucQXPCmOen .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-ucQXPCmOen .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-ucQXPCmOen .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ucQXPCmOen .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-ucQXPCmOen .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-ucQXPCmOen .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-ucQXPCmOen .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-ucQXPCmOen .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-ucQXPCmOen .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-ucQXPCmOen .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-ucQXPCmOen .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-ucQXPCmOen .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ucQXPDmw4b {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #a98156;
}
.cid-ucQXPDmw4b .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQXPDmw4b .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-ucQXPDmw4b .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-ucQXPDmw4b img {
  border-radius: 1rem;
}
.cid-ucQXPDmw4b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQXPDmw4b .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucQXPDmw4b .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ucQXPDmw4b .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ucQXPDmw4b .mbr-section-title {
  color: #19303d;
  text-align: center;
}
.cid-ucQXPDmw4b .mbr-section-subtitle,
.cid-ucQXPDmw4b .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-ucQXPDmw4b .mbr-text,
.cid-ucQXPDmw4b .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ucQXPEdz2E {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fdff78;
}
.cid-ucQXPEdz2E .mbr-overlay {
  z-index: 1;
}
.cid-ucQXPEdz2E .main-container {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  z-index: 2;
}
.cid-ucQXPEdz2E .item-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-ucQXPEdz2E .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  transform-style: preserve-3d;
}
.cid-ucQXPEdz2E .item-img:hover img {
  transform: scale(1);
}
.cid-ucQXPEdz2E .item-title {
  line-height: 1.25em;
  text-align: center;
}
.cid-ucQXPEdz2E .mbr-section-title {
  line-height: 1.25em;
}
.cid-ucQXPEdz2E .card-container {
  display: flex;
}
@media (max-width: 991px) {
  .cid-ucQXPEdz2E .card-container {
    flex-wrap: wrap;
  }
}
.cid-ucQXPEdz2E .card {
  padding: 60px 60px 23px;
  border-radius: 0;
  border-bottom: 1px solid #7F8678;
}
@media (max-width: 575px) {
  .cid-ucQXPEdz2E .card {
    padding: 35px 35px 23px;
  }
}
@media (min-width: 768px) {
  .cid-ucQXPEdz2E .card:nth-child(2n+1) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 991px) {
  .cid-ucQXPEdz2E .card {
    border-right: 1px solid #7F8678;
  }
  .cid-ucQXPEdz2E .card:last-child {
    border-right: none;
  }
}
.cid-ucQXPEdz2E .data-item {
  display: flex;
  align-items: center;
}
.cid-ucQXPEdz2E .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-ucQXPEdz2E .link-wrap {
  margin: 30px 0 6px;
}
.cid-ucQXPEdz2E .text-art {
  flex-grow: 1;
}
.cid-ucQXPFkuvK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #a98156;
}
.cid-ucQXPFkuvK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQXPFkuvK h1 a {
  width: fit-content;
  position: relative;
  font-weight: 600;
  display: inline-block;
  z-index: 2;
}
.cid-ucQXPFkuvK h1 a:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 22px;
  background: #f59d9d;
  z-index: -1;
}
.cid-ucQXPFkuvK h1 a:hover {
  color: inherit !important;
}
.cid-ucQXPFkuvK .subtitle-wrap {
  background: white;
  width: fit-content;
  border: 2px dashed currentColor;
  border-radius: 5px;
  padding: 0.5rem 0.5rem;
  margin-bottom: 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-ucQXPFkuvK .subtitle-wrap span {
  margin: 0 1rem;
}
.cid-ucQXPFkuvK .subtitle-wrap .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-ucQXPFkuvK .arrow {
  background: #f59d9d;
  border-radius: 50%;
  padding: 5px;
  color: white;
  font-size: 1rem !important;
  border: 1px dashed black;
}
.cid-ucQXPFkuvK img {
  border-radius: 1rem;
}
.cid-ucQXPFkuvK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQXPFkuvK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucQXPFkuvK .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ucQXPFkuvK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ucQXPFkuvK .mbr-section-title {
  color: #ffffff;
}
.cid-ucQXPFkuvK .mbr-text,
.cid-ucQXPFkuvK .mbr-section-btn {
  color: #ffffff;
}
.cid-ucQXPFkuvK .mbr-section-subtitle,
.cid-ucQXPFkuvK .subtitle-wrap,
.cid-ucQXPFkuvK .subtitle-align-wrap {
  color: #19303d;
}
.cid-ucQXPGiSef {
  display: flex;
  padding-top: 75px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #fdff78, #fdff78);
}
@media (min-width: 768px) {
  .cid-ucQXPGiSef {
    align-items: flex-start;
  }
  .cid-ucQXPGiSef .row {
    justify-content: center;
  }
}
.cid-ucQXPGiSef .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-ucQXPGiSef .mbr-text,
.cid-ucQXPGiSef .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-ucQXPGiSef .mbr-section-title,
.cid-ucQXPGiSef .line {
  color: #000000;
  text-align: center;
}
.cid-ucQXPGiSef h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-ucQXPGiSef h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-ucQXPGiSef .mbr-section-subtitle,
.cid-ucQXPGiSef .align {
  text-align: left;
  color: #232323;
}
.cid-ucQXPGiSef .mbr-text2 {
  color: #808080;
}
.cid-ucQXPH6Jws {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #a98156;
}
.cid-ucQXPH6Jws .mbr-overlay {
  z-index: 1;
}
.cid-ucQXPH6Jws .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-ucQXPH6Jws .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-ucQXPH6Jws .text-container {
  height: 100%;
  background: #bfc6b8;
}
@media (min-width: 992px) {
  .cid-ucQXPH6Jws .text-container {
    border-left: 1px solid #7F8678;
  }
}
.cid-ucQXPH6Jws .text-wrap {
  display: flex;
  flex-direction: column;
  padding: 25px 32px;
  margin-bottom: auto;
  min-height: 390px;
}
@media (min-width: 992px) {
  .cid-ucQXPH6Jws .text-wrap {
    max-width: 512px;
    min-height: 644px;
  }
}
.cid-ucQXPH6Jws .main-text {
  width: 100%;
  margin: 0 0 auto;
}
.cid-ucQXPH6Jws .text {
  color: #000000;
  text-align: center;
}
.cid-ucQXPH6Jws .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ucQXPH6Jws .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ucQXPH6Jws .item-wrapper {
  width: 100%;
}
.cid-ucQXPH6Jws .mbr-section-title {
  line-height: 1.25em;
  text-align: center;
}
.cid-ucQXPH6Jws .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cid-ucQXPH6Jws .item-img {
  flex-grow: 1;
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  overflow: hidden;
  height: 644px;
}
.cid-ucQXPH6Jws .item-img img {
  object-fit: cover;
  height: 100%;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-ucQXPH6Jws .item-img:hover img {
  transform: scale(1);
}
.cid-ucQXPH6Jws .link {
  color: #3d3d3d;
}
.cid-ucQXPH6Jws .underlined-link {
  color: #3d3d3d;
}
.cid-ucQXPH6Jws .underlined-link:after {
  height: 1px !important;
}
.cid-ucQXPI2owf {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #fdff78;
}
.cid-ucQXPI2owf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQXPI2owf .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-ucQXPI2owf .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-ucQXPI2owf img {
  border-radius: 1rem;
}
.cid-ucQXPI2owf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQXPI2owf .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucQXPI2owf .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ucQXPI2owf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ucQXPI2owf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucQXPI2owf .mbr-section-subtitle,
.cid-ucQXPI2owf .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-ucQXPI2owf .mbr-text,
.cid-ucQXPI2owf .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ucQXPJ2H3K {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #a98156;
}
.cid-ucQXPJ2H3K .mbr-overlay {
  z-index: 1;
}
.cid-ucQXPJ2H3K .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-ucQXPJ2H3K .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-ucQXPJ2H3K .text-container {
  height: 100%;
  background: #fdff78;
}
@media (min-width: 992px) {
  .cid-ucQXPJ2H3K .text-container {
    border-right: 1px solid #7F8678;
  }
}
.cid-ucQXPJ2H3K .text-wrap {
  display: flex;
  flex-direction: column;
  padding: 25px 32px;
  margin-bottom: auto;
  min-height: 390px;
}
@media (min-width: 992px) {
  .cid-ucQXPJ2H3K .text-wrap {
    max-width: 512px;
    min-height: 644px;
  }
}
.cid-ucQXPJ2H3K .main-text {
  width: 100%;
  margin: 0 0 auto;
}
.cid-ucQXPJ2H3K .text {
  color: #3d3d3d;
  text-align: center;
}
.cid-ucQXPJ2H3K .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ucQXPJ2H3K .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ucQXPJ2H3K .item-wrapper {
  width: 100%;
}
.cid-ucQXPJ2H3K .mbr-section-title {
  line-height: 1.25em;
  text-align: center;
}
.cid-ucQXPJ2H3K .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cid-ucQXPJ2H3K .item-img {
  flex-grow: 1;
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  overflow: hidden;
  height: 644px;
}
.cid-ucQXPJ2H3K .item-img img {
  object-fit: cover;
  height: 100%;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-ucQXPJ2H3K .item-img:hover img {
  transform: scale(1);
}
.cid-ucQXPJ2H3K .link {
  color: #3d3d3d;
}
.cid-ucQXPJ2H3K .underlined-link {
  color: #3d3d3d;
}
.cid-ucQXPJ2H3K .underlined-link:after {
  height: 1px !important;
}
.cid-ucQXPK3RtP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a98156;
}
.cid-ucQXPK3RtP blockquote {
  border-color: #a98156;
  border-radius: 4px;
  background-color: #fdff78;
}
.cid-ucQXPK3RtP .mbr-section-title {
  text-align: center;
}
.cid-ucQXPKSCek {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdff78;
}
.cid-ucQXPKSCek .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQXPKSCek .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-ucQXPKSCek .container {
    padding: 0 22px;
  }
}
.cid-ucQXPKSCek .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ucQXPKSCek .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ucQXPKSCek .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-ucQXPKSCek .image-wrapper img {
    height: 350px;
  }
}
.cid-ucQXPKSCek .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-ucQXPKSCek .panel-group {
  border-bottom: 1px solid #000000;
}
.cid-ucQXPKSCek .panel-group .card {
  border-top: 1px solid #000000;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-ucQXPKSCek .panel-group .card:hover,
.cid-ucQXPKSCek .panel-group .card:focus {
  border-top: 1px solid #000000;
}
.cid-ucQXPKSCek .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ucQXPKSCek .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-ucQXPKSCek .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucQXPKSCek .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-ucQXPKSCek .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ff5753;
}
.cid-ucQXPKSCek .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-ucQXPKSCek .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-ucQXPKSCek .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ucQXPKSCek .panel-title-edit {
  color: #000000;
}
.cid-ucQXPKSCek .panel-text {
  color: #8a8588;
}
.cid-ucQXPM38PJ {
  background-color: #a98156;
}
.cid-ucQXPM38PJ .container-fluid {
  padding-right: 0;
}
.cid-ucQXPM38PJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQXPM38PJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQXPM38PJ .title-wrapper {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-ucQXPM38PJ .title-wrapper {
    padding: 0 12px;
  }
}
.cid-ucQXPM38PJ .title {
  display: flex;
  align-items: center;
}
.cid-ucQXPM38PJ .title-wrapper {
  width: 100%;
}
.cid-ucQXPM38PJ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ucQXPM38PJ .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-ucQXPM38PJ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ucQXPM38PJ .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-ucQXPM38PJ .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-ucQXPM38PJ .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-ucQXPM38PJ .image-wrapper {
    margin-top: 39px;
  }
}
.cid-ucQXPM38PJ .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ucQXPM38PJ .mbr-section-subtitle {
  color: #181818;
}
.cid-ucQXPM38PJ .mbr-section-title {
  color: #181818;
}
.cid-ucQXPM38PJ .mbr-text {
  color: #ffffff;
}
.cid-ucQXPM38PJ .mbr-section-title,
.cid-ucQXPM38PJ .mbr-section-btn {
  color: #ffffff;
}
.cid-ucQXPMZzYN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdff78;
}
.cid-ucQXPMZzYN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQXPMZzYN .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-ucQXPMZzYN .container {
    padding: 0 20px;
  }
}
.cid-ucQXPMZzYN .row {
  margin: 0;
}
.cid-ucQXPMZzYN .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ucQXPMZzYN .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ucQXPMZzYN .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-ucQXPMZzYN .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-ucQXPMZzYN .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ucQXPMZzYN .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-ucQXPMZzYN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucQXPNYVGn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a98156;
}
.cid-ucQXPNYVGn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQXPNYVGn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQXPNYVGn .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-ucQXPNYVGn .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ucQXPNYVGn .container {
    padding: 0 30px;
  }
}
.cid-ucQXPNYVGn .card-wrapper {
  padding: 40px 3rem;
  border-radius: 2em;
  background-color: #fdff78;
  display: flex;
}
@media (max-width: 992px) {
  .cid-ucQXPNYVGn .card-wrapper {
    display: block;
    padding: 30px 20px;
  }
}
.cid-ucQXPNYVGn .card-wrapper .title-wrapper {
  margin-right: 50px;
  min-width: 250px;
}
@media (max-width: 992px) {
  .cid-ucQXPNYVGn .card-wrapper .title-wrapper {
    margin: 0;
  }
}
.cid-ucQXPNYVGn .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ucQXPNYVGn .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucQXPNYVGn .mbr-section-title {
  color: #2b2b2b;
}
.cid-ucQXPNYVGn .mbr-text {
  color: #000000;
}
.cid-ucQXPNYVGn .mbr-section-title,
.cid-ucQXPNYVGn .mbr-section-btn {
  color: #000000;
}
.cid-ucQXPP08Gj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdff78;
}
.cid-ucQXPP08Gj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQXPP08Gj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQXPP08Gj .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-ucQXPP08Gj .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-ucQXPP08Gj .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ucQXPP08Gj .container {
    padding: 0 20px;
  }
}
.cid-ucQXPP08Gj .row {
  justify-content: center;
}
.cid-ucQXPP08Gj .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 80px;
  background-color: #a98156;
}
@media (max-width: 992px) {
  .cid-ucQXPP08Gj .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-ucQXPP08Gj .panel-group .card {
  border-radius: 20px !important;
  background-color: #a98156;
  margin-top: 40px;
  padding: 50px;
}
.cid-ucQXPP08Gj .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-ucQXPP08Gj .panel-group .card {
    padding: 20px;
  }
}
.cid-ucQXPP08Gj .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ucQXPP08Gj .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ucQXPP08Gj .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucQXPP08Gj .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-left: 20px;
}
.cid-ucQXPP08Gj .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ucQXPP08Gj .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-ucQXPP08Gj .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-ucQXPP08Gj .mbr-desc {
  color: #ffffff;
}
.cid-ucQXPP08Gj .panel-title-edit {
  color: #ffffff;
}
.cid-ucQXPP08Gj .panel-text {
  color: #ffffff;
}
.cid-ucQXPP08Gj .mbr-desc,
.cid-ucQXPP08Gj .desc-wrapper {
  color: #ffffff;
}
.cid-ucQXPQ4iFf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
  flex-direction: column;
  justify-content: center;
}
.cid-ucQXPQ4iFf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQXPQ4iFf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQXPQ4iFf .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucQXPQ4iFf .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucQXPQ4iFf .container {
    padding: 0 16px;
  }
}
.cid-ucQXPQ4iFf .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-ucQXPQ4iFf .google-map iframe {
    height: 350px;
  }
}
.cid-ucQXPR4vh4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fdff78;
}
.cid-ucQXPR4vh4 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ucQXPR4vh4 .copyright-section,
.cid-ucQXPR4vh4 .social-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-ucQXPR4vh4 .line {
  margin: 10px 0;
  width: 100%;
}
.cid-ucQXPR4vh4 .logo-section img {
  margin: 0 auto;
}
.cid-ucQXPR4vh4 .social-media ul {
  padding: 0;
  margin-bottom: 0;
}
.cid-ucQXPR4vh4 .social-media ul li {
  display: inline-block;
  margin-left: 50px;
}
.cid-ucQXPR4vh4 .mobirise-rights {
  letter-spacing: .4px;
}
@media (max-width: 992px) {
  .cid-ucQXPR4vh4 .social-media ul li {
    margin-left: 30px;
  }
  .cid-ucQXPR4vh4 .container-fluid {
    padding: 0 2rem;
  }
  .cid-ucQXPR4vh4 .menu-container {
    margin-bottom: 20px;
  }
  .cid-ucQXPR4vh4 .mbr-list {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-ucQXPR4vh4 .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (max-width: 767px) {
  .cid-ucQXPR4vh4 .copyright-section {
    order: 1;
  }
  .cid-ucQXPR4vh4 .copyright-section hr {
    display: none;
  }
  .cid-ucQXPR4vh4 .social-media {
    margin-top: 30px;
  }
  .cid-ucQXPR4vh4 .social-media li:first-child {
    margin-left: 0;
  }
  .cid-ucQXPR4vh4 .line {
    margin: 25px 0;
  }
  .cid-ucQXPR4vh4 .mobirise-rights,
  .cid-ucQXPR4vh4 .social-media {
    align-items: center;
    text-align: center;
  }
}
.cid-ucQXPR4vh4 .mbr-text,
.cid-ucQXPR4vh4 .copyright-section {
  color: #000000;
}
.cid-ucR1z989Wx {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #a98156;
}
.cid-ucR1z989Wx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucR1z989Wx .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-ucR1z989Wx .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-ucR1z989Wx img {
  border-radius: 1rem;
}
.cid-ucR1z989Wx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucR1z989Wx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucR1z989Wx .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ucR1z989Wx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ucR1z989Wx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ucR1z989Wx .mbr-section-subtitle,
.cid-ucR1z989Wx .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-ucR1z989Wx .mbr-text,
.cid-ucR1z989Wx .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ucR1zaDBTi {
  background-color: #fdff78 !important;
  border: 18px solid #fdff78;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-ucR1zaDBTi {
    border: 8px solid #fdff78;
    margin-top: -8px;
  }
}
.cid-ucR1zaDBTi .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-ucR1zaDBTi section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-ucR1zaDBTi .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #a98156;
}
.cid-ucR1zaDBTi .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucR1zaDBTi .row .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-ucR1zaDBTi .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-ucR1zaDBTi .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ucR1zaDBTi .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ucR1zaDBTi .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-ucR1zaDBTi .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ucR1zaDBTi .title-wrapper .title-wrap .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-ucR1zaDBTi .title-wrapper .title-wrap .list .item-wrap {
  margin-bottom: 16px;
}
.cid-ucR1zaDBTi .title-wrapper .title-wrap .list .item-wrap::marker {
  color: #edd4b9;
}
.cid-ucR1zaDBTi .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ucR1zaDBTi .image-wrapper {
    height: auto;
  }
}
.cid-ucR1zaDBTi .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-ucR1zaDBTi .image-wrapper img {
    height: 300px;
    margin: 0;
  }
}
.cid-ucR1zaDBTi .mbr-section-title {
  color: #ed2c03;
}
.cid-ucR1zaDBTi .list {
  color: #000000;
}
.cid-ucR1zbwH5B .navbar-dropdown {
  position: relative !important;
}
.cid-ucR1zbwH5B .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-ucR1zbwH5B .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucR1zbwH5B .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucR1zbwH5B .dropdown-item:hover,
.cid-ucR1zbwH5B .dropdown-item:focus {
  background: #f59d9d !important;
  color: white !important;
}
.cid-ucR1zbwH5B .dropdown-item:hover span {
  color: white;
}
.cid-ucR1zbwH5B .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucR1zbwH5B .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucR1zbwH5B .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-ucR1zbwH5B .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-ucR1zbwH5B .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucR1zbwH5B .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-ucR1zbwH5B .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-ucR1zbwH5B .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-ucR1zbwH5B .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-ucR1zbwH5B .container {
  display: flex;
  margin: auto;
}
.cid-ucR1zbwH5B .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucR1zbwH5B .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ucR1zbwH5B .navbar-nav {
    align-items: center;
  }
}
.cid-ucR1zbwH5B .dropdown-menu,
.cid-ucR1zbwH5B .navbar.opened {
  background: #fffdf7 !important;
}
.cid-ucR1zbwH5B .nav-item:focus,
.cid-ucR1zbwH5B .nav-link:focus {
  outline: none;
}
.cid-ucR1zbwH5B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-ucR1zbwH5B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucR1zbwH5B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucR1zbwH5B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucR1zbwH5B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucR1zbwH5B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucR1zbwH5B .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fffdf7;
  padding: 0 !important;
  box-shadow: none;
}
.cid-ucR1zbwH5B .navbar.opened {
  transition: all 0.3s;
}
.cid-ucR1zbwH5B .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucR1zbwH5B .navbar .navbar-logo img {
  width: auto;
}
.cid-ucR1zbwH5B .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ucR1zbwH5B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucR1zbwH5B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucR1zbwH5B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucR1zbwH5B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucR1zbwH5B .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-ucR1zbwH5B .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucR1zbwH5B .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucR1zbwH5B .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucR1zbwH5B .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucR1zbwH5B .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucR1zbwH5B .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucR1zbwH5B .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucR1zbwH5B .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucR1zbwH5B .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ucR1zbwH5B .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-ucR1zbwH5B .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucR1zbwH5B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucR1zbwH5B .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-ucR1zbwH5B .dropdown-item.active,
.cid-ucR1zbwH5B .dropdown-item:active {
  background-color: transparent;
}
.cid-ucR1zbwH5B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucR1zbwH5B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucR1zbwH5B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucR1zbwH5B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffdf7;
}
.cid-ucR1zbwH5B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucR1zbwH5B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucR1zbwH5B ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucR1zbwH5B .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucR1zbwH5B button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucR1zbwH5B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucR1zbwH5B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucR1zbwH5B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucR1zbwH5B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucR1zbwH5B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucR1zbwH5B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucR1zbwH5B nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucR1zbwH5B nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucR1zbwH5B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucR1zbwH5B .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucR1zbwH5B a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucR1zbwH5B .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-ucR1zbwH5B .navbar {
    height: 70px;
  }
  .cid-ucR1zbwH5B .navbar.opened {
    height: auto;
  }
  .cid-ucR1zbwH5B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucR1zbwH5B .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-ucR1zbwH5B .container-fluid {
    padding: 0 40px;
  }
}
.cid-ucR1zbwH5B .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-ucR1zbwH5B .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-ucR1zbwH5B .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ucR1zbwH5B .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-ucR1zbwH5B .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-ucR1zbwH5B .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-ucR1zbwH5B .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-ucR1zbwH5B .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-ucR1zbwH5B .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-ucR1zbwH5B .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-ucR1zbwH5B .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-ucR1zbwH5B .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ucR1zcEgzg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a98156;
}
.cid-ucR1zcEgzg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucR1zcEgzg .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-ucR1zcEgzg .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-ucR1zcEgzg img {
  border-radius: 1rem;
}
.cid-ucR1zcEgzg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucR1zcEgzg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucR1zcEgzg .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ucR1zcEgzg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ucR1zcEgzg .mbr-section-title {
  color: #19303d;
  text-align: center;
}
.cid-ucR1zcEgzg .mbr-section-subtitle,
.cid-ucR1zcEgzg .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-ucR1zcEgzg .mbr-text,
.cid-ucR1zcEgzg .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ucR1zdBc2B {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fdff78;
}
.cid-ucR1zdBc2B .mbr-overlay {
  z-index: 1;
}
.cid-ucR1zdBc2B .main-container {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  z-index: 2;
}
.cid-ucR1zdBc2B .item-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-ucR1zdBc2B .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  transform-style: preserve-3d;
}
.cid-ucR1zdBc2B .item-img:hover img {
  transform: scale(1);
}
.cid-ucR1zdBc2B .item-title {
  line-height: 1.25em;
  text-align: center;
}
.cid-ucR1zdBc2B .mbr-section-title {
  line-height: 1.25em;
}
.cid-ucR1zdBc2B .card-container {
  display: flex;
}
@media (max-width: 991px) {
  .cid-ucR1zdBc2B .card-container {
    flex-wrap: wrap;
  }
}
.cid-ucR1zdBc2B .card {
  padding: 60px 60px 23px;
  border-radius: 0;
  border-bottom: 1px solid #7F8678;
}
@media (max-width: 575px) {
  .cid-ucR1zdBc2B .card {
    padding: 35px 35px 23px;
  }
}
@media (min-width: 768px) {
  .cid-ucR1zdBc2B .card:nth-child(2n+1) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 991px) {
  .cid-ucR1zdBc2B .card {
    border-right: 1px solid #7F8678;
  }
  .cid-ucR1zdBc2B .card:last-child {
    border-right: none;
  }
}
.cid-ucR1zdBc2B .data-item {
  display: flex;
  align-items: center;
}
.cid-ucR1zdBc2B .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-ucR1zdBc2B .link-wrap {
  margin: 30px 0 6px;
}
.cid-ucR1zdBc2B .text-art {
  flex-grow: 1;
}
.cid-ucR1zePDoF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #a98156;
}
.cid-ucR1zePDoF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucR1zePDoF h1 a {
  width: fit-content;
  position: relative;
  font-weight: 600;
  display: inline-block;
  z-index: 2;
}
.cid-ucR1zePDoF h1 a:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 22px;
  background: #f59d9d;
  z-index: -1;
}
.cid-ucR1zePDoF h1 a:hover {
  color: inherit !important;
}
.cid-ucR1zePDoF .subtitle-wrap {
  background: white;
  width: fit-content;
  border: 2px dashed currentColor;
  border-radius: 5px;
  padding: 0.5rem 0.5rem;
  margin-bottom: 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-ucR1zePDoF .subtitle-wrap span {
  margin: 0 1rem;
}
.cid-ucR1zePDoF .subtitle-wrap .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-ucR1zePDoF .arrow {
  background: #f59d9d;
  border-radius: 50%;
  padding: 5px;
  color: white;
  font-size: 1rem !important;
  border: 1px dashed black;
}
.cid-ucR1zePDoF img {
  border-radius: 1rem;
}
.cid-ucR1zePDoF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucR1zePDoF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucR1zePDoF .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ucR1zePDoF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ucR1zePDoF .mbr-section-title {
  color: #ffffff;
}
.cid-ucR1zePDoF .mbr-text,
.cid-ucR1zePDoF .mbr-section-btn {
  color: #ffffff;
}
.cid-ucR1zePDoF .mbr-section-subtitle,
.cid-ucR1zePDoF .subtitle-wrap,
.cid-ucR1zePDoF .subtitle-align-wrap {
  color: #19303d;
}
.cid-ucR1zgckLz {
  display: flex;
  padding-top: 75px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #fdff78, #fdff78);
}
@media (min-width: 768px) {
  .cid-ucR1zgckLz {
    align-items: flex-start;
  }
  .cid-ucR1zgckLz .row {
    justify-content: center;
  }
}
.cid-ucR1zgckLz .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-ucR1zgckLz .mbr-text,
.cid-ucR1zgckLz .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-ucR1zgckLz .mbr-section-title,
.cid-ucR1zgckLz .line {
  color: #000000;
  text-align: center;
}
.cid-ucR1zgckLz h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-ucR1zgckLz h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-ucR1zgckLz .mbr-section-subtitle,
.cid-ucR1zgckLz .align {
  text-align: left;
  color: #232323;
}
.cid-ucR1zgckLz .mbr-text2 {
  color: #808080;
}
.cid-ucR1zh5eI7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #a98156;
}
.cid-ucR1zh5eI7 .mbr-overlay {
  z-index: 1;
}
.cid-ucR1zh5eI7 .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-ucR1zh5eI7 .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-ucR1zh5eI7 .text-container {
  height: 100%;
  background: #bfc6b8;
}
@media (min-width: 992px) {
  .cid-ucR1zh5eI7 .text-container {
    border-left: 1px solid #7F8678;
  }
}
.cid-ucR1zh5eI7 .text-wrap {
  display: flex;
  flex-direction: column;
  padding: 25px 32px;
  margin-bottom: auto;
  min-height: 390px;
}
@media (min-width: 992px) {
  .cid-ucR1zh5eI7 .text-wrap {
    max-width: 512px;
    min-height: 644px;
  }
}
.cid-ucR1zh5eI7 .main-text {
  width: 100%;
  margin: 0 0 auto;
}
.cid-ucR1zh5eI7 .text {
  color: #000000;
  text-align: center;
}
.cid-ucR1zh5eI7 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ucR1zh5eI7 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ucR1zh5eI7 .item-wrapper {
  width: 100%;
}
.cid-ucR1zh5eI7 .mbr-section-title {
  line-height: 1.25em;
  text-align: center;
}
.cid-ucR1zh5eI7 .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cid-ucR1zh5eI7 .item-img {
  flex-grow: 1;
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  overflow: hidden;
  height: 644px;
}
.cid-ucR1zh5eI7 .item-img img {
  object-fit: cover;
  height: 100%;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-ucR1zh5eI7 .item-img:hover img {
  transform: scale(1);
}
.cid-ucR1zh5eI7 .link {
  color: #3d3d3d;
}
.cid-ucR1zh5eI7 .underlined-link {
  color: #3d3d3d;
}
.cid-ucR1zh5eI7 .underlined-link:after {
  height: 1px !important;
}
.cid-ucR1zi0aU8 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #fdff78;
}
.cid-ucR1zi0aU8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucR1zi0aU8 .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-ucR1zi0aU8 .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-ucR1zi0aU8 img {
  border-radius: 1rem;
}
.cid-ucR1zi0aU8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucR1zi0aU8 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucR1zi0aU8 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ucR1zi0aU8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ucR1zi0aU8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucR1zi0aU8 .mbr-section-subtitle,
.cid-ucR1zi0aU8 .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-ucR1zi0aU8 .mbr-text,
.cid-ucR1zi0aU8 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ucR1zj5WIS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #a98156;
}
.cid-ucR1zj5WIS .mbr-overlay {
  z-index: 1;
}
.cid-ucR1zj5WIS .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-ucR1zj5WIS .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-ucR1zj5WIS .text-container {
  height: 100%;
  background: #fdff78;
}
@media (min-width: 992px) {
  .cid-ucR1zj5WIS .text-container {
    border-right: 1px solid #7F8678;
  }
}
.cid-ucR1zj5WIS .text-wrap {
  display: flex;
  flex-direction: column;
  padding: 25px 32px;
  margin-bottom: auto;
  min-height: 390px;
}
@media (min-width: 992px) {
  .cid-ucR1zj5WIS .text-wrap {
    max-width: 512px;
    min-height: 644px;
  }
}
.cid-ucR1zj5WIS .main-text {
  width: 100%;
  margin: 0 0 auto;
}
.cid-ucR1zj5WIS .text {
  color: #3d3d3d;
  text-align: center;
}
.cid-ucR1zj5WIS .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ucR1zj5WIS .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ucR1zj5WIS .item-wrapper {
  width: 100%;
}
.cid-ucR1zj5WIS .mbr-section-title {
  line-height: 1.25em;
  text-align: center;
}
.cid-ucR1zj5WIS .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cid-ucR1zj5WIS .item-img {
  flex-grow: 1;
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  overflow: hidden;
  height: 644px;
}
.cid-ucR1zj5WIS .item-img img {
  object-fit: cover;
  height: 100%;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-ucR1zj5WIS .item-img:hover img {
  transform: scale(1);
}
.cid-ucR1zj5WIS .link {
  color: #3d3d3d;
}
.cid-ucR1zj5WIS .underlined-link {
  color: #3d3d3d;
}
.cid-ucR1zj5WIS .underlined-link:after {
  height: 1px !important;
}
.cid-ucR1zkZWeX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a98156;
}
.cid-ucR1zkZWeX blockquote {
  border-color: #a98156;
  border-radius: 4px;
  background-color: #fdff78;
}
.cid-ucR1zkZWeX .mbr-section-title {
  text-align: center;
}
.cid-ucR1zm7Fze {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdff78;
}
.cid-ucR1zm7Fze .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucR1zm7Fze .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-ucR1zm7Fze .container {
    padding: 0 22px;
  }
}
.cid-ucR1zm7Fze .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ucR1zm7Fze .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ucR1zm7Fze .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-ucR1zm7Fze .image-wrapper img {
    height: 350px;
  }
}
.cid-ucR1zm7Fze .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-ucR1zm7Fze .panel-group {
  border-bottom: 1px solid #000000;
}
.cid-ucR1zm7Fze .panel-group .card {
  border-top: 1px solid #000000;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-ucR1zm7Fze .panel-group .card:hover,
.cid-ucR1zm7Fze .panel-group .card:focus {
  border-top: 1px solid #000000;
}
.cid-ucR1zm7Fze .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ucR1zm7Fze .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-ucR1zm7Fze .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucR1zm7Fze .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-ucR1zm7Fze .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ff5753;
}
.cid-ucR1zm7Fze .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-ucR1zm7Fze .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-ucR1zm7Fze .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ucR1zm7Fze .panel-title-edit {
  color: #000000;
}
.cid-ucR1zm7Fze .panel-text {
  color: #8a8588;
}
.cid-ucR1zntMyF {
  background-color: #a98156;
}
.cid-ucR1zntMyF .container-fluid {
  padding-right: 0;
}
.cid-ucR1zntMyF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucR1zntMyF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucR1zntMyF .title-wrapper {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-ucR1zntMyF .title-wrapper {
    padding: 0 12px;
  }
}
.cid-ucR1zntMyF .title {
  display: flex;
  align-items: center;
}
.cid-ucR1zntMyF .title-wrapper {
  width: 100%;
}
.cid-ucR1zntMyF .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ucR1zntMyF .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-ucR1zntMyF .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ucR1zntMyF .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-ucR1zntMyF .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-ucR1zntMyF .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-ucR1zntMyF .image-wrapper {
    margin-top: 39px;
  }
}
.cid-ucR1zntMyF .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ucR1zntMyF .mbr-section-subtitle {
  color: #181818;
}
.cid-ucR1zntMyF .mbr-section-title {
  color: #181818;
}
.cid-ucR1zntMyF .mbr-text {
  color: #ffffff;
}
.cid-ucR1zntMyF .mbr-section-title,
.cid-ucR1zntMyF .mbr-section-btn {
  color: #ffffff;
}
.cid-ucR1zpof2C {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #a98156;
}
.cid-ucR1zpof2C .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucR1zpof2C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucR1zpof2C .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-ucR1zpof2C .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ucR1zpof2C .container {
    padding: 0 30px;
  }
}
.cid-ucR1zpof2C .card-wrapper {
  padding: 40px 3rem;
  border-radius: 2em;
  background-color: #fdff78;
  display: flex;
}
@media (max-width: 992px) {
  .cid-ucR1zpof2C .card-wrapper {
    display: block;
    padding: 30px 20px;
  }
}
.cid-ucR1zpof2C .card-wrapper .title-wrapper {
  margin-right: 50px;
  min-width: 250px;
}
@media (max-width: 992px) {
  .cid-ucR1zpof2C .card-wrapper .title-wrapper {
    margin: 0;
  }
}
.cid-ucR1zpof2C .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ucR1zpof2C .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucR1zpof2C .mbr-section-title {
  color: #2b2b2b;
}
.cid-ucR1zpof2C .mbr-text {
  color: #000000;
}
.cid-ucR1zpof2C .mbr-section-title,
.cid-ucR1zpof2C .mbr-section-btn {
  color: #000000;
}
.cid-ucR1zqo4hE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdff78;
}
.cid-ucR1zqo4hE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucR1zqo4hE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucR1zqo4hE .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-ucR1zqo4hE .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-ucR1zqo4hE .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ucR1zqo4hE .container {
    padding: 0 20px;
  }
}
.cid-ucR1zqo4hE .row {
  justify-content: center;
}
.cid-ucR1zqo4hE .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 80px;
  background-color: #a98156;
}
@media (max-width: 992px) {
  .cid-ucR1zqo4hE .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-ucR1zqo4hE .panel-group .card {
  border-radius: 20px !important;
  background-color: #a98156;
  margin-top: 40px;
  padding: 50px;
}
.cid-ucR1zqo4hE .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-ucR1zqo4hE .panel-group .card {
    padding: 20px;
  }
}
.cid-ucR1zqo4hE .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ucR1zqo4hE .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ucR1zqo4hE .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucR1zqo4hE .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-left: 20px;
}
.cid-ucR1zqo4hE .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ucR1zqo4hE .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-ucR1zqo4hE .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-ucR1zqo4hE .mbr-desc {
  color: #ffffff;
}
.cid-ucR1zqo4hE .panel-title-edit {
  color: #ffffff;
}
.cid-ucR1zqo4hE .panel-text {
  color: #ffffff;
}
.cid-ucR1zrzCVE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
  flex-direction: column;
  justify-content: center;
}
.cid-ucR1zrzCVE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucR1zrzCVE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucR1zrzCVE .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucR1zrzCVE .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucR1zrzCVE .container {
    padding: 0 16px;
  }
}
.cid-ucR1zrzCVE .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-ucR1zrzCVE .google-map iframe {
    height: 350px;
  }
}
.cid-ucR1zszQBz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fdff78;
}
.cid-ucR1zszQBz .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ucR1zszQBz .copyright-section,
.cid-ucR1zszQBz .social-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-ucR1zszQBz .line {
  margin: 10px 0;
  width: 100%;
}
.cid-ucR1zszQBz .logo-section img {
  margin: 0 auto;
}
.cid-ucR1zszQBz .social-media ul {
  padding: 0;
  margin-bottom: 0;
}
.cid-ucR1zszQBz .social-media ul li {
  display: inline-block;
  margin-left: 50px;
}
.cid-ucR1zszQBz .mobirise-rights {
  letter-spacing: .4px;
}
@media (max-width: 992px) {
  .cid-ucR1zszQBz .social-media ul li {
    margin-left: 30px;
  }
  .cid-ucR1zszQBz .container-fluid {
    padding: 0 2rem;
  }
  .cid-ucR1zszQBz .menu-container {
    margin-bottom: 20px;
  }
  .cid-ucR1zszQBz .mbr-list {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-ucR1zszQBz .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (max-width: 767px) {
  .cid-ucR1zszQBz .copyright-section {
    order: 1;
  }
  .cid-ucR1zszQBz .copyright-section hr {
    display: none;
  }
  .cid-ucR1zszQBz .social-media {
    margin-top: 30px;
  }
  .cid-ucR1zszQBz .social-media li:first-child {
    margin-left: 0;
  }
  .cid-ucR1zszQBz .line {
    margin: 25px 0;
  }
  .cid-ucR1zszQBz .mobirise-rights,
  .cid-ucR1zszQBz .social-media {
    align-items: center;
    text-align: center;
  }
}
.cid-ucR1zszQBz .mbr-text,
.cid-ucR1zszQBz .copyright-section {
  color: #000000;
}
