.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: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9fe870 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #9fe870 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #9fe870;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #9fe870;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #9fe870;
  border-bottom-color: #9fe870;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #9fe870 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%239fe870' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYCzazhXwB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uYCzazhXwB nav.navbar {
  position: fixed;
}
.cid-uYCzazhXwB .btn {
  line-height: 1.2;
}
.cid-uYCzazhXwB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYCzazhXwB .nav-link {
  position: relative;
}
.cid-uYCzazhXwB .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #3a341c;
}
.cid-uYCzazhXwB .nav-link:hover {
  color: #3a341c !important;
}
.cid-uYCzazhXwB .nav-link:hover:before {
  width: 100%;
}
.cid-uYCzazhXwB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYCzazhXwB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYCzazhXwB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYCzazhXwB .dropdown-item:hover,
.cid-uYCzazhXwB .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-uYCzazhXwB .dropdown-item:hover span {
  color: white;
}
.cid-uYCzazhXwB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYCzazhXwB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYCzazhXwB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYCzazhXwB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-uYCzazhXwB .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uYCzazhXwB .container {
    flex-wrap: nowrap;
  }
}
.cid-uYCzazhXwB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYCzazhXwB .navbar-nav {
  margin: auto;
}
.cid-uYCzazhXwB .dropdown-menu,
.cid-uYCzazhXwB .navbar.opened {
  background: #a0e1e1 !important;
}
.cid-uYCzazhXwB .nav-item:focus,
.cid-uYCzazhXwB .nav-link:focus {
  outline: none;
}
.cid-uYCzazhXwB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYCzazhXwB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYCzazhXwB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYCzazhXwB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYCzazhXwB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYCzazhXwB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYCzazhXwB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #a0e1e1;
}
.cid-uYCzazhXwB .navbar.opened {
  transition: all 0.3s;
}
.cid-uYCzazhXwB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYCzazhXwB .navbar .navbar-logo img {
  width: auto;
}
.cid-uYCzazhXwB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYCzazhXwB .navbar.collapsed {
  justify-content: center;
}
.cid-uYCzazhXwB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYCzazhXwB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYCzazhXwB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uYCzazhXwB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYCzazhXwB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYCzazhXwB .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-uYCzazhXwB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYCzazhXwB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYCzazhXwB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYCzazhXwB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYCzazhXwB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYCzazhXwB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYCzazhXwB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYCzazhXwB .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-uYCzazhXwB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYCzazhXwB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYCzazhXwB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYCzazhXwB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYCzazhXwB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYCzazhXwB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYCzazhXwB .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYCzazhXwB .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYCzazhXwB .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uYCzazhXwB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYCzazhXwB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYCzazhXwB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYCzazhXwB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYCzazhXwB .dropdown-item.active,
.cid-uYCzazhXwB .dropdown-item:active {
  background-color: transparent;
}
.cid-uYCzazhXwB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYCzazhXwB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYCzazhXwB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYCzazhXwB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a0e1e1;
}
.cid-uYCzazhXwB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYCzazhXwB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYCzazhXwB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYCzazhXwB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYCzazhXwB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYCzazhXwB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYCzazhXwB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYCzazhXwB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYCzazhXwB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYCzazhXwB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYCzazhXwB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYCzazhXwB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYCzazhXwB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYCzazhXwB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYCzazhXwB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYCzazhXwB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYCzazhXwB .navbar {
    height: 70px;
  }
  .cid-uYCzazhXwB .navbar.opened {
    height: auto;
  }
  .cid-uYCzazhXwB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYCzEFYoQw {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.cid-uYCzEFYoQw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYCzEFYoQw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYCzEFYoQw .card {
  justify-content: flex-end;
}
.cid-uYCzEFYoQw .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uYCzEFYoQw .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uYCzEFYoQw .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYCzEFYoQw .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border: 3px dashed #c10b02;
  border-bottom: none;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uYCzEFYoQw .items-wrapper {
    display: block;
  }
}
.cid-uYCzEFYoQw .items-wrapper .item .item-wrapper {
  padding: 82px 64px;
  height: 100%;
  border-right: 3px dashed #c10b02;
  border-bottom: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-uYCzEFYoQw .items-wrapper .item .item-wrapper {
    padding: 82px 42px;
  }
}
@media (max-width: 992px) {
  .cid-uYCzEFYoQw .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uYCzEFYoQw .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uYCzEFYoQw .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 260px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYCzEFYoQw .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uYCzEFYoQw .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uYCzEFYoQw .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 22px;
}
.cid-uYCzEFYoQw .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYCzEFYoQw .mbr-label {
  color: #c10b02;
}
.cid-uYCzEFYoQw .mbr-section-title {
  color: #c10b02;
}
.cid-uYCzEFYoQw .item-title {
  color: #4b4949;
}
.cid-uYCzEFYoQw .item-title,
.cid-uYCzEFYoQw .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uYCzEROxnB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.cid-uYCzEROxnB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYCzEROxnB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYCzEROxnB .card {
  justify-content: flex-end;
}
.cid-uYCzEROxnB .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uYCzEROxnB .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uYCzEROxnB .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYCzEROxnB .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border: 3px dashed #c10b02;
  border-bottom: none;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uYCzEROxnB .items-wrapper {
    display: block;
  }
}
.cid-uYCzEROxnB .items-wrapper .item .item-wrapper {
  padding: 82px 64px;
  height: 100%;
  border-right: 3px dashed #c10b02;
  border-bottom: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-uYCzEROxnB .items-wrapper .item .item-wrapper {
    padding: 82px 42px;
  }
}
@media (max-width: 992px) {
  .cid-uYCzEROxnB .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uYCzEROxnB .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uYCzEROxnB .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 260px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYCzEROxnB .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uYCzEROxnB .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uYCzEROxnB .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 22px;
}
.cid-uYCzEROxnB .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYCzEROxnB .mbr-label {
  color: #c10b02;
}
.cid-uYCzEROxnB .mbr-section-title {
  color: #c10b02;
}
.cid-uYCzEROxnB .item-title {
  color: #4b4949;
}
.cid-uYCzEROxnB .item-title,
.cid-uYCzEROxnB .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uYCzF4JupV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.cid-uYCzF4JupV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYCzF4JupV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYCzF4JupV .card {
  justify-content: flex-end;
}
.cid-uYCzF4JupV .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uYCzF4JupV .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uYCzF4JupV .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYCzF4JupV .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border: 3px dashed #c10b02;
  border-bottom: none;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uYCzF4JupV .items-wrapper {
    display: block;
  }
}
.cid-uYCzF4JupV .items-wrapper .item .item-wrapper {
  padding: 82px 64px;
  height: 100%;
  border-right: 3px dashed #c10b02;
  border-bottom: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-uYCzF4JupV .items-wrapper .item .item-wrapper {
    padding: 82px 42px;
  }
}
@media (max-width: 992px) {
  .cid-uYCzF4JupV .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uYCzF4JupV .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uYCzF4JupV .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 260px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYCzF4JupV .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uYCzF4JupV .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uYCzF4JupV .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 22px;
}
.cid-uYCzF4JupV .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYCzF4JupV .mbr-label {
  color: #c10b02;
}
.cid-uYCzF4JupV .mbr-section-title {
  color: #c10b02;
}
.cid-uYCzF4JupV .item-title {
  color: #4b4949;
}
.cid-uYCzF4JupV .item-title,
.cid-uYCzF4JupV .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uYCzG7P3L5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.cid-uYCzG7P3L5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYCzG7P3L5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYCzG7P3L5 .card {
  justify-content: flex-end;
}
.cid-uYCzG7P3L5 .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uYCzG7P3L5 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uYCzG7P3L5 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYCzG7P3L5 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border: 3px dashed #c10b02;
  border-bottom: none;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uYCzG7P3L5 .items-wrapper {
    display: block;
  }
}
.cid-uYCzG7P3L5 .items-wrapper .item .item-wrapper {
  padding: 82px 64px;
  height: 100%;
  border-right: 3px dashed #c10b02;
  border-bottom: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-uYCzG7P3L5 .items-wrapper .item .item-wrapper {
    padding: 82px 42px;
  }
}
@media (max-width: 992px) {
  .cid-uYCzG7P3L5 .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uYCzG7P3L5 .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uYCzG7P3L5 .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 260px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYCzG7P3L5 .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uYCzG7P3L5 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uYCzG7P3L5 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 22px;
}
.cid-uYCzG7P3L5 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYCzG7P3L5 .mbr-label {
  color: #c10b02;
}
.cid-uYCzG7P3L5 .mbr-section-title {
  color: #c10b02;
}
.cid-uYCzG7P3L5 .item-title {
  color: #4b4949;
}
.cid-uYCzG7P3L5 .item-title,
.cid-uYCzG7P3L5 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uYCzHcEccp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.cid-uYCzHcEccp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYCzHcEccp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYCzHcEccp .card {
  justify-content: flex-end;
}
.cid-uYCzHcEccp .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uYCzHcEccp .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uYCzHcEccp .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYCzHcEccp .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border: 3px dashed #c10b02;
  border-bottom: none;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uYCzHcEccp .items-wrapper {
    display: block;
  }
}
.cid-uYCzHcEccp .items-wrapper .item .item-wrapper {
  padding: 82px 64px;
  height: 100%;
  border-right: 3px dashed #c10b02;
  border-bottom: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-uYCzHcEccp .items-wrapper .item .item-wrapper {
    padding: 82px 42px;
  }
}
@media (max-width: 992px) {
  .cid-uYCzHcEccp .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uYCzHcEccp .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uYCzHcEccp .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 260px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYCzHcEccp .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uYCzHcEccp .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uYCzHcEccp .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 22px;
}
.cid-uYCzHcEccp .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYCzHcEccp .mbr-label {
  color: #c10b02;
}
.cid-uYCzHcEccp .mbr-section-title {
  color: #c10b02;
}
.cid-uYCzHcEccp .item-title {
  color: #4b4949;
}
.cid-uYCzHcEccp .item-title,
.cid-uYCzHcEccp .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uYGPlHIysg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-uYCzw7JSbD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uYCzw7JSbD nav.navbar {
  position: fixed;
}
.cid-uYCzw7JSbD .btn {
  line-height: 1.2;
}
.cid-uYCzw7JSbD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYCzw7JSbD .nav-link {
  position: relative;
}
.cid-uYCzw7JSbD .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #3a341c;
}
.cid-uYCzw7JSbD .nav-link:hover {
  color: #3a341c !important;
}
.cid-uYCzw7JSbD .nav-link:hover:before {
  width: 100%;
}
.cid-uYCzw7JSbD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYCzw7JSbD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYCzw7JSbD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYCzw7JSbD .dropdown-item:hover,
.cid-uYCzw7JSbD .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-uYCzw7JSbD .dropdown-item:hover span {
  color: white;
}
.cid-uYCzw7JSbD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYCzw7JSbD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYCzw7JSbD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYCzw7JSbD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-uYCzw7JSbD .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uYCzw7JSbD .container {
    flex-wrap: nowrap;
  }
}
.cid-uYCzw7JSbD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYCzw7JSbD .navbar-nav {
  margin: auto;
}
.cid-uYCzw7JSbD .dropdown-menu,
.cid-uYCzw7JSbD .navbar.opened {
  background: #a0e1e1 !important;
}
.cid-uYCzw7JSbD .nav-item:focus,
.cid-uYCzw7JSbD .nav-link:focus {
  outline: none;
}
.cid-uYCzw7JSbD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYCzw7JSbD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYCzw7JSbD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYCzw7JSbD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYCzw7JSbD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYCzw7JSbD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYCzw7JSbD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #a0e1e1;
}
.cid-uYCzw7JSbD .navbar.opened {
  transition: all 0.3s;
}
.cid-uYCzw7JSbD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYCzw7JSbD .navbar .navbar-logo img {
  width: auto;
}
.cid-uYCzw7JSbD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYCzw7JSbD .navbar.collapsed {
  justify-content: center;
}
.cid-uYCzw7JSbD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYCzw7JSbD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYCzw7JSbD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uYCzw7JSbD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYCzw7JSbD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYCzw7JSbD .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-uYCzw7JSbD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYCzw7JSbD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYCzw7JSbD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYCzw7JSbD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYCzw7JSbD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYCzw7JSbD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYCzw7JSbD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYCzw7JSbD .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-uYCzw7JSbD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYCzw7JSbD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYCzw7JSbD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYCzw7JSbD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYCzw7JSbD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYCzw7JSbD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYCzw7JSbD .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYCzw7JSbD .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYCzw7JSbD .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uYCzw7JSbD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYCzw7JSbD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYCzw7JSbD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYCzw7JSbD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYCzw7JSbD .dropdown-item.active,
.cid-uYCzw7JSbD .dropdown-item:active {
  background-color: transparent;
}
.cid-uYCzw7JSbD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYCzw7JSbD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYCzw7JSbD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYCzw7JSbD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a0e1e1;
}
.cid-uYCzw7JSbD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYCzw7JSbD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYCzw7JSbD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYCzw7JSbD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYCzw7JSbD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYCzw7JSbD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYCzw7JSbD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYCzw7JSbD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYCzw7JSbD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYCzw7JSbD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYCzw7JSbD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYCzw7JSbD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYCzw7JSbD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYCzw7JSbD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYCzw7JSbD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYCzw7JSbD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYCzw7JSbD .navbar {
    height: 70px;
  }
  .cid-uYCzw7JSbD .navbar.opened {
    height: auto;
  }
  .cid-uYCzw7JSbD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYCA5vCKmg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.cid-uYCA5vCKmg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYCA5vCKmg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYCA5vCKmg .card {
  justify-content: flex-end;
}
.cid-uYCA5vCKmg .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uYCA5vCKmg .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uYCA5vCKmg .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYCA5vCKmg .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border: 3px dashed #c10b02;
  border-bottom: none;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uYCA5vCKmg .items-wrapper {
    display: block;
  }
}
.cid-uYCA5vCKmg .items-wrapper .item .item-wrapper {
  padding: 82px 64px;
  height: 100%;
  border-right: 3px dashed #c10b02;
  border-bottom: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-uYCA5vCKmg .items-wrapper .item .item-wrapper {
    padding: 82px 42px;
  }
}
@media (max-width: 992px) {
  .cid-uYCA5vCKmg .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uYCA5vCKmg .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uYCA5vCKmg .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 260px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYCA5vCKmg .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uYCA5vCKmg .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uYCA5vCKmg .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 22px;
}
.cid-uYCA5vCKmg .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYCA5vCKmg .mbr-label {
  color: #c10b02;
}
.cid-uYCA5vCKmg .mbr-section-title {
  color: #c10b02;
}
.cid-uYCA5vCKmg .item-title {
  color: #4b4949;
}
.cid-uYCA5vCKmg .item-title,
.cid-uYCA5vCKmg .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uYCA5K80ot {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.cid-uYCA5K80ot .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYCA5K80ot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYCA5K80ot .card {
  justify-content: flex-end;
}
.cid-uYCA5K80ot .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uYCA5K80ot .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uYCA5K80ot .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYCA5K80ot .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border: 3px dashed #c10b02;
  border-bottom: none;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uYCA5K80ot .items-wrapper {
    display: block;
  }
}
.cid-uYCA5K80ot .items-wrapper .item .item-wrapper {
  padding: 82px 64px;
  height: 100%;
  border-right: 3px dashed #c10b02;
  border-bottom: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-uYCA5K80ot .items-wrapper .item .item-wrapper {
    padding: 82px 42px;
  }
}
@media (max-width: 992px) {
  .cid-uYCA5K80ot .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uYCA5K80ot .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uYCA5K80ot .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 260px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYCA5K80ot .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uYCA5K80ot .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uYCA5K80ot .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 22px;
}
.cid-uYCA5K80ot .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYCA5K80ot .mbr-label {
  color: #c10b02;
}
.cid-uYCA5K80ot .mbr-section-title {
  color: #c10b02;
}
.cid-uYCA5K80ot .item-title {
  color: #4b4949;
}
.cid-uYCA5K80ot .item-title,
.cid-uYCA5K80ot .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uYCA5Y0QRZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.cid-uYCA5Y0QRZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYCA5Y0QRZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYCA5Y0QRZ .card {
  justify-content: flex-end;
}
.cid-uYCA5Y0QRZ .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uYCA5Y0QRZ .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uYCA5Y0QRZ .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYCA5Y0QRZ .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border: 3px dashed #c10b02;
  border-bottom: none;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uYCA5Y0QRZ .items-wrapper {
    display: block;
  }
}
.cid-uYCA5Y0QRZ .items-wrapper .item .item-wrapper {
  padding: 82px 64px;
  height: 100%;
  border-right: 3px dashed #c10b02;
  border-bottom: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-uYCA5Y0QRZ .items-wrapper .item .item-wrapper {
    padding: 82px 42px;
  }
}
@media (max-width: 992px) {
  .cid-uYCA5Y0QRZ .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uYCA5Y0QRZ .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uYCA5Y0QRZ .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 260px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYCA5Y0QRZ .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uYCA5Y0QRZ .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uYCA5Y0QRZ .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 22px;
}
.cid-uYCA5Y0QRZ .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYCA5Y0QRZ .mbr-label {
  color: #c10b02;
}
.cid-uYCA5Y0QRZ .mbr-section-title {
  color: #c10b02;
}
.cid-uYCA5Y0QRZ .item-title {
  color: #4b4949;
}
.cid-uYCA5Y0QRZ .item-title,
.cid-uYCA5Y0QRZ .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uYGPlHIysg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-uYCzv3rJBC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uYCzv3rJBC nav.navbar {
  position: fixed;
}
.cid-uYCzv3rJBC .btn {
  line-height: 1.2;
}
.cid-uYCzv3rJBC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYCzv3rJBC .nav-link {
  position: relative;
}
.cid-uYCzv3rJBC .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #3a341c;
}
.cid-uYCzv3rJBC .nav-link:hover {
  color: #3a341c !important;
}
.cid-uYCzv3rJBC .nav-link:hover:before {
  width: 100%;
}
.cid-uYCzv3rJBC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYCzv3rJBC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYCzv3rJBC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYCzv3rJBC .dropdown-item:hover,
.cid-uYCzv3rJBC .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-uYCzv3rJBC .dropdown-item:hover span {
  color: white;
}
.cid-uYCzv3rJBC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYCzv3rJBC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYCzv3rJBC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYCzv3rJBC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-uYCzv3rJBC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uYCzv3rJBC .container {
    flex-wrap: nowrap;
  }
}
.cid-uYCzv3rJBC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYCzv3rJBC .navbar-nav {
  margin: auto;
}
.cid-uYCzv3rJBC .dropdown-menu,
.cid-uYCzv3rJBC .navbar.opened {
  background: #a0e1e1 !important;
}
.cid-uYCzv3rJBC .nav-item:focus,
.cid-uYCzv3rJBC .nav-link:focus {
  outline: none;
}
.cid-uYCzv3rJBC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYCzv3rJBC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYCzv3rJBC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYCzv3rJBC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYCzv3rJBC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYCzv3rJBC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYCzv3rJBC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #a0e1e1;
}
.cid-uYCzv3rJBC .navbar.opened {
  transition: all 0.3s;
}
.cid-uYCzv3rJBC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYCzv3rJBC .navbar .navbar-logo img {
  width: auto;
}
.cid-uYCzv3rJBC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYCzv3rJBC .navbar.collapsed {
  justify-content: center;
}
.cid-uYCzv3rJBC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYCzv3rJBC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYCzv3rJBC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uYCzv3rJBC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYCzv3rJBC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYCzv3rJBC .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-uYCzv3rJBC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYCzv3rJBC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYCzv3rJBC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYCzv3rJBC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYCzv3rJBC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYCzv3rJBC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYCzv3rJBC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYCzv3rJBC .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-uYCzv3rJBC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYCzv3rJBC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYCzv3rJBC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYCzv3rJBC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYCzv3rJBC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYCzv3rJBC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYCzv3rJBC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYCzv3rJBC .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYCzv3rJBC .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uYCzv3rJBC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYCzv3rJBC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYCzv3rJBC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYCzv3rJBC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYCzv3rJBC .dropdown-item.active,
.cid-uYCzv3rJBC .dropdown-item:active {
  background-color: transparent;
}
.cid-uYCzv3rJBC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYCzv3rJBC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYCzv3rJBC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYCzv3rJBC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a0e1e1;
}
.cid-uYCzv3rJBC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYCzv3rJBC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYCzv3rJBC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYCzv3rJBC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYCzv3rJBC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYCzv3rJBC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYCzv3rJBC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYCzv3rJBC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYCzv3rJBC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYCzv3rJBC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYCzv3rJBC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYCzv3rJBC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYCzv3rJBC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYCzv3rJBC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYCzv3rJBC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYCzv3rJBC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYCzv3rJBC .navbar {
    height: 70px;
  }
  .cid-uYCzv3rJBC .navbar.opened {
    height: auto;
  }
  .cid-uYCzv3rJBC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYCA2YsM3h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.cid-uYCA2YsM3h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYCA2YsM3h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYCA2YsM3h .card {
  justify-content: flex-end;
}
.cid-uYCA2YsM3h .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uYCA2YsM3h .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uYCA2YsM3h .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYCA2YsM3h .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border: 3px dashed #c10b02;
  border-bottom: none;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uYCA2YsM3h .items-wrapper {
    display: block;
  }
}
.cid-uYCA2YsM3h .items-wrapper .item .item-wrapper {
  padding: 82px 64px;
  height: 100%;
  border-right: 3px dashed #c10b02;
  border-bottom: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-uYCA2YsM3h .items-wrapper .item .item-wrapper {
    padding: 82px 42px;
  }
}
@media (max-width: 992px) {
  .cid-uYCA2YsM3h .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uYCA2YsM3h .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uYCA2YsM3h .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 260px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYCA2YsM3h .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uYCA2YsM3h .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uYCA2YsM3h .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 22px;
}
.cid-uYCA2YsM3h .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYCA2YsM3h .mbr-label {
  color: #c10b02;
}
.cid-uYCA2YsM3h .mbr-section-title {
  color: #c10b02;
}
.cid-uYCA2YsM3h .item-title {
  color: #4b4949;
}
.cid-uYCA2YsM3h .item-title,
.cid-uYCA2YsM3h .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uYCA3b1RLT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.cid-uYCA3b1RLT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYCA3b1RLT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYCA3b1RLT .card {
  justify-content: flex-end;
}
.cid-uYCA3b1RLT .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uYCA3b1RLT .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uYCA3b1RLT .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYCA3b1RLT .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border: 3px dashed #c10b02;
  border-bottom: none;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uYCA3b1RLT .items-wrapper {
    display: block;
  }
}
.cid-uYCA3b1RLT .items-wrapper .item .item-wrapper {
  padding: 82px 64px;
  height: 100%;
  border-right: 3px dashed #c10b02;
  border-bottom: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-uYCA3b1RLT .items-wrapper .item .item-wrapper {
    padding: 82px 42px;
  }
}
@media (max-width: 992px) {
  .cid-uYCA3b1RLT .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uYCA3b1RLT .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uYCA3b1RLT .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 260px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYCA3b1RLT .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uYCA3b1RLT .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uYCA3b1RLT .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 22px;
}
.cid-uYCA3b1RLT .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYCA3b1RLT .mbr-label {
  color: #c10b02;
}
.cid-uYCA3b1RLT .mbr-section-title {
  color: #c10b02;
}
.cid-uYCA3b1RLT .item-title {
  color: #4b4949;
}
.cid-uYCA3b1RLT .item-title,
.cid-uYCA3b1RLT .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uYCA3nUT8u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.cid-uYCA3nUT8u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYCA3nUT8u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYCA3nUT8u .card {
  justify-content: flex-end;
}
.cid-uYCA3nUT8u .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uYCA3nUT8u .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uYCA3nUT8u .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYCA3nUT8u .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border: 3px dashed #c10b02;
  border-bottom: none;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uYCA3nUT8u .items-wrapper {
    display: block;
  }
}
.cid-uYCA3nUT8u .items-wrapper .item .item-wrapper {
  padding: 82px 64px;
  height: 100%;
  border-right: 3px dashed #c10b02;
  border-bottom: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-uYCA3nUT8u .items-wrapper .item .item-wrapper {
    padding: 82px 42px;
  }
}
@media (max-width: 992px) {
  .cid-uYCA3nUT8u .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uYCA3nUT8u .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uYCA3nUT8u .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 260px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYCA3nUT8u .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uYCA3nUT8u .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uYCA3nUT8u .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 22px;
}
.cid-uYCA3nUT8u .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYCA3nUT8u .mbr-label {
  color: #c10b02;
}
.cid-uYCA3nUT8u .mbr-section-title {
  color: #c10b02;
}
.cid-uYCA3nUT8u .item-title {
  color: #4b4949;
}
.cid-uYCA3nUT8u .item-title,
.cid-uYCA3nUT8u .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uYGPlHIysg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-uYCztVRshi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uYCztVRshi nav.navbar {
  position: fixed;
}
.cid-uYCztVRshi .btn {
  line-height: 1.2;
}
.cid-uYCztVRshi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYCztVRshi .nav-link {
  position: relative;
}
.cid-uYCztVRshi .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #3a341c;
}
.cid-uYCztVRshi .nav-link:hover {
  color: #3a341c !important;
}
.cid-uYCztVRshi .nav-link:hover:before {
  width: 100%;
}
.cid-uYCztVRshi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYCztVRshi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYCztVRshi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYCztVRshi .dropdown-item:hover,
.cid-uYCztVRshi .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-uYCztVRshi .dropdown-item:hover span {
  color: white;
}
.cid-uYCztVRshi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYCztVRshi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYCztVRshi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYCztVRshi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-uYCztVRshi .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uYCztVRshi .container {
    flex-wrap: nowrap;
  }
}
.cid-uYCztVRshi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYCztVRshi .navbar-nav {
  margin: auto;
}
.cid-uYCztVRshi .dropdown-menu,
.cid-uYCztVRshi .navbar.opened {
  background: #a0e1e1 !important;
}
.cid-uYCztVRshi .nav-item:focus,
.cid-uYCztVRshi .nav-link:focus {
  outline: none;
}
.cid-uYCztVRshi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYCztVRshi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYCztVRshi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYCztVRshi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYCztVRshi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYCztVRshi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYCztVRshi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #a0e1e1;
}
.cid-uYCztVRshi .navbar.opened {
  transition: all 0.3s;
}
.cid-uYCztVRshi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYCztVRshi .navbar .navbar-logo img {
  width: auto;
}
.cid-uYCztVRshi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYCztVRshi .navbar.collapsed {
  justify-content: center;
}
.cid-uYCztVRshi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYCztVRshi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYCztVRshi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uYCztVRshi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYCztVRshi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYCztVRshi .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-uYCztVRshi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYCztVRshi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYCztVRshi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYCztVRshi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYCztVRshi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYCztVRshi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYCztVRshi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYCztVRshi .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-uYCztVRshi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYCztVRshi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYCztVRshi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYCztVRshi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYCztVRshi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYCztVRshi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYCztVRshi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYCztVRshi .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYCztVRshi .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uYCztVRshi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYCztVRshi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYCztVRshi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYCztVRshi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYCztVRshi .dropdown-item.active,
.cid-uYCztVRshi .dropdown-item:active {
  background-color: transparent;
}
.cid-uYCztVRshi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYCztVRshi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYCztVRshi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYCztVRshi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a0e1e1;
}
.cid-uYCztVRshi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYCztVRshi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYCztVRshi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYCztVRshi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYCztVRshi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYCztVRshi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYCztVRshi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYCztVRshi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYCztVRshi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYCztVRshi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYCztVRshi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYCztVRshi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYCztVRshi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYCztVRshi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYCztVRshi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYCztVRshi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYCztVRshi .navbar {
    height: 70px;
  }
  .cid-uYCztVRshi .navbar.opened {
    height: auto;
  }
  .cid-uYCztVRshi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYCA0QS0Mo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.cid-uYCA0QS0Mo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYCA0QS0Mo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYCA0QS0Mo .card {
  justify-content: flex-end;
}
.cid-uYCA0QS0Mo .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uYCA0QS0Mo .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uYCA0QS0Mo .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYCA0QS0Mo .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border: 3px dashed #c10b02;
  border-bottom: none;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uYCA0QS0Mo .items-wrapper {
    display: block;
  }
}
.cid-uYCA0QS0Mo .items-wrapper .item .item-wrapper {
  padding: 82px 64px;
  height: 100%;
  border-right: 3px dashed #c10b02;
  border-bottom: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-uYCA0QS0Mo .items-wrapper .item .item-wrapper {
    padding: 82px 42px;
  }
}
@media (max-width: 992px) {
  .cid-uYCA0QS0Mo .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uYCA0QS0Mo .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uYCA0QS0Mo .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 260px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYCA0QS0Mo .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uYCA0QS0Mo .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uYCA0QS0Mo .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 22px;
}
.cid-uYCA0QS0Mo .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYCA0QS0Mo .mbr-label {
  color: #c10b02;
}
.cid-uYCA0QS0Mo .mbr-section-title {
  color: #c10b02;
}
.cid-uYCA0QS0Mo .item-title {
  color: #4b4949;
}
.cid-uYCA0QS0Mo .item-title,
.cid-uYCA0QS0Mo .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uYCA11BIjJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.cid-uYCA11BIjJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYCA11BIjJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYCA11BIjJ .card {
  justify-content: flex-end;
}
.cid-uYCA11BIjJ .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uYCA11BIjJ .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uYCA11BIjJ .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYCA11BIjJ .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border: 3px dashed #c10b02;
  border-bottom: none;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uYCA11BIjJ .items-wrapper {
    display: block;
  }
}
.cid-uYCA11BIjJ .items-wrapper .item .item-wrapper {
  padding: 82px 64px;
  height: 100%;
  border-right: 3px dashed #c10b02;
  border-bottom: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-uYCA11BIjJ .items-wrapper .item .item-wrapper {
    padding: 82px 42px;
  }
}
@media (max-width: 992px) {
  .cid-uYCA11BIjJ .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uYCA11BIjJ .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uYCA11BIjJ .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 260px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYCA11BIjJ .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uYCA11BIjJ .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uYCA11BIjJ .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 22px;
}
.cid-uYCA11BIjJ .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYCA11BIjJ .mbr-label {
  color: #c10b02;
}
.cid-uYCA11BIjJ .mbr-section-title {
  color: #c10b02;
}
.cid-uYCA11BIjJ .item-title {
  color: #4b4949;
}
.cid-uYCA11BIjJ .item-title,
.cid-uYCA11BIjJ .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uYCA1g2qQx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.cid-uYCA1g2qQx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYCA1g2qQx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYCA1g2qQx .card {
  justify-content: flex-end;
}
.cid-uYCA1g2qQx .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uYCA1g2qQx .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uYCA1g2qQx .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYCA1g2qQx .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border: 3px dashed #c10b02;
  border-bottom: none;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uYCA1g2qQx .items-wrapper {
    display: block;
  }
}
.cid-uYCA1g2qQx .items-wrapper .item .item-wrapper {
  padding: 82px 64px;
  height: 100%;
  border-right: 3px dashed #c10b02;
  border-bottom: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-uYCA1g2qQx .items-wrapper .item .item-wrapper {
    padding: 82px 42px;
  }
}
@media (max-width: 992px) {
  .cid-uYCA1g2qQx .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uYCA1g2qQx .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uYCA1g2qQx .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 260px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYCA1g2qQx .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uYCA1g2qQx .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uYCA1g2qQx .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 22px;
}
.cid-uYCA1g2qQx .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYCA1g2qQx .mbr-label {
  color: #c10b02;
}
.cid-uYCA1g2qQx .mbr-section-title {
  color: #c10b02;
}
.cid-uYCA1g2qQx .item-title {
  color: #4b4949;
}
.cid-uYCA1g2qQx .item-title,
.cid-uYCA1g2qQx .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uYGPlHIysg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-uYCzsSadfR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uYCzsSadfR nav.navbar {
  position: fixed;
}
.cid-uYCzsSadfR .btn {
  line-height: 1.2;
}
.cid-uYCzsSadfR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYCzsSadfR .nav-link {
  position: relative;
}
.cid-uYCzsSadfR .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #3a341c;
}
.cid-uYCzsSadfR .nav-link:hover {
  color: #3a341c !important;
}
.cid-uYCzsSadfR .nav-link:hover:before {
  width: 100%;
}
.cid-uYCzsSadfR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYCzsSadfR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYCzsSadfR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYCzsSadfR .dropdown-item:hover,
.cid-uYCzsSadfR .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-uYCzsSadfR .dropdown-item:hover span {
  color: white;
}
.cid-uYCzsSadfR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYCzsSadfR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYCzsSadfR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYCzsSadfR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-uYCzsSadfR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uYCzsSadfR .container {
    flex-wrap: nowrap;
  }
}
.cid-uYCzsSadfR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYCzsSadfR .navbar-nav {
  margin: auto;
}
.cid-uYCzsSadfR .dropdown-menu,
.cid-uYCzsSadfR .navbar.opened {
  background: #a0e1e1 !important;
}
.cid-uYCzsSadfR .nav-item:focus,
.cid-uYCzsSadfR .nav-link:focus {
  outline: none;
}
.cid-uYCzsSadfR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYCzsSadfR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYCzsSadfR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYCzsSadfR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYCzsSadfR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYCzsSadfR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYCzsSadfR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #a0e1e1;
}
.cid-uYCzsSadfR .navbar.opened {
  transition: all 0.3s;
}
.cid-uYCzsSadfR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYCzsSadfR .navbar .navbar-logo img {
  width: auto;
}
.cid-uYCzsSadfR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYCzsSadfR .navbar.collapsed {
  justify-content: center;
}
.cid-uYCzsSadfR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYCzsSadfR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYCzsSadfR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uYCzsSadfR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYCzsSadfR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYCzsSadfR .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-uYCzsSadfR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYCzsSadfR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYCzsSadfR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYCzsSadfR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYCzsSadfR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYCzsSadfR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYCzsSadfR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYCzsSadfR .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-uYCzsSadfR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYCzsSadfR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYCzsSadfR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYCzsSadfR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYCzsSadfR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYCzsSadfR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYCzsSadfR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYCzsSadfR .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYCzsSadfR .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uYCzsSadfR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYCzsSadfR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYCzsSadfR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYCzsSadfR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYCzsSadfR .dropdown-item.active,
.cid-uYCzsSadfR .dropdown-item:active {
  background-color: transparent;
}
.cid-uYCzsSadfR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYCzsSadfR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYCzsSadfR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYCzsSadfR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a0e1e1;
}
.cid-uYCzsSadfR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYCzsSadfR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYCzsSadfR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYCzsSadfR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYCzsSadfR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYCzsSadfR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYCzsSadfR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYCzsSadfR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYCzsSadfR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYCzsSadfR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYCzsSadfR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYCzsSadfR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYCzsSadfR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYCzsSadfR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYCzsSadfR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYCzsSadfR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYCzsSadfR .navbar {
    height: 70px;
  }
  .cid-uYCzsSadfR .navbar.opened {
    height: auto;
  }
  .cid-uYCzsSadfR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYCzYHhlIP {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.cid-uYCzYHhlIP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYCzYHhlIP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYCzYHhlIP .card {
  justify-content: flex-end;
}
.cid-uYCzYHhlIP .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uYCzYHhlIP .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uYCzYHhlIP .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYCzYHhlIP .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border: 3px dashed #c10b02;
  border-bottom: none;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uYCzYHhlIP .items-wrapper {
    display: block;
  }
}
.cid-uYCzYHhlIP .items-wrapper .item .item-wrapper {
  padding: 82px 64px;
  height: 100%;
  border-right: 3px dashed #c10b02;
  border-bottom: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-uYCzYHhlIP .items-wrapper .item .item-wrapper {
    padding: 82px 42px;
  }
}
@media (max-width: 992px) {
  .cid-uYCzYHhlIP .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uYCzYHhlIP .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uYCzYHhlIP .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 260px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYCzYHhlIP .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uYCzYHhlIP .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uYCzYHhlIP .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 22px;
}
.cid-uYCzYHhlIP .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYCzYHhlIP .mbr-label {
  color: #c10b02;
}
.cid-uYCzYHhlIP .mbr-section-title {
  color: #c10b02;
}
.cid-uYCzYHhlIP .item-title {
  color: #4b4949;
}
.cid-uYCzYHhlIP .item-title,
.cid-uYCzYHhlIP .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uYCzYT8Qq6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.cid-uYCzYT8Qq6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYCzYT8Qq6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYCzYT8Qq6 .card {
  justify-content: flex-end;
}
.cid-uYCzYT8Qq6 .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uYCzYT8Qq6 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uYCzYT8Qq6 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYCzYT8Qq6 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border: 3px dashed #c10b02;
  border-bottom: none;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uYCzYT8Qq6 .items-wrapper {
    display: block;
  }
}
.cid-uYCzYT8Qq6 .items-wrapper .item .item-wrapper {
  padding: 82px 64px;
  height: 100%;
  border-right: 3px dashed #c10b02;
  border-bottom: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-uYCzYT8Qq6 .items-wrapper .item .item-wrapper {
    padding: 82px 42px;
  }
}
@media (max-width: 992px) {
  .cid-uYCzYT8Qq6 .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uYCzYT8Qq6 .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uYCzYT8Qq6 .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 260px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYCzYT8Qq6 .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uYCzYT8Qq6 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uYCzYT8Qq6 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 22px;
}
.cid-uYCzYT8Qq6 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYCzYT8Qq6 .mbr-label {
  color: #c10b02;
}
.cid-uYCzYT8Qq6 .mbr-section-title {
  color: #c10b02;
}
.cid-uYCzYT8Qq6 .item-title {
  color: #4b4949;
}
.cid-uYCzYT8Qq6 .item-title,
.cid-uYCzYT8Qq6 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uYCzZ7tdHd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.cid-uYCzZ7tdHd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYCzZ7tdHd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYCzZ7tdHd .card {
  justify-content: flex-end;
}
.cid-uYCzZ7tdHd .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uYCzZ7tdHd .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uYCzZ7tdHd .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYCzZ7tdHd .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border: 3px dashed #c10b02;
  border-bottom: none;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uYCzZ7tdHd .items-wrapper {
    display: block;
  }
}
.cid-uYCzZ7tdHd .items-wrapper .item .item-wrapper {
  padding: 82px 64px;
  height: 100%;
  border-right: 3px dashed #c10b02;
  border-bottom: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-uYCzZ7tdHd .items-wrapper .item .item-wrapper {
    padding: 82px 42px;
  }
}
@media (max-width: 992px) {
  .cid-uYCzZ7tdHd .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uYCzZ7tdHd .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uYCzZ7tdHd .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 260px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYCzZ7tdHd .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uYCzZ7tdHd .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uYCzZ7tdHd .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 22px;
}
.cid-uYCzZ7tdHd .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYCzZ7tdHd .mbr-label {
  color: #c10b02;
}
.cid-uYCzZ7tdHd .mbr-section-title {
  color: #c10b02;
}
.cid-uYCzZ7tdHd .item-title {
  color: #4b4949;
}
.cid-uYCzZ7tdHd .item-title,
.cid-uYCzZ7tdHd .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uYGPlHIysg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-uYCzrG5EFj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uYCzrG5EFj nav.navbar {
  position: fixed;
}
.cid-uYCzrG5EFj .btn {
  line-height: 1.2;
}
.cid-uYCzrG5EFj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYCzrG5EFj .nav-link {
  position: relative;
}
.cid-uYCzrG5EFj .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #3a341c;
}
.cid-uYCzrG5EFj .nav-link:hover {
  color: #3a341c !important;
}
.cid-uYCzrG5EFj .nav-link:hover:before {
  width: 100%;
}
.cid-uYCzrG5EFj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYCzrG5EFj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYCzrG5EFj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYCzrG5EFj .dropdown-item:hover,
.cid-uYCzrG5EFj .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-uYCzrG5EFj .dropdown-item:hover span {
  color: white;
}
.cid-uYCzrG5EFj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYCzrG5EFj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYCzrG5EFj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYCzrG5EFj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-uYCzrG5EFj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uYCzrG5EFj .container {
    flex-wrap: nowrap;
  }
}
.cid-uYCzrG5EFj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYCzrG5EFj .navbar-nav {
  margin: auto;
}
.cid-uYCzrG5EFj .dropdown-menu,
.cid-uYCzrG5EFj .navbar.opened {
  background: #a0e1e1 !important;
}
.cid-uYCzrG5EFj .nav-item:focus,
.cid-uYCzrG5EFj .nav-link:focus {
  outline: none;
}
.cid-uYCzrG5EFj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYCzrG5EFj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYCzrG5EFj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYCzrG5EFj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYCzrG5EFj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYCzrG5EFj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYCzrG5EFj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #a0e1e1;
}
.cid-uYCzrG5EFj .navbar.opened {
  transition: all 0.3s;
}
.cid-uYCzrG5EFj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYCzrG5EFj .navbar .navbar-logo img {
  width: auto;
}
.cid-uYCzrG5EFj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYCzrG5EFj .navbar.collapsed {
  justify-content: center;
}
.cid-uYCzrG5EFj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYCzrG5EFj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYCzrG5EFj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uYCzrG5EFj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYCzrG5EFj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYCzrG5EFj .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-uYCzrG5EFj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYCzrG5EFj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYCzrG5EFj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYCzrG5EFj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYCzrG5EFj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYCzrG5EFj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYCzrG5EFj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYCzrG5EFj .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-uYCzrG5EFj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYCzrG5EFj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYCzrG5EFj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYCzrG5EFj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYCzrG5EFj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYCzrG5EFj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYCzrG5EFj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYCzrG5EFj .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYCzrG5EFj .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uYCzrG5EFj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYCzrG5EFj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYCzrG5EFj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYCzrG5EFj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYCzrG5EFj .dropdown-item.active,
.cid-uYCzrG5EFj .dropdown-item:active {
  background-color: transparent;
}
.cid-uYCzrG5EFj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYCzrG5EFj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYCzrG5EFj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYCzrG5EFj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a0e1e1;
}
.cid-uYCzrG5EFj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYCzrG5EFj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYCzrG5EFj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYCzrG5EFj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYCzrG5EFj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYCzrG5EFj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYCzrG5EFj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYCzrG5EFj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYCzrG5EFj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYCzrG5EFj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYCzrG5EFj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYCzrG5EFj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYCzrG5EFj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYCzrG5EFj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYCzrG5EFj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYCzrG5EFj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYCzrG5EFj .navbar {
    height: 70px;
  }
  .cid-uYCzrG5EFj .navbar.opened {
    height: auto;
  }
  .cid-uYCzrG5EFj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYCzWHwlTu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.cid-uYCzWHwlTu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYCzWHwlTu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYCzWHwlTu .card {
  justify-content: flex-end;
}
.cid-uYCzWHwlTu .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uYCzWHwlTu .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uYCzWHwlTu .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYCzWHwlTu .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border: 3px dashed #c10b02;
  border-bottom: none;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uYCzWHwlTu .items-wrapper {
    display: block;
  }
}
.cid-uYCzWHwlTu .items-wrapper .item .item-wrapper {
  padding: 82px 64px;
  height: 100%;
  border-right: 3px dashed #c10b02;
  border-bottom: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-uYCzWHwlTu .items-wrapper .item .item-wrapper {
    padding: 82px 42px;
  }
}
@media (max-width: 992px) {
  .cid-uYCzWHwlTu .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uYCzWHwlTu .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uYCzWHwlTu .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 260px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYCzWHwlTu .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uYCzWHwlTu .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uYCzWHwlTu .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 22px;
}
.cid-uYCzWHwlTu .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYCzWHwlTu .mbr-label {
  color: #c10b02;
}
.cid-uYCzWHwlTu .mbr-section-title {
  color: #c10b02;
}
.cid-uYCzWHwlTu .item-title {
  color: #4b4949;
}
.cid-uYCzWHwlTu .item-title,
.cid-uYCzWHwlTu .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uYCzWUaXvX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.cid-uYCzWUaXvX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYCzWUaXvX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYCzWUaXvX .card {
  justify-content: flex-end;
}
.cid-uYCzWUaXvX .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uYCzWUaXvX .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uYCzWUaXvX .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYCzWUaXvX .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border: 3px dashed #c10b02;
  border-bottom: none;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uYCzWUaXvX .items-wrapper {
    display: block;
  }
}
.cid-uYCzWUaXvX .items-wrapper .item .item-wrapper {
  padding: 82px 64px;
  height: 100%;
  border-right: 3px dashed #c10b02;
  border-bottom: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-uYCzWUaXvX .items-wrapper .item .item-wrapper {
    padding: 82px 42px;
  }
}
@media (max-width: 992px) {
  .cid-uYCzWUaXvX .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uYCzWUaXvX .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uYCzWUaXvX .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 260px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYCzWUaXvX .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uYCzWUaXvX .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uYCzWUaXvX .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 22px;
}
.cid-uYCzWUaXvX .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYCzWUaXvX .mbr-label {
  color: #c10b02;
}
.cid-uYCzWUaXvX .mbr-section-title {
  color: #c10b02;
}
.cid-uYCzWUaXvX .item-title {
  color: #4b4949;
}
.cid-uYCzWUaXvX .item-title,
.cid-uYCzWUaXvX .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uYCzX5GHF1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.cid-uYCzX5GHF1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYCzX5GHF1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYCzX5GHF1 .card {
  justify-content: flex-end;
}
.cid-uYCzX5GHF1 .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uYCzX5GHF1 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uYCzX5GHF1 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYCzX5GHF1 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border: 3px dashed #c10b02;
  border-bottom: none;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uYCzX5GHF1 .items-wrapper {
    display: block;
  }
}
.cid-uYCzX5GHF1 .items-wrapper .item .item-wrapper {
  padding: 82px 64px;
  height: 100%;
  border-right: 3px dashed #c10b02;
  border-bottom: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-uYCzX5GHF1 .items-wrapper .item .item-wrapper {
    padding: 82px 42px;
  }
}
@media (max-width: 992px) {
  .cid-uYCzX5GHF1 .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uYCzX5GHF1 .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uYCzX5GHF1 .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 260px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYCzX5GHF1 .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uYCzX5GHF1 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uYCzX5GHF1 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 22px;
}
.cid-uYCzX5GHF1 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYCzX5GHF1 .mbr-label {
  color: #c10b02;
}
.cid-uYCzX5GHF1 .mbr-section-title {
  color: #c10b02;
}
.cid-uYCzX5GHF1 .item-title {
  color: #4b4949;
}
.cid-uYCzX5GHF1 .item-title,
.cid-uYCzX5GHF1 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uYGPlHIysg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-uYCzqjFNDh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uYCzqjFNDh nav.navbar {
  position: fixed;
}
.cid-uYCzqjFNDh .btn {
  line-height: 1.2;
}
.cid-uYCzqjFNDh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYCzqjFNDh .nav-link {
  position: relative;
}
.cid-uYCzqjFNDh .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #3a341c;
}
.cid-uYCzqjFNDh .nav-link:hover {
  color: #3a341c !important;
}
.cid-uYCzqjFNDh .nav-link:hover:before {
  width: 100%;
}
.cid-uYCzqjFNDh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYCzqjFNDh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYCzqjFNDh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYCzqjFNDh .dropdown-item:hover,
.cid-uYCzqjFNDh .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-uYCzqjFNDh .dropdown-item:hover span {
  color: white;
}
.cid-uYCzqjFNDh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYCzqjFNDh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYCzqjFNDh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYCzqjFNDh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-uYCzqjFNDh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uYCzqjFNDh .container {
    flex-wrap: nowrap;
  }
}
.cid-uYCzqjFNDh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYCzqjFNDh .navbar-nav {
  margin: auto;
}
.cid-uYCzqjFNDh .dropdown-menu,
.cid-uYCzqjFNDh .navbar.opened {
  background: #a0e1e1 !important;
}
.cid-uYCzqjFNDh .nav-item:focus,
.cid-uYCzqjFNDh .nav-link:focus {
  outline: none;
}
.cid-uYCzqjFNDh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYCzqjFNDh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYCzqjFNDh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYCzqjFNDh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYCzqjFNDh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYCzqjFNDh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYCzqjFNDh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #a0e1e1;
}
.cid-uYCzqjFNDh .navbar.opened {
  transition: all 0.3s;
}
.cid-uYCzqjFNDh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYCzqjFNDh .navbar .navbar-logo img {
  width: auto;
}
.cid-uYCzqjFNDh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYCzqjFNDh .navbar.collapsed {
  justify-content: center;
}
.cid-uYCzqjFNDh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYCzqjFNDh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYCzqjFNDh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uYCzqjFNDh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYCzqjFNDh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYCzqjFNDh .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-uYCzqjFNDh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYCzqjFNDh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYCzqjFNDh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYCzqjFNDh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYCzqjFNDh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYCzqjFNDh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYCzqjFNDh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYCzqjFNDh .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-uYCzqjFNDh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYCzqjFNDh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYCzqjFNDh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYCzqjFNDh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYCzqjFNDh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYCzqjFNDh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYCzqjFNDh .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYCzqjFNDh .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYCzqjFNDh .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uYCzqjFNDh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYCzqjFNDh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYCzqjFNDh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYCzqjFNDh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYCzqjFNDh .dropdown-item.active,
.cid-uYCzqjFNDh .dropdown-item:active {
  background-color: transparent;
}
.cid-uYCzqjFNDh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYCzqjFNDh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYCzqjFNDh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYCzqjFNDh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a0e1e1;
}
.cid-uYCzqjFNDh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYCzqjFNDh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYCzqjFNDh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYCzqjFNDh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYCzqjFNDh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYCzqjFNDh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYCzqjFNDh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYCzqjFNDh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYCzqjFNDh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYCzqjFNDh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYCzqjFNDh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYCzqjFNDh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYCzqjFNDh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYCzqjFNDh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYCzqjFNDh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYCzqjFNDh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYCzqjFNDh .navbar {
    height: 70px;
  }
  .cid-uYCzqjFNDh .navbar.opened {
    height: auto;
  }
  .cid-uYCzqjFNDh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYCzT1PpqY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.cid-uYCzT1PpqY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYCzT1PpqY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYCzT1PpqY .card {
  justify-content: flex-end;
}
.cid-uYCzT1PpqY .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uYCzT1PpqY .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uYCzT1PpqY .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYCzT1PpqY .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border: 3px dashed #c10b02;
  border-bottom: none;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uYCzT1PpqY .items-wrapper {
    display: block;
  }
}
.cid-uYCzT1PpqY .items-wrapper .item .item-wrapper {
  padding: 82px 64px;
  height: 100%;
  border-right: 3px dashed #c10b02;
  border-bottom: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-uYCzT1PpqY .items-wrapper .item .item-wrapper {
    padding: 82px 42px;
  }
}
@media (max-width: 992px) {
  .cid-uYCzT1PpqY .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uYCzT1PpqY .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uYCzT1PpqY .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 260px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYCzT1PpqY .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uYCzT1PpqY .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uYCzT1PpqY .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 22px;
}
.cid-uYCzT1PpqY .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYCzT1PpqY .mbr-label {
  color: #c10b02;
}
.cid-uYCzT1PpqY .mbr-section-title {
  color: #c10b02;
}
.cid-uYCzT1PpqY .item-title {
  color: #4b4949;
}
.cid-uYCzT1PpqY .item-title,
.cid-uYCzT1PpqY .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uYCzTbsDA1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.cid-uYCzTbsDA1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYCzTbsDA1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYCzTbsDA1 .card {
  justify-content: flex-end;
}
.cid-uYCzTbsDA1 .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uYCzTbsDA1 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uYCzTbsDA1 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYCzTbsDA1 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border: 3px dashed #c10b02;
  border-bottom: none;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uYCzTbsDA1 .items-wrapper {
    display: block;
  }
}
.cid-uYCzTbsDA1 .items-wrapper .item .item-wrapper {
  padding: 82px 64px;
  height: 100%;
  border-right: 3px dashed #c10b02;
  border-bottom: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-uYCzTbsDA1 .items-wrapper .item .item-wrapper {
    padding: 82px 42px;
  }
}
@media (max-width: 992px) {
  .cid-uYCzTbsDA1 .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uYCzTbsDA1 .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uYCzTbsDA1 .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 260px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYCzTbsDA1 .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uYCzTbsDA1 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uYCzTbsDA1 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 22px;
}
.cid-uYCzTbsDA1 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYCzTbsDA1 .mbr-label {
  color: #c10b02;
}
.cid-uYCzTbsDA1 .mbr-section-title {
  color: #c10b02;
}
.cid-uYCzTbsDA1 .item-title {
  color: #4b4949;
}
.cid-uYCzTbsDA1 .item-title,
.cid-uYCzTbsDA1 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uYCzTsqNI6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.cid-uYCzTsqNI6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYCzTsqNI6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYCzTsqNI6 .card {
  justify-content: flex-end;
}
.cid-uYCzTsqNI6 .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uYCzTsqNI6 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uYCzTsqNI6 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYCzTsqNI6 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border: 3px dashed #c10b02;
  border-bottom: none;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uYCzTsqNI6 .items-wrapper {
    display: block;
  }
}
.cid-uYCzTsqNI6 .items-wrapper .item .item-wrapper {
  padding: 82px 64px;
  height: 100%;
  border-right: 3px dashed #c10b02;
  border-bottom: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-uYCzTsqNI6 .items-wrapper .item .item-wrapper {
    padding: 82px 42px;
  }
}
@media (max-width: 992px) {
  .cid-uYCzTsqNI6 .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uYCzTsqNI6 .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uYCzTsqNI6 .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 260px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYCzTsqNI6 .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uYCzTsqNI6 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uYCzTsqNI6 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 22px;
}
.cid-uYCzTsqNI6 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYCzTsqNI6 .mbr-label {
  color: #c10b02;
}
.cid-uYCzTsqNI6 .mbr-section-title {
  color: #c10b02;
}
.cid-uYCzTsqNI6 .item-title {
  color: #4b4949;
}
.cid-uYCzTsqNI6 .item-title,
.cid-uYCzTsqNI6 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uYGPlHIysg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-uYCzpfhXeU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uYCzpfhXeU nav.navbar {
  position: fixed;
}
.cid-uYCzpfhXeU .btn {
  line-height: 1.2;
}
.cid-uYCzpfhXeU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYCzpfhXeU .nav-link {
  position: relative;
}
.cid-uYCzpfhXeU .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #3a341c;
}
.cid-uYCzpfhXeU .nav-link:hover {
  color: #3a341c !important;
}
.cid-uYCzpfhXeU .nav-link:hover:before {
  width: 100%;
}
.cid-uYCzpfhXeU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYCzpfhXeU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYCzpfhXeU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYCzpfhXeU .dropdown-item:hover,
.cid-uYCzpfhXeU .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-uYCzpfhXeU .dropdown-item:hover span {
  color: white;
}
.cid-uYCzpfhXeU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYCzpfhXeU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYCzpfhXeU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYCzpfhXeU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-uYCzpfhXeU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uYCzpfhXeU .container {
    flex-wrap: nowrap;
  }
}
.cid-uYCzpfhXeU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYCzpfhXeU .navbar-nav {
  margin: auto;
}
.cid-uYCzpfhXeU .dropdown-menu,
.cid-uYCzpfhXeU .navbar.opened {
  background: #a0e1e1 !important;
}
.cid-uYCzpfhXeU .nav-item:focus,
.cid-uYCzpfhXeU .nav-link:focus {
  outline: none;
}
.cid-uYCzpfhXeU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYCzpfhXeU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYCzpfhXeU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYCzpfhXeU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYCzpfhXeU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYCzpfhXeU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYCzpfhXeU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #a0e1e1;
}
.cid-uYCzpfhXeU .navbar.opened {
  transition: all 0.3s;
}
.cid-uYCzpfhXeU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYCzpfhXeU .navbar .navbar-logo img {
  width: auto;
}
.cid-uYCzpfhXeU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYCzpfhXeU .navbar.collapsed {
  justify-content: center;
}
.cid-uYCzpfhXeU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYCzpfhXeU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYCzpfhXeU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uYCzpfhXeU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYCzpfhXeU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYCzpfhXeU .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-uYCzpfhXeU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYCzpfhXeU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYCzpfhXeU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYCzpfhXeU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYCzpfhXeU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYCzpfhXeU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYCzpfhXeU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYCzpfhXeU .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-uYCzpfhXeU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYCzpfhXeU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYCzpfhXeU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYCzpfhXeU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYCzpfhXeU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYCzpfhXeU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYCzpfhXeU .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYCzpfhXeU .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYCzpfhXeU .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uYCzpfhXeU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYCzpfhXeU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYCzpfhXeU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYCzpfhXeU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYCzpfhXeU .dropdown-item.active,
.cid-uYCzpfhXeU .dropdown-item:active {
  background-color: transparent;
}
.cid-uYCzpfhXeU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYCzpfhXeU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYCzpfhXeU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYCzpfhXeU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a0e1e1;
}
.cid-uYCzpfhXeU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYCzpfhXeU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYCzpfhXeU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYCzpfhXeU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYCzpfhXeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYCzpfhXeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYCzpfhXeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYCzpfhXeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYCzpfhXeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYCzpfhXeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYCzpfhXeU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYCzpfhXeU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYCzpfhXeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYCzpfhXeU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYCzpfhXeU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYCzpfhXeU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYCzpfhXeU .navbar {
    height: 70px;
  }
  .cid-uYCzpfhXeU .navbar.opened {
    height: auto;
  }
  .cid-uYCzpfhXeU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYCzMpPbXY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.cid-uYCzMpPbXY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYCzMpPbXY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYCzMpPbXY .card {
  justify-content: flex-end;
}
.cid-uYCzMpPbXY .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uYCzMpPbXY .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uYCzMpPbXY .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYCzMpPbXY .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border: 3px dashed #c10b02;
  border-bottom: none;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uYCzMpPbXY .items-wrapper {
    display: block;
  }
}
.cid-uYCzMpPbXY .items-wrapper .item .item-wrapper {
  padding: 82px 64px;
  height: 100%;
  border-right: 3px dashed #c10b02;
  border-bottom: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-uYCzMpPbXY .items-wrapper .item .item-wrapper {
    padding: 82px 42px;
  }
}
@media (max-width: 992px) {
  .cid-uYCzMpPbXY .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uYCzMpPbXY .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uYCzMpPbXY .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 260px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYCzMpPbXY .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uYCzMpPbXY .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uYCzMpPbXY .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 22px;
}
.cid-uYCzMpPbXY .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYCzMpPbXY .mbr-label {
  color: #c10b02;
}
.cid-uYCzMpPbXY .mbr-section-title {
  color: #c10b02;
}
.cid-uYCzMpPbXY .item-title {
  color: #4b4949;
}
.cid-uYCzMpPbXY .item-title,
.cid-uYCzMpPbXY .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uYCzMBtYON {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.cid-uYCzMBtYON .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYCzMBtYON .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYCzMBtYON .card {
  justify-content: flex-end;
}
.cid-uYCzMBtYON .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uYCzMBtYON .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uYCzMBtYON .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYCzMBtYON .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border: 3px dashed #c10b02;
  border-bottom: none;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uYCzMBtYON .items-wrapper {
    display: block;
  }
}
.cid-uYCzMBtYON .items-wrapper .item .item-wrapper {
  padding: 82px 64px;
  height: 100%;
  border-right: 3px dashed #c10b02;
  border-bottom: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-uYCzMBtYON .items-wrapper .item .item-wrapper {
    padding: 82px 42px;
  }
}
@media (max-width: 992px) {
  .cid-uYCzMBtYON .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uYCzMBtYON .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uYCzMBtYON .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 260px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYCzMBtYON .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uYCzMBtYON .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uYCzMBtYON .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 22px;
}
.cid-uYCzMBtYON .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYCzMBtYON .mbr-label {
  color: #c10b02;
}
.cid-uYCzMBtYON .mbr-section-title {
  color: #c10b02;
}
.cid-uYCzMBtYON .item-title {
  color: #4b4949;
}
.cid-uYCzMBtYON .item-title,
.cid-uYCzMBtYON .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uYCzN18ehB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.cid-uYCzN18ehB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYCzN18ehB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYCzN18ehB .card {
  justify-content: flex-end;
}
.cid-uYCzN18ehB .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uYCzN18ehB .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uYCzN18ehB .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYCzN18ehB .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border: 3px dashed #c10b02;
  border-bottom: none;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uYCzN18ehB .items-wrapper {
    display: block;
  }
}
.cid-uYCzN18ehB .items-wrapper .item .item-wrapper {
  padding: 82px 64px;
  height: 100%;
  border-right: 3px dashed #c10b02;
  border-bottom: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-uYCzN18ehB .items-wrapper .item .item-wrapper {
    padding: 82px 42px;
  }
}
@media (max-width: 992px) {
  .cid-uYCzN18ehB .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uYCzN18ehB .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uYCzN18ehB .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 260px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYCzN18ehB .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uYCzN18ehB .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uYCzN18ehB .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 22px;
}
.cid-uYCzN18ehB .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYCzN18ehB .mbr-label {
  color: #c10b02;
}
.cid-uYCzN18ehB .mbr-section-title {
  color: #c10b02;
}
.cid-uYCzN18ehB .item-title {
  color: #4b4949;
}
.cid-uYCzN18ehB .item-title,
.cid-uYCzN18ehB .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uYGPlHIysg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-uYCzhjNGGQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uYCzhjNGGQ nav.navbar {
  position: fixed;
}
.cid-uYCzhjNGGQ .btn {
  line-height: 1.2;
}
.cid-uYCzhjNGGQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYCzhjNGGQ .nav-link {
  position: relative;
}
.cid-uYCzhjNGGQ .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #3a341c;
}
.cid-uYCzhjNGGQ .nav-link:hover {
  color: #3a341c !important;
}
.cid-uYCzhjNGGQ .nav-link:hover:before {
  width: 100%;
}
.cid-uYCzhjNGGQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYCzhjNGGQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYCzhjNGGQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYCzhjNGGQ .dropdown-item:hover,
.cid-uYCzhjNGGQ .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-uYCzhjNGGQ .dropdown-item:hover span {
  color: white;
}
.cid-uYCzhjNGGQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYCzhjNGGQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYCzhjNGGQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYCzhjNGGQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-uYCzhjNGGQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uYCzhjNGGQ .container {
    flex-wrap: nowrap;
  }
}
.cid-uYCzhjNGGQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYCzhjNGGQ .navbar-nav {
  margin: auto;
}
.cid-uYCzhjNGGQ .dropdown-menu,
.cid-uYCzhjNGGQ .navbar.opened {
  background: #a0e1e1 !important;
}
.cid-uYCzhjNGGQ .nav-item:focus,
.cid-uYCzhjNGGQ .nav-link:focus {
  outline: none;
}
.cid-uYCzhjNGGQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYCzhjNGGQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYCzhjNGGQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYCzhjNGGQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYCzhjNGGQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYCzhjNGGQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYCzhjNGGQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #a0e1e1;
}
.cid-uYCzhjNGGQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uYCzhjNGGQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYCzhjNGGQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uYCzhjNGGQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYCzhjNGGQ .navbar.collapsed {
  justify-content: center;
}
.cid-uYCzhjNGGQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYCzhjNGGQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYCzhjNGGQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uYCzhjNGGQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYCzhjNGGQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYCzhjNGGQ .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-uYCzhjNGGQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYCzhjNGGQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYCzhjNGGQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYCzhjNGGQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYCzhjNGGQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYCzhjNGGQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYCzhjNGGQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYCzhjNGGQ .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-uYCzhjNGGQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYCzhjNGGQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYCzhjNGGQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYCzhjNGGQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYCzhjNGGQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYCzhjNGGQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYCzhjNGGQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYCzhjNGGQ .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYCzhjNGGQ .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uYCzhjNGGQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYCzhjNGGQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYCzhjNGGQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYCzhjNGGQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYCzhjNGGQ .dropdown-item.active,
.cid-uYCzhjNGGQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uYCzhjNGGQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYCzhjNGGQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYCzhjNGGQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYCzhjNGGQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a0e1e1;
}
.cid-uYCzhjNGGQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYCzhjNGGQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYCzhjNGGQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYCzhjNGGQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYCzhjNGGQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYCzhjNGGQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYCzhjNGGQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYCzhjNGGQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYCzhjNGGQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYCzhjNGGQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYCzhjNGGQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYCzhjNGGQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYCzhjNGGQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYCzhjNGGQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYCzhjNGGQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYCzhjNGGQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYCzhjNGGQ .navbar {
    height: 70px;
  }
  .cid-uYCzhjNGGQ .navbar.opened {
    height: auto;
  }
  .cid-uYCzhjNGGQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYCzJCnwvd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.cid-uYCzJCnwvd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYCzJCnwvd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYCzJCnwvd .card {
  justify-content: flex-end;
}
.cid-uYCzJCnwvd .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uYCzJCnwvd .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uYCzJCnwvd .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYCzJCnwvd .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border: 3px dashed #c10b02;
  border-bottom: none;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uYCzJCnwvd .items-wrapper {
    display: block;
  }
}
.cid-uYCzJCnwvd .items-wrapper .item .item-wrapper {
  padding: 82px 64px;
  height: 100%;
  border-right: 3px dashed #c10b02;
  border-bottom: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-uYCzJCnwvd .items-wrapper .item .item-wrapper {
    padding: 82px 42px;
  }
}
@media (max-width: 992px) {
  .cid-uYCzJCnwvd .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uYCzJCnwvd .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uYCzJCnwvd .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 260px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYCzJCnwvd .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uYCzJCnwvd .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uYCzJCnwvd .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 22px;
}
.cid-uYCzJCnwvd .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYCzJCnwvd .mbr-label {
  color: #c10b02;
}
.cid-uYCzJCnwvd .mbr-section-title {
  color: #c10b02;
}
.cid-uYCzJCnwvd .item-title {
  color: #4b4949;
}
.cid-uYCzJCnwvd .item-title,
.cid-uYCzJCnwvd .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uYCzJSuyRS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.cid-uYCzJSuyRS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYCzJSuyRS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYCzJSuyRS .card {
  justify-content: flex-end;
}
.cid-uYCzJSuyRS .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uYCzJSuyRS .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uYCzJSuyRS .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYCzJSuyRS .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border: 3px dashed #c10b02;
  border-bottom: none;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uYCzJSuyRS .items-wrapper {
    display: block;
  }
}
.cid-uYCzJSuyRS .items-wrapper .item .item-wrapper {
  padding: 82px 64px;
  height: 100%;
  border-right: 3px dashed #c10b02;
  border-bottom: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-uYCzJSuyRS .items-wrapper .item .item-wrapper {
    padding: 82px 42px;
  }
}
@media (max-width: 992px) {
  .cid-uYCzJSuyRS .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uYCzJSuyRS .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uYCzJSuyRS .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 260px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYCzJSuyRS .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uYCzJSuyRS .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uYCzJSuyRS .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 22px;
}
.cid-uYCzJSuyRS .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYCzJSuyRS .mbr-label {
  color: #c10b02;
}
.cid-uYCzJSuyRS .mbr-section-title {
  color: #c10b02;
}
.cid-uYCzJSuyRS .item-title {
  color: #4b4949;
}
.cid-uYCzJSuyRS .item-title,
.cid-uYCzJSuyRS .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uYCzKmMCtl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.cid-uYCzKmMCtl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYCzKmMCtl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYCzKmMCtl .card {
  justify-content: flex-end;
}
.cid-uYCzKmMCtl .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uYCzKmMCtl .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uYCzKmMCtl .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYCzKmMCtl .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border: 3px dashed #c10b02;
  border-bottom: none;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uYCzKmMCtl .items-wrapper {
    display: block;
  }
}
.cid-uYCzKmMCtl .items-wrapper .item .item-wrapper {
  padding: 82px 64px;
  height: 100%;
  border-right: 3px dashed #c10b02;
  border-bottom: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-uYCzKmMCtl .items-wrapper .item .item-wrapper {
    padding: 82px 42px;
  }
}
@media (max-width: 992px) {
  .cid-uYCzKmMCtl .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uYCzKmMCtl .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uYCzKmMCtl .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 260px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYCzKmMCtl .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uYCzKmMCtl .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uYCzKmMCtl .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 22px;
}
.cid-uYCzKmMCtl .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYCzKmMCtl .mbr-label {
  color: #c10b02;
}
.cid-uYCzKmMCtl .mbr-section-title {
  color: #c10b02;
}
.cid-uYCzKmMCtl .item-title {
  color: #4b4949;
}
.cid-uYCzKmMCtl .item-title,
.cid-uYCzKmMCtl .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uYGPlHIysg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
  overflow: hidden;
}
