.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: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((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: 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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((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: 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))));
  }
}
/* 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: #9fe870 !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: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !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: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !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: #9fe870 !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: #66d022 !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: #9fe870;
}
.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: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9fe870;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #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: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #9fe870;
}
/* 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: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.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: #9fe870;
  border-bottom-color: #9fe870;
}
.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: #9fe870 !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='%239fe870' %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-uUzHALbK8X {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUzHALbK8X .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-uUzHALbK8X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUzHALbK8X .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-uUzHALbK8X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uUzHALbK8X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUzHALbK8X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUzHALbK8X .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uUzHALbK8X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uUzHALbK8X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uUzHALbK8X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uUzHALbK8X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUzHALbK8X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUzHALbK8X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uUzHALbK8X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUzHALbK8X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUzHALbK8X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUzHALbK8X .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUzHALbK8X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUzHALbK8X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uUzHALbK8X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUzHALbK8X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uUzHALbK8X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(247, 247, 247, 0.7) !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: #f7f7f7;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uUzHALbK8X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUzHALbK8X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUzHALbK8X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUzHALbK8X .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: #f7f7f7;
  background: rgba(247, 247, 247, 0.7) !important;
}
.cid-uUzHALbK8X .nav-item:focus,
.cid-uUzHALbK8X .nav-link:focus {
  outline: none;
}
.cid-uUzHALbK8X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUzHALbK8X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUzHALbK8X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUzHALbK8X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUzHALbK8X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUzHALbK8X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUzHALbK8X .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-uUzHALbK8X .navbar.opened {
  transition: all 0.3s;
}
.cid-uUzHALbK8X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUzHALbK8X .navbar .navbar-logo img {
  width: auto;
}
.cid-uUzHALbK8X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uUzHALbK8X .navbar.collapsed {
  justify-content: center;
}
.cid-uUzHALbK8X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUzHALbK8X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUzHALbK8X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uUzHALbK8X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUzHALbK8X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUzHALbK8X .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-uUzHALbK8X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUzHALbK8X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUzHALbK8X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUzHALbK8X .navbar {
    min-height: 72px;
  }
  .cid-uUzHALbK8X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUzHALbK8X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUzHALbK8X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUzHALbK8X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUzHALbK8X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUzHALbK8X .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-uUzHALbK8X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUzHALbK8X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUzHALbK8X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUzHALbK8X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUzHALbK8X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUzHALbK8X .dropdown-item.active,
.cid-uUzHALbK8X .dropdown-item:active {
  background-color: transparent;
}
.cid-uUzHALbK8X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUzHALbK8X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUzHALbK8X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUzHALbK8X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uUzHALbK8X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUzHALbK8X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUzHALbK8X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUzHALbK8X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUzHALbK8X .navbar-buttons {
    text-align: left;
  }
}
.cid-uUzHALbK8X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUzHALbK8X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUzHALbK8X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUzHALbK8X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUzHALbK8X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUzHALbK8X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUzHALbK8X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUzHALbK8X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUzHALbK8X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUzHALbK8X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUzHALbK8X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUzHALbK8X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUzHALbK8X .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-uUzHALbK8X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUzHALbK8X .navbar {
    height: 70px;
  }
  .cid-uUzHALbK8X .navbar.opened {
    height: auto;
  }
  .cid-uUzHALbK8X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUzHALbK8X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUzHALbK8X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUzHALbK8X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUzHALbK8X .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-uUzHALbK8X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUzHALbK8X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUzHALbK8X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUzHALbK8X .navbar-brand {
    margin-right: auto;
  }
  .cid-uUzHALbK8X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    opacity: 1;
    border-color: rgba(247, 247, 247, 0.7) !important;
    background: rgba(247, 247, 247, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uUzHALbK8X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUzHALbK8X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUzHALbK8X .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-uUzHALbK8X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUzHALbK8X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUzHALbK8X .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-uUzHALbK8X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUzHALbK8X .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-uUzHALbK8X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uUzHALbK8X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uUHwoU3Xby {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/pexels-charlotte-may-5824485-2000x1333.jpeg");
}
.cid-uUHwoU3Xby .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-uUHwoU3Xby {
    align-items: center;
  }
  .cid-uUHwoU3Xby .row {
    justify-content: center;
  }
  .cid-uUHwoU3Xby .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uUHwoU3Xby .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uUHwoU3Xby {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUHwoU3Xby .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uUHwoU3Xby .content-wrap {
    width: 100%;
  }
}
.cid-uUHwoU3Xby .mbr-section-title,
.cid-uUHwoU3Xby .mbr-section-subtitle {
  text-align: center;
}
.cid-uUHwoU3Xby .mbr-text,
.cid-uUHwoU3Xby .mbr-section-btn {
  text-align: center;
}
.cid-uUHzQoupe2 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uUHzQoupe2 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uUHzQoupe2 img,
.cid-uUHzQoupe2 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uUHzQoupe2 .item:focus,
.cid-uUHzQoupe2 span:focus {
  outline: none;
}
.cid-uUHzQoupe2 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uUHzQoupe2 .item {
    margin-bottom: 1rem;
  }
}
.cid-uUHzQoupe2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uUHzQoupe2 .mbr-section-title {
  color: #232323;
}
.cid-uUHzQoupe2 .mbr-text,
.cid-uUHzQoupe2 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uUHzQoupe2 .item-title {
  color: #232323;
  text-align: center;
}
.cid-uUHzQoupe2 .content-head {
  max-width: 800px;
}
.cid-uUtCmV9dTz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-uUJ8VihIrF {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUJ8VihIrF .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-uUJ8VihIrF .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUJ8VihIrF .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-uUJ8VihIrF .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uUJ8VihIrF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUJ8VihIrF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUJ8VihIrF .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uUJ8VihIrF .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uUJ8VihIrF .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uUJ8VihIrF .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uUJ8VihIrF .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUJ8VihIrF .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUJ8VihIrF .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uUJ8VihIrF .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUJ8VihIrF .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUJ8VihIrF .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUJ8VihIrF .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUJ8VihIrF .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUJ8VihIrF .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uUJ8VihIrF .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUJ8VihIrF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uUJ8VihIrF .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(247, 247, 247, 0.7) !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: #f7f7f7;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uUJ8VihIrF .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUJ8VihIrF .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUJ8VihIrF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUJ8VihIrF .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: #f7f7f7;
  background: rgba(247, 247, 247, 0.7) !important;
}
.cid-uUJ8VihIrF .nav-item:focus,
.cid-uUJ8VihIrF .nav-link:focus {
  outline: none;
}
.cid-uUJ8VihIrF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUJ8VihIrF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUJ8VihIrF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUJ8VihIrF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUJ8VihIrF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUJ8VihIrF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUJ8VihIrF .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-uUJ8VihIrF .navbar.opened {
  transition: all 0.3s;
}
.cid-uUJ8VihIrF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUJ8VihIrF .navbar .navbar-logo img {
  width: auto;
}
.cid-uUJ8VihIrF .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uUJ8VihIrF .navbar.collapsed {
  justify-content: center;
}
.cid-uUJ8VihIrF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUJ8VihIrF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUJ8VihIrF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uUJ8VihIrF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUJ8VihIrF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUJ8VihIrF .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-uUJ8VihIrF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUJ8VihIrF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUJ8VihIrF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUJ8VihIrF .navbar {
    min-height: 72px;
  }
  .cid-uUJ8VihIrF .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUJ8VihIrF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUJ8VihIrF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUJ8VihIrF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUJ8VihIrF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUJ8VihIrF .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-uUJ8VihIrF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUJ8VihIrF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUJ8VihIrF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUJ8VihIrF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUJ8VihIrF .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUJ8VihIrF .dropdown-item.active,
.cid-uUJ8VihIrF .dropdown-item:active {
  background-color: transparent;
}
.cid-uUJ8VihIrF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUJ8VihIrF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUJ8VihIrF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUJ8VihIrF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uUJ8VihIrF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUJ8VihIrF .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUJ8VihIrF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUJ8VihIrF .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUJ8VihIrF .navbar-buttons {
    text-align: left;
  }
}
.cid-uUJ8VihIrF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUJ8VihIrF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUJ8VihIrF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUJ8VihIrF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUJ8VihIrF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUJ8VihIrF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUJ8VihIrF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUJ8VihIrF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUJ8VihIrF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUJ8VihIrF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUJ8VihIrF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUJ8VihIrF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUJ8VihIrF .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-uUJ8VihIrF .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUJ8VihIrF .navbar {
    height: 70px;
  }
  .cid-uUJ8VihIrF .navbar.opened {
    height: auto;
  }
  .cid-uUJ8VihIrF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUJ8VihIrF .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUJ8VihIrF .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUJ8VihIrF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUJ8VihIrF .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-uUJ8VihIrF .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUJ8VihIrF .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUJ8VihIrF .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUJ8VihIrF .navbar-brand {
    margin-right: auto;
  }
  .cid-uUJ8VihIrF .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    opacity: 1;
    border-color: rgba(247, 247, 247, 0.7) !important;
    background: rgba(247, 247, 247, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uUJ8VihIrF .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUJ8VihIrF .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUJ8VihIrF .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-uUJ8VihIrF .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUJ8VihIrF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUJ8VihIrF .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-uUJ8VihIrF .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUJ8VihIrF .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-uUJ8VihIrF .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uUJ8VihIrF .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uUJa8zPwxu {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uUJa8zPwxu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUJa8zPwxu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uUJa8zPwxu .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uUJa8zPwxu .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uUJa8zPwxu .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uUJa8zPwxu .card-wrapper {
  background: #ffffff;
}
.cid-uUJa8zPwxu .mbr-text,
.cid-uUJa8zPwxu .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uUJa8zPwxu .card-title,
.cid-uUJa8zPwxu .card-box {
  text-align: left;
  color: #000000;
}
.cid-uUJa8zPwxu .image-wrapper img {
  width: 100%;
}
.cid-uV8o2lgWhr {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
@media (min-width: 992px) {
  .cid-uV8o2lgWhr .carousel {
    max-height: 800px;
  }
  .cid-uV8o2lgWhr .carousel img {
    height: 800px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uV8o2lgWhr .carousel {
    min-height: 520px;
  }
  .cid-uV8o2lgWhr .carousel img {
    height: 520px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-uV8o2lgWhr .carousel {
    min-height: 440px;
  }
  .cid-uV8o2lgWhr .carousel img {
    height: 440px;
    object-fit: cover;
  }
  .cid-uV8o2lgWhr .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uV8o2lgWhr .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uV8o2lgWhr .carousel,
.cid-uV8o2lgWhr .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uV8o2lgWhr .item-wrapper {
  width: 100%;
}
.cid-uV8o2lgWhr .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uV8o2lgWhr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uV8o2lgWhr .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uV8o2lgWhr .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uV8o2lgWhr .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uV8o2lgWhr .carousel-control {
  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-uV8o2lgWhr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uV8o2lgWhr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uV8o2lgWhr .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uV8o2lgWhr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uV8o2lgWhr .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-uV8o2lgWhr .carousel-indicators li.active,
.cid-uV8o2lgWhr .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uV8o2lgWhr .carousel-indicators li::after,
.cid-uV8o2lgWhr .carousel-indicators li::before {
  content: none;
}
.cid-uV8o2lgWhr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uV8o2lgWhr .carousel-indicators {
    display: none !important;
  }
}
.cid-uUJ8VjRis5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-uUJhshku0y {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUJhshku0y .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-uUJhshku0y .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUJhshku0y .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-uUJhshku0y .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uUJhshku0y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUJhshku0y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUJhshku0y .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uUJhshku0y .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uUJhshku0y .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uUJhshku0y .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uUJhshku0y .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUJhshku0y .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUJhshku0y .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uUJhshku0y .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUJhshku0y .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUJhshku0y .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUJhshku0y .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUJhshku0y .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUJhshku0y .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uUJhshku0y .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUJhshku0y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uUJhshku0y .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(247, 247, 247, 0.7) !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: #f7f7f7;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uUJhshku0y .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUJhshku0y .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUJhshku0y .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUJhshku0y .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: #f7f7f7;
  background: rgba(247, 247, 247, 0.7) !important;
}
.cid-uUJhshku0y .nav-item:focus,
.cid-uUJhshku0y .nav-link:focus {
  outline: none;
}
.cid-uUJhshku0y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUJhshku0y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUJhshku0y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUJhshku0y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUJhshku0y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUJhshku0y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUJhshku0y .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-uUJhshku0y .navbar.opened {
  transition: all 0.3s;
}
.cid-uUJhshku0y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUJhshku0y .navbar .navbar-logo img {
  width: auto;
}
.cid-uUJhshku0y .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uUJhshku0y .navbar.collapsed {
  justify-content: center;
}
.cid-uUJhshku0y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUJhshku0y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUJhshku0y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uUJhshku0y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUJhshku0y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUJhshku0y .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-uUJhshku0y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUJhshku0y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUJhshku0y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUJhshku0y .navbar {
    min-height: 72px;
  }
  .cid-uUJhshku0y .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUJhshku0y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUJhshku0y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUJhshku0y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUJhshku0y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUJhshku0y .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-uUJhshku0y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUJhshku0y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUJhshku0y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUJhshku0y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUJhshku0y .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUJhshku0y .dropdown-item.active,
.cid-uUJhshku0y .dropdown-item:active {
  background-color: transparent;
}
.cid-uUJhshku0y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUJhshku0y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUJhshku0y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUJhshku0y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uUJhshku0y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUJhshku0y .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUJhshku0y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUJhshku0y .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUJhshku0y .navbar-buttons {
    text-align: left;
  }
}
.cid-uUJhshku0y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUJhshku0y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUJhshku0y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUJhshku0y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUJhshku0y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUJhshku0y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUJhshku0y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUJhshku0y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUJhshku0y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUJhshku0y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUJhshku0y .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUJhshku0y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUJhshku0y .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-uUJhshku0y .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUJhshku0y .navbar {
    height: 70px;
  }
  .cid-uUJhshku0y .navbar.opened {
    height: auto;
  }
  .cid-uUJhshku0y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUJhshku0y .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUJhshku0y .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUJhshku0y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUJhshku0y .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-uUJhshku0y .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUJhshku0y .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUJhshku0y .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUJhshku0y .navbar-brand {
    margin-right: auto;
  }
  .cid-uUJhshku0y .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    opacity: 1;
    border-color: rgba(247, 247, 247, 0.7) !important;
    background: rgba(247, 247, 247, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uUJhshku0y .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUJhshku0y .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUJhshku0y .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-uUJhshku0y .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUJhshku0y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUJhshku0y .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-uUJhshku0y .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUJhshku0y .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-uUJhshku0y .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uUJhshku0y .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uUJhshSgCE {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uUJhshSgCE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUJhshSgCE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uUJhshSgCE .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uUJhshSgCE .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uUJhshSgCE .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uUJhshSgCE .card-wrapper {
  background: #ffffff;
}
.cid-uUJhshSgCE .mbr-text,
.cid-uUJhshSgCE .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uUJhshSgCE .card-title,
.cid-uUJhshSgCE .card-box {
  text-align: left;
  color: #000000;
}
.cid-uUJhshSgCE .image-wrapper img {
  width: 100%;
}
.cid-uV8qJZ73La {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
@media (min-width: 992px) {
  .cid-uV8qJZ73La .carousel {
    max-height: 800px;
  }
  .cid-uV8qJZ73La .carousel img {
    height: 800px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uV8qJZ73La .carousel {
    min-height: 520px;
  }
  .cid-uV8qJZ73La .carousel img {
    height: 520px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-uV8qJZ73La .carousel {
    min-height: 440px;
  }
  .cid-uV8qJZ73La .carousel img {
    height: 440px;
    object-fit: cover;
  }
  .cid-uV8qJZ73La .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uV8qJZ73La .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uV8qJZ73La .carousel,
.cid-uV8qJZ73La .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uV8qJZ73La .item-wrapper {
  width: 100%;
}
.cid-uV8qJZ73La .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uV8qJZ73La .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uV8qJZ73La .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uV8qJZ73La .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uV8qJZ73La .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uV8qJZ73La .carousel-control {
  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-uV8qJZ73La .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uV8qJZ73La .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uV8qJZ73La .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uV8qJZ73La .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uV8qJZ73La .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-uV8qJZ73La .carousel-indicators li.active,
.cid-uV8qJZ73La .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uV8qJZ73La .carousel-indicators li::after,
.cid-uV8qJZ73La .carousel-indicators li::before {
  content: none;
}
.cid-uV8qJZ73La .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uV8qJZ73La .carousel-indicators {
    display: none !important;
  }
}
.cid-uUJhsinw7M {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-uUJ8PcDkcZ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUJ8PcDkcZ .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-uUJ8PcDkcZ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUJ8PcDkcZ .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-uUJ8PcDkcZ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uUJ8PcDkcZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUJ8PcDkcZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUJ8PcDkcZ .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uUJ8PcDkcZ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uUJ8PcDkcZ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uUJ8PcDkcZ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uUJ8PcDkcZ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUJ8PcDkcZ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUJ8PcDkcZ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uUJ8PcDkcZ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUJ8PcDkcZ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUJ8PcDkcZ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUJ8PcDkcZ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUJ8PcDkcZ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUJ8PcDkcZ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uUJ8PcDkcZ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUJ8PcDkcZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uUJ8PcDkcZ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(247, 247, 247, 0.7) !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: #f7f7f7;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uUJ8PcDkcZ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUJ8PcDkcZ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUJ8PcDkcZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUJ8PcDkcZ .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: #f7f7f7;
  background: rgba(247, 247, 247, 0.7) !important;
}
.cid-uUJ8PcDkcZ .nav-item:focus,
.cid-uUJ8PcDkcZ .nav-link:focus {
  outline: none;
}
.cid-uUJ8PcDkcZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUJ8PcDkcZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUJ8PcDkcZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUJ8PcDkcZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUJ8PcDkcZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUJ8PcDkcZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUJ8PcDkcZ .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-uUJ8PcDkcZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uUJ8PcDkcZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUJ8PcDkcZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uUJ8PcDkcZ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uUJ8PcDkcZ .navbar.collapsed {
  justify-content: center;
}
.cid-uUJ8PcDkcZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUJ8PcDkcZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUJ8PcDkcZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uUJ8PcDkcZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUJ8PcDkcZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUJ8PcDkcZ .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-uUJ8PcDkcZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUJ8PcDkcZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUJ8PcDkcZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUJ8PcDkcZ .navbar {
    min-height: 72px;
  }
  .cid-uUJ8PcDkcZ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUJ8PcDkcZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUJ8PcDkcZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUJ8PcDkcZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUJ8PcDkcZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUJ8PcDkcZ .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-uUJ8PcDkcZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUJ8PcDkcZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUJ8PcDkcZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUJ8PcDkcZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUJ8PcDkcZ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUJ8PcDkcZ .dropdown-item.active,
.cid-uUJ8PcDkcZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uUJ8PcDkcZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUJ8PcDkcZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUJ8PcDkcZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUJ8PcDkcZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uUJ8PcDkcZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUJ8PcDkcZ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUJ8PcDkcZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUJ8PcDkcZ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUJ8PcDkcZ .navbar-buttons {
    text-align: left;
  }
}
.cid-uUJ8PcDkcZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUJ8PcDkcZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUJ8PcDkcZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUJ8PcDkcZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUJ8PcDkcZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUJ8PcDkcZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUJ8PcDkcZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUJ8PcDkcZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUJ8PcDkcZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUJ8PcDkcZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUJ8PcDkcZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUJ8PcDkcZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUJ8PcDkcZ .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-uUJ8PcDkcZ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUJ8PcDkcZ .navbar {
    height: 70px;
  }
  .cid-uUJ8PcDkcZ .navbar.opened {
    height: auto;
  }
  .cid-uUJ8PcDkcZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUJ8PcDkcZ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUJ8PcDkcZ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUJ8PcDkcZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUJ8PcDkcZ .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-uUJ8PcDkcZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUJ8PcDkcZ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUJ8PcDkcZ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUJ8PcDkcZ .navbar-brand {
    margin-right: auto;
  }
  .cid-uUJ8PcDkcZ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    opacity: 1;
    border-color: rgba(247, 247, 247, 0.7) !important;
    background: rgba(247, 247, 247, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uUJ8PcDkcZ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUJ8PcDkcZ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUJ8PcDkcZ .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-uUJ8PcDkcZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUJ8PcDkcZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUJ8PcDkcZ .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-uUJ8PcDkcZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUJ8PcDkcZ .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-uUJ8PcDkcZ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uUJ8PcDkcZ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uUJdYOnqH9 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/img-20250819-151227-2000x1500.jpg");
}
.cid-uUJdYOnqH9 .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-uUJdYOnqH9 {
    align-items: center;
  }
  .cid-uUJdYOnqH9 .row {
    justify-content: center;
  }
  .cid-uUJdYOnqH9 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uUJdYOnqH9 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uUJdYOnqH9 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUJdYOnqH9 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uUJdYOnqH9 .content-wrap {
    width: 100%;
  }
}
.cid-uUJdYOnqH9 .mbr-section-title,
.cid-uUJdYOnqH9 .mbr-section-subtitle {
  text-align: center;
}
.cid-uUJdYOnqH9 .mbr-text,
.cid-uUJdYOnqH9 .mbr-section-btn {
  text-align: center;
}
.cid-uUJep3pER3 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uUJep3pER3 img,
.cid-uUJep3pER3 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uUJep3pER3 .item:focus,
.cid-uUJep3pER3 span:focus {
  outline: none;
}
.cid-uUJep3pER3 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uUJep3pER3 .item {
    margin-bottom: 1rem;
  }
}
.cid-uUJep3pER3 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uUJep3pER3 .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uUJep3pER3 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uUJep3pER3 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uUJep3pER3 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uUJep3pER3 .mbr-section-title {
  color: #000000;
}
.cid-uUJep3pER3 .item-title {
  text-align: left;
}
.cid-uUJep3pER3 .item-subtitle {
  text-align: left;
}
.cid-uUJep3pER3 .mbr-text,
.cid-uUJep3pER3 .item .mbr-section-btn {
  text-align: left;
}
.cid-uUJep3pER3 .content-head {
  max-width: 800px;
}
.cid-uUKtLzknda {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uUKtLzknda img,
.cid-uUKtLzknda .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uUKtLzknda .item:focus,
.cid-uUKtLzknda span:focus {
  outline: none;
}
.cid-uUKtLzknda .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uUKtLzknda .item {
    margin-bottom: 1rem;
  }
}
.cid-uUKtLzknda .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uUKtLzknda .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uUKtLzknda .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uUKtLzknda .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uUKtLzknda .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uUKtLzknda .mbr-section-title {
  color: #000000;
}
.cid-uUKtLzknda .item-title {
  text-align: left;
}
.cid-uUKtLzknda .item-subtitle {
  text-align: left;
}
.cid-uUKtLzknda .mbr-text,
.cid-uUKtLzknda .item .mbr-section-btn {
  text-align: left;
}
.cid-uUKtLzknda .content-head {
  max-width: 800px;
}
.cid-uVip3hAGVX {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uVip3hAGVX img,
.cid-uVip3hAGVX .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uVip3hAGVX .item:focus,
.cid-uVip3hAGVX span:focus {
  outline: none;
}
.cid-uVip3hAGVX .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVip3hAGVX .item {
    margin-bottom: 1rem;
  }
}
.cid-uVip3hAGVX .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uVip3hAGVX .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uVip3hAGVX .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uVip3hAGVX .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uVip3hAGVX .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uVip3hAGVX .mbr-section-title {
  color: #000000;
}
.cid-uVip3hAGVX .item-title {
  text-align: left;
}
.cid-uVip3hAGVX .item-subtitle {
  text-align: left;
}
.cid-uVip3hAGVX .mbr-text,
.cid-uVip3hAGVX .item .mbr-section-btn {
  text-align: left;
}
.cid-uVip3hAGVX .content-head {
  max-width: 800px;
}
.cid-uVp089I3cT {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uVp089I3cT img,
.cid-uVp089I3cT .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uVp089I3cT .item:focus,
.cid-uVp089I3cT span:focus {
  outline: none;
}
.cid-uVp089I3cT .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVp089I3cT .item {
    margin-bottom: 1rem;
  }
}
.cid-uVp089I3cT .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uVp089I3cT .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uVp089I3cT .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uVp089I3cT .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uVp089I3cT .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uVp089I3cT .mbr-section-title {
  color: #000000;
}
.cid-uVp089I3cT .item-title {
  text-align: left;
}
.cid-uVp089I3cT .item-subtitle {
  text-align: left;
}
.cid-uVp089I3cT .mbr-text,
.cid-uVp089I3cT .item .mbr-section-btn {
  text-align: left;
}
.cid-uVp089I3cT .content-head {
  max-width: 800px;
}
.cid-uUJ8PdYvtm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-uUKr1UI0ad {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUKr1UI0ad .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-uUKr1UI0ad .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUKr1UI0ad .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-uUKr1UI0ad .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uUKr1UI0ad .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUKr1UI0ad .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUKr1UI0ad .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uUKr1UI0ad .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uUKr1UI0ad .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uUKr1UI0ad .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uUKr1UI0ad .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUKr1UI0ad .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUKr1UI0ad .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uUKr1UI0ad .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUKr1UI0ad .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUKr1UI0ad .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUKr1UI0ad .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUKr1UI0ad .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUKr1UI0ad .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uUKr1UI0ad .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUKr1UI0ad .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uUKr1UI0ad .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(247, 247, 247, 0.7) !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: #f7f7f7;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uUKr1UI0ad .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUKr1UI0ad .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUKr1UI0ad .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUKr1UI0ad .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: #f7f7f7;
  background: rgba(247, 247, 247, 0.7) !important;
}
.cid-uUKr1UI0ad .nav-item:focus,
.cid-uUKr1UI0ad .nav-link:focus {
  outline: none;
}
.cid-uUKr1UI0ad .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUKr1UI0ad .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUKr1UI0ad .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUKr1UI0ad .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUKr1UI0ad .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUKr1UI0ad .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUKr1UI0ad .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-uUKr1UI0ad .navbar.opened {
  transition: all 0.3s;
}
.cid-uUKr1UI0ad .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUKr1UI0ad .navbar .navbar-logo img {
  width: auto;
}
.cid-uUKr1UI0ad .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uUKr1UI0ad .navbar.collapsed {
  justify-content: center;
}
.cid-uUKr1UI0ad .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUKr1UI0ad .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUKr1UI0ad .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uUKr1UI0ad .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUKr1UI0ad .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUKr1UI0ad .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-uUKr1UI0ad .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUKr1UI0ad .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUKr1UI0ad .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUKr1UI0ad .navbar {
    min-height: 72px;
  }
  .cid-uUKr1UI0ad .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUKr1UI0ad .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUKr1UI0ad .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUKr1UI0ad .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUKr1UI0ad .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUKr1UI0ad .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-uUKr1UI0ad .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUKr1UI0ad .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUKr1UI0ad .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUKr1UI0ad .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUKr1UI0ad .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUKr1UI0ad .dropdown-item.active,
.cid-uUKr1UI0ad .dropdown-item:active {
  background-color: transparent;
}
.cid-uUKr1UI0ad .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUKr1UI0ad .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUKr1UI0ad .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUKr1UI0ad .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uUKr1UI0ad .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUKr1UI0ad .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUKr1UI0ad ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUKr1UI0ad .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUKr1UI0ad .navbar-buttons {
    text-align: left;
  }
}
.cid-uUKr1UI0ad button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUKr1UI0ad button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUKr1UI0ad button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUKr1UI0ad button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUKr1UI0ad button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUKr1UI0ad button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUKr1UI0ad nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUKr1UI0ad nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUKr1UI0ad nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUKr1UI0ad nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUKr1UI0ad .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUKr1UI0ad a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUKr1UI0ad .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-uUKr1UI0ad .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUKr1UI0ad .navbar {
    height: 70px;
  }
  .cid-uUKr1UI0ad .navbar.opened {
    height: auto;
  }
  .cid-uUKr1UI0ad .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUKr1UI0ad .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUKr1UI0ad .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUKr1UI0ad .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUKr1UI0ad .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-uUKr1UI0ad .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUKr1UI0ad .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUKr1UI0ad .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUKr1UI0ad .navbar-brand {
    margin-right: auto;
  }
  .cid-uUKr1UI0ad .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    opacity: 1;
    border-color: rgba(247, 247, 247, 0.7) !important;
    background: rgba(247, 247, 247, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uUKr1UI0ad .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUKr1UI0ad .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUKr1UI0ad .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-uUKr1UI0ad .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUKr1UI0ad .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUKr1UI0ad .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-uUKr1UI0ad .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUKr1UI0ad .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-uUKr1UI0ad .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uUKr1UI0ad .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uUKr1Vkl13 {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uUKr1Vkl13 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUKr1Vkl13 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uUKr1Vkl13 .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uUKr1Vkl13 .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uUKr1Vkl13 .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uUKr1Vkl13 .card-wrapper {
  background: #ffffff;
}
.cid-uUKr1Vkl13 .mbr-text,
.cid-uUKr1Vkl13 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uUKr1Vkl13 .card-title,
.cid-uUKr1Vkl13 .card-box {
  text-align: left;
  color: #000000;
}
.cid-uUKr1Vkl13 .image-wrapper img {
  width: 100%;
}
.cid-uV8sHEKfcO {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
@media (min-width: 992px) {
  .cid-uV8sHEKfcO .carousel {
    max-height: 800px;
  }
  .cid-uV8sHEKfcO .carousel img {
    height: 800px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uV8sHEKfcO .carousel {
    min-height: 520px;
  }
  .cid-uV8sHEKfcO .carousel img {
    height: 520px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-uV8sHEKfcO .carousel {
    min-height: 440px;
  }
  .cid-uV8sHEKfcO .carousel img {
    height: 440px;
    object-fit: cover;
  }
  .cid-uV8sHEKfcO .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uV8sHEKfcO .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uV8sHEKfcO .carousel,
.cid-uV8sHEKfcO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uV8sHEKfcO .item-wrapper {
  width: 100%;
}
.cid-uV8sHEKfcO .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uV8sHEKfcO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uV8sHEKfcO .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uV8sHEKfcO .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uV8sHEKfcO .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uV8sHEKfcO .carousel-control {
  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-uV8sHEKfcO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uV8sHEKfcO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uV8sHEKfcO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uV8sHEKfcO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uV8sHEKfcO .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-uV8sHEKfcO .carousel-indicators li.active,
.cid-uV8sHEKfcO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uV8sHEKfcO .carousel-indicators li::after,
.cid-uV8sHEKfcO .carousel-indicators li::before {
  content: none;
}
.cid-uV8sHEKfcO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uV8sHEKfcO .carousel-indicators {
    display: none !important;
  }
}
.cid-uUKr1VS73a {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-uUKqTl1492 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUKqTl1492 .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-uUKqTl1492 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUKqTl1492 .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-uUKqTl1492 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uUKqTl1492 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUKqTl1492 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUKqTl1492 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uUKqTl1492 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uUKqTl1492 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uUKqTl1492 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uUKqTl1492 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUKqTl1492 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUKqTl1492 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uUKqTl1492 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUKqTl1492 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUKqTl1492 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUKqTl1492 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUKqTl1492 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUKqTl1492 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uUKqTl1492 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUKqTl1492 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uUKqTl1492 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(247, 247, 247, 0.7) !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: #f7f7f7;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uUKqTl1492 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUKqTl1492 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUKqTl1492 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUKqTl1492 .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: #f7f7f7;
  background: rgba(247, 247, 247, 0.7) !important;
}
.cid-uUKqTl1492 .nav-item:focus,
.cid-uUKqTl1492 .nav-link:focus {
  outline: none;
}
.cid-uUKqTl1492 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUKqTl1492 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUKqTl1492 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUKqTl1492 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUKqTl1492 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUKqTl1492 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUKqTl1492 .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-uUKqTl1492 .navbar.opened {
  transition: all 0.3s;
}
.cid-uUKqTl1492 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUKqTl1492 .navbar .navbar-logo img {
  width: auto;
}
.cid-uUKqTl1492 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uUKqTl1492 .navbar.collapsed {
  justify-content: center;
}
.cid-uUKqTl1492 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUKqTl1492 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUKqTl1492 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uUKqTl1492 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUKqTl1492 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUKqTl1492 .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-uUKqTl1492 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUKqTl1492 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUKqTl1492 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUKqTl1492 .navbar {
    min-height: 72px;
  }
  .cid-uUKqTl1492 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUKqTl1492 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUKqTl1492 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUKqTl1492 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUKqTl1492 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUKqTl1492 .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-uUKqTl1492 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUKqTl1492 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUKqTl1492 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUKqTl1492 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUKqTl1492 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUKqTl1492 .dropdown-item.active,
.cid-uUKqTl1492 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUKqTl1492 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUKqTl1492 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUKqTl1492 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUKqTl1492 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uUKqTl1492 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUKqTl1492 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUKqTl1492 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUKqTl1492 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUKqTl1492 .navbar-buttons {
    text-align: left;
  }
}
.cid-uUKqTl1492 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUKqTl1492 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUKqTl1492 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUKqTl1492 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUKqTl1492 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUKqTl1492 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUKqTl1492 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUKqTl1492 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUKqTl1492 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUKqTl1492 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUKqTl1492 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUKqTl1492 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUKqTl1492 .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-uUKqTl1492 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUKqTl1492 .navbar {
    height: 70px;
  }
  .cid-uUKqTl1492 .navbar.opened {
    height: auto;
  }
  .cid-uUKqTl1492 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUKqTl1492 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUKqTl1492 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUKqTl1492 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUKqTl1492 .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-uUKqTl1492 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUKqTl1492 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUKqTl1492 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUKqTl1492 .navbar-brand {
    margin-right: auto;
  }
  .cid-uUKqTl1492 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    opacity: 1;
    border-color: rgba(247, 247, 247, 0.7) !important;
    background: rgba(247, 247, 247, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uUKqTl1492 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUKqTl1492 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUKqTl1492 .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-uUKqTl1492 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUKqTl1492 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUKqTl1492 .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-uUKqTl1492 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUKqTl1492 .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-uUKqTl1492 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uUKqTl1492 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uUKqTlFVoz {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uUKqTlFVoz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUKqTlFVoz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uUKqTlFVoz .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uUKqTlFVoz .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uUKqTlFVoz .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uUKqTlFVoz .card-wrapper {
  background: #ffffff;
}
.cid-uUKqTlFVoz .mbr-text,
.cid-uUKqTlFVoz .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uUKqTlFVoz .card-title,
.cid-uUKqTlFVoz .card-box {
  text-align: left;
  color: #000000;
}
.cid-uUKqTlFVoz .image-wrapper img {
  width: 100%;
}
.cid-uV8rzHp0nN {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
@media (min-width: 992px) {
  .cid-uV8rzHp0nN .carousel {
    max-height: 600px;
  }
  .cid-uV8rzHp0nN .carousel img {
    height: 600px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uV8rzHp0nN .carousel {
    min-height: 390px;
  }
  .cid-uV8rzHp0nN .carousel img {
    height: 390px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-uV8rzHp0nN .carousel {
    min-height: 330px;
  }
  .cid-uV8rzHp0nN .carousel img {
    height: 330px;
    object-fit: cover;
  }
  .cid-uV8rzHp0nN .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uV8rzHp0nN .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uV8rzHp0nN .carousel,
.cid-uV8rzHp0nN .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uV8rzHp0nN .item-wrapper {
  width: 100%;
}
.cid-uV8rzHp0nN .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uV8rzHp0nN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uV8rzHp0nN .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uV8rzHp0nN .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uV8rzHp0nN .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uV8rzHp0nN .carousel-control {
  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-uV8rzHp0nN .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uV8rzHp0nN .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uV8rzHp0nN .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uV8rzHp0nN .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uV8rzHp0nN .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-uV8rzHp0nN .carousel-indicators li.active,
.cid-uV8rzHp0nN .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uV8rzHp0nN .carousel-indicators li::after,
.cid-uV8rzHp0nN .carousel-indicators li::before {
  content: none;
}
.cid-uV8rzHp0nN .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uV8rzHp0nN .carousel-indicators {
    display: none !important;
  }
}
.cid-uUKqTmdnSI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-uUL4DiFJ8y {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUL4DiFJ8y .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-uUL4DiFJ8y .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUL4DiFJ8y .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-uUL4DiFJ8y .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uUL4DiFJ8y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUL4DiFJ8y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUL4DiFJ8y .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uUL4DiFJ8y .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uUL4DiFJ8y .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uUL4DiFJ8y .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uUL4DiFJ8y .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUL4DiFJ8y .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUL4DiFJ8y .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uUL4DiFJ8y .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUL4DiFJ8y .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUL4DiFJ8y .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUL4DiFJ8y .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUL4DiFJ8y .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUL4DiFJ8y .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uUL4DiFJ8y .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUL4DiFJ8y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uUL4DiFJ8y .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(247, 247, 247, 0.7) !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: #f7f7f7;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uUL4DiFJ8y .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUL4DiFJ8y .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUL4DiFJ8y .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUL4DiFJ8y .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: #f7f7f7;
  background: rgba(247, 247, 247, 0.7) !important;
}
.cid-uUL4DiFJ8y .nav-item:focus,
.cid-uUL4DiFJ8y .nav-link:focus {
  outline: none;
}
.cid-uUL4DiFJ8y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUL4DiFJ8y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUL4DiFJ8y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUL4DiFJ8y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUL4DiFJ8y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUL4DiFJ8y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUL4DiFJ8y .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-uUL4DiFJ8y .navbar.opened {
  transition: all 0.3s;
}
.cid-uUL4DiFJ8y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUL4DiFJ8y .navbar .navbar-logo img {
  width: auto;
}
.cid-uUL4DiFJ8y .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uUL4DiFJ8y .navbar.collapsed {
  justify-content: center;
}
.cid-uUL4DiFJ8y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUL4DiFJ8y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUL4DiFJ8y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uUL4DiFJ8y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUL4DiFJ8y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUL4DiFJ8y .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-uUL4DiFJ8y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUL4DiFJ8y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUL4DiFJ8y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUL4DiFJ8y .navbar {
    min-height: 72px;
  }
  .cid-uUL4DiFJ8y .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUL4DiFJ8y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUL4DiFJ8y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUL4DiFJ8y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUL4DiFJ8y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUL4DiFJ8y .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-uUL4DiFJ8y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUL4DiFJ8y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUL4DiFJ8y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUL4DiFJ8y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUL4DiFJ8y .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUL4DiFJ8y .dropdown-item.active,
.cid-uUL4DiFJ8y .dropdown-item:active {
  background-color: transparent;
}
.cid-uUL4DiFJ8y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUL4DiFJ8y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUL4DiFJ8y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUL4DiFJ8y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uUL4DiFJ8y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUL4DiFJ8y .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUL4DiFJ8y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUL4DiFJ8y .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUL4DiFJ8y .navbar-buttons {
    text-align: left;
  }
}
.cid-uUL4DiFJ8y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUL4DiFJ8y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUL4DiFJ8y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUL4DiFJ8y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUL4DiFJ8y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUL4DiFJ8y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUL4DiFJ8y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUL4DiFJ8y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUL4DiFJ8y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUL4DiFJ8y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUL4DiFJ8y .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUL4DiFJ8y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUL4DiFJ8y .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-uUL4DiFJ8y .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUL4DiFJ8y .navbar {
    height: 70px;
  }
  .cid-uUL4DiFJ8y .navbar.opened {
    height: auto;
  }
  .cid-uUL4DiFJ8y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUL4DiFJ8y .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUL4DiFJ8y .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUL4DiFJ8y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUL4DiFJ8y .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-uUL4DiFJ8y .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUL4DiFJ8y .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUL4DiFJ8y .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUL4DiFJ8y .navbar-brand {
    margin-right: auto;
  }
  .cid-uUL4DiFJ8y .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    opacity: 1;
    border-color: rgba(247, 247, 247, 0.7) !important;
    background: rgba(247, 247, 247, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uUL4DiFJ8y .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUL4DiFJ8y .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUL4DiFJ8y .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-uUL4DiFJ8y .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUL4DiFJ8y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUL4DiFJ8y .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-uUL4DiFJ8y .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUL4DiFJ8y .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-uUL4DiFJ8y .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uUL4DiFJ8y .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uUL4Dj8J6Z {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/pexels-charlotte-may-5824485-2000x1333.jpeg");
}
.cid-uUL4Dj8J6Z .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-uUL4Dj8J6Z {
    align-items: center;
  }
  .cid-uUL4Dj8J6Z .row {
    justify-content: center;
  }
  .cid-uUL4Dj8J6Z .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uUL4Dj8J6Z .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uUL4Dj8J6Z {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUL4Dj8J6Z .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uUL4Dj8J6Z .content-wrap {
    width: 100%;
  }
}
.cid-uUL4Dj8J6Z .mbr-section-title,
.cid-uUL4Dj8J6Z .mbr-section-subtitle {
  text-align: center;
}
.cid-uUL4Dj8J6Z .mbr-text,
.cid-uUL4Dj8J6Z .mbr-section-btn {
  text-align: center;
}
.cid-uUL4DjAhQH {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uUL4DjAhQH .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uUL4DjAhQH img,
.cid-uUL4DjAhQH .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uUL4DjAhQH .item:focus,
.cid-uUL4DjAhQH span:focus {
  outline: none;
}
.cid-uUL4DjAhQH .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uUL4DjAhQH .item {
    margin-bottom: 1rem;
  }
}
.cid-uUL4DjAhQH .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uUL4DjAhQH .mbr-section-title {
  color: #232323;
}
.cid-uUL4DjAhQH .mbr-text,
.cid-uUL4DjAhQH .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uUL4DjAhQH .item-title {
  color: #232323;
  text-align: center;
}
.cid-uUL4DjAhQH .content-head {
  max-width: 800px;
}
.cid-uUL4Dk5Vw5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-uV87U2zYXF {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uV87U2zYXF .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-uV87U2zYXF .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uV87U2zYXF .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-uV87U2zYXF .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uV87U2zYXF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV87U2zYXF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV87U2zYXF .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uV87U2zYXF .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uV87U2zYXF .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uV87U2zYXF .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uV87U2zYXF .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uV87U2zYXF .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uV87U2zYXF .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uV87U2zYXF .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uV87U2zYXF .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uV87U2zYXF .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uV87U2zYXF .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uV87U2zYXF .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uV87U2zYXF .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uV87U2zYXF .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uV87U2zYXF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uV87U2zYXF .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(247, 247, 247, 0.7) !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: #f7f7f7;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uV87U2zYXF .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uV87U2zYXF .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uV87U2zYXF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uV87U2zYXF .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: #f7f7f7;
  background: rgba(247, 247, 247, 0.7) !important;
}
.cid-uV87U2zYXF .nav-item:focus,
.cid-uV87U2zYXF .nav-link:focus {
  outline: none;
}
.cid-uV87U2zYXF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uV87U2zYXF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uV87U2zYXF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uV87U2zYXF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uV87U2zYXF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV87U2zYXF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uV87U2zYXF .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-uV87U2zYXF .navbar.opened {
  transition: all 0.3s;
}
.cid-uV87U2zYXF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uV87U2zYXF .navbar .navbar-logo img {
  width: auto;
}
.cid-uV87U2zYXF .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uV87U2zYXF .navbar.collapsed {
  justify-content: center;
}
.cid-uV87U2zYXF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uV87U2zYXF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uV87U2zYXF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uV87U2zYXF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uV87U2zYXF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uV87U2zYXF .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-uV87U2zYXF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uV87U2zYXF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uV87U2zYXF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uV87U2zYXF .navbar {
    min-height: 72px;
  }
  .cid-uV87U2zYXF .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uV87U2zYXF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV87U2zYXF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV87U2zYXF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV87U2zYXF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uV87U2zYXF .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-uV87U2zYXF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uV87U2zYXF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uV87U2zYXF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uV87U2zYXF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uV87U2zYXF .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uV87U2zYXF .dropdown-item.active,
.cid-uV87U2zYXF .dropdown-item:active {
  background-color: transparent;
}
.cid-uV87U2zYXF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uV87U2zYXF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV87U2zYXF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV87U2zYXF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uV87U2zYXF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uV87U2zYXF .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uV87U2zYXF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uV87U2zYXF .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uV87U2zYXF .navbar-buttons {
    text-align: left;
  }
}
.cid-uV87U2zYXF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uV87U2zYXF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uV87U2zYXF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uV87U2zYXF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV87U2zYXF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV87U2zYXF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV87U2zYXF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV87U2zYXF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV87U2zYXF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV87U2zYXF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV87U2zYXF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uV87U2zYXF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uV87U2zYXF .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-uV87U2zYXF .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV87U2zYXF .navbar {
    height: 70px;
  }
  .cid-uV87U2zYXF .navbar.opened {
    height: auto;
  }
  .cid-uV87U2zYXF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uV87U2zYXF .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uV87U2zYXF .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uV87U2zYXF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uV87U2zYXF .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-uV87U2zYXF .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uV87U2zYXF .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uV87U2zYXF .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uV87U2zYXF .navbar-brand {
    margin-right: auto;
  }
  .cid-uV87U2zYXF .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    opacity: 1;
    border-color: rgba(247, 247, 247, 0.7) !important;
    background: rgba(247, 247, 247, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uV87U2zYXF .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uV87U2zYXF .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uV87U2zYXF .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-uV87U2zYXF .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uV87U2zYXF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uV87U2zYXF .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-uV87U2zYXF .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uV87U2zYXF .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-uV87U2zYXF .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uV87U2zYXF .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uV87U32oUU {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uV87U32oUU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV87U32oUU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uV87U32oUU .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uV87U32oUU .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uV87U32oUU .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uV87U32oUU .card-wrapper {
  background: #ffffff;
}
.cid-uV87U32oUU .mbr-text,
.cid-uV87U32oUU .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uV87U32oUU .card-title,
.cid-uV87U32oUU .card-box {
  text-align: left;
  color: #000000;
}
.cid-uV87U32oUU .image-wrapper img {
  width: 100%;
}
.cid-uV8DqIy1Gj {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uV8DqIy1Gj .carousel {
    max-height: 800px;
  }
  .cid-uV8DqIy1Gj .carousel img {
    height: 800px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uV8DqIy1Gj .carousel {
    min-height: 520px;
  }
  .cid-uV8DqIy1Gj .carousel img {
    height: 520px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-uV8DqIy1Gj .carousel {
    min-height: 440px;
  }
  .cid-uV8DqIy1Gj .carousel img {
    height: 440px;
    object-fit: cover;
  }
  .cid-uV8DqIy1Gj .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uV8DqIy1Gj .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uV8DqIy1Gj .carousel,
.cid-uV8DqIy1Gj .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uV8DqIy1Gj .item-wrapper {
  width: 100%;
}
.cid-uV8DqIy1Gj .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uV8DqIy1Gj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uV8DqIy1Gj .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uV8DqIy1Gj .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uV8DqIy1Gj .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uV8DqIy1Gj .carousel-control {
  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-uV8DqIy1Gj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uV8DqIy1Gj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uV8DqIy1Gj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uV8DqIy1Gj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uV8DqIy1Gj .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-uV8DqIy1Gj .carousel-indicators li.active,
.cid-uV8DqIy1Gj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uV8DqIy1Gj .carousel-indicators li::after,
.cid-uV8DqIy1Gj .carousel-indicators li::before {
  content: none;
}
.cid-uV8DqIy1Gj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uV8DqIy1Gj .carousel-indicators {
    display: none !important;
  }
}
.cid-uV87U3s6Ll {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-uVdIeV6mYL {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uVdIeV6mYL .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-uVdIeV6mYL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uVdIeV6mYL .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-uVdIeV6mYL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uVdIeV6mYL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVdIeV6mYL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVdIeV6mYL .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uVdIeV6mYL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uVdIeV6mYL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uVdIeV6mYL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uVdIeV6mYL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uVdIeV6mYL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uVdIeV6mYL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uVdIeV6mYL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uVdIeV6mYL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uVdIeV6mYL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uVdIeV6mYL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uVdIeV6mYL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uVdIeV6mYL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uVdIeV6mYL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uVdIeV6mYL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uVdIeV6mYL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(247, 247, 247, 0.7) !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: #f7f7f7;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uVdIeV6mYL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVdIeV6mYL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uVdIeV6mYL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVdIeV6mYL .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: #f7f7f7;
  background: rgba(247, 247, 247, 0.7) !important;
}
.cid-uVdIeV6mYL .nav-item:focus,
.cid-uVdIeV6mYL .nav-link:focus {
  outline: none;
}
.cid-uVdIeV6mYL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVdIeV6mYL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVdIeV6mYL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVdIeV6mYL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVdIeV6mYL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVdIeV6mYL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVdIeV6mYL .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-uVdIeV6mYL .navbar.opened {
  transition: all 0.3s;
}
.cid-uVdIeV6mYL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVdIeV6mYL .navbar .navbar-logo img {
  width: auto;
}
.cid-uVdIeV6mYL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uVdIeV6mYL .navbar.collapsed {
  justify-content: center;
}
.cid-uVdIeV6mYL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVdIeV6mYL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVdIeV6mYL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uVdIeV6mYL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVdIeV6mYL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVdIeV6mYL .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-uVdIeV6mYL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVdIeV6mYL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVdIeV6mYL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uVdIeV6mYL .navbar {
    min-height: 72px;
  }
  .cid-uVdIeV6mYL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uVdIeV6mYL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVdIeV6mYL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVdIeV6mYL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVdIeV6mYL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVdIeV6mYL .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-uVdIeV6mYL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVdIeV6mYL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uVdIeV6mYL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVdIeV6mYL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVdIeV6mYL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uVdIeV6mYL .dropdown-item.active,
.cid-uVdIeV6mYL .dropdown-item:active {
  background-color: transparent;
}
.cid-uVdIeV6mYL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVdIeV6mYL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVdIeV6mYL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVdIeV6mYL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uVdIeV6mYL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uVdIeV6mYL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uVdIeV6mYL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVdIeV6mYL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uVdIeV6mYL .navbar-buttons {
    text-align: left;
  }
}
.cid-uVdIeV6mYL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVdIeV6mYL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVdIeV6mYL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVdIeV6mYL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVdIeV6mYL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVdIeV6mYL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVdIeV6mYL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVdIeV6mYL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVdIeV6mYL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVdIeV6mYL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVdIeV6mYL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uVdIeV6mYL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVdIeV6mYL .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-uVdIeV6mYL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVdIeV6mYL .navbar {
    height: 70px;
  }
  .cid-uVdIeV6mYL .navbar.opened {
    height: auto;
  }
  .cid-uVdIeV6mYL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVdIeV6mYL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uVdIeV6mYL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uVdIeV6mYL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uVdIeV6mYL .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-uVdIeV6mYL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uVdIeV6mYL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uVdIeV6mYL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uVdIeV6mYL .navbar-brand {
    margin-right: auto;
  }
  .cid-uVdIeV6mYL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    opacity: 1;
    border-color: rgba(247, 247, 247, 0.7) !important;
    background: rgba(247, 247, 247, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uVdIeV6mYL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uVdIeV6mYL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uVdIeV6mYL .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-uVdIeV6mYL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uVdIeV6mYL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uVdIeV6mYL .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-uVdIeV6mYL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uVdIeV6mYL .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-uVdIeV6mYL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uVdIeV6mYL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uVdIeVCemA {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uVdIeVCemA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVdIeVCemA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uVdIeVCemA .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uVdIeVCemA .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uVdIeVCemA .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uVdIeVCemA .card-wrapper {
  background: #ffffff;
}
.cid-uVdIeVCemA .mbr-text,
.cid-uVdIeVCemA .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uVdIeVCemA .card-title,
.cid-uVdIeVCemA .card-box {
  text-align: left;
  color: #000000;
}
.cid-uVdIeVCemA .image-wrapper img {
  width: 100%;
}
.cid-uVdP3fiLo9 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uVdP3fiLo9 .carousel {
    max-height: 600px;
  }
  .cid-uVdP3fiLo9 .carousel img {
    height: 600px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uVdP3fiLo9 .carousel {
    min-height: 390px;
  }
  .cid-uVdP3fiLo9 .carousel img {
    height: 390px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-uVdP3fiLo9 .carousel {
    min-height: 330px;
  }
  .cid-uVdP3fiLo9 .carousel img {
    height: 330px;
    object-fit: cover;
  }
  .cid-uVdP3fiLo9 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uVdP3fiLo9 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uVdP3fiLo9 .carousel,
.cid-uVdP3fiLo9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uVdP3fiLo9 .item-wrapper {
  width: 100%;
}
.cid-uVdP3fiLo9 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uVdP3fiLo9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uVdP3fiLo9 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uVdP3fiLo9 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uVdP3fiLo9 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uVdP3fiLo9 .carousel-control {
  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-uVdP3fiLo9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVdP3fiLo9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uVdP3fiLo9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uVdP3fiLo9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uVdP3fiLo9 .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-uVdP3fiLo9 .carousel-indicators li.active,
.cid-uVdP3fiLo9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uVdP3fiLo9 .carousel-indicators li::after,
.cid-uVdP3fiLo9 .carousel-indicators li::before {
  content: none;
}
.cid-uVdP3fiLo9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uVdP3fiLo9 .carousel-indicators {
    display: none !important;
  }
}
.cid-uVdIeXcMmb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-uVdIJaSRnY {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uVdIJaSRnY .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-uVdIJaSRnY .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uVdIJaSRnY .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-uVdIJaSRnY .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uVdIJaSRnY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVdIJaSRnY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVdIJaSRnY .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uVdIJaSRnY .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uVdIJaSRnY .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uVdIJaSRnY .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uVdIJaSRnY .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uVdIJaSRnY .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uVdIJaSRnY .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uVdIJaSRnY .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uVdIJaSRnY .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uVdIJaSRnY .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uVdIJaSRnY .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uVdIJaSRnY .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uVdIJaSRnY .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uVdIJaSRnY .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uVdIJaSRnY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uVdIJaSRnY .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(247, 247, 247, 0.7) !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: #f7f7f7;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uVdIJaSRnY .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVdIJaSRnY .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uVdIJaSRnY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVdIJaSRnY .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: #f7f7f7;
  background: rgba(247, 247, 247, 0.7) !important;
}
.cid-uVdIJaSRnY .nav-item:focus,
.cid-uVdIJaSRnY .nav-link:focus {
  outline: none;
}
.cid-uVdIJaSRnY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVdIJaSRnY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVdIJaSRnY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVdIJaSRnY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVdIJaSRnY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVdIJaSRnY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVdIJaSRnY .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-uVdIJaSRnY .navbar.opened {
  transition: all 0.3s;
}
.cid-uVdIJaSRnY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVdIJaSRnY .navbar .navbar-logo img {
  width: auto;
}
.cid-uVdIJaSRnY .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uVdIJaSRnY .navbar.collapsed {
  justify-content: center;
}
.cid-uVdIJaSRnY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVdIJaSRnY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVdIJaSRnY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uVdIJaSRnY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVdIJaSRnY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVdIJaSRnY .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-uVdIJaSRnY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVdIJaSRnY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVdIJaSRnY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uVdIJaSRnY .navbar {
    min-height: 72px;
  }
  .cid-uVdIJaSRnY .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uVdIJaSRnY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVdIJaSRnY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVdIJaSRnY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVdIJaSRnY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVdIJaSRnY .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-uVdIJaSRnY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVdIJaSRnY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uVdIJaSRnY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVdIJaSRnY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVdIJaSRnY .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uVdIJaSRnY .dropdown-item.active,
.cid-uVdIJaSRnY .dropdown-item:active {
  background-color: transparent;
}
.cid-uVdIJaSRnY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVdIJaSRnY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVdIJaSRnY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVdIJaSRnY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uVdIJaSRnY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uVdIJaSRnY .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uVdIJaSRnY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVdIJaSRnY .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uVdIJaSRnY .navbar-buttons {
    text-align: left;
  }
}
.cid-uVdIJaSRnY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVdIJaSRnY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVdIJaSRnY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVdIJaSRnY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVdIJaSRnY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVdIJaSRnY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVdIJaSRnY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVdIJaSRnY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVdIJaSRnY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVdIJaSRnY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVdIJaSRnY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uVdIJaSRnY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVdIJaSRnY .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-uVdIJaSRnY .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVdIJaSRnY .navbar {
    height: 70px;
  }
  .cid-uVdIJaSRnY .navbar.opened {
    height: auto;
  }
  .cid-uVdIJaSRnY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVdIJaSRnY .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uVdIJaSRnY .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uVdIJaSRnY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uVdIJaSRnY .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-uVdIJaSRnY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uVdIJaSRnY .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uVdIJaSRnY .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uVdIJaSRnY .navbar-brand {
    margin-right: auto;
  }
  .cid-uVdIJaSRnY .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    opacity: 1;
    border-color: rgba(247, 247, 247, 0.7) !important;
    background: rgba(247, 247, 247, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uVdIJaSRnY .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uVdIJaSRnY .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uVdIJaSRnY .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-uVdIJaSRnY .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uVdIJaSRnY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uVdIJaSRnY .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-uVdIJaSRnY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uVdIJaSRnY .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-uVdIJaSRnY .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uVdIJaSRnY .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uVdIJbm4ls {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uVdIJbm4ls .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVdIJbm4ls .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uVdIJbm4ls .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uVdIJbm4ls .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uVdIJbm4ls .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uVdIJbm4ls .card-wrapper {
  background: #ffffff;
}
.cid-uVdIJbm4ls .mbr-text,
.cid-uVdIJbm4ls .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uVdIJbm4ls .card-title,
.cid-uVdIJbm4ls .card-box {
  text-align: left;
  color: #000000;
}
.cid-uVdIJbm4ls .image-wrapper img {
  width: 100%;
}
.cid-uVigZdjBy2 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uVigZdjBy2 .carousel {
    max-height: 600px;
  }
  .cid-uVigZdjBy2 .carousel img {
    height: 600px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uVigZdjBy2 .carousel {
    min-height: 390px;
  }
  .cid-uVigZdjBy2 .carousel img {
    height: 390px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-uVigZdjBy2 .carousel {
    min-height: 330px;
  }
  .cid-uVigZdjBy2 .carousel img {
    height: 330px;
    object-fit: cover;
  }
  .cid-uVigZdjBy2 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uVigZdjBy2 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uVigZdjBy2 .carousel,
.cid-uVigZdjBy2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uVigZdjBy2 .item-wrapper {
  width: 100%;
}
.cid-uVigZdjBy2 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uVigZdjBy2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uVigZdjBy2 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uVigZdjBy2 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uVigZdjBy2 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uVigZdjBy2 .carousel-control {
  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-uVigZdjBy2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVigZdjBy2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uVigZdjBy2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uVigZdjBy2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uVigZdjBy2 .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-uVigZdjBy2 .carousel-indicators li.active,
.cid-uVigZdjBy2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uVigZdjBy2 .carousel-indicators li::after,
.cid-uVigZdjBy2 .carousel-indicators li::before {
  content: none;
}
.cid-uVigZdjBy2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uVigZdjBy2 .carousel-indicators {
    display: none !important;
  }
}
.cid-uVdIJcMbk9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-uVmKlWIfpE {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uVmKlWIfpE .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-uVmKlWIfpE .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uVmKlWIfpE .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-uVmKlWIfpE .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uVmKlWIfpE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVmKlWIfpE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVmKlWIfpE .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uVmKlWIfpE .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uVmKlWIfpE .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uVmKlWIfpE .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uVmKlWIfpE .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uVmKlWIfpE .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uVmKlWIfpE .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uVmKlWIfpE .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uVmKlWIfpE .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uVmKlWIfpE .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uVmKlWIfpE .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uVmKlWIfpE .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uVmKlWIfpE .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uVmKlWIfpE .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uVmKlWIfpE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uVmKlWIfpE .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(247, 247, 247, 0.7) !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: #f7f7f7;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uVmKlWIfpE .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVmKlWIfpE .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uVmKlWIfpE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVmKlWIfpE .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: #f7f7f7;
  background: rgba(247, 247, 247, 0.7) !important;
}
.cid-uVmKlWIfpE .nav-item:focus,
.cid-uVmKlWIfpE .nav-link:focus {
  outline: none;
}
.cid-uVmKlWIfpE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVmKlWIfpE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVmKlWIfpE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVmKlWIfpE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVmKlWIfpE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVmKlWIfpE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVmKlWIfpE .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-uVmKlWIfpE .navbar.opened {
  transition: all 0.3s;
}
.cid-uVmKlWIfpE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVmKlWIfpE .navbar .navbar-logo img {
  width: auto;
}
.cid-uVmKlWIfpE .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uVmKlWIfpE .navbar.collapsed {
  justify-content: center;
}
.cid-uVmKlWIfpE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVmKlWIfpE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVmKlWIfpE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uVmKlWIfpE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVmKlWIfpE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVmKlWIfpE .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-uVmKlWIfpE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVmKlWIfpE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVmKlWIfpE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uVmKlWIfpE .navbar {
    min-height: 72px;
  }
  .cid-uVmKlWIfpE .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uVmKlWIfpE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVmKlWIfpE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVmKlWIfpE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVmKlWIfpE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVmKlWIfpE .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-uVmKlWIfpE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVmKlWIfpE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uVmKlWIfpE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVmKlWIfpE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVmKlWIfpE .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uVmKlWIfpE .dropdown-item.active,
.cid-uVmKlWIfpE .dropdown-item:active {
  background-color: transparent;
}
.cid-uVmKlWIfpE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVmKlWIfpE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVmKlWIfpE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVmKlWIfpE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uVmKlWIfpE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uVmKlWIfpE .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uVmKlWIfpE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVmKlWIfpE .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uVmKlWIfpE .navbar-buttons {
    text-align: left;
  }
}
.cid-uVmKlWIfpE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVmKlWIfpE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVmKlWIfpE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVmKlWIfpE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVmKlWIfpE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVmKlWIfpE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVmKlWIfpE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVmKlWIfpE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVmKlWIfpE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVmKlWIfpE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVmKlWIfpE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uVmKlWIfpE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVmKlWIfpE .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-uVmKlWIfpE .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVmKlWIfpE .navbar {
    height: 70px;
  }
  .cid-uVmKlWIfpE .navbar.opened {
    height: auto;
  }
  .cid-uVmKlWIfpE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVmKlWIfpE .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uVmKlWIfpE .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uVmKlWIfpE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uVmKlWIfpE .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-uVmKlWIfpE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uVmKlWIfpE .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uVmKlWIfpE .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uVmKlWIfpE .navbar-brand {
    margin-right: auto;
  }
  .cid-uVmKlWIfpE .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    opacity: 1;
    border-color: rgba(247, 247, 247, 0.7) !important;
    background: rgba(247, 247, 247, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uVmKlWIfpE .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uVmKlWIfpE .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uVmKlWIfpE .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-uVmKlWIfpE .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uVmKlWIfpE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uVmKlWIfpE .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-uVmKlWIfpE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uVmKlWIfpE .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-uVmKlWIfpE .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uVmKlWIfpE .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uVmKlXdtzG {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uVmKlXdtzG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVmKlXdtzG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uVmKlXdtzG .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uVmKlXdtzG .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uVmKlXdtzG .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uVmKlXdtzG .card-wrapper {
  background: #ffffff;
}
.cid-uVmKlXdtzG .mbr-text,
.cid-uVmKlXdtzG .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uVmKlXdtzG .card-title,
.cid-uVmKlXdtzG .card-box {
  text-align: left;
  color: #000000;
}
.cid-uVmKlXdtzG .image-wrapper img {
  width: 100%;
}
.cid-uVmL4zfNL9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uVmL4zfNL9 .carousel {
    max-height: 600px;
  }
  .cid-uVmL4zfNL9 .carousel img {
    height: 600px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uVmL4zfNL9 .carousel {
    min-height: 390px;
  }
  .cid-uVmL4zfNL9 .carousel img {
    height: 390px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-uVmL4zfNL9 .carousel {
    min-height: 330px;
  }
  .cid-uVmL4zfNL9 .carousel img {
    height: 330px;
    object-fit: cover;
  }
  .cid-uVmL4zfNL9 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uVmL4zfNL9 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uVmL4zfNL9 .carousel,
.cid-uVmL4zfNL9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uVmL4zfNL9 .item-wrapper {
  width: 100%;
}
.cid-uVmL4zfNL9 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uVmL4zfNL9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uVmL4zfNL9 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uVmL4zfNL9 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uVmL4zfNL9 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uVmL4zfNL9 .carousel-control {
  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-uVmL4zfNL9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVmL4zfNL9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uVmL4zfNL9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uVmL4zfNL9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uVmL4zfNL9 .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-uVmL4zfNL9 .carousel-indicators li.active,
.cid-uVmL4zfNL9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uVmL4zfNL9 .carousel-indicators li::after,
.cid-uVmL4zfNL9 .carousel-indicators li::before {
  content: none;
}
.cid-uVmL4zfNL9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uVmL4zfNL9 .carousel-indicators {
    display: none !important;
  }
}
.cid-uVmKlY2iBs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-uVmLpgEDJB {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uVmLpgEDJB .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-uVmLpgEDJB .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uVmLpgEDJB .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-uVmLpgEDJB .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uVmLpgEDJB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVmLpgEDJB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVmLpgEDJB .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uVmLpgEDJB .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uVmLpgEDJB .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uVmLpgEDJB .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uVmLpgEDJB .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uVmLpgEDJB .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uVmLpgEDJB .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uVmLpgEDJB .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uVmLpgEDJB .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uVmLpgEDJB .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uVmLpgEDJB .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uVmLpgEDJB .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uVmLpgEDJB .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uVmLpgEDJB .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uVmLpgEDJB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uVmLpgEDJB .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(247, 247, 247, 0.7) !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: #f7f7f7;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uVmLpgEDJB .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVmLpgEDJB .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uVmLpgEDJB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVmLpgEDJB .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: #f7f7f7;
  background: rgba(247, 247, 247, 0.7) !important;
}
.cid-uVmLpgEDJB .nav-item:focus,
.cid-uVmLpgEDJB .nav-link:focus {
  outline: none;
}
.cid-uVmLpgEDJB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVmLpgEDJB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVmLpgEDJB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVmLpgEDJB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVmLpgEDJB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVmLpgEDJB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVmLpgEDJB .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-uVmLpgEDJB .navbar.opened {
  transition: all 0.3s;
}
.cid-uVmLpgEDJB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVmLpgEDJB .navbar .navbar-logo img {
  width: auto;
}
.cid-uVmLpgEDJB .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uVmLpgEDJB .navbar.collapsed {
  justify-content: center;
}
.cid-uVmLpgEDJB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVmLpgEDJB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVmLpgEDJB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uVmLpgEDJB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVmLpgEDJB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVmLpgEDJB .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-uVmLpgEDJB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVmLpgEDJB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVmLpgEDJB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uVmLpgEDJB .navbar {
    min-height: 72px;
  }
  .cid-uVmLpgEDJB .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uVmLpgEDJB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVmLpgEDJB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVmLpgEDJB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVmLpgEDJB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVmLpgEDJB .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-uVmLpgEDJB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVmLpgEDJB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uVmLpgEDJB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVmLpgEDJB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVmLpgEDJB .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uVmLpgEDJB .dropdown-item.active,
.cid-uVmLpgEDJB .dropdown-item:active {
  background-color: transparent;
}
.cid-uVmLpgEDJB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVmLpgEDJB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVmLpgEDJB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVmLpgEDJB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uVmLpgEDJB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uVmLpgEDJB .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uVmLpgEDJB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVmLpgEDJB .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uVmLpgEDJB .navbar-buttons {
    text-align: left;
  }
}
.cid-uVmLpgEDJB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVmLpgEDJB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVmLpgEDJB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVmLpgEDJB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVmLpgEDJB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVmLpgEDJB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVmLpgEDJB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVmLpgEDJB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVmLpgEDJB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVmLpgEDJB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVmLpgEDJB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uVmLpgEDJB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVmLpgEDJB .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-uVmLpgEDJB .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVmLpgEDJB .navbar {
    height: 70px;
  }
  .cid-uVmLpgEDJB .navbar.opened {
    height: auto;
  }
  .cid-uVmLpgEDJB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVmLpgEDJB .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uVmLpgEDJB .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uVmLpgEDJB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uVmLpgEDJB .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-uVmLpgEDJB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uVmLpgEDJB .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uVmLpgEDJB .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uVmLpgEDJB .navbar-brand {
    margin-right: auto;
  }
  .cid-uVmLpgEDJB .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    opacity: 1;
    border-color: rgba(247, 247, 247, 0.7) !important;
    background: rgba(247, 247, 247, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uVmLpgEDJB .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uVmLpgEDJB .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uVmLpgEDJB .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-uVmLpgEDJB .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uVmLpgEDJB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uVmLpgEDJB .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-uVmLpgEDJB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uVmLpgEDJB .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-uVmLpgEDJB .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uVmLpgEDJB .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uVmLphjtPj {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uVmLphjtPj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVmLphjtPj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uVmLphjtPj .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uVmLphjtPj .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uVmLphjtPj .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uVmLphjtPj .card-wrapper {
  background: #ffffff;
}
.cid-uVmLphjtPj .mbr-text,
.cid-uVmLphjtPj .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uVmLphjtPj .card-title,
.cid-uVmLphjtPj .card-box {
  text-align: left;
  color: #000000;
}
.cid-uVmLphjtPj .image-wrapper img {
  width: 100%;
}
.cid-uVmLphQzkF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uVmLphQzkF .carousel {
    max-height: 600px;
  }
  .cid-uVmLphQzkF .carousel img {
    height: 600px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uVmLphQzkF .carousel {
    min-height: 390px;
  }
  .cid-uVmLphQzkF .carousel img {
    height: 390px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-uVmLphQzkF .carousel {
    min-height: 330px;
  }
  .cid-uVmLphQzkF .carousel img {
    height: 330px;
    object-fit: cover;
  }
  .cid-uVmLphQzkF .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uVmLphQzkF .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uVmLphQzkF .carousel,
.cid-uVmLphQzkF .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uVmLphQzkF .item-wrapper {
  width: 100%;
}
.cid-uVmLphQzkF .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uVmLphQzkF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uVmLphQzkF .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uVmLphQzkF .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uVmLphQzkF .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uVmLphQzkF .carousel-control {
  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-uVmLphQzkF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVmLphQzkF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uVmLphQzkF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uVmLphQzkF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uVmLphQzkF .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-uVmLphQzkF .carousel-indicators li.active,
.cid-uVmLphQzkF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uVmLphQzkF .carousel-indicators li::after,
.cid-uVmLphQzkF .carousel-indicators li::before {
  content: none;
}
.cid-uVmLphQzkF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uVmLphQzkF .carousel-indicators {
    display: none !important;
  }
}
.cid-uVmLpifa7x {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-uVmMnhuOGW {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uVmMnhuOGW .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-uVmMnhuOGW .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uVmMnhuOGW .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-uVmMnhuOGW .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uVmMnhuOGW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVmMnhuOGW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVmMnhuOGW .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uVmMnhuOGW .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uVmMnhuOGW .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uVmMnhuOGW .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uVmMnhuOGW .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uVmMnhuOGW .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uVmMnhuOGW .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uVmMnhuOGW .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uVmMnhuOGW .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uVmMnhuOGW .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uVmMnhuOGW .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uVmMnhuOGW .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uVmMnhuOGW .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uVmMnhuOGW .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uVmMnhuOGW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uVmMnhuOGW .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(247, 247, 247, 0.7) !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: #f7f7f7;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uVmMnhuOGW .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVmMnhuOGW .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uVmMnhuOGW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVmMnhuOGW .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: #f7f7f7;
  background: rgba(247, 247, 247, 0.7) !important;
}
.cid-uVmMnhuOGW .nav-item:focus,
.cid-uVmMnhuOGW .nav-link:focus {
  outline: none;
}
.cid-uVmMnhuOGW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVmMnhuOGW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVmMnhuOGW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVmMnhuOGW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVmMnhuOGW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVmMnhuOGW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVmMnhuOGW .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-uVmMnhuOGW .navbar.opened {
  transition: all 0.3s;
}
.cid-uVmMnhuOGW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVmMnhuOGW .navbar .navbar-logo img {
  width: auto;
}
.cid-uVmMnhuOGW .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uVmMnhuOGW .navbar.collapsed {
  justify-content: center;
}
.cid-uVmMnhuOGW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVmMnhuOGW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVmMnhuOGW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uVmMnhuOGW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVmMnhuOGW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVmMnhuOGW .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-uVmMnhuOGW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVmMnhuOGW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVmMnhuOGW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uVmMnhuOGW .navbar {
    min-height: 72px;
  }
  .cid-uVmMnhuOGW .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uVmMnhuOGW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVmMnhuOGW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVmMnhuOGW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVmMnhuOGW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVmMnhuOGW .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-uVmMnhuOGW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVmMnhuOGW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uVmMnhuOGW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVmMnhuOGW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVmMnhuOGW .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uVmMnhuOGW .dropdown-item.active,
.cid-uVmMnhuOGW .dropdown-item:active {
  background-color: transparent;
}
.cid-uVmMnhuOGW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVmMnhuOGW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVmMnhuOGW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVmMnhuOGW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uVmMnhuOGW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uVmMnhuOGW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uVmMnhuOGW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVmMnhuOGW .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uVmMnhuOGW .navbar-buttons {
    text-align: left;
  }
}
.cid-uVmMnhuOGW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVmMnhuOGW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVmMnhuOGW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVmMnhuOGW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVmMnhuOGW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVmMnhuOGW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVmMnhuOGW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVmMnhuOGW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVmMnhuOGW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVmMnhuOGW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVmMnhuOGW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uVmMnhuOGW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVmMnhuOGW .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-uVmMnhuOGW .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVmMnhuOGW .navbar {
    height: 70px;
  }
  .cid-uVmMnhuOGW .navbar.opened {
    height: auto;
  }
  .cid-uVmMnhuOGW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVmMnhuOGW .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uVmMnhuOGW .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uVmMnhuOGW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uVmMnhuOGW .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-uVmMnhuOGW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uVmMnhuOGW .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uVmMnhuOGW .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uVmMnhuOGW .navbar-brand {
    margin-right: auto;
  }
  .cid-uVmMnhuOGW .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    opacity: 1;
    border-color: rgba(247, 247, 247, 0.7) !important;
    background: rgba(247, 247, 247, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uVmMnhuOGW .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uVmMnhuOGW .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uVmMnhuOGW .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-uVmMnhuOGW .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uVmMnhuOGW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uVmMnhuOGW .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-uVmMnhuOGW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uVmMnhuOGW .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-uVmMnhuOGW .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uVmMnhuOGW .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uVmMni2IuD {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uVmMni2IuD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVmMni2IuD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uVmMni2IuD .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uVmMni2IuD .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uVmMni2IuD .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uVmMni2IuD .card-wrapper {
  background: #ffffff;
}
.cid-uVmMni2IuD .mbr-text,
.cid-uVmMni2IuD .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uVmMni2IuD .card-title,
.cid-uVmMni2IuD .card-box {
  text-align: left;
  color: #000000;
}
.cid-uVmMni2IuD .image-wrapper img {
  width: 100%;
}
.cid-uVmMniB6SI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uVmMniB6SI .carousel {
    max-height: 600px;
  }
  .cid-uVmMniB6SI .carousel img {
    height: 600px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uVmMniB6SI .carousel {
    min-height: 390px;
  }
  .cid-uVmMniB6SI .carousel img {
    height: 390px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-uVmMniB6SI .carousel {
    min-height: 330px;
  }
  .cid-uVmMniB6SI .carousel img {
    height: 330px;
    object-fit: cover;
  }
  .cid-uVmMniB6SI .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uVmMniB6SI .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uVmMniB6SI .carousel,
.cid-uVmMniB6SI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uVmMniB6SI .item-wrapper {
  width: 100%;
}
.cid-uVmMniB6SI .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uVmMniB6SI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uVmMniB6SI .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uVmMniB6SI .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uVmMniB6SI .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uVmMniB6SI .carousel-control {
  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-uVmMniB6SI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVmMniB6SI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uVmMniB6SI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uVmMniB6SI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uVmMniB6SI .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-uVmMniB6SI .carousel-indicators li.active,
.cid-uVmMniB6SI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uVmMniB6SI .carousel-indicators li::after,
.cid-uVmMniB6SI .carousel-indicators li::before {
  content: none;
}
.cid-uVmMniB6SI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uVmMniB6SI .carousel-indicators {
    display: none !important;
  }
}
.cid-uVmMnj1S3g {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-uVp1HPT06G {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uVp1HPT06G .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-uVp1HPT06G .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uVp1HPT06G .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-uVp1HPT06G .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uVp1HPT06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVp1HPT06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVp1HPT06G .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uVp1HPT06G .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uVp1HPT06G .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uVp1HPT06G .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uVp1HPT06G .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uVp1HPT06G .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uVp1HPT06G .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uVp1HPT06G .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uVp1HPT06G .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uVp1HPT06G .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uVp1HPT06G .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uVp1HPT06G .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uVp1HPT06G .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uVp1HPT06G .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uVp1HPT06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uVp1HPT06G .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(247, 247, 247, 0.7) !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: #f7f7f7;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uVp1HPT06G .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVp1HPT06G .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uVp1HPT06G .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVp1HPT06G .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: #f7f7f7;
  background: rgba(247, 247, 247, 0.7) !important;
}
.cid-uVp1HPT06G .nav-item:focus,
.cid-uVp1HPT06G .nav-link:focus {
  outline: none;
}
.cid-uVp1HPT06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVp1HPT06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVp1HPT06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVp1HPT06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVp1HPT06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVp1HPT06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVp1HPT06G .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-uVp1HPT06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uVp1HPT06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVp1HPT06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uVp1HPT06G .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uVp1HPT06G .navbar.collapsed {
  justify-content: center;
}
.cid-uVp1HPT06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVp1HPT06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVp1HPT06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uVp1HPT06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVp1HPT06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVp1HPT06G .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-uVp1HPT06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVp1HPT06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVp1HPT06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uVp1HPT06G .navbar {
    min-height: 72px;
  }
  .cid-uVp1HPT06G .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uVp1HPT06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVp1HPT06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVp1HPT06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVp1HPT06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVp1HPT06G .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-uVp1HPT06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVp1HPT06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uVp1HPT06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVp1HPT06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVp1HPT06G .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uVp1HPT06G .dropdown-item.active,
.cid-uVp1HPT06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uVp1HPT06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVp1HPT06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVp1HPT06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVp1HPT06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uVp1HPT06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uVp1HPT06G .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uVp1HPT06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVp1HPT06G .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uVp1HPT06G .navbar-buttons {
    text-align: left;
  }
}
.cid-uVp1HPT06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVp1HPT06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVp1HPT06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVp1HPT06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVp1HPT06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVp1HPT06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVp1HPT06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVp1HPT06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVp1HPT06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVp1HPT06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVp1HPT06G .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uVp1HPT06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVp1HPT06G .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-uVp1HPT06G .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVp1HPT06G .navbar {
    height: 70px;
  }
  .cid-uVp1HPT06G .navbar.opened {
    height: auto;
  }
  .cid-uVp1HPT06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVp1HPT06G .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uVp1HPT06G .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uVp1HPT06G .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uVp1HPT06G .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-uVp1HPT06G .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uVp1HPT06G .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uVp1HPT06G .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uVp1HPT06G .navbar-brand {
    margin-right: auto;
  }
  .cid-uVp1HPT06G .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    opacity: 1;
    border-color: rgba(247, 247, 247, 0.7) !important;
    background: rgba(247, 247, 247, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uVp1HPT06G .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uVp1HPT06G .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uVp1HPT06G .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-uVp1HPT06G .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uVp1HPT06G .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uVp1HPT06G .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-uVp1HPT06G .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uVp1HPT06G .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-uVp1HPT06G .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uVp1HPT06G .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uVp1HQmL72 {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uVp1HQmL72 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVp1HQmL72 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uVp1HQmL72 .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uVp1HQmL72 .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uVp1HQmL72 .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uVp1HQmL72 .card-wrapper {
  background: #ffffff;
}
.cid-uVp1HQmL72 .mbr-text,
.cid-uVp1HQmL72 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uVp1HQmL72 .card-title,
.cid-uVp1HQmL72 .card-box {
  text-align: left;
  color: #000000;
}
.cid-uVp1HQmL72 .image-wrapper img {
  width: 100%;
}
.cid-uVp1HQJDfw {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uVp1HQJDfw .carousel {
    max-height: 600px;
  }
  .cid-uVp1HQJDfw .carousel img {
    height: 600px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uVp1HQJDfw .carousel {
    min-height: 390px;
  }
  .cid-uVp1HQJDfw .carousel img {
    height: 390px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-uVp1HQJDfw .carousel {
    min-height: 330px;
  }
  .cid-uVp1HQJDfw .carousel img {
    height: 330px;
    object-fit: cover;
  }
  .cid-uVp1HQJDfw .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uVp1HQJDfw .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uVp1HQJDfw .carousel,
.cid-uVp1HQJDfw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uVp1HQJDfw .item-wrapper {
  width: 100%;
}
.cid-uVp1HQJDfw .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uVp1HQJDfw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uVp1HQJDfw .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uVp1HQJDfw .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uVp1HQJDfw .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uVp1HQJDfw .carousel-control {
  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-uVp1HQJDfw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVp1HQJDfw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uVp1HQJDfw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uVp1HQJDfw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uVp1HQJDfw .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-uVp1HQJDfw .carousel-indicators li.active,
.cid-uVp1HQJDfw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uVp1HQJDfw .carousel-indicators li::after,
.cid-uVp1HQJDfw .carousel-indicators li::before {
  content: none;
}
.cid-uVp1HQJDfw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uVp1HQJDfw .carousel-indicators {
    display: none !important;
  }
}
.cid-uVp1HR2XCn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-uW1P3shVud {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uW1P3shVud .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-uW1P3shVud .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uW1P3shVud .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-uW1P3shVud .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uW1P3shVud .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uW1P3shVud .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uW1P3shVud .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uW1P3shVud .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uW1P3shVud .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uW1P3shVud .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uW1P3shVud .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uW1P3shVud .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uW1P3shVud .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uW1P3shVud .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uW1P3shVud .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uW1P3shVud .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uW1P3shVud .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uW1P3shVud .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uW1P3shVud .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uW1P3shVud .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uW1P3shVud .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uW1P3shVud .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(247, 247, 247, 0.7) !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: #f7f7f7;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uW1P3shVud .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uW1P3shVud .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uW1P3shVud .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uW1P3shVud .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: #f7f7f7;
  background: rgba(247, 247, 247, 0.7) !important;
}
.cid-uW1P3shVud .nav-item:focus,
.cid-uW1P3shVud .nav-link:focus {
  outline: none;
}
.cid-uW1P3shVud .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uW1P3shVud .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uW1P3shVud .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uW1P3shVud .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uW1P3shVud .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uW1P3shVud .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uW1P3shVud .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-uW1P3shVud .navbar.opened {
  transition: all 0.3s;
}
.cid-uW1P3shVud .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uW1P3shVud .navbar .navbar-logo img {
  width: auto;
}
.cid-uW1P3shVud .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uW1P3shVud .navbar.collapsed {
  justify-content: center;
}
.cid-uW1P3shVud .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uW1P3shVud .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uW1P3shVud .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uW1P3shVud .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uW1P3shVud .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uW1P3shVud .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-uW1P3shVud .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uW1P3shVud .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uW1P3shVud .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uW1P3shVud .navbar {
    min-height: 72px;
  }
  .cid-uW1P3shVud .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uW1P3shVud .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uW1P3shVud .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uW1P3shVud .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uW1P3shVud .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uW1P3shVud .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-uW1P3shVud .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uW1P3shVud .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uW1P3shVud .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uW1P3shVud .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uW1P3shVud .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uW1P3shVud .dropdown-item.active,
.cid-uW1P3shVud .dropdown-item:active {
  background-color: transparent;
}
.cid-uW1P3shVud .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uW1P3shVud .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uW1P3shVud .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uW1P3shVud .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uW1P3shVud .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uW1P3shVud .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uW1P3shVud ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uW1P3shVud .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uW1P3shVud .navbar-buttons {
    text-align: left;
  }
}
.cid-uW1P3shVud button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uW1P3shVud button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uW1P3shVud button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uW1P3shVud button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uW1P3shVud button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uW1P3shVud button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uW1P3shVud nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW1P3shVud nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uW1P3shVud nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uW1P3shVud nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW1P3shVud .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uW1P3shVud a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uW1P3shVud .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-uW1P3shVud .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uW1P3shVud .navbar {
    height: 70px;
  }
  .cid-uW1P3shVud .navbar.opened {
    height: auto;
  }
  .cid-uW1P3shVud .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uW1P3shVud .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uW1P3shVud .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uW1P3shVud .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uW1P3shVud .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-uW1P3shVud .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uW1P3shVud .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uW1P3shVud .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uW1P3shVud .navbar-brand {
    margin-right: auto;
  }
  .cid-uW1P3shVud .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    opacity: 1;
    border-color: rgba(247, 247, 247, 0.7) !important;
    background: rgba(247, 247, 247, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uW1P3shVud .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uW1P3shVud .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uW1P3shVud .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-uW1P3shVud .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uW1P3shVud .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uW1P3shVud .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-uW1P3shVud .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uW1P3shVud .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-uW1P3shVud .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uW1P3shVud .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uW1P3sHjLk {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uW1P3sHjLk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW1P3sHjLk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uW1P3sHjLk .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uW1P3sHjLk .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uW1P3sHjLk .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uW1P3sHjLk .card-wrapper {
  background: #ffffff;
}
.cid-uW1P3sHjLk .mbr-text,
.cid-uW1P3sHjLk .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uW1P3sHjLk .card-title,
.cid-uW1P3sHjLk .card-box {
  text-align: left;
  color: #000000;
}
.cid-uW1P3sHjLk .image-wrapper img {
  width: 100%;
}
.cid-uW1P3t5osi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uW1P3t5osi .carousel {
    max-height: 600px;
  }
  .cid-uW1P3t5osi .carousel img {
    height: 600px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uW1P3t5osi .carousel {
    min-height: 390px;
  }
  .cid-uW1P3t5osi .carousel img {
    height: 390px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-uW1P3t5osi .carousel {
    min-height: 330px;
  }
  .cid-uW1P3t5osi .carousel img {
    height: 330px;
    object-fit: cover;
  }
  .cid-uW1P3t5osi .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uW1P3t5osi .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uW1P3t5osi .carousel,
.cid-uW1P3t5osi .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uW1P3t5osi .item-wrapper {
  width: 100%;
}
.cid-uW1P3t5osi .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uW1P3t5osi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uW1P3t5osi .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uW1P3t5osi .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uW1P3t5osi .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uW1P3t5osi .carousel-control {
  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-uW1P3t5osi .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uW1P3t5osi .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uW1P3t5osi .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uW1P3t5osi .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uW1P3t5osi .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-uW1P3t5osi .carousel-indicators li.active,
.cid-uW1P3t5osi .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uW1P3t5osi .carousel-indicators li::after,
.cid-uW1P3t5osi .carousel-indicators li::before {
  content: none;
}
.cid-uW1P3t5osi .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uW1P3t5osi .carousel-indicators {
    display: none !important;
  }
}
.cid-uW1P3to6Nt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-uWVn6rJR4f {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uWVn6rJR4f .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-uWVn6rJR4f .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uWVn6rJR4f .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-uWVn6rJR4f .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uWVn6rJR4f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWVn6rJR4f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWVn6rJR4f .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uWVn6rJR4f .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uWVn6rJR4f .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uWVn6rJR4f .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uWVn6rJR4f .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uWVn6rJR4f .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uWVn6rJR4f .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uWVn6rJR4f .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uWVn6rJR4f .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uWVn6rJR4f .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uWVn6rJR4f .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uWVn6rJR4f .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uWVn6rJR4f .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uWVn6rJR4f .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uWVn6rJR4f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uWVn6rJR4f .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(247, 247, 247, 0.7) !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: #f7f7f7;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uWVn6rJR4f .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWVn6rJR4f .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uWVn6rJR4f .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWVn6rJR4f .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: #f7f7f7;
  background: rgba(247, 247, 247, 0.7) !important;
}
.cid-uWVn6rJR4f .nav-item:focus,
.cid-uWVn6rJR4f .nav-link:focus {
  outline: none;
}
.cid-uWVn6rJR4f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWVn6rJR4f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWVn6rJR4f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWVn6rJR4f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWVn6rJR4f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWVn6rJR4f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWVn6rJR4f .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-uWVn6rJR4f .navbar.opened {
  transition: all 0.3s;
}
.cid-uWVn6rJR4f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWVn6rJR4f .navbar .navbar-logo img {
  width: auto;
}
.cid-uWVn6rJR4f .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uWVn6rJR4f .navbar.collapsed {
  justify-content: center;
}
.cid-uWVn6rJR4f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWVn6rJR4f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWVn6rJR4f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uWVn6rJR4f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWVn6rJR4f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWVn6rJR4f .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-uWVn6rJR4f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWVn6rJR4f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWVn6rJR4f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uWVn6rJR4f .navbar {
    min-height: 72px;
  }
  .cid-uWVn6rJR4f .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uWVn6rJR4f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWVn6rJR4f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWVn6rJR4f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWVn6rJR4f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWVn6rJR4f .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-uWVn6rJR4f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWVn6rJR4f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uWVn6rJR4f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWVn6rJR4f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWVn6rJR4f .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uWVn6rJR4f .dropdown-item.active,
.cid-uWVn6rJR4f .dropdown-item:active {
  background-color: transparent;
}
.cid-uWVn6rJR4f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWVn6rJR4f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWVn6rJR4f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWVn6rJR4f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uWVn6rJR4f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uWVn6rJR4f .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uWVn6rJR4f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWVn6rJR4f .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uWVn6rJR4f .navbar-buttons {
    text-align: left;
  }
}
.cid-uWVn6rJR4f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWVn6rJR4f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWVn6rJR4f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWVn6rJR4f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWVn6rJR4f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWVn6rJR4f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWVn6rJR4f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWVn6rJR4f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWVn6rJR4f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWVn6rJR4f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWVn6rJR4f .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWVn6rJR4f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWVn6rJR4f .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-uWVn6rJR4f .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWVn6rJR4f .navbar {
    height: 70px;
  }
  .cid-uWVn6rJR4f .navbar.opened {
    height: auto;
  }
  .cid-uWVn6rJR4f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWVn6rJR4f .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uWVn6rJR4f .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uWVn6rJR4f .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uWVn6rJR4f .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-uWVn6rJR4f .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uWVn6rJR4f .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uWVn6rJR4f .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uWVn6rJR4f .navbar-brand {
    margin-right: auto;
  }
  .cid-uWVn6rJR4f .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    opacity: 1;
    border-color: rgba(247, 247, 247, 0.7) !important;
    background: rgba(247, 247, 247, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uWVn6rJR4f .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uWVn6rJR4f .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uWVn6rJR4f .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-uWVn6rJR4f .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uWVn6rJR4f .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uWVn6rJR4f .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-uWVn6rJR4f .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uWVn6rJR4f .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-uWVn6rJR4f .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uWVn6rJR4f .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uWVn6s9iRO {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uWVn6s9iRO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWVn6s9iRO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uWVn6s9iRO .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uWVn6s9iRO .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uWVn6s9iRO .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uWVn6s9iRO .card-wrapper {
  background: #ffffff;
}
.cid-uWVn6s9iRO .mbr-text,
.cid-uWVn6s9iRO .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uWVn6s9iRO .card-title,
.cid-uWVn6s9iRO .card-box {
  text-align: left;
  color: #000000;
}
.cid-uWVn6s9iRO .image-wrapper img {
  width: 100%;
}
.cid-uWVn6swdJg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uWVn6swdJg .carousel {
    max-height: 600px;
  }
  .cid-uWVn6swdJg .carousel img {
    height: 600px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWVn6swdJg .carousel {
    min-height: 390px;
  }
  .cid-uWVn6swdJg .carousel img {
    height: 390px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-uWVn6swdJg .carousel {
    min-height: 330px;
  }
  .cid-uWVn6swdJg .carousel img {
    height: 330px;
    object-fit: cover;
  }
  .cid-uWVn6swdJg .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uWVn6swdJg .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uWVn6swdJg .carousel,
.cid-uWVn6swdJg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uWVn6swdJg .item-wrapper {
  width: 100%;
}
.cid-uWVn6swdJg .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uWVn6swdJg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uWVn6swdJg .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uWVn6swdJg .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uWVn6swdJg .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uWVn6swdJg .carousel-control {
  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-uWVn6swdJg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uWVn6swdJg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uWVn6swdJg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uWVn6swdJg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uWVn6swdJg .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-uWVn6swdJg .carousel-indicators li.active,
.cid-uWVn6swdJg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uWVn6swdJg .carousel-indicators li::after,
.cid-uWVn6swdJg .carousel-indicators li::before {
  content: none;
}
.cid-uWVn6swdJg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uWVn6swdJg .carousel-indicators {
    display: none !important;
  }
}
.cid-uWVn6sOqw2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
  overflow: hidden;
}
