.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: Onest;
}
.display-1 {
  font-family: 'fishfingers';
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'fishfingers';
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'fishfingers';
  font-size: 2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-5 {
  font-family: 'fishfingers';
  font-size: 3rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'Onest', 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: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 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-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((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: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    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-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((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-secondary {
  color: #291f1e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #45592e;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #dde7d2 !important;
  border-color: #dde7d2 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #45592e !important;
  background-color: #dde7d2 !important;
  border-color: #dde7d2 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #291f1e !important;
}
.btn-secondary:hover span,
.btn-secondary:focus span,
.btn-secondary.focus span,
.btn-secondary.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-secondary div {
  overflow: hidden;
}
.btn-secondary span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
.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: #291f1e !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #d70081 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #291f1e !important;
  border-color: #291f1e !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #463534 !important;
  border-color: #463534 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #463534 !important;
  border-color: #463534 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #291f1e !important;
}
.btn-primary:hover span,
.btn-primary:focus span,
.btn-primary.focus span,
.btn-primary.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-primary div {
  overflow: hidden;
}
.btn-primary span {
  display: block;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff;
  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-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #291f1e !important;
}
.btn-info:hover span,
.btn-info:focus span,
.btn-info.focus span,
.btn-info.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-info div {
  overflow: hidden;
}
.btn-info span {
  display: block;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff;
  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-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #291f1e !important;
}
.btn-success:hover span,
.btn-success:focus span,
.btn-success.focus span,
.btn-success.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-success div {
  overflow: hidden;
}
.btn-success span {
  display: block;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463;
  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-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #291f1e !important;
}
.btn-warning:hover span,
.btn-warning:focus span,
.btn-warning.focus span,
.btn-warning.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-warning div {
  overflow: hidden;
}
.btn-warning span {
  display: block;
}
.btn-danger,
.btn-danger:active {
  background-color: #d70081 !important;
  border-color: #d70081 !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff0b9d !important;
  border-color: #ff0b9d !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff0b9d !important;
  border-color: #ff0b9d !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #291f1e !important;
}
.btn-danger:hover span,
.btn-danger:focus span,
.btn-danger.focus span,
.btn-danger.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-danger div {
  overflow: hidden;
}
.btn-danger span {
  display: block;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62;
  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-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #291f1e !important;
}
.btn-white:hover span,
.btn-white:focus span,
.btn-white.focus span,
.btn-white.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-white div {
  overflow: hidden;
}
.btn-white span {
  display: block;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff;
  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-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #291f1e !important;
}
.btn-black:hover span,
.btn-black:focus span,
.btn-black.focus span,
.btn-black.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-black div {
  overflow: hidden;
}
.btn-black span {
  display: block;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #291f1e;
  color: #291f1e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #291f1e !important;
  border-color: #291f1e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #c4d6b0;
  color: #c4d6b0;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #99b877 !important;
  background-color: transparent !important;
  border-color: #99b877 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #45592e !important;
  background-color: #c4d6b0 !important;
  border-color: #c4d6b0 !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: #d70081;
  color: #d70081;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #80004d !important;
  background-color: transparent !important;
  border-color: #80004d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d70081 !important;
  border-color: #d70081 !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: #291f1e !important;
}
.text-secondary {
  color: #c4d6b0 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #d70081 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #92b36d !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: #710044 !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: #291f1e;
}
.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: #d70081;
}
.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: #291f1e;
  border-color: #291f1e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #291f1e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dcd1d0;
}
.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: #ffa4db;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Onest', 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: #291f1e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', 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: #291f1e;
}
/* 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: #291f1e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #291f1e;
}
.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: #291f1e;
  border-bottom-color: #291f1e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #291f1e !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: #c4d6b0 !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='%23291f1e' %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-tZs6brFZOY {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tZs6brFZOY .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-tZs6brFZOY .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tZs6brFZOY .btn {
  font-weight: 400;
}
.cid-tZs6brFZOY .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-tZs6brFZOY .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tZs6brFZOY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZs6brFZOY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZs6brFZOY .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tZs6brFZOY .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-tZs6brFZOY .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-tZs6brFZOY .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tZs6brFZOY .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tZs6brFZOY .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tZs6brFZOY .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-tZs6brFZOY .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tZs6brFZOY .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tZs6brFZOY .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tZs6brFZOY .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tZs6brFZOY .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tZs6brFZOY .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (min-width: 767px) {
  .cid-tZs6brFZOY .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tZs6brFZOY .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tZs6brFZOY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-tZs6brFZOY .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
}
@media (max-width: 992px) {
  .cid-tZs6brFZOY .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tZs6brFZOY .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tZs6brFZOY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZs6brFZOY .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #fffcee;
}
.cid-tZs6brFZOY .nav-item:focus,
.cid-tZs6brFZOY .nav-link:focus {
  outline: none;
}
.cid-tZs6brFZOY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZs6brFZOY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZs6brFZOY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZs6brFZOY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZs6brFZOY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZs6brFZOY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZs6brFZOY .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-tZs6brFZOY .navbar.opened {
  transition: all 0.25s;
}
.cid-tZs6brFZOY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZs6brFZOY .navbar .navbar-logo img {
  width: auto;
}
.cid-tZs6brFZOY .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tZs6brFZOY .navbar.collapsed {
  justify-content: center;
}
.cid-tZs6brFZOY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZs6brFZOY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tZs6brFZOY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZs6brFZOY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZs6brFZOY .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-tZs6brFZOY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZs6brFZOY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZs6brFZOY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tZs6brFZOY .navbar {
    min-height: 72px;
  }
  .cid-tZs6brFZOY .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tZs6brFZOY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZs6brFZOY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZs6brFZOY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZs6brFZOY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZs6brFZOY .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-tZs6brFZOY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZs6brFZOY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tZs6brFZOY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZs6brFZOY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZs6brFZOY .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tZs6brFZOY .dropdown-item.active,
.cid-tZs6brFZOY .dropdown-item:active {
  background-color: transparent;
}
.cid-tZs6brFZOY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZs6brFZOY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZs6brFZOY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZs6brFZOY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffcee;
}
.cid-tZs6brFZOY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tZs6brFZOY .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tZs6brFZOY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZs6brFZOY .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tZs6brFZOY .navbar-buttons {
    text-align: left;
  }
}
.cid-tZs6brFZOY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZs6brFZOY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZs6brFZOY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZs6brFZOY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZs6brFZOY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZs6brFZOY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZs6brFZOY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZs6brFZOY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZs6brFZOY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZs6brFZOY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZs6brFZOY .navbar-dropdown {
  padding: 0;
  background-color: #fffcee !important;
}
.cid-tZs6brFZOY .opacityScroll {
  background: #fffcee !important;
}
.cid-tZs6brFZOY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZs6brFZOY .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-tZs6brFZOY .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZs6brFZOY .navbar {
    height: 70px;
  }
  .cid-tZs6brFZOY .navbar.opened {
    height: auto;
  }
  .cid-tZs6brFZOY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZs6brFZOY .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tZs6brFZOY .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tZs6brFZOY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tZs6brFZOY .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-tZs6brFZOY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tZs6brFZOY .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tZs6brFZOY .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tZs6brFZOY .navbar-brand {
    margin-right: auto;
  }
  .cid-tZs6brFZOY .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #fffcee;
    backdrop-filter: blur(8px);
  }
  .cid-tZs6brFZOY .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tZs6brFZOY .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tZs6brFZOY .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-tZs6brFZOY .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tZs6brFZOY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tZs6brFZOY .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-tZs6brFZOY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tZs6brFZOY .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-tZs6brFZOY .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tZs6brFZOY .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-tZs6brFZOY .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-tZs6brFZOY .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ukRziLEdMW {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #c4d6b0;
}
.cid-ukRziLEdMW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRziLEdMW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRziLEdMW .row {
  flex-direction: row-reverse;
}
.cid-uRLrcILjB2 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #c4d6b0;
}
.cid-uRLrcILjB2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRLrcILjB2 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uRLrcILjB2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uRLrcILjB2 {
    align-items: center;
  }
  .cid-uRLrcILjB2 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRLrcILjB2 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRLrcILjB2 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRLrcILjB2 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRLrcILjB2 .content-wrap {
    width: 100%;
  }
}
.cid-uRLrcILjB2 .mbr-section-subtitle,
.cid-uRLrcILjB2 .line {
  color: #163300;
}
.cid-uRLrcILjB2 .mbr-text,
.cid-uRLrcILjB2 .mbr-section-btn {
  text-align: left;
  color: #163300;
}
.cid-uRLrcILjB2 .mbr-section-title {
  color: #291f1e;
}
.cid-ukRSrZTQhX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #c4d6b0;
}
.cid-ukRSrZTQhX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRSrZTQhX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRSrZTQhX .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ukRSrZTQhX .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ukRSrZTQhX .container {
    padding: 0 20px;
  }
}
.cid-ukRSrZTQhX .row {
  justify-content: space-between;
}
.cid-ukRSrZTQhX .card {
  justify-content: center;
}
.cid-ukRSrZTQhX .image-wrapper img {
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukRSrZTQhX .image-wrapper img {
    height: 350px;
  }
}
.cid-ukRSrZTQhX .content-wrapper {
  padding: 80px 156px 80px 86px;
}
@media (max-width: 1440px) {
  .cid-ukRSrZTQhX .content-wrapper {
    padding: 80px 156px 80px 50px;
  }
}
@media (max-width: 1200px) {
  .cid-ukRSrZTQhX .content-wrapper {
    padding: 80px 106px 80px 50px;
  }
}
@media (max-width: 992px) {
  .cid-ukRSrZTQhX .content-wrapper {
    padding: 40px 0 80px;
  }
}
.cid-ukRSrZTQhX .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-ukRSrZTQhX .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ukRSrZTQhX .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ukRSrZTQhX .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukRSrZTQhX .mbr-desc {
  color: #1e1d1c;
}
.cid-ukRSrZTQhX .mbr-section-title {
  color: #1e1d1c;
}
.cid-ukRSrZTQhX .mbr-text {
  color: #163300;
}
.cid-ukRSrZTQhX .mbr-section-title,
.cid-ukRSrZTQhX .mbr-section-btn {
  color: #163300;
}
.cid-uxSUwRS1ON {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/creamline-1837x9.png");
}
.cid-uxSUwRS1ON .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uxSUwRS1ON .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxSUwRS1ON .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uxSUwRS1ON .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxSUwRS1ON p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uxSUwRS1ON {
    align-items: center;
  }
  .cid-uxSUwRS1ON .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uxSUwRS1ON .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uxSUwRS1ON {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uxSUwRS1ON .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uxSUwRS1ON .content-wrap {
    width: 100%;
  }
}
.cid-uxSUwRS1ON .mbr-section-subtitle,
.cid-uxSUwRS1ON .line {
  color: #ffffff;
}
.cid-uxSUwRS1ON .mbr-text,
.cid-uxSUwRS1ON .mbr-section-btn {
  text-align: right;
}
#custom-html-41 {
  /* Type valid CSS here */
}
#custom-html-41 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-41 p {
  font-size: 60px;
  color: #777;
}
.cid-uZeHkUJVXP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #c4d6b0;
}
.cid-uZeHkUJVXP .item-subtitle {
  line-height: 1.2;
  color: #838383;
  text-align: left;
}
.cid-uZeHkUJVXP img,
.cid-uZeHkUJVXP .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uZeHkUJVXP .item:focus,
.cid-uZeHkUJVXP span:focus {
  outline: none;
}
.cid-uZeHkUJVXP .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZeHkUJVXP .item {
    margin-bottom: 1rem;
  }
}
.cid-uZeHkUJVXP .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZeHkUJVXP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uZeHkUJVXP .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uZeHkUJVXP .mbr-text,
.cid-uZeHkUJVXP .mbr-section-btn {
  color: #838383;
  text-align: left;
}
.cid-uZeHkUJVXP .item-title {
  color: #163300;
  text-align: left;
}
.cid-uZeHkUJVXP .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uZeHkUJVXP .item-title P {
  text-align: center;
}
.cid-v7lzWavzGr {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #c4d6b0;
}
.cid-v7lzWavzGr .item-subtitle {
  line-height: 1.2;
  color: #838383;
  text-align: left;
}
.cid-v7lzWavzGr img,
.cid-v7lzWavzGr .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v7lzWavzGr .item:focus,
.cid-v7lzWavzGr span:focus {
  outline: none;
}
.cid-v7lzWavzGr .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7lzWavzGr .item {
    margin-bottom: 1rem;
  }
}
.cid-v7lzWavzGr .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v7lzWavzGr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v7lzWavzGr .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v7lzWavzGr .mbr-text,
.cid-v7lzWavzGr .mbr-section-btn {
  color: #838383;
  text-align: left;
}
.cid-v7lzWavzGr .item-title {
  color: #163300;
  text-align: center;
}
.cid-v7lzWavzGr .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uX4LyI5FpX {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/creamline-1837x9.png");
}
.cid-uX4LyI5FpX .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uX4LyI5FpX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX4LyI5FpX .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uX4LyI5FpX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX4LyI5FpX p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uX4LyI5FpX {
    align-items: center;
  }
  .cid-uX4LyI5FpX .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uX4LyI5FpX .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uX4LyI5FpX {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uX4LyI5FpX .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uX4LyI5FpX .content-wrap {
    width: 100%;
  }
}
.cid-uX4LyI5FpX .mbr-section-subtitle,
.cid-uX4LyI5FpX .line {
  color: #ffffff;
}
.cid-uX4LyI5FpX .mbr-text,
.cid-uX4LyI5FpX .mbr-section-btn {
  text-align: right;
}
.cid-uX4Lv8MXSm {
  display: flex;
  background-image: url("../../../assets/images/heritage-map-1800x905.png");
}
.cid-uX4Lv8MXSm .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uX4Lv8MXSm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX4Lv8MXSm .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uX4Lv8MXSm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uX4Lv8MXSm {
    align-items: flex-end;
  }
  .cid-uX4Lv8MXSm .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uX4Lv8MXSm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uX4Lv8MXSm {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uX4Lv8MXSm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uX4Lv8MXSm .content-wrap {
    width: 100%;
  }
}
.cid-uX4Lv8MXSm .mbr-section-subtitle,
.cid-uX4Lv8MXSm .line {
  color: #ffffff;
}
.cid-uX4Lv8MXSm .mbr-text,
.cid-uX4Lv8MXSm .mbr-section-btn {
  text-align: right;
}
.cid-ukS6lPxlk3 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/creamline-1837x9.png");
}
.cid-ukS6lPxlk3 .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-ukS6lPxlk3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukS6lPxlk3 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-ukS6lPxlk3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukS6lPxlk3 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-ukS6lPxlk3 {
    align-items: center;
  }
  .cid-ukS6lPxlk3 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ukS6lPxlk3 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ukS6lPxlk3 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ukS6lPxlk3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ukS6lPxlk3 .content-wrap {
    width: 100%;
  }
}
.cid-ukS6lPxlk3 .mbr-section-subtitle,
.cid-ukS6lPxlk3 .line {
  color: #ffffff;
}
.cid-ukS6lPxlk3 .mbr-text,
.cid-ukS6lPxlk3 .mbr-section-btn {
  text-align: right;
}
.cid-ukRLkTd4dS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #c4d6b0;
}
.cid-ukRLkTd4dS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRLkTd4dS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRLkTd4dS .mbr-title {
  margin-bottom: 30px;
  color: #163300;
}
@media (max-width: 575px) {
  .cid-ukRLkTd4dS .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-ukRLkTd4dS .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-ukRLkTd4dS .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-ukRLkTd4dS .mbr-section-btn {
  padding-top: 40px;
}
.cid-uVKTNrDWq0 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #c4d6b0;
}
.cid-uVKTNrDWq0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKTNrDWq0 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uVKTNrDWq0 .image-wrapper,
.cid-uVKTNrDWq0 img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVKTNrDWq0 .image-wrapper,
  .cid-uVKTNrDWq0 img {
    padding-bottom: 0.5rem;
  }
}
.cid-uVKTNrDWq0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKTNrDWq0 h1 {
  max-width: 800px;
}
.cid-uVKTNrDWq0 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uVKTNrDWq0 .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #291f1e !important;
}
.cid-uVKTNrDWq0 .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uVKTNrDWq0 .btn div {
  overflow: hidden;
}
.cid-uVKTNrDWq0 .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uVKTNrDWq0 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uVKTNrDWq0 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVKTNrDWq0 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uVKTNrDWq0 .content-wrap {
    width: 100%;
  }
}
.cid-uVKTNrDWq0 .mbr-section-subtitle,
.cid-uVKTNrDWq0 .line {
  color: #291f1e;
}
.cid-uVKTNrDWq0 .mbr-text,
.cid-uVKTNrDWq0 .mbr-section-btn {
  text-align: right;
  color: #291f1e;
}
.cid-uVKTNrDWq0 .mbr-section-title {
  color: #291f1e;
}
.cid-uVKTNrDWq0 .mbr-section-title,
.cid-uVKTNrDWq0 .mbr-section-btn,
.cid-uVKTNrDWq0 .line {
  text-align: left;
  color: #163300;
}
.cid-uVKTNrDWq0 .mbr-text {
  text-align: left;
  color: #163300;
}
.cid-uVKTSzD8AH {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #c4d6b0;
}
.cid-uVKTSzD8AH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKTSzD8AH .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uVKTSzD8AH .image-wrapper,
.cid-uVKTSzD8AH img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVKTSzD8AH .image-wrapper,
  .cid-uVKTSzD8AH img {
    padding-bottom: 0.5rem;
  }
}
.cid-uVKTSzD8AH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKTSzD8AH h1 {
  max-width: 800px;
}
.cid-uVKTSzD8AH p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uVKTSzD8AH .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #291f1e !important;
}
.cid-uVKTSzD8AH .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uVKTSzD8AH .btn div {
  overflow: hidden;
}
.cid-uVKTSzD8AH .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uVKTSzD8AH .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uVKTSzD8AH {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVKTSzD8AH .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uVKTSzD8AH .content-wrap {
    width: 100%;
  }
}
.cid-uVKTSzD8AH .mbr-section-subtitle,
.cid-uVKTSzD8AH .line {
  color: #291f1e;
}
.cid-uVKTSzD8AH .mbr-text,
.cid-uVKTSzD8AH .mbr-section-btn {
  text-align: right;
  color: #291f1e;
}
.cid-uVKTSzD8AH .mbr-section-title {
  color: #291f1e;
}
.cid-uVKTSzD8AH .mbr-section-title,
.cid-uVKTSzD8AH .mbr-section-btn,
.cid-uVKTSzD8AH .line {
  text-align: left;
  color: #163300;
}
.cid-uVKTSzD8AH .mbr-text {
  text-align: left;
  color: #163300;
}
.cid-v0EmArIWgS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #c4d6b0;
}
.cid-v0EmArIWgS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0EmArIWgS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0EmArIWgS .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v0EmArIWgS .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v0EmArIWgS .container {
    padding: 0;
  }
}
.cid-v0EmArIWgS .row {
  justify-content: center;
}
.cid-v0EmArIWgS .images-wrapper .row {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v0EmArIWgS .images-wrapper .row {
    padding: 0 7px;
  }
}
.cid-v0EmArIWgS .images-wrapper .row .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-v0EmArIWgS .images-wrapper .row .card {
    margin-bottom: 10px;
  }
}
.cid-v0EmArIWgS .images-wrapper .row .card a {
  display: block;
}
.cid-v0EmArIWgS .images-wrapper .row .card a img {
  height: 180px;
  object-fit: cover;
}
.cid-v0EmArIWgS .mbr-section-title {
  color: #263652;
}
.cid-uvNqCwHgIe {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #c4d6b0;
}
.cid-uvNqCwHgIe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvNqCwHgIe .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uvNqCwHgIe .image-wrapper,
.cid-uvNqCwHgIe img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvNqCwHgIe .image-wrapper,
  .cid-uvNqCwHgIe img {
    padding-bottom: 0.5rem;
  }
}
.cid-uvNqCwHgIe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvNqCwHgIe h1 {
  max-width: 800px;
}
.cid-uvNqCwHgIe p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uvNqCwHgIe .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #291f1e !important;
}
.cid-uvNqCwHgIe .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uvNqCwHgIe .btn div {
  overflow: hidden;
}
.cid-uvNqCwHgIe .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvNqCwHgIe .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvNqCwHgIe {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvNqCwHgIe .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvNqCwHgIe .content-wrap {
    width: 100%;
  }
}
.cid-uvNqCwHgIe .mbr-section-subtitle,
.cid-uvNqCwHgIe .line {
  color: #291f1e;
}
.cid-uvNqCwHgIe .mbr-text,
.cid-uvNqCwHgIe .mbr-section-btn {
  text-align: right;
  color: #291f1e;
}
.cid-uvNqCwHgIe .mbr-section-title {
  color: #291f1e;
}
.cid-uvNqCwHgIe .mbr-section-title,
.cid-uvNqCwHgIe .mbr-section-btn,
.cid-uvNqCwHgIe .line {
  text-align: left;
  color: #163300;
}
.cid-uvNqCwHgIe .mbr-text {
  text-align: left;
  color: #163300;
}
.cid-v0JCaXUddD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #c4d6b0;
}
.cid-v0JCaXUddD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0JCaXUddD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0JCaXUddD .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v0JCaXUddD .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v0JCaXUddD .container {
    padding: 0;
  }
}
.cid-v0JCaXUddD .row {
  justify-content: center;
}
.cid-v0JCaXUddD .images-wrapper .row {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v0JCaXUddD .images-wrapper .row {
    padding: 0 7px;
  }
}
.cid-v0JCaXUddD .images-wrapper .row .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-v0JCaXUddD .images-wrapper .row .card {
    margin-bottom: 10px;
  }
}
.cid-v0JCaXUddD .images-wrapper .row .card a {
  display: block;
}
.cid-v0JCaXUddD .images-wrapper .row .card a img {
  height: 180px;
  object-fit: cover;
}
.cid-v0JCaXUddD .mbr-section-title {
  color: #263652;
}
.cid-v0JCdCujhf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #c4d6b0;
}
.cid-v0JCdCujhf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0JCdCujhf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0JCdCujhf .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v0JCdCujhf .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v0JCdCujhf .container {
    padding: 0;
  }
}
.cid-v0JCdCujhf .row {
  justify-content: center;
}
.cid-v0JCdCujhf .images-wrapper .row {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v0JCdCujhf .images-wrapper .row {
    padding: 0 7px;
  }
}
.cid-v0JCdCujhf .images-wrapper .row .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-v0JCdCujhf .images-wrapper .row .card {
    margin-bottom: 10px;
  }
}
.cid-v0JCdCujhf .images-wrapper .row .card a {
  display: block;
}
.cid-v0JCdCujhf .images-wrapper .row .card a img {
  height: 180px;
  object-fit: cover;
}
.cid-v0JCdCujhf .mbr-section-title {
  color: #263652;
}
.cid-uCoEQztpB0 {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #c4d6b0;
}
.cid-uCoEQztpB0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCoEQztpB0 .line {
  width: 100%;
  height: 1px;
  background: #c4d6b0;
  margin-bottom: 2rem;
}
.cid-uCoEQztpB0 .image-wrapper,
.cid-uCoEQztpB0 img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uCoEQztpB0 .image-wrapper,
  .cid-uCoEQztpB0 img {
    padding-bottom: 0.5rem;
  }
}
.cid-uCoEQztpB0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCoEQztpB0 h1 {
  max-width: 800px;
}
.cid-uCoEQztpB0 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uCoEQztpB0 .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #291f1e !important;
}
.cid-uCoEQztpB0 .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uCoEQztpB0 .btn div {
  overflow: hidden;
}
.cid-uCoEQztpB0 .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uCoEQztpB0 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uCoEQztpB0 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uCoEQztpB0 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uCoEQztpB0 .content-wrap {
    width: 100%;
  }
}
.cid-uCoEQztpB0 .mbr-section-subtitle,
.cid-uCoEQztpB0 .line {
  color: #291f1e;
}
.cid-uCoEQztpB0 .mbr-text,
.cid-uCoEQztpB0 .mbr-section-btn {
  text-align: right;
  color: #291f1e;
}
.cid-uCoEQztpB0 .mbr-section-title {
  color: #291f1e;
}
.cid-uCoEQztpB0 .mbr-section-title,
.cid-uCoEQztpB0 .mbr-section-btn,
.cid-uCoEQztpB0 .line {
  text-align: left;
  color: #163300;
}
.cid-uCoEQztpB0 .mbr-text {
  text-align: left;
  color: #163300;
}
.cid-uTbffeCJAt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #c4d6b0;
}
.cid-uTbffeCJAt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTbffeCJAt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTbffeCJAt .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uTbffeCJAt .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uTbffeCJAt .container {
    padding: 0;
  }
}
.cid-uTbffeCJAt .row {
  justify-content: center;
}
.cid-uTbffeCJAt .images-wrapper .row {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-uTbffeCJAt .images-wrapper .row {
    padding: 0 7px;
  }
}
.cid-uTbffeCJAt .images-wrapper .row .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-uTbffeCJAt .images-wrapper .row .card {
    margin-bottom: 10px;
  }
}
.cid-uTbffeCJAt .images-wrapper .row .card a {
  display: block;
}
.cid-uTbffeCJAt .images-wrapper .row .card a img {
  height: 180px;
  object-fit: cover;
}
.cid-uTbffeCJAt .mbr-section-title {
  color: #263652;
}
.cid-uTbfnF9yIL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #c4d6b0;
}
.cid-uTbfnF9yIL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTbfnF9yIL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTbfnF9yIL .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uTbfnF9yIL .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uTbfnF9yIL .container {
    padding: 0;
  }
}
.cid-uTbfnF9yIL .row {
  justify-content: center;
}
.cid-uTbfnF9yIL .images-wrapper .row {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-uTbfnF9yIL .images-wrapper .row {
    padding: 0 7px;
  }
}
.cid-uTbfnF9yIL .images-wrapper .row .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-uTbfnF9yIL .images-wrapper .row .card {
    margin-bottom: 10px;
  }
}
.cid-uTbfnF9yIL .images-wrapper .row .card a {
  display: block;
}
.cid-uTbfnF9yIL .images-wrapper .row .card a img {
  height: 180px;
  object-fit: cover;
}
.cid-uTbfnF9yIL .mbr-section-title {
  color: #263652;
}
.cid-uTbfkQJbiL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #c4d6b0;
}
.cid-uTbfkQJbiL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTbfkQJbiL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTbfkQJbiL .mbr-title {
  margin-bottom: 30px;
  color: #163300;
}
@media (max-width: 575px) {
  .cid-uTbfkQJbiL .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-uTbfkQJbiL .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-uTbfkQJbiL .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-uTbfkQJbiL .mbr-section-btn {
  padding-top: 40px;
}
.cid-uvNqPv64h4 {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #c4d6b0;
}
.cid-uvNqPv64h4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvNqPv64h4 .line {
  width: 100%;
  height: 1px;
  background: #c4d6b0;
  margin-bottom: 2rem;
}
.cid-uvNqPv64h4 .image-wrapper,
.cid-uvNqPv64h4 img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvNqPv64h4 .image-wrapper,
  .cid-uvNqPv64h4 img {
    padding-bottom: 0.5rem;
  }
}
.cid-uvNqPv64h4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvNqPv64h4 h1 {
  max-width: 800px;
}
.cid-uvNqPv64h4 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uvNqPv64h4 .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #291f1e !important;
}
.cid-uvNqPv64h4 .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uvNqPv64h4 .btn div {
  overflow: hidden;
}
.cid-uvNqPv64h4 .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvNqPv64h4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvNqPv64h4 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvNqPv64h4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvNqPv64h4 .content-wrap {
    width: 100%;
  }
}
.cid-uvNqPv64h4 .mbr-section-subtitle,
.cid-uvNqPv64h4 .line {
  color: #291f1e;
}
.cid-uvNqPv64h4 .mbr-text,
.cid-uvNqPv64h4 .mbr-section-btn {
  text-align: right;
  color: #291f1e;
}
.cid-uvNqPv64h4 .mbr-section-title {
  color: #291f1e;
}
.cid-uvNqPv64h4 .mbr-section-title,
.cid-uvNqPv64h4 .mbr-section-btn,
.cid-uvNqPv64h4 .line {
  text-align: left;
  color: #163300;
}
.cid-uvNqPv64h4 .mbr-text {
  text-align: left;
  color: #163300;
}
.cid-uOSbre01yn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #c4d6b0;
}
.cid-uOSbre01yn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOSbre01yn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOSbre01yn .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOSbre01yn .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOSbre01yn .container {
    padding: 0;
  }
}
.cid-uOSbre01yn .row {
  justify-content: center;
}
.cid-uOSbre01yn .images-wrapper .row {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-uOSbre01yn .images-wrapper .row {
    padding: 0 7px;
  }
}
.cid-uOSbre01yn .images-wrapper .row .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-uOSbre01yn .images-wrapper .row .card {
    margin-bottom: 10px;
  }
}
.cid-uOSbre01yn .images-wrapper .row .card a {
  display: block;
}
.cid-uOSbre01yn .images-wrapper .row .card a img {
  height: 180px;
  object-fit: cover;
}
.cid-uOSbre01yn .mbr-section-title {
  color: #263652;
}
.cid-uOSbxouxIg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #c4d6b0;
}
.cid-uOSbxouxIg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOSbxouxIg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOSbxouxIg .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOSbxouxIg .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOSbxouxIg .container {
    padding: 0;
  }
}
.cid-uOSbxouxIg .row {
  justify-content: center;
}
.cid-uOSbxouxIg .images-wrapper .row {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-uOSbxouxIg .images-wrapper .row {
    padding: 0 7px;
  }
}
.cid-uOSbxouxIg .images-wrapper .row .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-uOSbxouxIg .images-wrapper .row .card {
    margin-bottom: 10px;
  }
}
.cid-uOSbxouxIg .images-wrapper .row .card a {
  display: block;
}
.cid-uOSbxouxIg .images-wrapper .row .card a img {
  height: 180px;
  object-fit: cover;
}
.cid-uOSbxouxIg .mbr-section-title {
  color: #263652;
}
.cid-uOSbuRsadu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #c4d6b0;
}
.cid-uOSbuRsadu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOSbuRsadu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOSbuRsadu .mbr-title {
  margin-bottom: 30px;
  color: #163300;
}
@media (max-width: 575px) {
  .cid-uOSbuRsadu .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-uOSbuRsadu .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-uOSbuRsadu .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-uOSbuRsadu .mbr-section-btn {
  padding-top: 40px;
}
.cid-uMZ1evk2gg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #c4d6b0;
}
.cid-uMZ1evk2gg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMZ1evk2gg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMZ1evk2gg .mbr-title {
  margin-bottom: 30px;
  color: #163300;
}
@media (max-width: 575px) {
  .cid-uMZ1evk2gg .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-uMZ1evk2gg .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-uMZ1evk2gg .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-uMZ1evk2gg .mbr-section-btn {
  padding-top: 40px;
}
.cid-uMYYMKMGVw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #c4d6b0;
}
.cid-uMYYMKMGVw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMYYMKMGVw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMYYMKMGVw .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMYYMKMGVw .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uMYYMKMGVw .container {
    padding: 0;
  }
}
.cid-uMYYMKMGVw .row {
  justify-content: center;
}
.cid-uMYYMKMGVw .images-wrapper .row {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-uMYYMKMGVw .images-wrapper .row {
    padding: 0 7px;
  }
}
.cid-uMYYMKMGVw .images-wrapper .row .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-uMYYMKMGVw .images-wrapper .row .card {
    margin-bottom: 10px;
  }
}
.cid-uMYYMKMGVw .images-wrapper .row .card a {
  display: block;
}
.cid-uMYYMKMGVw .images-wrapper .row .card a img {
  height: 180px;
  object-fit: cover;
}
.cid-uMYYMKMGVw .mbr-section-title {
  color: #263652;
}
.cid-uMZ0328DBv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #c4d6b0;
}
.cid-uMZ0328DBv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMZ0328DBv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMZ0328DBv .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMZ0328DBv .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uMZ0328DBv .container {
    padding: 0;
  }
}
.cid-uMZ0328DBv .row {
  justify-content: center;
}
.cid-uMZ0328DBv .images-wrapper .row {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-uMZ0328DBv .images-wrapper .row {
    padding: 0 7px;
  }
}
.cid-uMZ0328DBv .images-wrapper .row .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-uMZ0328DBv .images-wrapper .row .card {
    margin-bottom: 10px;
  }
}
.cid-uMZ0328DBv .images-wrapper .row .card a {
  display: block;
}
.cid-uMZ0328DBv .images-wrapper .row .card a img {
  height: 180px;
  object-fit: cover;
}
.cid-uMZ0328DBv .mbr-section-title {
  color: #263652;
}
.cid-uCoENSrXBR {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #c4d6b0;
}
.cid-uCoENSrXBR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCoENSrXBR .line {
  width: 100%;
  height: 1px;
  background: #c4d6b0;
  margin-bottom: 2rem;
}
.cid-uCoENSrXBR .image-wrapper,
.cid-uCoENSrXBR img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uCoENSrXBR .image-wrapper,
  .cid-uCoENSrXBR img {
    padding-bottom: 0.5rem;
  }
}
.cid-uCoENSrXBR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCoENSrXBR h1 {
  max-width: 800px;
}
.cid-uCoENSrXBR p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uCoENSrXBR .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #291f1e !important;
}
.cid-uCoENSrXBR .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uCoENSrXBR .btn div {
  overflow: hidden;
}
.cid-uCoENSrXBR .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uCoENSrXBR .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uCoENSrXBR {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uCoENSrXBR .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uCoENSrXBR .content-wrap {
    width: 100%;
  }
}
.cid-uCoENSrXBR .mbr-section-subtitle,
.cid-uCoENSrXBR .line {
  color: #291f1e;
}
.cid-uCoENSrXBR .mbr-text,
.cid-uCoENSrXBR .mbr-section-btn {
  text-align: right;
  color: #291f1e;
}
.cid-uCoENSrXBR .mbr-section-title {
  color: #291f1e;
}
.cid-uCoENSrXBR .mbr-section-title,
.cid-uCoENSrXBR .mbr-section-btn,
.cid-uCoENSrXBR .line {
  text-align: left;
  color: #163300;
}
.cid-uCoENSrXBR .mbr-text {
  text-align: left;
  color: #163300;
}
.cid-uJumspzB5L {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #c4d6b0;
}
.cid-uJumspzB5L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJumspzB5L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJumspzB5L .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uJumspzB5L .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJumspzB5L .container {
    padding: 0;
  }
}
.cid-uJumspzB5L .row {
  justify-content: center;
}
.cid-uJumspzB5L .images-wrapper .row {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-uJumspzB5L .images-wrapper .row {
    padding: 0 7px;
  }
}
.cid-uJumspzB5L .images-wrapper .row .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-uJumspzB5L .images-wrapper .row .card {
    margin-bottom: 10px;
  }
}
.cid-uJumspzB5L .images-wrapper .row .card a {
  display: block;
}
.cid-uJumspzB5L .images-wrapper .row .card a img {
  height: 180px;
  object-fit: cover;
}
.cid-uJumspzB5L .mbr-section-title {
  color: #263652;
}
.cid-uu2qU1QDXj {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #c4d6b0;
}
.cid-uu2qU1QDXj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uu2qU1QDXj .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uu2qU1QDXj .image-wrapper,
.cid-uu2qU1QDXj img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uu2qU1QDXj .image-wrapper,
  .cid-uu2qU1QDXj img {
    padding-bottom: 0.5rem;
  }
}
.cid-uu2qU1QDXj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uu2qU1QDXj h1 {
  max-width: 800px;
}
.cid-uu2qU1QDXj p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uu2qU1QDXj .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #291f1e !important;
}
.cid-uu2qU1QDXj .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uu2qU1QDXj .btn div {
  overflow: hidden;
}
.cid-uu2qU1QDXj .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uu2qU1QDXj .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uu2qU1QDXj {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uu2qU1QDXj .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uu2qU1QDXj .content-wrap {
    width: 100%;
  }
}
.cid-uu2qU1QDXj .mbr-section-subtitle,
.cid-uu2qU1QDXj .line {
  color: #291f1e;
}
.cid-uu2qU1QDXj .mbr-text,
.cid-uu2qU1QDXj .mbr-section-btn {
  text-align: right;
  color: #291f1e;
}
.cid-uu2qU1QDXj .mbr-section-title {
  color: #291f1e;
}
.cid-uu2qU1QDXj .mbr-section-title,
.cid-uu2qU1QDXj .mbr-section-btn,
.cid-uu2qU1QDXj .line {
  text-align: left;
  color: #163300;
}
.cid-uu2qU1QDXj .mbr-text {
  text-align: left;
  color: #163300;
}
.cid-uu2qVsb9a6 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #c4d6b0;
}
.cid-uu2qVsb9a6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uu2qVsb9a6 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uu2qVsb9a6 .image-wrapper,
.cid-uu2qVsb9a6 img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uu2qVsb9a6 .image-wrapper,
  .cid-uu2qVsb9a6 img {
    padding-bottom: 0.5rem;
  }
}
.cid-uu2qVsb9a6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uu2qVsb9a6 h1 {
  max-width: 800px;
}
.cid-uu2qVsb9a6 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uu2qVsb9a6 .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #291f1e !important;
}
.cid-uu2qVsb9a6 .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uu2qVsb9a6 .btn div {
  overflow: hidden;
}
.cid-uu2qVsb9a6 .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uu2qVsb9a6 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uu2qVsb9a6 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uu2qVsb9a6 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uu2qVsb9a6 .content-wrap {
    width: 100%;
  }
}
.cid-uu2qVsb9a6 .mbr-section-subtitle,
.cid-uu2qVsb9a6 .line {
  color: #291f1e;
}
.cid-uu2qVsb9a6 .mbr-text,
.cid-uu2qVsb9a6 .mbr-section-btn {
  text-align: right;
  color: #291f1e;
}
.cid-uu2qVsb9a6 .mbr-section-title {
  color: #291f1e;
}
.cid-uu2qVsb9a6 .mbr-section-title,
.cid-uu2qVsb9a6 .mbr-section-btn,
.cid-uu2qVsb9a6 .line {
  text-align: left;
  color: #163300;
}
.cid-uu2qVsb9a6 .mbr-text {
  text-align: left;
  color: #163300;
}
.cid-ul8lcbPaR2 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #c4d6b0;
}
.cid-ul8lcbPaR2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul8lcbPaR2 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-ul8lcbPaR2 .image-wrapper,
.cid-ul8lcbPaR2 img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ul8lcbPaR2 .image-wrapper,
  .cid-ul8lcbPaR2 img {
    padding-bottom: 0.5rem;
  }
}
.cid-ul8lcbPaR2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul8lcbPaR2 h1 {
  max-width: 800px;
}
.cid-ul8lcbPaR2 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-ul8lcbPaR2 .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #291f1e !important;
}
.cid-ul8lcbPaR2 .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-ul8lcbPaR2 .btn div {
  overflow: hidden;
}
.cid-ul8lcbPaR2 .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ul8lcbPaR2 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ul8lcbPaR2 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ul8lcbPaR2 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ul8lcbPaR2 .content-wrap {
    width: 100%;
  }
}
.cid-ul8lcbPaR2 .mbr-section-subtitle,
.cid-ul8lcbPaR2 .line {
  color: #291f1e;
}
.cid-ul8lcbPaR2 .mbr-text,
.cid-ul8lcbPaR2 .mbr-section-btn {
  text-align: right;
  color: #291f1e;
}
.cid-ul8lcbPaR2 .mbr-section-title {
  color: #291f1e;
}
.cid-ul8lcbPaR2 .mbr-section-title,
.cid-ul8lcbPaR2 .mbr-section-btn,
.cid-ul8lcbPaR2 .line {
  text-align: left;
  color: #163300;
}
.cid-ul8lcbPaR2 .mbr-text {
  text-align: left;
  color: #163300;
}
.cid-ul8fmu7FJh {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #c4d6b0;
}
.cid-ul8fmu7FJh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul8fmu7FJh .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-ul8fmu7FJh .image-wrapper,
.cid-ul8fmu7FJh img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ul8fmu7FJh .image-wrapper,
  .cid-ul8fmu7FJh img {
    padding-bottom: 0.5rem;
  }
}
.cid-ul8fmu7FJh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul8fmu7FJh h1 {
  max-width: 800px;
}
.cid-ul8fmu7FJh p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-ul8fmu7FJh .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #291f1e !important;
}
.cid-ul8fmu7FJh .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-ul8fmu7FJh .btn div {
  overflow: hidden;
}
.cid-ul8fmu7FJh .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ul8fmu7FJh .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ul8fmu7FJh {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ul8fmu7FJh .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ul8fmu7FJh .content-wrap {
    width: 100%;
  }
}
.cid-ul8fmu7FJh .mbr-section-subtitle,
.cid-ul8fmu7FJh .line {
  color: #291f1e;
}
.cid-ul8fmu7FJh .mbr-text,
.cid-ul8fmu7FJh .mbr-section-btn {
  text-align: right;
  color: #291f1e;
}
.cid-ul8fmu7FJh .mbr-section-title {
  color: #291f1e;
}
.cid-ul8fmu7FJh .mbr-section-title,
.cid-ul8fmu7FJh .mbr-section-btn,
.cid-ul8fmu7FJh .line {
  text-align: left;
  color: #163300;
}
.cid-ul8fmu7FJh .mbr-text {
  text-align: left;
  color: #163300;
}
.cid-usvATim4Nu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #c4d6b0;
}
.cid-usvATim4Nu .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvATim4Nu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvATim4Nu .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-usvATim4Nu .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-usvATim4Nu .container {
    padding: 0;
  }
}
.cid-usvATim4Nu .row {
  justify-content: center;
}
.cid-usvATim4Nu .images-wrapper .row {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-usvATim4Nu .images-wrapper .row {
    padding: 0 7px;
  }
}
.cid-usvATim4Nu .images-wrapper .row .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-usvATim4Nu .images-wrapper .row .card {
    margin-bottom: 10px;
  }
}
.cid-usvATim4Nu .images-wrapper .row .card a {
  display: block;
}
.cid-usvATim4Nu .images-wrapper .row .card a img {
  height: 180px;
  object-fit: cover;
}
.cid-usvATim4Nu .mbr-section-title {
  color: #263652;
}
.cid-ul8AJzlzF6 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #c4d6b0;
}
.cid-ul8AJzlzF6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul8AJzlzF6 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-ul8AJzlzF6 .image-wrapper,
.cid-ul8AJzlzF6 img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ul8AJzlzF6 .image-wrapper,
  .cid-ul8AJzlzF6 img {
    padding-bottom: 0.5rem;
  }
}
.cid-ul8AJzlzF6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul8AJzlzF6 h1 {
  max-width: 800px;
}
.cid-ul8AJzlzF6 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-ul8AJzlzF6 .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #291f1e !important;
}
.cid-ul8AJzlzF6 .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-ul8AJzlzF6 .btn div {
  overflow: hidden;
}
.cid-ul8AJzlzF6 .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ul8AJzlzF6 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ul8AJzlzF6 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ul8AJzlzF6 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ul8AJzlzF6 .content-wrap {
    width: 100%;
  }
}
.cid-ul8AJzlzF6 .mbr-section-subtitle,
.cid-ul8AJzlzF6 .line {
  color: #291f1e;
}
.cid-ul8AJzlzF6 .mbr-text,
.cid-ul8AJzlzF6 .mbr-section-btn {
  text-align: right;
  color: #291f1e;
}
.cid-ul8AJzlzF6 .mbr-section-title {
  color: #291f1e;
}
.cid-ul8AJzlzF6 .mbr-section-title,
.cid-ul8AJzlzF6 .mbr-section-btn,
.cid-ul8AJzlzF6 .line {
  text-align: left;
  color: #163300;
}
.cid-ul8AJzlzF6 .mbr-text {
  text-align: left;
  color: #163300;
}
.cid-tZsbvlBenl {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #c4d6b0;
}
.cid-tZsbvlBenl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZsbvlBenl .line {
  width: 100%;
  height: 1px;
  background: #c4d6b0;
  margin-bottom: 2rem;
}
.cid-tZsbvlBenl .image-wrapper,
.cid-tZsbvlBenl img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tZsbvlBenl .image-wrapper,
  .cid-tZsbvlBenl img {
    padding-bottom: 0.5rem;
  }
}
.cid-tZsbvlBenl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZsbvlBenl h1 {
  max-width: 800px;
}
.cid-tZsbvlBenl p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-tZsbvlBenl .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #291f1e !important;
}
.cid-tZsbvlBenl .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-tZsbvlBenl .btn div {
  overflow: hidden;
}
.cid-tZsbvlBenl .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tZsbvlBenl .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tZsbvlBenl {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tZsbvlBenl .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tZsbvlBenl .content-wrap {
    width: 100%;
  }
}
.cid-tZsbvlBenl .mbr-section-subtitle,
.cid-tZsbvlBenl .line {
  color: #291f1e;
}
.cid-tZsbvlBenl .mbr-text,
.cid-tZsbvlBenl .mbr-section-btn {
  text-align: right;
  color: #291f1e;
}
.cid-tZsbvlBenl .mbr-section-title {
  color: #291f1e;
}
.cid-tZsbvlBenl .mbr-section-title,
.cid-tZsbvlBenl .mbr-section-btn,
.cid-tZsbvlBenl .line {
  text-align: left;
  color: #163300;
}
.cid-tZsbvlBenl .mbr-text {
  text-align: left;
  color: #163300;
}
.cid-ummwIFLb7Q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #c4d6b0;
}
.cid-ummwIFLb7Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-ummwIFLb7Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ummwIFLb7Q .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ummwIFLb7Q .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ummwIFLb7Q .container {
    padding: 0;
  }
}
.cid-ummwIFLb7Q .row {
  justify-content: center;
}
.cid-ummwIFLb7Q .images-wrapper .row {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-ummwIFLb7Q .images-wrapper .row {
    padding: 0 7px;
  }
}
.cid-ummwIFLb7Q .images-wrapper .row .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-ummwIFLb7Q .images-wrapper .row .card {
    margin-bottom: 10px;
  }
}
.cid-ummwIFLb7Q .images-wrapper .row .card a {
  display: block;
}
.cid-ummwIFLb7Q .images-wrapper .row .card a img {
  height: 180px;
  object-fit: cover;
}
.cid-ummwIFLb7Q .mbr-section-title {
  color: #263652;
}
.cid-ukRK4HQcxD {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #c4d6b0;
}
.cid-ukRK4HQcxD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRK4HQcxD .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-ukRK4HQcxD .image-wrapper,
.cid-ukRK4HQcxD img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukRK4HQcxD .image-wrapper,
  .cid-ukRK4HQcxD img {
    padding-bottom: 0.5rem;
  }
}
.cid-ukRK4HQcxD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRK4HQcxD h1 {
  max-width: 800px;
}
.cid-ukRK4HQcxD p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-ukRK4HQcxD .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #291f1e !important;
}
.cid-ukRK4HQcxD .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-ukRK4HQcxD .btn div {
  overflow: hidden;
}
.cid-ukRK4HQcxD .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ukRK4HQcxD .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ukRK4HQcxD {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ukRK4HQcxD .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ukRK4HQcxD .content-wrap {
    width: 100%;
  }
}
.cid-ukRK4HQcxD .mbr-section-subtitle,
.cid-ukRK4HQcxD .line {
  color: #291f1e;
}
.cid-ukRK4HQcxD .mbr-text,
.cid-ukRK4HQcxD .mbr-section-btn {
  text-align: right;
  color: #291f1e;
}
.cid-ukRK4HQcxD .mbr-section-title {
  color: #291f1e;
}
.cid-ukRK4HQcxD .mbr-section-title,
.cid-ukRK4HQcxD .mbr-section-btn,
.cid-ukRK4HQcxD .line {
  text-align: left;
  color: #163300;
}
.cid-ukRK4HQcxD .mbr-text {
  text-align: left;
  color: #163300;
}
.cid-ummvRRn8zY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #c4d6b0;
}
.cid-ummvRRn8zY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ummvRRn8zY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ummvRRn8zY .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ummvRRn8zY .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ummvRRn8zY .container {
    padding: 0;
  }
}
.cid-ummvRRn8zY .row {
  justify-content: center;
}
.cid-ummvRRn8zY .images-wrapper .row {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-ummvRRn8zY .images-wrapper .row {
    padding: 0 7px;
  }
}
.cid-ummvRRn8zY .images-wrapper .row .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-ummvRRn8zY .images-wrapper .row .card {
    margin-bottom: 10px;
  }
}
.cid-ummvRRn8zY .images-wrapper .row .card a {
  display: block;
}
.cid-ummvRRn8zY .images-wrapper .row .card a img {
  height: 180px;
  object-fit: cover;
}
.cid-ummvRRn8zY .mbr-section-title {
  color: #263652;
}
.cid-ukS6i5pxhx {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/creamline-1837x9.png");
}
.cid-ukS6i5pxhx .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-ukS6i5pxhx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukS6i5pxhx .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-ukS6i5pxhx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukS6i5pxhx p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-ukS6i5pxhx {
    align-items: center;
  }
  .cid-ukS6i5pxhx .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ukS6i5pxhx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ukS6i5pxhx {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ukS6i5pxhx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ukS6i5pxhx .content-wrap {
    width: 100%;
  }
}
.cid-ukS6i5pxhx .mbr-section-subtitle,
.cid-ukS6i5pxhx .line {
  color: #ffffff;
}
.cid-ukS6i5pxhx .mbr-text,
.cid-ukS6i5pxhx .mbr-section-btn {
  text-align: right;
}
.cid-ul8hPY7csm {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #c4d6b0;
}
.cid-ul8hPY7csm .item-subtitle {
  line-height: 1.2;
  color: #838383;
  text-align: left;
}
.cid-ul8hPY7csm img,
.cid-ul8hPY7csm .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-ul8hPY7csm .item:focus,
.cid-ul8hPY7csm span:focus {
  outline: none;
}
.cid-ul8hPY7csm .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ul8hPY7csm .item {
    margin-bottom: 1rem;
  }
}
.cid-ul8hPY7csm .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ul8hPY7csm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ul8hPY7csm .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ul8hPY7csm .mbr-text,
.cid-ul8hPY7csm .mbr-section-btn {
  color: #838383;
  text-align: left;
}
.cid-ul8hPY7csm .item-title {
  color: #163300;
  text-align: left;
}
.cid-ul8hPY7csm .mbr-section-subtitle {
  color: #163300;
  text-align: left;
}
.cid-ul8jdSYRBh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #c4d6b0;
}
.cid-ul8jdSYRBh .item-subtitle {
  line-height: 1.2;
  color: #838383;
  text-align: left;
}
.cid-ul8jdSYRBh img,
.cid-ul8jdSYRBh .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-ul8jdSYRBh .item:focus,
.cid-ul8jdSYRBh span:focus {
  outline: none;
}
.cid-ul8jdSYRBh .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ul8jdSYRBh .item {
    margin-bottom: 1rem;
  }
}
.cid-ul8jdSYRBh .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ul8jdSYRBh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ul8jdSYRBh .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ul8jdSYRBh .mbr-text,
.cid-ul8jdSYRBh .mbr-section-btn {
  color: #838383;
  text-align: left;
}
.cid-ul8jdSYRBh .item-title {
  color: #163300;
  text-align: left;
}
.cid-ul8jdSYRBh .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uOLTPAZPAh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #c4d6b0;
}
.cid-uOLTPAZPAh .item-subtitle {
  line-height: 1.2;
  color: #838383;
  text-align: left;
}
.cid-uOLTPAZPAh img,
.cid-uOLTPAZPAh .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uOLTPAZPAh .item:focus,
.cid-uOLTPAZPAh span:focus {
  outline: none;
}
.cid-uOLTPAZPAh .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOLTPAZPAh .item {
    margin-bottom: 1rem;
  }
}
.cid-uOLTPAZPAh .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uOLTPAZPAh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uOLTPAZPAh .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uOLTPAZPAh .mbr-text,
.cid-uOLTPAZPAh .mbr-section-btn {
  color: #838383;
  text-align: left;
}
.cid-uOLTPAZPAh .item-title {
  color: #163300;
  text-align: left;
}
.cid-uOLTPAZPAh .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-ukS6jPEMGc {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/creamline-1837x9.png");
}
.cid-ukS6jPEMGc .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-ukS6jPEMGc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukS6jPEMGc .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-ukS6jPEMGc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukS6jPEMGc p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-ukS6jPEMGc {
    align-items: center;
  }
  .cid-ukS6jPEMGc .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ukS6jPEMGc .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ukS6jPEMGc {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ukS6jPEMGc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ukS6jPEMGc .content-wrap {
    width: 100%;
  }
}
.cid-ukS6jPEMGc .mbr-section-subtitle,
.cid-ukS6jPEMGc .line {
  color: #ffffff;
}
.cid-ukS6jPEMGc .mbr-text,
.cid-ukS6jPEMGc .mbr-section-btn {
  text-align: right;
}
.cid-ukRDeiRJ4Y {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #c4d6b0;
}
.cid-ukRDeiRJ4Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRDeiRJ4Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRDeiRJ4Y .mbr-title {
  margin-bottom: 30px;
  color: #163300;
}
@media (max-width: 575px) {
  .cid-ukRDeiRJ4Y .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-ukRDeiRJ4Y .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-ukRDeiRJ4Y .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-ukRDeiRJ4Y .mbr-section-btn {
  padding-top: 40px;
}
.cid-ukRDVkY0UM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #c4d6b0;
}
.cid-ukRDVkY0UM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .cid-ukRDVkY0UM .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ukRDVkY0UM .embla__slide .slide-content {
  width: 100%;
}
.cid-ukRDVkY0UM .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-ukRDVkY0UM .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukRDVkY0UM .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ukRDVkY0UM .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-ukRDVkY0UM .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-ukRDVkY0UM .embla__button--next,
.cid-ukRDVkY0UM .embla__button--prev {
  display: flex;
}
.cid-ukRDVkY0UM .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-ukRDVkY0UM .embla__button:hover {
  opacity: .7 !important;
}
.cid-ukRDVkY0UM .embla__button.embla__button--prev {
  right: 48px;
}
.cid-ukRDVkY0UM .embla__button.embla__button--next {
  right: 0;
}
.cid-ukRDVkY0UM .embla {
  position: relative;
  width: 100%;
}
.cid-ukRDVkY0UM .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-ukRDVkY0UM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ukRDVkY0UM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ukRDVkY0UM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ukRDVkY0UM .item-menu-overlay {
  opacity: 0 !important;
}
.cid-ukRDVkY0UM .item-desc {
  color: #ffffff;
}
.cid-ukS6tGyl1E {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/creamline-1837x9.png");
}
.cid-ukS6tGyl1E .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-ukS6tGyl1E .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukS6tGyl1E .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-ukS6tGyl1E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukS6tGyl1E p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-ukS6tGyl1E {
    align-items: center;
  }
  .cid-ukS6tGyl1E .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ukS6tGyl1E .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ukS6tGyl1E {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ukS6tGyl1E .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ukS6tGyl1E .content-wrap {
    width: 100%;
  }
}
.cid-ukS6tGyl1E .mbr-section-subtitle,
.cid-ukS6tGyl1E .line {
  color: #ffffff;
}
.cid-ukS6tGyl1E .mbr-text,
.cid-ukS6tGyl1E .mbr-section-btn {
  text-align: right;
}
.cid-uMZ2fdjEa8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #c4d6b0;
}
.cid-uMZ2fdjEa8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMZ2fdjEa8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMZ2fdjEa8 .mbr-title {
  margin-bottom: 30px;
  color: #163300;
}
@media (max-width: 575px) {
  .cid-uMZ2fdjEa8 .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-uMZ2fdjEa8 .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-uMZ2fdjEa8 .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-uMZ2fdjEa8 .mbr-section-btn {
  padding-top: 40px;
}
.cid-uMZ2agQzNi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c4d6b0;
}
.cid-uMZ2agQzNi .mbr-text {
  color: #163300;
}
.cid-uaYCw1hUP4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #8b987c;
  overflow: hidden;
}
.cid-uaYCw1hUP4 .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uTgPSiaTjA {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uTgPSiaTjA .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-uTgPSiaTjA .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uTgPSiaTjA .btn {
  font-weight: 400;
}
.cid-uTgPSiaTjA .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-uTgPSiaTjA .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uTgPSiaTjA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTgPSiaTjA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTgPSiaTjA .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uTgPSiaTjA .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uTgPSiaTjA .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uTgPSiaTjA .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uTgPSiaTjA .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uTgPSiaTjA .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uTgPSiaTjA .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uTgPSiaTjA .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uTgPSiaTjA .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uTgPSiaTjA .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uTgPSiaTjA .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uTgPSiaTjA .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uTgPSiaTjA .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (min-width: 767px) {
  .cid-uTgPSiaTjA .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uTgPSiaTjA .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uTgPSiaTjA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uTgPSiaTjA .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
}
@media (max-width: 992px) {
  .cid-uTgPSiaTjA .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uTgPSiaTjA .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uTgPSiaTjA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTgPSiaTjA .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #fffcee;
}
.cid-uTgPSiaTjA .nav-item:focus,
.cid-uTgPSiaTjA .nav-link:focus {
  outline: none;
}
.cid-uTgPSiaTjA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTgPSiaTjA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTgPSiaTjA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTgPSiaTjA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTgPSiaTjA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTgPSiaTjA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTgPSiaTjA .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-uTgPSiaTjA .navbar.opened {
  transition: all 0.25s;
}
.cid-uTgPSiaTjA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTgPSiaTjA .navbar .navbar-logo img {
  width: auto;
}
.cid-uTgPSiaTjA .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uTgPSiaTjA .navbar.collapsed {
  justify-content: center;
}
.cid-uTgPSiaTjA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTgPSiaTjA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTgPSiaTjA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTgPSiaTjA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTgPSiaTjA .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-uTgPSiaTjA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTgPSiaTjA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTgPSiaTjA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uTgPSiaTjA .navbar {
    min-height: 72px;
  }
  .cid-uTgPSiaTjA .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uTgPSiaTjA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTgPSiaTjA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTgPSiaTjA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTgPSiaTjA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTgPSiaTjA .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-uTgPSiaTjA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTgPSiaTjA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uTgPSiaTjA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTgPSiaTjA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTgPSiaTjA .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uTgPSiaTjA .dropdown-item.active,
.cid-uTgPSiaTjA .dropdown-item:active {
  background-color: transparent;
}
.cid-uTgPSiaTjA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTgPSiaTjA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTgPSiaTjA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTgPSiaTjA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffcee;
}
.cid-uTgPSiaTjA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uTgPSiaTjA .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uTgPSiaTjA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTgPSiaTjA .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uTgPSiaTjA .navbar-buttons {
    text-align: left;
  }
}
.cid-uTgPSiaTjA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTgPSiaTjA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTgPSiaTjA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTgPSiaTjA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTgPSiaTjA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTgPSiaTjA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTgPSiaTjA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTgPSiaTjA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTgPSiaTjA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTgPSiaTjA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTgPSiaTjA .navbar-dropdown {
  padding: 0;
  background-color: #fffcee !important;
}
.cid-uTgPSiaTjA .opacityScroll {
  background: #fffcee !important;
}
.cid-uTgPSiaTjA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTgPSiaTjA .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-uTgPSiaTjA .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTgPSiaTjA .navbar {
    height: 70px;
  }
  .cid-uTgPSiaTjA .navbar.opened {
    height: auto;
  }
  .cid-uTgPSiaTjA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTgPSiaTjA .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uTgPSiaTjA .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uTgPSiaTjA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uTgPSiaTjA .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uTgPSiaTjA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uTgPSiaTjA .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uTgPSiaTjA .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uTgPSiaTjA .navbar-brand {
    margin-right: auto;
  }
  .cid-uTgPSiaTjA .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #fffcee;
    backdrop-filter: blur(8px);
  }
  .cid-uTgPSiaTjA .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uTgPSiaTjA .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uTgPSiaTjA .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-uTgPSiaTjA .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uTgPSiaTjA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uTgPSiaTjA .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uTgPSiaTjA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uTgPSiaTjA .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-uTgPSiaTjA .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uTgPSiaTjA .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uTgPSiaTjA .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uTgPSiaTjA .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uTgPSj3mRQ {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #c4d6b0;
}
.cid-uTgPSj3mRQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTgPSj3mRQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTgPSj3mRQ .row {
  flex-direction: row-reverse;
}
.cid-uTgPSjDopz {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #c4d6b0;
}
.cid-uTgPSjDopz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTgPSjDopz .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uTgPSjDopz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uTgPSjDopz {
    align-items: center;
  }
  .cid-uTgPSjDopz .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uTgPSjDopz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uTgPSjDopz {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uTgPSjDopz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uTgPSjDopz .content-wrap {
    width: 100%;
  }
}
.cid-uTgPSjDopz .mbr-section-subtitle,
.cid-uTgPSjDopz .line {
  color: #163300;
}
.cid-uTgPSjDopz .mbr-text,
.cid-uTgPSjDopz .mbr-section-btn {
  text-align: left;
  color: #163300;
}
.cid-uTgPSjDopz .mbr-section-title {
  color: #291f1e;
}
.cid-veZT0nYzMo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #c4d6b0;
}
.cid-veZT0nYzMo .mbr-fallback-image.disabled {
  display: none;
}
.cid-veZT0nYzMo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veZT0nYzMo .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-veZT0nYzMo .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-veZT0nYzMo .content-wrapper .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-veZT0nYzMo .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-veZT0nYzMo .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #c4d6b0;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-veZT0nYzMo .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-veZT0nYzMo .content-wrapper .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-veZT0nYzMo .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-veZT0nYzMo .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veZT0nYzMo .image-wrapper img {
    height: 350px;
  }
}
.cid-veZT0nYzMo .mbr-section-title {
  color: #163300;
}
.cid-veZT0nYzMo .mbr-desc {
  color: #b19a7c;
}
.cid-veZT0nYzMo .mbr-text {
  color: #404349;
}
.cid-veZT0nYzMo .mbr-desc,
.cid-veZT0nYzMo .desc-wrapper {
  color: #163300;
}
.cid-vbQYBtM2Lk {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #c4d6b0;
}
.cid-vbQYBtM2Lk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbQYBtM2Lk .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-vbQYBtM2Lk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vbQYBtM2Lk {
    align-items: center;
  }
  .cid-vbQYBtM2Lk .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vbQYBtM2Lk .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vbQYBtM2Lk {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vbQYBtM2Lk .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vbQYBtM2Lk .content-wrap {
    width: 100%;
  }
}
.cid-vbQYBtM2Lk .mbr-section-subtitle,
.cid-vbQYBtM2Lk .line {
  color: #163300;
}
.cid-vbQYBtM2Lk .mbr-text,
.cid-vbQYBtM2Lk .mbr-section-btn {
  text-align: left;
  color: #163300;
}
.cid-vbQYBtM2Lk .mbr-section-title {
  color: #291f1e;
}
.cid-uTgYIHQCJC {
  background-image: url("../../../assets/images/open-day-image-1600x1066.jpg");
}
.cid-uTgYIHQCJC H1 {
  color: #fedd04;
}
.cid-uTgPSmutaQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #c4d6b0;
}
.cid-uTgPSmutaQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTgPSmutaQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTgPSmutaQ .mbr-title {
  margin-bottom: 30px;
  color: #163300;
}
@media (max-width: 575px) {
  .cid-uTgPSmutaQ .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-uTgPSmutaQ .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-uTgPSmutaQ .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-uTgPSmutaQ .mbr-section-btn {
  padding-top: 40px;
}
.cid-uTh1oW3MEg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c4d6b0;
}
.cid-uTh1oW3MEg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTh1oW3MEg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTh1oW3MEg .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uTh1oW3MEg .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uTh1oW3MEg .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 450px;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uTh1oW3MEg .row .img-item img {
    min-height: 300px;
  }
}
.cid-uTgPSoAqfX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #c4d6b0;
}
.cid-uTgPSoAqfX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTgPSoAqfX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTgPSoAqfX .mbr-title {
  margin-bottom: 30px;
  color: #163300;
}
@media (max-width: 575px) {
  .cid-uTgPSoAqfX .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-uTgPSoAqfX .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-uTgPSoAqfX .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-uTgPSoAqfX .mbr-section-btn {
  padding-top: 40px;
}
.cid-uTh4As3Oo5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #c4d6b0;
}
.cid-uTh4As3Oo5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTh4As3Oo5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTh4As3Oo5 .row {
  justify-content: space-between;
}
.cid-uTh4As3Oo5 .text-wrapper .mbr-text {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTh4As3Oo5 .text-wrapper .mbr-text {
    margin-bottom: 35px;
  }
}
.cid-uTh4As3Oo5 .image-wrap {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTh4As3Oo5 .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uTh4As3Oo5 .image-wrapper img {
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-uTh4As3Oo5 .mbr-section-title {
  color: #000000;
}
.cid-uTh4As3Oo5 .mbr-desc {
  color: #000000;
}
.cid-uTh4As3Oo5 .mbr-text {
  color: #000000;
}
.cid-uTgPSREkHi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #c4d6b0;
}
.cid-uTgPSREkHi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTgPSREkHi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTgPSREkHi .mbr-title {
  margin-bottom: 30px;
  color: #163300;
}
@media (max-width: 575px) {
  .cid-uTgPSREkHi .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-uTgPSREkHi .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-uTgPSREkHi .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-uTgPSREkHi .mbr-section-btn {
  padding-top: 40px;
}
.cid-uTgPSSNDuT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #c4d6b0;
}
.cid-uTgPSSNDuT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .cid-uTgPSSNDuT .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uTgPSSNDuT .embla__slide .slide-content {
  width: 100%;
}
.cid-uTgPSSNDuT .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uTgPSSNDuT .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTgPSSNDuT .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uTgPSSNDuT .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uTgPSSNDuT .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uTgPSSNDuT .embla__button--next,
.cid-uTgPSSNDuT .embla__button--prev {
  display: flex;
}
.cid-uTgPSSNDuT .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uTgPSSNDuT .embla__button:hover {
  opacity: .7 !important;
}
.cid-uTgPSSNDuT .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uTgPSSNDuT .embla__button.embla__button--next {
  right: 0;
}
.cid-uTgPSSNDuT .embla {
  position: relative;
  width: 100%;
}
.cid-uTgPSSNDuT .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uTgPSSNDuT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uTgPSSNDuT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uTgPSSNDuT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uTgPSSNDuT .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uTgPSSNDuT .item-desc {
  color: #ffffff;
}
.cid-uTgPSVg5gf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #c4d6b0;
}
.cid-uTgPSVg5gf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTgPSVg5gf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTgPSVg5gf .mbr-title {
  margin-bottom: 30px;
  color: #163300;
}
@media (max-width: 575px) {
  .cid-uTgPSVg5gf .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-uTgPSVg5gf .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-uTgPSVg5gf .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-uTgPSVg5gf .mbr-section-btn {
  padding-top: 40px;
}
.cid-uTgPSWn2I8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c4d6b0;
}
.cid-uTgPSWn2I8 .mbr-text {
  color: #163300;
}
.cid-uTgPSXz8dD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #8b987c;
  overflow: hidden;
}
.cid-uTgPSXz8dD .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-tZs6brFZOY {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tZs6brFZOY .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-tZs6brFZOY .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tZs6brFZOY .btn {
  font-weight: 400;
}
.cid-tZs6brFZOY .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-tZs6brFZOY .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tZs6brFZOY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZs6brFZOY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZs6brFZOY .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tZs6brFZOY .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-tZs6brFZOY .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-tZs6brFZOY .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tZs6brFZOY .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tZs6brFZOY .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tZs6brFZOY .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-tZs6brFZOY .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tZs6brFZOY .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tZs6brFZOY .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tZs6brFZOY .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tZs6brFZOY .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tZs6brFZOY .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (min-width: 767px) {
  .cid-tZs6brFZOY .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tZs6brFZOY .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tZs6brFZOY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-tZs6brFZOY .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
}
@media (max-width: 992px) {
  .cid-tZs6brFZOY .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tZs6brFZOY .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tZs6brFZOY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZs6brFZOY .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #fffcee;
}
.cid-tZs6brFZOY .nav-item:focus,
.cid-tZs6brFZOY .nav-link:focus {
  outline: none;
}
.cid-tZs6brFZOY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZs6brFZOY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZs6brFZOY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZs6brFZOY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZs6brFZOY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZs6brFZOY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZs6brFZOY .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-tZs6brFZOY .navbar.opened {
  transition: all 0.25s;
}
.cid-tZs6brFZOY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZs6brFZOY .navbar .navbar-logo img {
  width: auto;
}
.cid-tZs6brFZOY .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tZs6brFZOY .navbar.collapsed {
  justify-content: center;
}
.cid-tZs6brFZOY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZs6brFZOY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tZs6brFZOY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZs6brFZOY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZs6brFZOY .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-tZs6brFZOY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZs6brFZOY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZs6brFZOY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tZs6brFZOY .navbar {
    min-height: 72px;
  }
  .cid-tZs6brFZOY .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tZs6brFZOY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZs6brFZOY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZs6brFZOY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZs6brFZOY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZs6brFZOY .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-tZs6brFZOY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZs6brFZOY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tZs6brFZOY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZs6brFZOY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZs6brFZOY .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tZs6brFZOY .dropdown-item.active,
.cid-tZs6brFZOY .dropdown-item:active {
  background-color: transparent;
}
.cid-tZs6brFZOY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZs6brFZOY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZs6brFZOY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZs6brFZOY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffcee;
}
.cid-tZs6brFZOY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tZs6brFZOY .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tZs6brFZOY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZs6brFZOY .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tZs6brFZOY .navbar-buttons {
    text-align: left;
  }
}
.cid-tZs6brFZOY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZs6brFZOY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZs6brFZOY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZs6brFZOY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZs6brFZOY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZs6brFZOY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZs6brFZOY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZs6brFZOY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZs6brFZOY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZs6brFZOY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZs6brFZOY .navbar-dropdown {
  padding: 0;
  background-color: #fffcee !important;
}
.cid-tZs6brFZOY .opacityScroll {
  background: #fffcee !important;
}
.cid-tZs6brFZOY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZs6brFZOY .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-tZs6brFZOY .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZs6brFZOY .navbar {
    height: 70px;
  }
  .cid-tZs6brFZOY .navbar.opened {
    height: auto;
  }
  .cid-tZs6brFZOY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZs6brFZOY .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tZs6brFZOY .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tZs6brFZOY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tZs6brFZOY .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-tZs6brFZOY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tZs6brFZOY .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tZs6brFZOY .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tZs6brFZOY .navbar-brand {
    margin-right: auto;
  }
  .cid-tZs6brFZOY .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #fffcee;
    backdrop-filter: blur(8px);
  }
  .cid-tZs6brFZOY .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tZs6brFZOY .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tZs6brFZOY .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-tZs6brFZOY .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tZs6brFZOY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tZs6brFZOY .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-tZs6brFZOY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tZs6brFZOY .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-tZs6brFZOY .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tZs6brFZOY .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-tZs6brFZOY .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-tZs6brFZOY .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tZs6dNO9lW {
  display: flex;
  padding-top: 22rem;
  padding-bottom: 22rem;
  background-image: url("../../../assets/images/img-8188-2000x1333.jpg");
}
.cid-tZs6dNO9lW .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-tZs6dNO9lW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZs6dNO9lW .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-tZs6dNO9lW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZs6dNO9lW .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #291f1e !important;
}
.cid-tZs6dNO9lW .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-tZs6dNO9lW .btn div {
  overflow: hidden;
}
.cid-tZs6dNO9lW .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-tZs6dNO9lW {
    align-items: flex-end;
  }
  .cid-tZs6dNO9lW .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tZs6dNO9lW .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tZs6dNO9lW {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tZs6dNO9lW .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tZs6dNO9lW .content-wrap {
    width: 100%;
  }
}
.cid-tZs6dNO9lW .mbr-section-subtitle,
.cid-tZs6dNO9lW .line {
  color: #ffffff;
}
.cid-tZs6dNO9lW .mbr-text,
.cid-tZs6dNO9lW .mbr-section-btn {
  text-align: right;
}
.cid-veZHd53sjV {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #c4d6b0;
}
.cid-veZHd53sjV .mbr-fallback-image.disabled {
  display: none;
}
.cid-veZHd53sjV .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-veZHd53sjV .image-wrapper,
.cid-veZHd53sjV img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veZHd53sjV .image-wrapper,
  .cid-veZHd53sjV img {
    padding-bottom: 0.5rem;
  }
}
.cid-veZHd53sjV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veZHd53sjV h1 {
  max-width: 800px;
}
.cid-veZHd53sjV p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-veZHd53sjV .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #291f1e !important;
}
.cid-veZHd53sjV .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-veZHd53sjV .btn div {
  overflow: hidden;
}
.cid-veZHd53sjV .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veZHd53sjV .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veZHd53sjV {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-veZHd53sjV .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veZHd53sjV .content-wrap {
    width: 100%;
  }
}
.cid-veZHd53sjV .mbr-section-subtitle,
.cid-veZHd53sjV .line {
  color: #291f1e;
}
.cid-veZHd53sjV .mbr-text,
.cid-veZHd53sjV .mbr-section-btn {
  text-align: right;
  color: #291f1e;
}
.cid-veZHd53sjV .mbr-section-title {
  color: #291f1e;
}
.cid-veZHd53sjV .mbr-section-title,
.cid-veZHd53sjV .mbr-section-btn,
.cid-veZHd53sjV .line {
  text-align: left;
  color: #163300;
}
.cid-veZHd53sjV .mbr-text {
  text-align: left;
  color: #163300;
}
.cid-veZGCexeVl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #c4d6b0;
}
.cid-veZGCexeVl .mbr-fallback-image.disabled {
  display: none;
}
.cid-veZGCexeVl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veZGCexeVl .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veZGCexeVl .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-veZGCexeVl .container {
    padding: 0;
  }
}
.cid-veZGCexeVl .row {
  justify-content: center;
}
.cid-veZGCexeVl .images-wrapper .row {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-veZGCexeVl .images-wrapper .row {
    padding: 0 7px;
  }
}
.cid-veZGCexeVl .images-wrapper .row .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-veZGCexeVl .images-wrapper .row .card {
    margin-bottom: 10px;
  }
}
.cid-veZGCexeVl .images-wrapper .row .card a {
  display: block;
}
.cid-veZGCexeVl .images-wrapper .row .card a img {
  height: 180px;
  object-fit: cover;
}
.cid-veZGCexeVl .mbr-section-title {
  color: #263652;
}
.cid-veZGD7TPND {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #c4d6b0;
}
.cid-veZGD7TPND .mbr-fallback-image.disabled {
  display: none;
}
.cid-veZGD7TPND .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veZGD7TPND .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veZGD7TPND .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-veZGD7TPND .container {
    padding: 0;
  }
}
.cid-veZGD7TPND .row {
  justify-content: center;
}
.cid-veZGD7TPND .images-wrapper .row {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-veZGD7TPND .images-wrapper .row {
    padding: 0 7px;
  }
}
.cid-veZGD7TPND .images-wrapper .row .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-veZGD7TPND .images-wrapper .row .card {
    margin-bottom: 10px;
  }
}
.cid-veZGD7TPND .images-wrapper .row .card a {
  display: block;
}
.cid-veZGD7TPND .images-wrapper .row .card a img {
  height: 180px;
  object-fit: cover;
}
.cid-veZGD7TPND .mbr-section-title {
  color: #263652;
}
.cid-veZHp06gLX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #c4d6b0;
}
.cid-veZHp06gLX .mbr-fallback-image.disabled {
  display: none;
}
.cid-veZHp06gLX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veZHp06gLX .mbr-title {
  margin-bottom: 30px;
  color: #163300;
}
@media (max-width: 575px) {
  .cid-veZHp06gLX .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-veZHp06gLX .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-veZHp06gLX .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-veZHp06gLX .mbr-section-btn {
  padding-top: 40px;
}
.cid-veZHKOyqTj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c4d6b0;
}
.cid-veZHKOyqTj .mbr-text {
  color: #163300;
}
.cid-veZHMoBme1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #8b987c;
  overflow: hidden;
}
.cid-veZHMoBme1 .media-container-row .mbr-text {
  color: #fffcee;
}
