.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #53aaaa !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #53aaaa !important;
  border-color: #53aaaa !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #75bbbb !important;
  border-color: #75bbbb !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #75bbbb !important;
  border-color: #75bbbb !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #53aaaa;
  color: #53aaaa;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #377070 !important;
  background-color: transparent !important;
  border-color: #377070 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #53aaaa !important;
  border-color: #53aaaa !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #53aaaa !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #326565 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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: #53aaaa;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #53aaaa;
  border-color: #53aaaa;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #53aaaa;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a8d5d5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #53aaaa !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #53aaaa;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #53aaaa;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #53aaaa;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #53aaaa;
  border-bottom-color: #53aaaa;
}
.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: #53aaaa !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: #ffd7ef !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='%2353aaaa' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uCw2a3ZrQP {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uCw2a3ZrQP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uCw2a3ZrQP .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uCw2a3ZrQP .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCw2a3ZrQP .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uCw2a3ZrQP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCw2a3ZrQP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCw2a3ZrQP .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uCw2a3ZrQP .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uCw2a3ZrQP .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uCw2a3ZrQP .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uCw2a3ZrQP .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uCw2a3ZrQP .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uCw2a3ZrQP .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uCw2a3ZrQP .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uCw2a3ZrQP .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uCw2a3ZrQP .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uCw2a3ZrQP .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uCw2a3ZrQP .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uCw2a3ZrQP .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uCw2a3ZrQP .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uCw2a3ZrQP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uCw2a3ZrQP .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uCw2a3ZrQP .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCw2a3ZrQP .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uCw2a3ZrQP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCw2a3ZrQP .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uCw2a3ZrQP .nav-item:focus,
.cid-uCw2a3ZrQP .nav-link:focus {
  outline: none;
}
.cid-uCw2a3ZrQP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCw2a3ZrQP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCw2a3ZrQP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCw2a3ZrQP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCw2a3ZrQP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCw2a3ZrQP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCw2a3ZrQP .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uCw2a3ZrQP .navbar.opened {
  transition: all 0.3s;
}
.cid-uCw2a3ZrQP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCw2a3ZrQP .navbar .navbar-logo img {
  width: auto;
}
.cid-uCw2a3ZrQP .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uCw2a3ZrQP .navbar.collapsed {
  justify-content: center;
}
.cid-uCw2a3ZrQP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCw2a3ZrQP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCw2a3ZrQP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCw2a3ZrQP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCw2a3ZrQP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCw2a3ZrQP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uCw2a3ZrQP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCw2a3ZrQP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCw2a3ZrQP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uCw2a3ZrQP .navbar {
    min-height: 72px;
  }
  .cid-uCw2a3ZrQP .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uCw2a3ZrQP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCw2a3ZrQP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCw2a3ZrQP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCw2a3ZrQP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCw2a3ZrQP .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-uCw2a3ZrQP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCw2a3ZrQP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uCw2a3ZrQP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCw2a3ZrQP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCw2a3ZrQP .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uCw2a3ZrQP .dropdown-item.active,
.cid-uCw2a3ZrQP .dropdown-item:active {
  background-color: transparent;
}
.cid-uCw2a3ZrQP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCw2a3ZrQP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCw2a3ZrQP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCw2a3ZrQP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCw2a3ZrQP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uCw2a3ZrQP .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uCw2a3ZrQP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCw2a3ZrQP .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uCw2a3ZrQP .navbar-buttons {
    text-align: left;
  }
}
.cid-uCw2a3ZrQP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCw2a3ZrQP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCw2a3ZrQP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCw2a3ZrQP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCw2a3ZrQP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCw2a3ZrQP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCw2a3ZrQP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCw2a3ZrQP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCw2a3ZrQP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCw2a3ZrQP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCw2a3ZrQP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uCw2a3ZrQP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCw2a3ZrQP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uCw2a3ZrQP .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCw2a3ZrQP .navbar {
    height: 70px;
  }
  .cid-uCw2a3ZrQP .navbar.opened {
    height: auto;
  }
  .cid-uCw2a3ZrQP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCw2a3ZrQP .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uCw2a3ZrQP .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uCw2a3ZrQP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uCw2a3ZrQP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uCw2a3ZrQP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uCw2a3ZrQP .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uCw2a3ZrQP .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uCw2a3ZrQP .navbar-brand {
    margin-right: auto;
  }
  .cid-uCw2a3ZrQP .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uCw2a3ZrQP .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uCw2a3ZrQP .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uCw2a3ZrQP .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uCw2a3ZrQP .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uCw2a3ZrQP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uCw2a3ZrQP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uCw2a3ZrQP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uCw2a3ZrQP .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uCw2a3ZrQP .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uCw2a3ZrQP .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uD59dPIj2l {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uD59dPIj2l .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uD59dPIj2l .item {
    margin-bottom: 1rem;
  }
}
.cid-uD59dPIj2l .item-wrapper {
  position: relative;
}
.cid-uD59dPIj2l .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uD59dPIj2l .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uD59dPIj2l .carousel-control,
.cid-uD59dPIj2l .close {
  background: #1b1b1b;
}
.cid-uD59dPIj2l .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uD59dPIj2l .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uD59dPIj2l .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uD59dPIj2l .carousel-control-next span {
  margin-left: 5px;
}
.cid-uD59dPIj2l .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uD59dPIj2l .close::before {
  content: '\e91a';
}
.cid-uD59dPIj2l .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uD59dPIj2l .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uD59dPIj2l .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uD59dPIj2l .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uD59dPIj2l .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uD59dPIj2l .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uD59dPIj2l .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uD59dPIj2l .carousel-indicators li.active,
.cid-uD59dPIj2l .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uD59dPIj2l .carousel-indicators li::after,
.cid-uD59dPIj2l .carousel-indicators li::before {
  content: none;
}
.cid-uD59dPIj2l .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uD59dPIj2l .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uD59dPIj2l .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uD59dPIj2l .carousel-indicators {
    display: none;
  }
}
.cid-uD59dPIj2l .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uD59dPIj2l .carousel-inner > .active {
  display: block;
}
.cid-uD59dPIj2l .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uD59dPIj2l .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uD59dPIj2l .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uD59dPIj2l .carousel-control,
  .cid-uD59dPIj2l .carousel-indicators,
  .cid-uD59dPIj2l .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uD59dPIj2l .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uD59dPIj2l .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uD59dPIj2l .carousel-indicators .active,
.cid-uD59dPIj2l .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uD59dPIj2l .carousel-indicators .active {
  background: #fff;
}
.cid-uD59dPIj2l .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uD59dPIj2l .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uD59dPIj2l .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uD59dPIj2l .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uD59dPIj2l .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uD59dPIj2l .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uD59dPIj2l .carousel {
  width: 100%;
}
.cid-uD59dPIj2l .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uD59dPIj2l .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uD59dPIj2l .modal.fade .modal-dialog,
.cid-uD59dPIj2l .modal.in .modal-dialog {
  transform: none;
}
.cid-uD59dPIj2l .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uD59dPIj2l .content-head {
  max-width: 800px;
}
.cid-uCw2iWLl7O {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-uCw2iWLl7O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCw2iWLl7O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCw2iWLl7O .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCw2iWLl7O .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uCw2iWLl7O .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uCw2iWLl7O .card-wrapper {
    padding: 4rem;
  }
}
.cid-uCw2iWLl7O .mbr-text,
.cid-uCw2iWLl7O .mbr-section-btn {
  text-align: center;
}
.cid-uCw2iWLl7O .card-title {
  color: #53aaaa;
}
.cid-uCw2qC5aA8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-uCw2qC5aA8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCw2qC5aA8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCw2qC5aA8 .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uCw2qC5aA8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCw2qC5aA8 .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uCw2qC5aA8 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uCw2qC5aA8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uCw2qC5aA8 .mbr-section-title {
  color: #53aaaa;
}
.cid-uCw2qC5aA8 .mbr-text,
.cid-uCw2qC5aA8 .mbr-section-btn {
  color: #000000;
}
.cid-uCw2qC5aA8 img {
  width: 100%;
  height: 100%;
}
.cid-uD4gdx40Oq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-uD4gdx40Oq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD4gdx40Oq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD4gdx40Oq .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uD4gdx40Oq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uD4gdx40Oq .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uD4gdx40Oq .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uD4gdx40Oq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uD4gdx40Oq .mbr-section-title {
  color: #53aaaa;
}
.cid-uD4gdx40Oq .mbr-text,
.cid-uD4gdx40Oq .mbr-section-btn {
  color: #000000;
}
.cid-uD4gdx40Oq img {
  width: 100%;
  height: 100%;
}
.cid-uCw2LEK8mQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uCw2LEK8mQ .item:focus,
.cid-uCw2LEK8mQ span:focus {
  outline: none;
}
.cid-uCw2LEK8mQ .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uCw2LEK8mQ .content-head {
  max-width: 800px;
}
.cid-uCw2LEK8mQ .item {
  color: #53aaaa;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uCw2LEK8mQ .item {
    min-height: 45px;
  }
}
.cid-uD4gaClLyt {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-uD4gaClLyt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD4gaClLyt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD4gaClLyt .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uD4gaClLyt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uD4gaClLyt .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uD4gaClLyt .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uD4gaClLyt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uD4gaClLyt .mbr-section-title {
  color: #53aaaa;
}
.cid-uD4gaClLyt .mbr-text,
.cid-uD4gaClLyt .mbr-section-btn {
  color: #000000;
}
.cid-uD4gaClLyt img {
  width: 100%;
  height: 100%;
}
.cid-uD4gbNGj6J {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-uD4gbNGj6J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD4gbNGj6J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD4gbNGj6J .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uD4gbNGj6J .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uD4gbNGj6J .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uD4gbNGj6J .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uD4gbNGj6J .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uD4gbNGj6J .mbr-section-title {
  color: #53aaaa;
}
.cid-uD4gbNGj6J .mbr-text,
.cid-uD4gbNGj6J .mbr-section-btn {
  color: #000000;
}
.cid-uD4gbNGj6J img {
  width: 100%;
  height: 100%;
}
.cid-uCw2S1q87R {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uCw2S1q87R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCw2S1q87R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCw2S1q87R .row {
  justify-content: center;
}
.cid-uCw2S1q87R .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uCw2S1q87R .item {
    margin-bottom: 1rem;
  }
}
.cid-uCw2S1q87R .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #53aaaa;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uCw2S1q87R .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uCw2S1q87R .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uCw2S1q87R .content-head {
  max-width: 800px;
}
.cid-uCw2S1q87R .mbr-section-title {
  color: #53aaaa;
}
.cid-uCw2S1q87R .card-title {
  color: #ffffff;
}
.cid-uCwcogVWPT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uCwcogVWPT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uCwcogVWPT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uCwcogVWPT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCwcogVWPT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uCwcogVWPT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCwcogVWPT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCwcogVWPT .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uCwcogVWPT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uCwcogVWPT .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uCwcogVWPT .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uCwcogVWPT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uCwcogVWPT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uCwcogVWPT .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uCwcogVWPT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uCwcogVWPT .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uCwcogVWPT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uCwcogVWPT .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uCwcogVWPT .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uCwcogVWPT .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uCwcogVWPT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uCwcogVWPT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uCwcogVWPT .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uCwcogVWPT .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCwcogVWPT .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uCwcogVWPT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCwcogVWPT .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uCwcogVWPT .nav-item:focus,
.cid-uCwcogVWPT .nav-link:focus {
  outline: none;
}
.cid-uCwcogVWPT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCwcogVWPT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCwcogVWPT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCwcogVWPT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCwcogVWPT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCwcogVWPT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCwcogVWPT .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uCwcogVWPT .navbar.opened {
  transition: all 0.3s;
}
.cid-uCwcogVWPT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCwcogVWPT .navbar .navbar-logo img {
  width: auto;
}
.cid-uCwcogVWPT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uCwcogVWPT .navbar.collapsed {
  justify-content: center;
}
.cid-uCwcogVWPT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCwcogVWPT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCwcogVWPT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCwcogVWPT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCwcogVWPT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCwcogVWPT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uCwcogVWPT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCwcogVWPT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCwcogVWPT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uCwcogVWPT .navbar {
    min-height: 72px;
  }
  .cid-uCwcogVWPT .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uCwcogVWPT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCwcogVWPT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCwcogVWPT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCwcogVWPT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCwcogVWPT .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-uCwcogVWPT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCwcogVWPT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uCwcogVWPT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCwcogVWPT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCwcogVWPT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uCwcogVWPT .dropdown-item.active,
.cid-uCwcogVWPT .dropdown-item:active {
  background-color: transparent;
}
.cid-uCwcogVWPT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCwcogVWPT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCwcogVWPT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCwcogVWPT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCwcogVWPT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uCwcogVWPT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uCwcogVWPT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCwcogVWPT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uCwcogVWPT .navbar-buttons {
    text-align: left;
  }
}
.cid-uCwcogVWPT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCwcogVWPT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCwcogVWPT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCwcogVWPT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCwcogVWPT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCwcogVWPT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCwcogVWPT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCwcogVWPT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCwcogVWPT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCwcogVWPT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCwcogVWPT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uCwcogVWPT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCwcogVWPT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uCwcogVWPT .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCwcogVWPT .navbar {
    height: 70px;
  }
  .cid-uCwcogVWPT .navbar.opened {
    height: auto;
  }
  .cid-uCwcogVWPT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCwcogVWPT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uCwcogVWPT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uCwcogVWPT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uCwcogVWPT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uCwcogVWPT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uCwcogVWPT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uCwcogVWPT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uCwcogVWPT .navbar-brand {
    margin-right: auto;
  }
  .cid-uCwcogVWPT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uCwcogVWPT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uCwcogVWPT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uCwcogVWPT .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uCwcogVWPT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uCwcogVWPT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uCwcogVWPT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uCwcogVWPT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uCwcogVWPT .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uCwcogVWPT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uCwcogVWPT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uCwdwiw6pO {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #b9a990;
}
.cid-uCwdwiw6pO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCwdwiw6pO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uCwdwiw6pO .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uCwdwiw6pO .mbr-section-title {
  color: #ffffff;
}
.cid-uCwdwiw6pO .mbr-text,
.cid-uCwdwiw6pO .mbr-section-btn {
  color: #ffffff;
}
.cid-uCwdwiw6pO .content-head {
  max-width: 800px;
}
.cid-uCwcyDGvDB {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uCwcyDGvDB .item:focus,
.cid-uCwcyDGvDB span:focus {
  outline: none;
}
.cid-uCwcyDGvDB .item {
  cursor: pointer;
}
.cid-uCwcyDGvDB .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uCwcyDGvDB .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uCwcyDGvDB .grid-container-1,
.cid-uCwcyDGvDB .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uCwcyDGvDB .grid-container-1,
  .cid-uCwcyDGvDB .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uCwcyDGvDB .mbr-section-title {
  color: #b9a990;
}
.cid-uCwcyDGvDB .mbr-text,
.cid-uCwcyDGvDB .mbr-section-btn {
  color: #000000;
}
.cid-uCwcyDGvDB .content-head {
  max-width: 800px;
}
.cid-uCwcyDGvDB .container,
.cid-uCwcyDGvDB .container-fluid {
  overflow: hidden;
}
.cid-uCwcyDGvDB .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uCwcyDGvDB .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uCwcyDGvDB .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uCwcyDGvDB .grid-item img {
    min-width: 35vw;
  }
}
.cid-uCwcyDGvDB .grid-container-1,
.cid-uCwcyDGvDB .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uCwcyDGvDB .grid-container-1 {
  align-items: flex-end;
}
.cid-uCwcyDGvDB .grid-container-2 {
  align-items: flex-start;
}
.cid-uCwfIDLlUo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b9a990;
}
.cid-uCwfIDLlUo .mbr-text {
  color: #ffffff;
}
.cid-uCwfIDLlUo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uCwd3umgRf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uCwd3umgRf .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uCwd3umgRf .item {
    margin-bottom: 1rem;
  }
}
.cid-uCwd3umgRf .item-wrapper {
  position: relative;
}
.cid-uCwd3umgRf .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uCwd3umgRf .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uCwd3umgRf .carousel-control,
.cid-uCwd3umgRf .close {
  background: #1b1b1b;
}
.cid-uCwd3umgRf .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uCwd3umgRf .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uCwd3umgRf .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uCwd3umgRf .carousel-control-next span {
  margin-left: 5px;
}
.cid-uCwd3umgRf .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uCwd3umgRf .close::before {
  content: '\e91a';
}
.cid-uCwd3umgRf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uCwd3umgRf .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uCwd3umgRf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCwd3umgRf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uCwd3umgRf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uCwd3umgRf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uCwd3umgRf .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uCwd3umgRf .carousel-indicators li.active,
.cid-uCwd3umgRf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uCwd3umgRf .carousel-indicators li::after,
.cid-uCwd3umgRf .carousel-indicators li::before {
  content: none;
}
.cid-uCwd3umgRf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uCwd3umgRf .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uCwd3umgRf .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uCwd3umgRf .carousel-indicators {
    display: none;
  }
}
.cid-uCwd3umgRf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uCwd3umgRf .carousel-inner > .active {
  display: block;
}
.cid-uCwd3umgRf .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCwd3umgRf .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uCwd3umgRf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uCwd3umgRf .carousel-control,
  .cid-uCwd3umgRf .carousel-indicators,
  .cid-uCwd3umgRf .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uCwd3umgRf .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uCwd3umgRf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uCwd3umgRf .carousel-indicators .active,
.cid-uCwd3umgRf .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uCwd3umgRf .carousel-indicators .active {
  background: #fff;
}
.cid-uCwd3umgRf .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uCwd3umgRf .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uCwd3umgRf .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uCwd3umgRf .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uCwd3umgRf .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uCwd3umgRf .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uCwd3umgRf .carousel {
  width: 100%;
}
.cid-uCwd3umgRf .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uCwd3umgRf .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uCwd3umgRf .modal.fade .modal-dialog,
.cid-uCwd3umgRf .modal.in .modal-dialog {
  transform: none;
}
.cid-uCwd3umgRf .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uCwd3umgRf .content-head {
  max-width: 800px;
}
.cid-uCwh75KgOm {
  background-color: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-uCwh75KgOm img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCwh7EWO9E {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uCwh7EWO9E img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCwLHBifaj {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uCwLHBifaj img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCwLIqKJhz {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uCwLIqKJhz img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCwLI47zsR {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uCwLI47zsR img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCwMWDbzFR {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uCwMWDbzFR img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCwN6xKsmL {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-uCwN6xKsmL img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCwcojbkKM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uCwcojbkKM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCwcojbkKM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCwcojbkKM .row {
  justify-content: center;
}
.cid-uCwcojbkKM .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uCwcojbkKM .item {
    margin-bottom: 1rem;
  }
}
.cid-uCwcojbkKM .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #b9a990;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uCwcojbkKM .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uCwcojbkKM .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uCwcojbkKM .content-head {
  max-width: 800px;
}
.cid-uCwcojbkKM .mbr-section-title {
  color: #b9a990;
}
.cid-uCwcojbkKM .card-title {
  color: #ffffff;
}
.cid-uCHYczbcyP {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uCHYczbcyP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uCHYczbcyP .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uCHYczbcyP .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCHYczbcyP .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uCHYczbcyP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCHYczbcyP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCHYczbcyP .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uCHYczbcyP .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uCHYczbcyP .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uCHYczbcyP .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uCHYczbcyP .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uCHYczbcyP .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uCHYczbcyP .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uCHYczbcyP .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uCHYczbcyP .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uCHYczbcyP .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uCHYczbcyP .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uCHYczbcyP .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uCHYczbcyP .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uCHYczbcyP .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uCHYczbcyP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uCHYczbcyP .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uCHYczbcyP .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCHYczbcyP .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uCHYczbcyP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCHYczbcyP .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uCHYczbcyP .nav-item:focus,
.cid-uCHYczbcyP .nav-link:focus {
  outline: none;
}
.cid-uCHYczbcyP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCHYczbcyP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCHYczbcyP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCHYczbcyP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCHYczbcyP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCHYczbcyP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCHYczbcyP .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uCHYczbcyP .navbar.opened {
  transition: all 0.3s;
}
.cid-uCHYczbcyP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCHYczbcyP .navbar .navbar-logo img {
  width: auto;
}
.cid-uCHYczbcyP .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uCHYczbcyP .navbar.collapsed {
  justify-content: center;
}
.cid-uCHYczbcyP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCHYczbcyP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCHYczbcyP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCHYczbcyP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCHYczbcyP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCHYczbcyP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uCHYczbcyP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCHYczbcyP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCHYczbcyP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uCHYczbcyP .navbar {
    min-height: 72px;
  }
  .cid-uCHYczbcyP .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uCHYczbcyP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCHYczbcyP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCHYczbcyP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCHYczbcyP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCHYczbcyP .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-uCHYczbcyP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCHYczbcyP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uCHYczbcyP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCHYczbcyP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCHYczbcyP .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uCHYczbcyP .dropdown-item.active,
.cid-uCHYczbcyP .dropdown-item:active {
  background-color: transparent;
}
.cid-uCHYczbcyP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCHYczbcyP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCHYczbcyP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCHYczbcyP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCHYczbcyP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uCHYczbcyP .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uCHYczbcyP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCHYczbcyP .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uCHYczbcyP .navbar-buttons {
    text-align: left;
  }
}
.cid-uCHYczbcyP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCHYczbcyP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCHYczbcyP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCHYczbcyP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCHYczbcyP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCHYczbcyP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCHYczbcyP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCHYczbcyP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCHYczbcyP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCHYczbcyP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCHYczbcyP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uCHYczbcyP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCHYczbcyP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uCHYczbcyP .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCHYczbcyP .navbar {
    height: 70px;
  }
  .cid-uCHYczbcyP .navbar.opened {
    height: auto;
  }
  .cid-uCHYczbcyP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCHYczbcyP .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uCHYczbcyP .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uCHYczbcyP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uCHYczbcyP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uCHYczbcyP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uCHYczbcyP .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uCHYczbcyP .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uCHYczbcyP .navbar-brand {
    margin-right: auto;
  }
  .cid-uCHYczbcyP .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uCHYczbcyP .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uCHYczbcyP .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uCHYczbcyP .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uCHYczbcyP .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uCHYczbcyP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uCHYczbcyP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uCHYczbcyP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uCHYczbcyP .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uCHYczbcyP .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uCHYczbcyP .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uCHYczHEEB {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #dfd8d2;
}
.cid-uCHYczHEEB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHYczHEEB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uCHYczHEEB .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uCHYczHEEB .mbr-section-title {
  color: #0c2c68;
}
.cid-uCHYczHEEB .mbr-text,
.cid-uCHYczHEEB .mbr-section-btn {
  color: #0c2c68;
}
.cid-uCHYczHEEB .content-head {
  max-width: 800px;
}
.cid-uCHYcAbgKl {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uCHYcAbgKl .item:focus,
.cid-uCHYcAbgKl span:focus {
  outline: none;
}
.cid-uCHYcAbgKl .item {
  cursor: pointer;
}
.cid-uCHYcAbgKl .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uCHYcAbgKl .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uCHYcAbgKl .grid-container-1,
.cid-uCHYcAbgKl .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uCHYcAbgKl .grid-container-1,
  .cid-uCHYcAbgKl .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uCHYcAbgKl .mbr-section-title {
  color: #0c2c68;
}
.cid-uCHYcAbgKl .mbr-text,
.cid-uCHYcAbgKl .mbr-section-btn {
  color: #000000;
}
.cid-uCHYcAbgKl .content-head {
  max-width: 800px;
}
.cid-uCHYcAbgKl .container,
.cid-uCHYcAbgKl .container-fluid {
  overflow: hidden;
}
.cid-uCHYcAbgKl .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uCHYcAbgKl .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uCHYcAbgKl .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uCHYcAbgKl .grid-item img {
    min-width: 35vw;
  }
}
.cid-uCHYcAbgKl .grid-container-1,
.cid-uCHYcAbgKl .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uCHYcAbgKl .grid-container-1 {
  align-items: flex-end;
}
.cid-uCHYcAbgKl .grid-container-2 {
  align-items: flex-start;
}
.cid-uCHYcAbgKl .mbr-section-subtitle {
  color: #0c2c68;
}
.cid-uCIiObvuS2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #dfd8d2;
}
.cid-uCIiObvuS2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCIiObvuS2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCIiObvuS2 .mbr-section-title {
  color: #0c2c68;
}
.cid-uCHYcB3sH7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uCHYcB3sH7 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uCHYcB3sH7 .item {
    margin-bottom: 1rem;
  }
}
.cid-uCHYcB3sH7 .item-wrapper {
  position: relative;
}
.cid-uCHYcB3sH7 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uCHYcB3sH7 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uCHYcB3sH7 .carousel-control,
.cid-uCHYcB3sH7 .close {
  background: #1b1b1b;
}
.cid-uCHYcB3sH7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uCHYcB3sH7 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uCHYcB3sH7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uCHYcB3sH7 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uCHYcB3sH7 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uCHYcB3sH7 .close::before {
  content: '\e91a';
}
.cid-uCHYcB3sH7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uCHYcB3sH7 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uCHYcB3sH7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCHYcB3sH7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uCHYcB3sH7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uCHYcB3sH7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uCHYcB3sH7 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uCHYcB3sH7 .carousel-indicators li.active,
.cid-uCHYcB3sH7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uCHYcB3sH7 .carousel-indicators li::after,
.cid-uCHYcB3sH7 .carousel-indicators li::before {
  content: none;
}
.cid-uCHYcB3sH7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uCHYcB3sH7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uCHYcB3sH7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uCHYcB3sH7 .carousel-indicators {
    display: none;
  }
}
.cid-uCHYcB3sH7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uCHYcB3sH7 .carousel-inner > .active {
  display: block;
}
.cid-uCHYcB3sH7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCHYcB3sH7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uCHYcB3sH7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uCHYcB3sH7 .carousel-control,
  .cid-uCHYcB3sH7 .carousel-indicators,
  .cid-uCHYcB3sH7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uCHYcB3sH7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uCHYcB3sH7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uCHYcB3sH7 .carousel-indicators .active,
.cid-uCHYcB3sH7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uCHYcB3sH7 .carousel-indicators .active {
  background: #fff;
}
.cid-uCHYcB3sH7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uCHYcB3sH7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uCHYcB3sH7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uCHYcB3sH7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uCHYcB3sH7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uCHYcB3sH7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uCHYcB3sH7 .carousel {
  width: 100%;
}
.cid-uCHYcB3sH7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uCHYcB3sH7 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uCHYcB3sH7 .modal.fade .modal-dialog,
.cid-uCHYcB3sH7 .modal.in .modal-dialog {
  transform: none;
}
.cid-uCHYcB3sH7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uCHYcB3sH7 .content-head {
  max-width: 800px;
}
.cid-uCHYcDsVu7 {
  background-color: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-uCHYcDsVu7 img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCHYcDUkQC {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uCHYcDUkQC img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCHYcEc0aX {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uCHYcEc0aX img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCHYcEFgGv {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uCHYcEFgGv img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCHYcF54Yr {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uCHYcF54Yr img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCHYcFrJRi {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uCHYcFrJRi img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCHYcFQ95k {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uCHYcFQ95k img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCImlI2wPh {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uCImlI2wPh img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCImmgiSlQ {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uCImmgiSlQ img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCImEZ6IeE {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uCImEZ6IeE img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCHYcG9OAC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uCHYcG9OAC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHYcG9OAC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHYcG9OAC .row {
  justify-content: center;
}
.cid-uCHYcG9OAC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uCHYcG9OAC .item {
    margin-bottom: 1rem;
  }
}
.cid-uCHYcG9OAC .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #dfd8d2;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uCHYcG9OAC .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uCHYcG9OAC .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uCHYcG9OAC .content-head {
  max-width: 800px;
}
.cid-uCHYcG9OAC .mbr-section-title {
  color: #0c2c68;
}
.cid-uCHYcG9OAC .card-title {
  color: #0c2c68;
}
.cid-uCMlAebplR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uCMlAebplR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uCMlAebplR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uCMlAebplR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCMlAebplR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uCMlAebplR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCMlAebplR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCMlAebplR .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uCMlAebplR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uCMlAebplR .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uCMlAebplR .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uCMlAebplR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uCMlAebplR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uCMlAebplR .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uCMlAebplR .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uCMlAebplR .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uCMlAebplR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uCMlAebplR .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uCMlAebplR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uCMlAebplR .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uCMlAebplR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uCMlAebplR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uCMlAebplR .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uCMlAebplR .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCMlAebplR .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uCMlAebplR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCMlAebplR .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uCMlAebplR .nav-item:focus,
.cid-uCMlAebplR .nav-link:focus {
  outline: none;
}
.cid-uCMlAebplR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCMlAebplR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCMlAebplR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCMlAebplR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCMlAebplR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCMlAebplR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCMlAebplR .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uCMlAebplR .navbar.opened {
  transition: all 0.3s;
}
.cid-uCMlAebplR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCMlAebplR .navbar .navbar-logo img {
  width: auto;
}
.cid-uCMlAebplR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uCMlAebplR .navbar.collapsed {
  justify-content: center;
}
.cid-uCMlAebplR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCMlAebplR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCMlAebplR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCMlAebplR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCMlAebplR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCMlAebplR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uCMlAebplR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCMlAebplR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCMlAebplR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uCMlAebplR .navbar {
    min-height: 72px;
  }
  .cid-uCMlAebplR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uCMlAebplR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCMlAebplR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCMlAebplR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCMlAebplR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCMlAebplR .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-uCMlAebplR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCMlAebplR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uCMlAebplR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCMlAebplR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCMlAebplR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uCMlAebplR .dropdown-item.active,
.cid-uCMlAebplR .dropdown-item:active {
  background-color: transparent;
}
.cid-uCMlAebplR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCMlAebplR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCMlAebplR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCMlAebplR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCMlAebplR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uCMlAebplR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uCMlAebplR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCMlAebplR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uCMlAebplR .navbar-buttons {
    text-align: left;
  }
}
.cid-uCMlAebplR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCMlAebplR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCMlAebplR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCMlAebplR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCMlAebplR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCMlAebplR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCMlAebplR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCMlAebplR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCMlAebplR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCMlAebplR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCMlAebplR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uCMlAebplR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCMlAebplR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uCMlAebplR .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCMlAebplR .navbar {
    height: 70px;
  }
  .cid-uCMlAebplR .navbar.opened {
    height: auto;
  }
  .cid-uCMlAebplR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCMlAebplR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uCMlAebplR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uCMlAebplR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uCMlAebplR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uCMlAebplR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uCMlAebplR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uCMlAebplR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uCMlAebplR .navbar-brand {
    margin-right: auto;
  }
  .cid-uCMlAebplR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uCMlAebplR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uCMlAebplR .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uCMlAebplR .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uCMlAebplR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uCMlAebplR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uCMlAebplR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uCMlAebplR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uCMlAebplR .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uCMlAebplR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uCMlAebplR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uCMlAeFaJg {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #e4d5b5;
}
.cid-uCMlAeFaJg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCMlAeFaJg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uCMlAeFaJg .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uCMlAeFaJg .mbr-section-title {
  color: #006db2;
}
.cid-uCMlAeFaJg .mbr-text,
.cid-uCMlAeFaJg .mbr-section-btn {
  color: #0c2c68;
}
.cid-uCMlAeFaJg .content-head {
  max-width: 800px;
}
.cid-uCMlAf2w1I {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uCMlAf2w1I .item:focus,
.cid-uCMlAf2w1I span:focus {
  outline: none;
}
.cid-uCMlAf2w1I .item {
  cursor: pointer;
}
.cid-uCMlAf2w1I .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uCMlAf2w1I .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uCMlAf2w1I .grid-container-1,
.cid-uCMlAf2w1I .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uCMlAf2w1I .grid-container-1,
  .cid-uCMlAf2w1I .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uCMlAf2w1I .mbr-section-title {
  color: #006db2;
}
.cid-uCMlAf2w1I .mbr-text,
.cid-uCMlAf2w1I .mbr-section-btn {
  color: #000000;
}
.cid-uCMlAf2w1I .content-head {
  max-width: 800px;
}
.cid-uCMlAf2w1I .container,
.cid-uCMlAf2w1I .container-fluid {
  overflow: hidden;
}
.cid-uCMlAf2w1I .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uCMlAf2w1I .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uCMlAf2w1I .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uCMlAf2w1I .grid-item img {
    min-width: 35vw;
  }
}
.cid-uCMlAf2w1I .grid-container-1,
.cid-uCMlAf2w1I .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uCMlAf2w1I .grid-container-1 {
  align-items: flex-end;
}
.cid-uCMlAf2w1I .grid-container-2 {
  align-items: flex-start;
}
.cid-uCMlAf2w1I .mbr-section-subtitle {
  color: #0c2c68;
}
.cid-uCMlAfAh65 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e4d5b5;
}
.cid-uCMlAfAh65 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCMlAfAh65 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCMlAfAh65 .mbr-section-title {
  color: #006db2;
}
.cid-uCMlAg0BcC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uCMlAg0BcC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uCMlAg0BcC .item {
    margin-bottom: 1rem;
  }
}
.cid-uCMlAg0BcC .item-wrapper {
  position: relative;
}
.cid-uCMlAg0BcC .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uCMlAg0BcC .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uCMlAg0BcC .carousel-control,
.cid-uCMlAg0BcC .close {
  background: #1b1b1b;
}
.cid-uCMlAg0BcC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uCMlAg0BcC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uCMlAg0BcC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uCMlAg0BcC .carousel-control-next span {
  margin-left: 5px;
}
.cid-uCMlAg0BcC .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uCMlAg0BcC .close::before {
  content: '\e91a';
}
.cid-uCMlAg0BcC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uCMlAg0BcC .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uCMlAg0BcC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCMlAg0BcC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uCMlAg0BcC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uCMlAg0BcC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uCMlAg0BcC .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uCMlAg0BcC .carousel-indicators li.active,
.cid-uCMlAg0BcC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uCMlAg0BcC .carousel-indicators li::after,
.cid-uCMlAg0BcC .carousel-indicators li::before {
  content: none;
}
.cid-uCMlAg0BcC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uCMlAg0BcC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uCMlAg0BcC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uCMlAg0BcC .carousel-indicators {
    display: none;
  }
}
.cid-uCMlAg0BcC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uCMlAg0BcC .carousel-inner > .active {
  display: block;
}
.cid-uCMlAg0BcC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCMlAg0BcC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uCMlAg0BcC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uCMlAg0BcC .carousel-control,
  .cid-uCMlAg0BcC .carousel-indicators,
  .cid-uCMlAg0BcC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uCMlAg0BcC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uCMlAg0BcC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uCMlAg0BcC .carousel-indicators .active,
.cid-uCMlAg0BcC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uCMlAg0BcC .carousel-indicators .active {
  background: #fff;
}
.cid-uCMlAg0BcC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uCMlAg0BcC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uCMlAg0BcC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uCMlAg0BcC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uCMlAg0BcC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uCMlAg0BcC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uCMlAg0BcC .carousel {
  width: 100%;
}
.cid-uCMlAg0BcC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uCMlAg0BcC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uCMlAg0BcC .modal.fade .modal-dialog,
.cid-uCMlAg0BcC .modal.in .modal-dialog {
  transform: none;
}
.cid-uCMlAg0BcC .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uCMlAg0BcC .content-head {
  max-width: 800px;
}
.cid-uCMlAiebDg {
  background-color: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-uCMlAiebDg img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCMlAiyFZV {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uCMlAiyFZV img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCMlAiRWsa {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uCMlAiRWsa img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCMlAj9PdP {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uCMlAj9PdP img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCMlAmkK6p {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uCMlAmkK6p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCMlAmkK6p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCMlAmkK6p .row {
  justify-content: center;
}
.cid-uCMlAmkK6p .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uCMlAmkK6p .item {
    margin-bottom: 1rem;
  }
}
.cid-uCMlAmkK6p .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #e4d5b5;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uCMlAmkK6p .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uCMlAmkK6p .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uCMlAmkK6p .content-head {
  max-width: 800px;
}
.cid-uCMlAmkK6p .mbr-section-title {
  color: #006db2;
}
.cid-uCMlAmkK6p .card-title {
  color: #006db2;
}
.cid-uCMucRWuIm {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uCMucRWuIm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uCMucRWuIm .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uCMucRWuIm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCMucRWuIm .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uCMucRWuIm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCMucRWuIm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCMucRWuIm .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uCMucRWuIm .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uCMucRWuIm .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uCMucRWuIm .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uCMucRWuIm .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uCMucRWuIm .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uCMucRWuIm .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uCMucRWuIm .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uCMucRWuIm .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uCMucRWuIm .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uCMucRWuIm .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uCMucRWuIm .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uCMucRWuIm .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uCMucRWuIm .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uCMucRWuIm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uCMucRWuIm .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uCMucRWuIm .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCMucRWuIm .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uCMucRWuIm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCMucRWuIm .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uCMucRWuIm .nav-item:focus,
.cid-uCMucRWuIm .nav-link:focus {
  outline: none;
}
.cid-uCMucRWuIm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCMucRWuIm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCMucRWuIm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCMucRWuIm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCMucRWuIm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCMucRWuIm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCMucRWuIm .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uCMucRWuIm .navbar.opened {
  transition: all 0.3s;
}
.cid-uCMucRWuIm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCMucRWuIm .navbar .navbar-logo img {
  width: auto;
}
.cid-uCMucRWuIm .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uCMucRWuIm .navbar.collapsed {
  justify-content: center;
}
.cid-uCMucRWuIm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCMucRWuIm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCMucRWuIm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCMucRWuIm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCMucRWuIm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCMucRWuIm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uCMucRWuIm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCMucRWuIm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCMucRWuIm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uCMucRWuIm .navbar {
    min-height: 72px;
  }
  .cid-uCMucRWuIm .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uCMucRWuIm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCMucRWuIm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCMucRWuIm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCMucRWuIm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCMucRWuIm .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-uCMucRWuIm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCMucRWuIm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uCMucRWuIm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCMucRWuIm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCMucRWuIm .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uCMucRWuIm .dropdown-item.active,
.cid-uCMucRWuIm .dropdown-item:active {
  background-color: transparent;
}
.cid-uCMucRWuIm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCMucRWuIm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCMucRWuIm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCMucRWuIm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCMucRWuIm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uCMucRWuIm .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uCMucRWuIm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCMucRWuIm .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uCMucRWuIm .navbar-buttons {
    text-align: left;
  }
}
.cid-uCMucRWuIm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCMucRWuIm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCMucRWuIm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCMucRWuIm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCMucRWuIm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCMucRWuIm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCMucRWuIm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCMucRWuIm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCMucRWuIm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCMucRWuIm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCMucRWuIm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uCMucRWuIm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCMucRWuIm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uCMucRWuIm .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCMucRWuIm .navbar {
    height: 70px;
  }
  .cid-uCMucRWuIm .navbar.opened {
    height: auto;
  }
  .cid-uCMucRWuIm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCMucRWuIm .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uCMucRWuIm .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uCMucRWuIm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uCMucRWuIm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uCMucRWuIm .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uCMucRWuIm .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uCMucRWuIm .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uCMucRWuIm .navbar-brand {
    margin-right: auto;
  }
  .cid-uCMucRWuIm .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uCMucRWuIm .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uCMucRWuIm .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uCMucRWuIm .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uCMucRWuIm .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uCMucRWuIm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uCMucRWuIm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uCMucRWuIm .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uCMucRWuIm .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uCMucRWuIm .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uCMucRWuIm .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uCMucSr64g {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #b6b294;
}
.cid-uCMucSr64g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCMucSr64g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uCMucSr64g .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uCMucSr64g .mbr-section-title {
  color: #000000;
}
.cid-uCMucSr64g .mbr-text,
.cid-uCMucSr64g .mbr-section-btn {
  color: #000000;
}
.cid-uCMucSr64g .content-head {
  max-width: 800px;
}
.cid-uCMucSOkkX {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uCMucSOkkX .item:focus,
.cid-uCMucSOkkX span:focus {
  outline: none;
}
.cid-uCMucSOkkX .item {
  cursor: pointer;
}
.cid-uCMucSOkkX .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uCMucSOkkX .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uCMucSOkkX .grid-container-1,
.cid-uCMucSOkkX .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uCMucSOkkX .grid-container-1,
  .cid-uCMucSOkkX .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uCMucSOkkX .mbr-section-title {
  color: #000000;
}
.cid-uCMucSOkkX .mbr-text,
.cid-uCMucSOkkX .mbr-section-btn {
  color: #000000;
}
.cid-uCMucSOkkX .content-head {
  max-width: 800px;
}
.cid-uCMucSOkkX .container,
.cid-uCMucSOkkX .container-fluid {
  overflow: hidden;
}
.cid-uCMucSOkkX .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uCMucSOkkX .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uCMucSOkkX .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uCMucSOkkX .grid-item img {
    min-width: 35vw;
  }
}
.cid-uCMucSOkkX .grid-container-1,
.cid-uCMucSOkkX .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uCMucSOkkX .grid-container-1 {
  align-items: flex-end;
}
.cid-uCMucSOkkX .grid-container-2 {
  align-items: flex-start;
}
.cid-uCMucSOkkX .mbr-section-subtitle {
  color: #000000;
}
.cid-uCMucTjnsw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b6b294;
}
.cid-uCMucTjnsw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCMucTjnsw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCMucTjnsw .mbr-section-title {
  color: #000000;
}
.cid-uCMucTEnhv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uCMucTEnhv .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uCMucTEnhv .item {
    margin-bottom: 1rem;
  }
}
.cid-uCMucTEnhv .item-wrapper {
  position: relative;
}
.cid-uCMucTEnhv .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uCMucTEnhv .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uCMucTEnhv .carousel-control,
.cid-uCMucTEnhv .close {
  background: #1b1b1b;
}
.cid-uCMucTEnhv .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uCMucTEnhv .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uCMucTEnhv .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uCMucTEnhv .carousel-control-next span {
  margin-left: 5px;
}
.cid-uCMucTEnhv .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uCMucTEnhv .close::before {
  content: '\e91a';
}
.cid-uCMucTEnhv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uCMucTEnhv .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uCMucTEnhv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCMucTEnhv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uCMucTEnhv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uCMucTEnhv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uCMucTEnhv .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uCMucTEnhv .carousel-indicators li.active,
.cid-uCMucTEnhv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uCMucTEnhv .carousel-indicators li::after,
.cid-uCMucTEnhv .carousel-indicators li::before {
  content: none;
}
.cid-uCMucTEnhv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uCMucTEnhv .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uCMucTEnhv .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uCMucTEnhv .carousel-indicators {
    display: none;
  }
}
.cid-uCMucTEnhv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uCMucTEnhv .carousel-inner > .active {
  display: block;
}
.cid-uCMucTEnhv .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCMucTEnhv .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uCMucTEnhv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uCMucTEnhv .carousel-control,
  .cid-uCMucTEnhv .carousel-indicators,
  .cid-uCMucTEnhv .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uCMucTEnhv .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uCMucTEnhv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uCMucTEnhv .carousel-indicators .active,
.cid-uCMucTEnhv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uCMucTEnhv .carousel-indicators .active {
  background: #fff;
}
.cid-uCMucTEnhv .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uCMucTEnhv .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uCMucTEnhv .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uCMucTEnhv .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uCMucTEnhv .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uCMucTEnhv .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uCMucTEnhv .carousel {
  width: 100%;
}
.cid-uCMucTEnhv .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uCMucTEnhv .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uCMucTEnhv .modal.fade .modal-dialog,
.cid-uCMucTEnhv .modal.in .modal-dialog {
  transform: none;
}
.cid-uCMucTEnhv .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uCMucTEnhv .content-head {
  max-width: 800px;
}
.cid-uCMucVCLSj {
  background-color: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-uCMucVCLSj img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCMucVT3bJ {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uCMucVT3bJ img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCMucWbIX8 {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uCMucWbIX8 img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCMucWu6tt {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uCMucWu6tt img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCMA0XRKvQ {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uCMA0XRKvQ img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCMA1ywBqh {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uCMA1ywBqh img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCMA0rlX0l {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uCMA0rlX0l img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCMzZOoUac {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uCMzZOoUac img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCMucWMTeq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uCMucWMTeq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCMucWMTeq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCMucWMTeq .row {
  justify-content: center;
}
.cid-uCMucWMTeq .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uCMucWMTeq .item {
    margin-bottom: 1rem;
  }
}
.cid-uCMucWMTeq .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #b6b294;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uCMucWMTeq .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uCMucWMTeq .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uCMucWMTeq .content-head {
  max-width: 800px;
}
.cid-uCMucWMTeq .mbr-section-title {
  color: #000000;
}
.cid-uCMucWMTeq .card-title {
  color: #000000;
}
.cid-uCMN9s24Lf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uCMN9s24Lf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uCMN9s24Lf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uCMN9s24Lf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCMN9s24Lf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uCMN9s24Lf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCMN9s24Lf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCMN9s24Lf .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uCMN9s24Lf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uCMN9s24Lf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uCMN9s24Lf .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uCMN9s24Lf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uCMN9s24Lf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uCMN9s24Lf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uCMN9s24Lf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uCMN9s24Lf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uCMN9s24Lf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uCMN9s24Lf .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uCMN9s24Lf .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uCMN9s24Lf .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uCMN9s24Lf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uCMN9s24Lf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uCMN9s24Lf .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uCMN9s24Lf .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCMN9s24Lf .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uCMN9s24Lf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCMN9s24Lf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uCMN9s24Lf .nav-item:focus,
.cid-uCMN9s24Lf .nav-link:focus {
  outline: none;
}
.cid-uCMN9s24Lf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCMN9s24Lf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCMN9s24Lf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCMN9s24Lf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCMN9s24Lf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCMN9s24Lf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCMN9s24Lf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uCMN9s24Lf .navbar.opened {
  transition: all 0.3s;
}
.cid-uCMN9s24Lf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCMN9s24Lf .navbar .navbar-logo img {
  width: auto;
}
.cid-uCMN9s24Lf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uCMN9s24Lf .navbar.collapsed {
  justify-content: center;
}
.cid-uCMN9s24Lf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCMN9s24Lf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCMN9s24Lf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCMN9s24Lf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCMN9s24Lf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCMN9s24Lf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uCMN9s24Lf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCMN9s24Lf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCMN9s24Lf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uCMN9s24Lf .navbar {
    min-height: 72px;
  }
  .cid-uCMN9s24Lf .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uCMN9s24Lf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCMN9s24Lf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCMN9s24Lf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCMN9s24Lf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCMN9s24Lf .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-uCMN9s24Lf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCMN9s24Lf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uCMN9s24Lf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCMN9s24Lf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCMN9s24Lf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uCMN9s24Lf .dropdown-item.active,
.cid-uCMN9s24Lf .dropdown-item:active {
  background-color: transparent;
}
.cid-uCMN9s24Lf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCMN9s24Lf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCMN9s24Lf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCMN9s24Lf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCMN9s24Lf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uCMN9s24Lf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uCMN9s24Lf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCMN9s24Lf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uCMN9s24Lf .navbar-buttons {
    text-align: left;
  }
}
.cid-uCMN9s24Lf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCMN9s24Lf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCMN9s24Lf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCMN9s24Lf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCMN9s24Lf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCMN9s24Lf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCMN9s24Lf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCMN9s24Lf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCMN9s24Lf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCMN9s24Lf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCMN9s24Lf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uCMN9s24Lf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCMN9s24Lf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uCMN9s24Lf .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCMN9s24Lf .navbar {
    height: 70px;
  }
  .cid-uCMN9s24Lf .navbar.opened {
    height: auto;
  }
  .cid-uCMN9s24Lf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCMN9s24Lf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uCMN9s24Lf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uCMN9s24Lf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uCMN9s24Lf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uCMN9s24Lf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uCMN9s24Lf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uCMN9s24Lf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uCMN9s24Lf .navbar-brand {
    margin-right: auto;
  }
  .cid-uCMN9s24Lf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uCMN9s24Lf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uCMN9s24Lf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uCMN9s24Lf .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uCMN9s24Lf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uCMN9s24Lf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uCMN9s24Lf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uCMN9s24Lf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uCMN9s24Lf .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uCMN9s24Lf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uCMN9s24Lf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uCMN9sINjW {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #565759;
}
.cid-uCMN9sINjW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCMN9sINjW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uCMN9sINjW .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uCMN9sINjW .mbr-section-title {
  color: #ffffff;
}
.cid-uCMN9sINjW .mbr-text,
.cid-uCMN9sINjW .mbr-section-btn {
  color: #ffffff;
}
.cid-uCMN9sINjW .content-head {
  max-width: 800px;
}
.cid-uCMN9tAzGH {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uCMN9tAzGH .item:focus,
.cid-uCMN9tAzGH span:focus {
  outline: none;
}
.cid-uCMN9tAzGH .item {
  cursor: pointer;
}
.cid-uCMN9tAzGH .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uCMN9tAzGH .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uCMN9tAzGH .grid-container-1,
.cid-uCMN9tAzGH .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uCMN9tAzGH .grid-container-1,
  .cid-uCMN9tAzGH .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uCMN9tAzGH .mbr-section-title {
  color: #000000;
}
.cid-uCMN9tAzGH .mbr-text,
.cid-uCMN9tAzGH .mbr-section-btn {
  color: #000000;
}
.cid-uCMN9tAzGH .content-head {
  max-width: 800px;
}
.cid-uCMN9tAzGH .container,
.cid-uCMN9tAzGH .container-fluid {
  overflow: hidden;
}
.cid-uCMN9tAzGH .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uCMN9tAzGH .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uCMN9tAzGH .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uCMN9tAzGH .grid-item img {
    min-width: 35vw;
  }
}
.cid-uCMN9tAzGH .grid-container-1,
.cid-uCMN9tAzGH .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uCMN9tAzGH .grid-container-1 {
  align-items: flex-end;
}
.cid-uCMN9tAzGH .grid-container-2 {
  align-items: flex-start;
}
.cid-uCMN9tAzGH .mbr-section-subtitle {
  color: #000000;
}
.cid-uCMN9ubZ4X {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #565759;
}
.cid-uCMN9ubZ4X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCMN9ubZ4X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCMN9ubZ4X .mbr-section-title {
  color: #ffffff;
}
.cid-uCMN9uNR6T {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uCMN9uNR6T .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uCMN9uNR6T .item {
    margin-bottom: 1rem;
  }
}
.cid-uCMN9uNR6T .item-wrapper {
  position: relative;
}
.cid-uCMN9uNR6T .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uCMN9uNR6T .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uCMN9uNR6T .carousel-control,
.cid-uCMN9uNR6T .close {
  background: #1b1b1b;
}
.cid-uCMN9uNR6T .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uCMN9uNR6T .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uCMN9uNR6T .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uCMN9uNR6T .carousel-control-next span {
  margin-left: 5px;
}
.cid-uCMN9uNR6T .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uCMN9uNR6T .close::before {
  content: '\e91a';
}
.cid-uCMN9uNR6T .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uCMN9uNR6T .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uCMN9uNR6T .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCMN9uNR6T .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uCMN9uNR6T .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uCMN9uNR6T .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uCMN9uNR6T .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uCMN9uNR6T .carousel-indicators li.active,
.cid-uCMN9uNR6T .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uCMN9uNR6T .carousel-indicators li::after,
.cid-uCMN9uNR6T .carousel-indicators li::before {
  content: none;
}
.cid-uCMN9uNR6T .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uCMN9uNR6T .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uCMN9uNR6T .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uCMN9uNR6T .carousel-indicators {
    display: none;
  }
}
.cid-uCMN9uNR6T .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uCMN9uNR6T .carousel-inner > .active {
  display: block;
}
.cid-uCMN9uNR6T .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCMN9uNR6T .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uCMN9uNR6T .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uCMN9uNR6T .carousel-control,
  .cid-uCMN9uNR6T .carousel-indicators,
  .cid-uCMN9uNR6T .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uCMN9uNR6T .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uCMN9uNR6T .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uCMN9uNR6T .carousel-indicators .active,
.cid-uCMN9uNR6T .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uCMN9uNR6T .carousel-indicators .active {
  background: #fff;
}
.cid-uCMN9uNR6T .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uCMN9uNR6T .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uCMN9uNR6T .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uCMN9uNR6T .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uCMN9uNR6T .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uCMN9uNR6T .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uCMN9uNR6T .carousel {
  width: 100%;
}
.cid-uCMN9uNR6T .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uCMN9uNR6T .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uCMN9uNR6T .modal.fade .modal-dialog,
.cid-uCMN9uNR6T .modal.in .modal-dialog {
  transform: none;
}
.cid-uCMN9uNR6T .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uCMN9uNR6T .content-head {
  max-width: 800px;
}
.cid-uCMN9wPG7i {
  background-color: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-uCMN9wPG7i img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCMN9x8LOP {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uCMN9x8LOP img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCMN9xtUlt {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uCMN9xtUlt img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCMN9xMZSU {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uCMN9xMZSU img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCMN9ypxRS {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uCMN9ypxRS img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCMN9yJHQe {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uCMN9yJHQe img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCMN9z2CE3 {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uCMN9z2CE3 img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCMN9znH3k {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uCMN9znH3k img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCNCHcf78v {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uCNCHcf78v img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCMN9zI8F4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uCMN9zI8F4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCMN9zI8F4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCMN9zI8F4 .row {
  justify-content: center;
}
.cid-uCMN9zI8F4 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uCMN9zI8F4 .item {
    margin-bottom: 1rem;
  }
}
.cid-uCMN9zI8F4 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #565759;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uCMN9zI8F4 .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uCMN9zI8F4 .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uCMN9zI8F4 .content-head {
  max-width: 800px;
}
.cid-uCMN9zI8F4 .mbr-section-title {
  color: #565759;
}
.cid-uCMN9zI8F4 .card-title {
  color: #ffffff;
}
.cid-uCMN9zI8F4 P {
  color: #ffffff;
}
.cid-uCNO8naKDg {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uCNO8naKDg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uCNO8naKDg .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uCNO8naKDg .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCNO8naKDg .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uCNO8naKDg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCNO8naKDg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCNO8naKDg .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uCNO8naKDg .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uCNO8naKDg .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uCNO8naKDg .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uCNO8naKDg .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uCNO8naKDg .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uCNO8naKDg .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uCNO8naKDg .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uCNO8naKDg .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uCNO8naKDg .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uCNO8naKDg .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uCNO8naKDg .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uCNO8naKDg .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uCNO8naKDg .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uCNO8naKDg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uCNO8naKDg .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uCNO8naKDg .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCNO8naKDg .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uCNO8naKDg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCNO8naKDg .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uCNO8naKDg .nav-item:focus,
.cid-uCNO8naKDg .nav-link:focus {
  outline: none;
}
.cid-uCNO8naKDg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCNO8naKDg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCNO8naKDg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCNO8naKDg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCNO8naKDg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCNO8naKDg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCNO8naKDg .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uCNO8naKDg .navbar.opened {
  transition: all 0.3s;
}
.cid-uCNO8naKDg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCNO8naKDg .navbar .navbar-logo img {
  width: auto;
}
.cid-uCNO8naKDg .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uCNO8naKDg .navbar.collapsed {
  justify-content: center;
}
.cid-uCNO8naKDg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCNO8naKDg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCNO8naKDg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCNO8naKDg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCNO8naKDg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCNO8naKDg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uCNO8naKDg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCNO8naKDg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCNO8naKDg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uCNO8naKDg .navbar {
    min-height: 72px;
  }
  .cid-uCNO8naKDg .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uCNO8naKDg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCNO8naKDg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCNO8naKDg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCNO8naKDg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCNO8naKDg .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-uCNO8naKDg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCNO8naKDg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uCNO8naKDg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCNO8naKDg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCNO8naKDg .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uCNO8naKDg .dropdown-item.active,
.cid-uCNO8naKDg .dropdown-item:active {
  background-color: transparent;
}
.cid-uCNO8naKDg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCNO8naKDg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCNO8naKDg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCNO8naKDg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCNO8naKDg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uCNO8naKDg .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uCNO8naKDg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCNO8naKDg .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uCNO8naKDg .navbar-buttons {
    text-align: left;
  }
}
.cid-uCNO8naKDg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCNO8naKDg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCNO8naKDg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCNO8naKDg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCNO8naKDg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCNO8naKDg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCNO8naKDg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCNO8naKDg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCNO8naKDg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCNO8naKDg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCNO8naKDg .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uCNO8naKDg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCNO8naKDg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uCNO8naKDg .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCNO8naKDg .navbar {
    height: 70px;
  }
  .cid-uCNO8naKDg .navbar.opened {
    height: auto;
  }
  .cid-uCNO8naKDg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCNO8naKDg .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uCNO8naKDg .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uCNO8naKDg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uCNO8naKDg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uCNO8naKDg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uCNO8naKDg .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uCNO8naKDg .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uCNO8naKDg .navbar-brand {
    margin-right: auto;
  }
  .cid-uCNO8naKDg .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uCNO8naKDg .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uCNO8naKDg .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uCNO8naKDg .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uCNO8naKDg .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uCNO8naKDg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uCNO8naKDg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uCNO8naKDg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uCNO8naKDg .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uCNO8naKDg .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uCNO8naKDg .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uCNO8nQLh8 {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #565759;
}
.cid-uCNO8nQLh8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCNO8nQLh8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uCNO8nQLh8 .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uCNO8nQLh8 .mbr-section-title {
  color: #ffffff;
}
.cid-uCNO8nQLh8 .mbr-text,
.cid-uCNO8nQLh8 .mbr-section-btn {
  color: #ffffff;
}
.cid-uCNO8nQLh8 .content-head {
  max-width: 800px;
}
.cid-uCNO8on8ee {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uCNO8on8ee .item:focus,
.cid-uCNO8on8ee span:focus {
  outline: none;
}
.cid-uCNO8on8ee .item {
  cursor: pointer;
}
.cid-uCNO8on8ee .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uCNO8on8ee .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uCNO8on8ee .grid-container-1,
.cid-uCNO8on8ee .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uCNO8on8ee .grid-container-1,
  .cid-uCNO8on8ee .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uCNO8on8ee .mbr-section-title {
  color: #000000;
}
.cid-uCNO8on8ee .mbr-text,
.cid-uCNO8on8ee .mbr-section-btn {
  color: #000000;
}
.cid-uCNO8on8ee .content-head {
  max-width: 800px;
}
.cid-uCNO8on8ee .container,
.cid-uCNO8on8ee .container-fluid {
  overflow: hidden;
}
.cid-uCNO8on8ee .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uCNO8on8ee .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uCNO8on8ee .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uCNO8on8ee .grid-item img {
    min-width: 35vw;
  }
}
.cid-uCNO8on8ee .grid-container-1,
.cid-uCNO8on8ee .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uCNO8on8ee .grid-container-1 {
  align-items: flex-end;
}
.cid-uCNO8on8ee .grid-container-2 {
  align-items: flex-start;
}
.cid-uCNO8on8ee .mbr-section-subtitle {
  color: #000000;
}
.cid-uCNO8p3pWN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #565759;
}
.cid-uCNO8p3pWN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCNO8p3pWN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCNO8p3pWN .mbr-section-title {
  color: #ffffff;
}
.cid-uCNO8pswDi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uCNO8pswDi .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uCNO8pswDi .item {
    margin-bottom: 1rem;
  }
}
.cid-uCNO8pswDi .item-wrapper {
  position: relative;
}
.cid-uCNO8pswDi .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uCNO8pswDi .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uCNO8pswDi .carousel-control,
.cid-uCNO8pswDi .close {
  background: #1b1b1b;
}
.cid-uCNO8pswDi .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uCNO8pswDi .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uCNO8pswDi .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uCNO8pswDi .carousel-control-next span {
  margin-left: 5px;
}
.cid-uCNO8pswDi .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uCNO8pswDi .close::before {
  content: '\e91a';
}
.cid-uCNO8pswDi .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uCNO8pswDi .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uCNO8pswDi .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCNO8pswDi .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uCNO8pswDi .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uCNO8pswDi .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uCNO8pswDi .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uCNO8pswDi .carousel-indicators li.active,
.cid-uCNO8pswDi .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uCNO8pswDi .carousel-indicators li::after,
.cid-uCNO8pswDi .carousel-indicators li::before {
  content: none;
}
.cid-uCNO8pswDi .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uCNO8pswDi .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uCNO8pswDi .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uCNO8pswDi .carousel-indicators {
    display: none;
  }
}
.cid-uCNO8pswDi .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uCNO8pswDi .carousel-inner > .active {
  display: block;
}
.cid-uCNO8pswDi .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCNO8pswDi .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uCNO8pswDi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uCNO8pswDi .carousel-control,
  .cid-uCNO8pswDi .carousel-indicators,
  .cid-uCNO8pswDi .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uCNO8pswDi .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uCNO8pswDi .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uCNO8pswDi .carousel-indicators .active,
.cid-uCNO8pswDi .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uCNO8pswDi .carousel-indicators .active {
  background: #fff;
}
.cid-uCNO8pswDi .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uCNO8pswDi .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uCNO8pswDi .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uCNO8pswDi .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uCNO8pswDi .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uCNO8pswDi .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uCNO8pswDi .carousel {
  width: 100%;
}
.cid-uCNO8pswDi .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uCNO8pswDi .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uCNO8pswDi .modal.fade .modal-dialog,
.cid-uCNO8pswDi .modal.in .modal-dialog {
  transform: none;
}
.cid-uCNO8pswDi .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uCNO8pswDi .content-head {
  max-width: 800px;
}
.cid-uCNO8s9nSR {
  background-color: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-uCNO8s9nSR img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCNO8sw5xR {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uCNO8sw5xR img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCNO8sSBbk {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uCNO8sSBbk img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCNO8tmcwq {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uCNO8tmcwq img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCNO8u0DGr {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uCNO8u0DGr img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCNO8umpZQ {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uCNO8umpZQ img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCNO8uZC4S {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uCNO8uZC4S img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCNO8vlCyK {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uCNO8vlCyK img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCNO8w7lc5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uCNO8w7lc5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCNO8w7lc5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCNO8w7lc5 .row {
  justify-content: center;
}
.cid-uCNO8w7lc5 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uCNO8w7lc5 .item {
    margin-bottom: 1rem;
  }
}
.cid-uCNO8w7lc5 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #565759;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uCNO8w7lc5 .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uCNO8w7lc5 .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uCNO8w7lc5 .content-head {
  max-width: 800px;
}
.cid-uCNO8w7lc5 .mbr-section-title {
  color: #565759;
}
.cid-uCNO8w7lc5 .card-title {
  color: #ffffff;
}
.cid-uCNO8w7lc5 P {
  color: #ffffff;
}
.cid-uCOdQo76fz {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uCOdQo76fz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uCOdQo76fz .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uCOdQo76fz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCOdQo76fz .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uCOdQo76fz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCOdQo76fz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCOdQo76fz .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uCOdQo76fz .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uCOdQo76fz .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uCOdQo76fz .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uCOdQo76fz .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uCOdQo76fz .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uCOdQo76fz .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uCOdQo76fz .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uCOdQo76fz .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uCOdQo76fz .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uCOdQo76fz .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uCOdQo76fz .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uCOdQo76fz .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uCOdQo76fz .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uCOdQo76fz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uCOdQo76fz .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uCOdQo76fz .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCOdQo76fz .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uCOdQo76fz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCOdQo76fz .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uCOdQo76fz .nav-item:focus,
.cid-uCOdQo76fz .nav-link:focus {
  outline: none;
}
.cid-uCOdQo76fz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCOdQo76fz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCOdQo76fz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCOdQo76fz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCOdQo76fz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCOdQo76fz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCOdQo76fz .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uCOdQo76fz .navbar.opened {
  transition: all 0.3s;
}
.cid-uCOdQo76fz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCOdQo76fz .navbar .navbar-logo img {
  width: auto;
}
.cid-uCOdQo76fz .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uCOdQo76fz .navbar.collapsed {
  justify-content: center;
}
.cid-uCOdQo76fz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCOdQo76fz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCOdQo76fz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCOdQo76fz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCOdQo76fz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCOdQo76fz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uCOdQo76fz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCOdQo76fz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCOdQo76fz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uCOdQo76fz .navbar {
    min-height: 72px;
  }
  .cid-uCOdQo76fz .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uCOdQo76fz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCOdQo76fz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCOdQo76fz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCOdQo76fz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCOdQo76fz .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-uCOdQo76fz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCOdQo76fz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uCOdQo76fz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCOdQo76fz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCOdQo76fz .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uCOdQo76fz .dropdown-item.active,
.cid-uCOdQo76fz .dropdown-item:active {
  background-color: transparent;
}
.cid-uCOdQo76fz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCOdQo76fz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCOdQo76fz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCOdQo76fz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCOdQo76fz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uCOdQo76fz .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uCOdQo76fz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCOdQo76fz .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uCOdQo76fz .navbar-buttons {
    text-align: left;
  }
}
.cid-uCOdQo76fz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCOdQo76fz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCOdQo76fz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCOdQo76fz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCOdQo76fz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCOdQo76fz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCOdQo76fz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCOdQo76fz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCOdQo76fz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCOdQo76fz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCOdQo76fz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uCOdQo76fz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCOdQo76fz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uCOdQo76fz .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCOdQo76fz .navbar {
    height: 70px;
  }
  .cid-uCOdQo76fz .navbar.opened {
    height: auto;
  }
  .cid-uCOdQo76fz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCOdQo76fz .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uCOdQo76fz .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uCOdQo76fz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uCOdQo76fz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uCOdQo76fz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uCOdQo76fz .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uCOdQo76fz .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uCOdQo76fz .navbar-brand {
    margin-right: auto;
  }
  .cid-uCOdQo76fz .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uCOdQo76fz .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uCOdQo76fz .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uCOdQo76fz .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uCOdQo76fz .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uCOdQo76fz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uCOdQo76fz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uCOdQo76fz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uCOdQo76fz .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uCOdQo76fz .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uCOdQo76fz .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uCOdQoKGhX {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #d1d1d0;
}
.cid-uCOdQoKGhX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCOdQoKGhX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uCOdQoKGhX .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-uCOdQoKGhX .mbr-section-title {
  color: #878787;
}
.cid-uCOdQoKGhX .mbr-text,
.cid-uCOdQoKGhX .mbr-section-btn {
  color: #878787;
}
.cid-uCOdQoKGhX .content-head {
  max-width: 800px;
}
.cid-uCOdQpgipZ {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uCOdQpgipZ .item:focus,
.cid-uCOdQpgipZ span:focus {
  outline: none;
}
.cid-uCOdQpgipZ .item {
  cursor: pointer;
}
.cid-uCOdQpgipZ .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uCOdQpgipZ .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uCOdQpgipZ .grid-container-1,
.cid-uCOdQpgipZ .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uCOdQpgipZ .grid-container-1,
  .cid-uCOdQpgipZ .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uCOdQpgipZ .mbr-section-title {
  color: #878787;
}
.cid-uCOdQpgipZ .mbr-text,
.cid-uCOdQpgipZ .mbr-section-btn {
  color: #000000;
}
.cid-uCOdQpgipZ .content-head {
  max-width: 800px;
}
.cid-uCOdQpgipZ .container,
.cid-uCOdQpgipZ .container-fluid {
  overflow: hidden;
}
.cid-uCOdQpgipZ .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uCOdQpgipZ .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uCOdQpgipZ .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uCOdQpgipZ .grid-item img {
    min-width: 35vw;
  }
}
.cid-uCOdQpgipZ .grid-container-1,
.cid-uCOdQpgipZ .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uCOdQpgipZ .grid-container-1 {
  align-items: flex-end;
}
.cid-uCOdQpgipZ .grid-container-2 {
  align-items: flex-start;
}
.cid-uCOdQpgipZ .mbr-section-subtitle {
  color: #878787;
}
.cid-uCOdQpXfWE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d1d1d0;
}
.cid-uCOdQpXfWE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCOdQpXfWE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCOdQpXfWE .mbr-section-title {
  color: #878787;
}
.cid-uCOdQqk8OY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uCOdQqk8OY .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uCOdQqk8OY .item {
    margin-bottom: 1rem;
  }
}
.cid-uCOdQqk8OY .item-wrapper {
  position: relative;
}
.cid-uCOdQqk8OY .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uCOdQqk8OY .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uCOdQqk8OY .carousel-control,
.cid-uCOdQqk8OY .close {
  background: #1b1b1b;
}
.cid-uCOdQqk8OY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uCOdQqk8OY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uCOdQqk8OY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uCOdQqk8OY .carousel-control-next span {
  margin-left: 5px;
}
.cid-uCOdQqk8OY .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uCOdQqk8OY .close::before {
  content: '\e91a';
}
.cid-uCOdQqk8OY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uCOdQqk8OY .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uCOdQqk8OY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCOdQqk8OY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uCOdQqk8OY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uCOdQqk8OY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uCOdQqk8OY .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uCOdQqk8OY .carousel-indicators li.active,
.cid-uCOdQqk8OY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uCOdQqk8OY .carousel-indicators li::after,
.cid-uCOdQqk8OY .carousel-indicators li::before {
  content: none;
}
.cid-uCOdQqk8OY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uCOdQqk8OY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uCOdQqk8OY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uCOdQqk8OY .carousel-indicators {
    display: none;
  }
}
.cid-uCOdQqk8OY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uCOdQqk8OY .carousel-inner > .active {
  display: block;
}
.cid-uCOdQqk8OY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCOdQqk8OY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uCOdQqk8OY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uCOdQqk8OY .carousel-control,
  .cid-uCOdQqk8OY .carousel-indicators,
  .cid-uCOdQqk8OY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uCOdQqk8OY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uCOdQqk8OY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uCOdQqk8OY .carousel-indicators .active,
.cid-uCOdQqk8OY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uCOdQqk8OY .carousel-indicators .active {
  background: #fff;
}
.cid-uCOdQqk8OY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uCOdQqk8OY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uCOdQqk8OY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uCOdQqk8OY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uCOdQqk8OY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uCOdQqk8OY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uCOdQqk8OY .carousel {
  width: 100%;
}
.cid-uCOdQqk8OY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uCOdQqk8OY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uCOdQqk8OY .modal.fade .modal-dialog,
.cid-uCOdQqk8OY .modal.in .modal-dialog {
  transform: none;
}
.cid-uCOdQqk8OY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uCOdQqk8OY .content-head {
  max-width: 800px;
}
.cid-uCOdQsoqjt {
  background-color: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-uCOdQsoqjt img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCOdQsJfH7 {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uCOdQsJfH7 img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCOdQsZg10 {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uCOdQsZg10 img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCOdQtg53f {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uCOdQtg53f img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCOdQtybma {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uCOdQtybma img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCOdQu3Yxz {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uCOdQu3Yxz img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCOdQvhvbr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uCOdQvhvbr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCOdQvhvbr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCOdQvhvbr .row {
  justify-content: center;
}
.cid-uCOdQvhvbr .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uCOdQvhvbr .item {
    margin-bottom: 1rem;
  }
}
.cid-uCOdQvhvbr .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #d1d1d0;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uCOdQvhvbr .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uCOdQvhvbr .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uCOdQvhvbr .content-head {
  max-width: 800px;
}
.cid-uCOdQvhvbr .mbr-section-title {
  color: #d1d1d0;
}
.cid-uCOdQvhvbr .card-title {
  color: #878787;
}
.cid-uCOdQvhvbr P {
  color: #000000;
}
