.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #f6f9ed;
}
body {
  font-family: Onest;
}
.display-1 {
  font-family: 'ChunkFive-Regular';
  font-size: 4.6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'ChunkFive-Regular';
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Lato', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'PF Reminder Pro Bold';
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((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.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #006a52 !important;
}
.bg-success {
  background-color: #f4a700 !important;
}
.bg-info {
  background-color: #b96bac !important;
}
.bg-warning {
  background-color: #33a840 !important;
}
.bg-danger {
  background-color: #f92c50 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #006a52 !important;
  border-color: #006a52 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #009d79 !important;
  border-color: #009d79 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #009d79 !important;
  border-color: #009d79 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #97d700 !important;
  border-color: #97d700 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #b6ff0b !important;
  border-color: #b6ff0b !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b6ff0b !important;
  border-color: #b6ff0b !important;
}
.btn-info,
.btn-info:active {
  background-color: #b96bac !important;
  border-color: #b96bac !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #c98ebf !important;
  border-color: #c98ebf !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #c98ebf !important;
  border-color: #c98ebf !important;
}
.btn-success,
.btn-success:active {
  background-color: #f4a700 !important;
  border-color: #f4a700 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffbb28 !important;
  border-color: #ffbb28 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ffbb28 !important;
  border-color: #ffbb28 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #33a840 !important;
  border-color: #33a840 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #47c755 !important;
  border-color: #47c755 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #47c755 !important;
  border-color: #47c755 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !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: #006a52;
  color: #006a52;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #00130f !important;
  background-color: transparent !important;
  border-color: #00130f !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #006a52 !important;
  border-color: #006a52 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #97d700;
  color: #97d700;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #5a8000 !important;
  background-color: transparent !important;
  border-color: #5a8000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #97d700 !important;
  border-color: #97d700 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #b96bac;
  color: #b96bac;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #8b427f !important;
  background-color: transparent !important;
  border-color: #8b427f !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #b96bac !important;
  border-color: #b96bac !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #f4a700;
  color: #f4a700;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #9d6c00 !important;
  background-color: transparent !important;
  border-color: #9d6c00 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f4a700 !important;
  border-color: #f4a700 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #33a840;
  color: #33a840;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #1f6527 !important;
  background-color: transparent !important;
  border-color: #1f6527 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #33a840 !important;
  border-color: #33a840 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f92c50;
  color: #f92c50;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c90628 !important;
  background-color: transparent !important;
  border-color: #c90628 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f92c50 !important;
  border-color: #f92c50 !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: #006a52 !important;
}
.text-secondary {
  color: #97d700 !important;
}
.text-success {
  color: #f4a700 !important;
}
.text-info {
  color: #b96bac !important;
}
.text-warning {
  color: #33a840 !important;
}
.text-danger {
  color: #f92c50 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000403 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #4f7100 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #8e6100 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #813d76 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #1b5a22 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ba0525 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #006a52;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b96bac;
}
.alert-warning {
  background-color: #33a840;
}
.alert-danger {
  background-color: #f92c50;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #006a52;
  border-color: #006a52;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #006a52;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #00eab5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffebc1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e2c2dd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #82d98b;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff2f5;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #006a52 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lato', 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: #006a52;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #006a52;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #006a52;
}
.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: #006a52;
  border-bottom-color: #006a52;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #006a52 !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: #97d700 !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='%23006a52' %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-uBWYnrKvkw {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBWYnrKvkw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBWYnrKvkw .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBWYnrKvkw .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBWYnrKvkw .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uBWYnrKvkw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBWYnrKvkw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBWYnrKvkw .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uBWYnrKvkw .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uBWYnrKvkw .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uBWYnrKvkw .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uBWYnrKvkw .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBWYnrKvkw .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBWYnrKvkw .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uBWYnrKvkw .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBWYnrKvkw .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBWYnrKvkw .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBWYnrKvkw .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBWYnrKvkw .navbar-logo {
    padding-left: 0;
  }
}
.cid-uBWYnrKvkw .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBWYnrKvkw .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBWYnrKvkw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uBWYnrKvkw .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uBWYnrKvkw .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWYnrKvkw .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uBWYnrKvkw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBWYnrKvkw .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uBWYnrKvkw .nav-item:focus,
.cid-uBWYnrKvkw .nav-link:focus {
  outline: none;
}
.cid-uBWYnrKvkw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBWYnrKvkw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBWYnrKvkw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBWYnrKvkw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBWYnrKvkw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBWYnrKvkw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBWYnrKvkw .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uBWYnrKvkw .navbar.opened {
  transition: all 0.3s;
}
.cid-uBWYnrKvkw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBWYnrKvkw .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uBWYnrKvkw .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uBWYnrKvkw .navbar.collapsed {
  justify-content: center;
}
.cid-uBWYnrKvkw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBWYnrKvkw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBWYnrKvkw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uBWYnrKvkw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBWYnrKvkw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBWYnrKvkw .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-uBWYnrKvkw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBWYnrKvkw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBWYnrKvkw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBWYnrKvkw .navbar {
    min-height: 72px;
  }
  .cid-uBWYnrKvkw .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBWYnrKvkw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBWYnrKvkw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBWYnrKvkw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBWYnrKvkw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBWYnrKvkw .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-uBWYnrKvkw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBWYnrKvkw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBWYnrKvkw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBWYnrKvkw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBWYnrKvkw .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBWYnrKvkw .dropdown-item.active,
.cid-uBWYnrKvkw .dropdown-item:active {
  background-color: transparent;
}
.cid-uBWYnrKvkw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBWYnrKvkw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBWYnrKvkw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBWYnrKvkw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBWYnrKvkw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBWYnrKvkw .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBWYnrKvkw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBWYnrKvkw .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBWYnrKvkw .navbar-buttons {
    text-align: left;
  }
}
.cid-uBWYnrKvkw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBWYnrKvkw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a52;
}
.cid-uBWYnrKvkw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBWYnrKvkw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBWYnrKvkw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBWYnrKvkw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBWYnrKvkw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBWYnrKvkw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBWYnrKvkw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBWYnrKvkw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBWYnrKvkw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBWYnrKvkw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBWYnrKvkw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uBWYnrKvkw .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBWYnrKvkw .navbar {
    height: 70px;
  }
  .cid-uBWYnrKvkw .navbar.opened {
    height: auto;
  }
  .cid-uBWYnrKvkw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBWYnrKvkw .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uBWYnrKvkw .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBWYnrKvkw .navbar-brand {
    margin-right: auto;
  }
  .cid-uBWYnrKvkw .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uBWYnrKvkw .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBWYnrKvkw .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBWYnrKvkw .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBWYnrKvkw .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uWAyMJqYvM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWAyMJqYvM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  background-image: url("../../../assets/images/be-exotic-montage-3logos-v2-2000x1205.webp");
}
.cid-uWAyMJqYvM .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-uWAyMJqYvM .mbr-section-title {
  color: #ffffff;
}
.cid-uWAyMJqYvM .mbr-text,
.cid-uWAyMJqYvM .mbr-section-btn {
  color: #ffffff;
}
.cid-uWAyMJqYvM .content-head {
  max-width: 800px;
}
.cid-uIrGsWV0aE {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uIrGsWV0aE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrGsWV0aE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIrGsWV0aE .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uIrGsWV0aE .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uIrGsWV0aE {
    align-items: center;
  }
  .cid-uIrGsWV0aE .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uIrGsWV0aE .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uIrGsWV0aE {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uIrGsWV0aE .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uIrGsWV0aE .content-wrap {
    width: 100%;
  }
}
.cid-uIrGsWV0aE .mbr-section-title {
  text-align: center;
  color: #97d700;
}
.cid-uIrGsWV0aE .mbr-text,
.cid-uIrGsWV0aE .mbr-section-btn {
  text-align: center;
  color: #006a52;
}
.cid-uJogEVYl3u {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fdfdfd;
}
.cid-uJogEVYl3u h6 {
  line-height: 1.2;
}
.cid-uJogEVYl3u img,
.cid-uJogEVYl3u .item-img {
  width: 100%;
  height: 100%;
}
.cid-uJogEVYl3u .item:focus,
.cid-uJogEVYl3u span:focus {
  outline: none;
}
.cid-uJogEVYl3u .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uJogEVYl3u .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uJogEVYl3u .mbr-section-title {
  color: #97d700;
}
.cid-uJogEVYl3u .mbr-text,
.cid-uJogEVYl3u .mbr-section-btn {
  color: #000000;
}
.cid-uJogEVYl3u .item-title {
  color: #000000;
  text-align: center;
}
.cid-uJogEVYl3u .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uJogEVYl3u .item-text {
  color: #000000;
  text-align: center;
}
.cid-uJogEVYl3u .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uJogEVYl3u .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJogEVYl3u .mbr-section-subtitle {
  color: #006a52;
}
.cid-uJogEVYl3u .item-title,
.cid-uJogEVYl3u .mbr-section-btn {
  color: #97d700;
}
.cid-uJogEVYl3u .item-subtitle,
.cid-uJogEVYl3u .mbr-section-btn {
  color: #97d700;
}
.cid-ue54lvTHYf {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffa600;
}
.cid-ue54lvTHYf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue54lvTHYf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue54lvTHYf .mbr-section-title {
  color: #ffffff;
}
.cid-uICDYlkRFw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uICDYlkRFw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uICDYlkRFw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uICDYlkRFw .row {
  flex-direction: row-reverse;
}
.cid-uICDYlkRFw .mbr-description {
  color: #97d700;
}
.cid-uIryZu8FeM {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dole-be-exotic-hero-img-avocado-lr-1800x1013.webp");
}
.cid-uIryZu8FeM .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uIryZu8FeM {
    align-items: flex-end;
  }
  .cid-uIryZu8FeM .row {
    justify-content: flex-start;
  }
  .cid-uIryZu8FeM .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uIryZu8FeM .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uIryZu8FeM {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uIryZu8FeM .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uIryZu8FeM .content-wrap {
    width: 100%;
  }
}
.cid-uIryZu8FeM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIryZu8FeM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIryZu8FeM .mbr-section-title,
.cid-uIryZu8FeM .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uIryZu8FeM .mbr-text,
.cid-uIryZu8FeM .mbr-section-btn {
  text-align: left;
}
.cid-uIryZu8FeM .mbr-section-title {
  color: #ffffff;
}
.cid-uIryZu8FeM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIrAPeKpXO {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dole-be-exotic-hero-img-mango-lr-1980x1114.webp");
}
.cid-uIrAPeKpXO .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uIrAPeKpXO {
    align-items: flex-end;
  }
  .cid-uIrAPeKpXO .row {
    justify-content: flex-end;
  }
  .cid-uIrAPeKpXO .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uIrAPeKpXO .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uIrAPeKpXO {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uIrAPeKpXO .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uIrAPeKpXO .content-wrap {
    width: 100%;
  }
}
.cid-uIrAPeKpXO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrAPeKpXO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIrAPeKpXO .mbr-section-title,
.cid-uIrAPeKpXO .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uIrAPeKpXO .mbr-text,
.cid-uIrAPeKpXO .mbr-section-btn {
  text-align: right;
}
.cid-uIrAPeKpXO .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uIrAPeKpXO .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uIrBH6OjXf {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dole-be-exotic-hero-img-papaya-lr-1800x1013.webp");
}
.cid-uIrBH6OjXf .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uIrBH6OjXf {
    align-items: flex-end;
  }
  .cid-uIrBH6OjXf .row {
    justify-content: flex-start;
  }
  .cid-uIrBH6OjXf .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uIrBH6OjXf .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uIrBH6OjXf {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uIrBH6OjXf .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uIrBH6OjXf .content-wrap {
    width: 100%;
  }
}
.cid-uIrBH6OjXf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrBH6OjXf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIrBH6OjXf .mbr-section-title,
.cid-uIrBH6OjXf .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uIrBH6OjXf .mbr-text,
.cid-uIrBH6OjXf .mbr-section-btn {
  text-align: left;
}
.cid-uIrBH6OjXf .mbr-section-title {
  color: #ffffff;
}
.cid-uIrBH6OjXf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIrTXgNwLd {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f92c50;
}
.cid-uIrTXgNwLd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrTXgNwLd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIrTXgNwLd .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uIrTXgNwLd .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uIrTXgNwLd .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uIrTXgNwLd .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uIrTXgNwLd .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uIrTXgNwLd .row {
  flex-direction: row-reverse;
}
.cid-uIrTXgNwLd .image-wrapper {
  padding: 0 1rem;
}
.cid-uIrTXgNwLd img,
.cid-uIrTXgNwLd .image-wrapper {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uIrTXgNwLd img,
  .cid-uIrTXgNwLd .image-wrapper {
    max-height: 350px;
  }
}
.cid-uIrTXgNwLd .mbr-section-title {
  color: #f92c50;
}
.cid-uIrTXgNwLd .mbr-text {
  color: #000000;
}
.cid-uIrTXgNwLd .price {
  color: #006a52;
}
.cid-uJWvq7Paaz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uJWvq7Paaz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJWvq7Paaz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJWvq7Paaz .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uJWvq7Paaz .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uJWvq7Paaz .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uJWvq7Paaz img,
.cid-uJWvq7Paaz .item-img {
  width: 100%;
}
.cid-uJG1vxCSE7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uJG1vxCSE7 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uJG1vxCSE7 .social-row .soc-item {
  margin: 8px;
}
.cid-uJG1vxCSE7 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uJG1vxCSE7 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uJG1vxCSE7 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #006a52;
  transition: all 0.3s ease-in-out;
}
.cid-uJG1vxCSE7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uJG1vxCSE7 .mbr-section-title {
  color: #ffffff;
}
.cid-uJG1vxCSE7 .mbr-section-title,
.cid-uJG1vxCSE7 .social-list {
  color: #006a52;
}
.cid-uchgP4ZYmL {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #97d700;
  overflow: hidden;
}
.cid-uchgP4ZYmL .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uBWYnrKvkw {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBWYnrKvkw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBWYnrKvkw .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBWYnrKvkw .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBWYnrKvkw .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uBWYnrKvkw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBWYnrKvkw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBWYnrKvkw .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uBWYnrKvkw .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uBWYnrKvkw .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uBWYnrKvkw .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uBWYnrKvkw .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBWYnrKvkw .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBWYnrKvkw .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uBWYnrKvkw .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBWYnrKvkw .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBWYnrKvkw .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBWYnrKvkw .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBWYnrKvkw .navbar-logo {
    padding-left: 0;
  }
}
.cid-uBWYnrKvkw .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBWYnrKvkw .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBWYnrKvkw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uBWYnrKvkw .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uBWYnrKvkw .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWYnrKvkw .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uBWYnrKvkw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBWYnrKvkw .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uBWYnrKvkw .nav-item:focus,
.cid-uBWYnrKvkw .nav-link:focus {
  outline: none;
}
.cid-uBWYnrKvkw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBWYnrKvkw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBWYnrKvkw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBWYnrKvkw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBWYnrKvkw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBWYnrKvkw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBWYnrKvkw .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uBWYnrKvkw .navbar.opened {
  transition: all 0.3s;
}
.cid-uBWYnrKvkw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBWYnrKvkw .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uBWYnrKvkw .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uBWYnrKvkw .navbar.collapsed {
  justify-content: center;
}
.cid-uBWYnrKvkw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBWYnrKvkw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBWYnrKvkw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uBWYnrKvkw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBWYnrKvkw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBWYnrKvkw .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-uBWYnrKvkw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBWYnrKvkw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBWYnrKvkw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBWYnrKvkw .navbar {
    min-height: 72px;
  }
  .cid-uBWYnrKvkw .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBWYnrKvkw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBWYnrKvkw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBWYnrKvkw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBWYnrKvkw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBWYnrKvkw .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-uBWYnrKvkw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBWYnrKvkw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBWYnrKvkw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBWYnrKvkw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBWYnrKvkw .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBWYnrKvkw .dropdown-item.active,
.cid-uBWYnrKvkw .dropdown-item:active {
  background-color: transparent;
}
.cid-uBWYnrKvkw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBWYnrKvkw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBWYnrKvkw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBWYnrKvkw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBWYnrKvkw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBWYnrKvkw .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBWYnrKvkw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBWYnrKvkw .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBWYnrKvkw .navbar-buttons {
    text-align: left;
  }
}
.cid-uBWYnrKvkw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBWYnrKvkw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a52;
}
.cid-uBWYnrKvkw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBWYnrKvkw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBWYnrKvkw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBWYnrKvkw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBWYnrKvkw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBWYnrKvkw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBWYnrKvkw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBWYnrKvkw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBWYnrKvkw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBWYnrKvkw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBWYnrKvkw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uBWYnrKvkw .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBWYnrKvkw .navbar {
    height: 70px;
  }
  .cid-uBWYnrKvkw .navbar.opened {
    height: auto;
  }
  .cid-uBWYnrKvkw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBWYnrKvkw .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uBWYnrKvkw .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBWYnrKvkw .navbar-brand {
    margin-right: auto;
  }
  .cid-uBWYnrKvkw .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uBWYnrKvkw .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBWYnrKvkw .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBWYnrKvkw .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBWYnrKvkw .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uchTOZpvQc {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/homepage-footer-img-2000x1334.webp");
}
.cid-uchTOZpvQc .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uchTOZpvQc {
    align-items: flex-end;
  }
  .cid-uchTOZpvQc .row {
    justify-content: center;
  }
  .cid-uchTOZpvQc .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uchTOZpvQc .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uchTOZpvQc {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uchTOZpvQc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uchTOZpvQc .content-wrap {
    width: 100%;
  }
}
.cid-uchTOZpvQc .mbr-section-title,
.cid-uchTOZpvQc .mbr-section-subtitle {
  text-align: center;
}
.cid-uchTOZpvQc .mbr-text,
.cid-uchTOZpvQc .mbr-section-btn {
  text-align: center;
}
.cid-upusl26bS6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-upusl26bS6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upusl26bS6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-upusl26bS6 .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-upusl26bS6 .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-upusl26bS6 .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-upusl26bS6 .card-wrapper {
  background: #ffffff;
}
.cid-upusl26bS6 .mbr-text,
.cid-upusl26bS6 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-upusl26bS6 .card-title,
.cid-upusl26bS6 .card-box {
  text-align: center;
  color: #006a52;
}
.cid-upyX0uX1J3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-upyX0uX1J3 .video-wrapper iframe {
  width: 100%;
}
.cid-upyX0uX1J3 .mbr-section-title,
.cid-upyX0uX1J3 .mbr-section-subtitle,
.cid-upyX0uX1J3 .mbr-text {
  text-align: center;
}
.cid-upyX0uX1J3 .mbr-section-title {
  color: #006a52;
}
.cid-uchTf2AOrf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e5e9d7;
}
.cid-uchTf2AOrf .video-wrapper iframe {
  width: 100%;
}
.cid-uchTf2AOrf .mbr-section-title,
.cid-uchTf2AOrf .mbr-section-subtitle,
.cid-uchTf2AOrf .mbr-text {
  text-align: center;
}
.cid-uchTf2AOrf .mbr-section-title {
  color: #006a52;
}
.cid-usMOHN4qCO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-usMOHN4qCO .video-wrapper iframe {
  width: 100%;
}
.cid-usMOHN4qCO .mbr-section-title,
.cid-usMOHN4qCO .mbr-section-subtitle,
.cid-usMOHN4qCO .mbr-text {
  text-align: center;
}
.cid-usMOHN4qCO .mbr-section-title {
  color: #006a52;
}
.cid-uBWjlVLhaW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bac19e;
}
.cid-uBWjlVLhaW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWjlVLhaW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBWjlVLhaW p {
  line-height: 1.2;
}
.cid-uBWjlVLhaW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 770px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-uBWjlVLhaW .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uBWjlVLhaW .embla__button--next,
.cid-uBWjlVLhaW .embla__button--prev {
  display: flex;
}
.cid-uBWjlVLhaW .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBWjlVLhaW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBWjlVLhaW .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uBWjlVLhaW .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBWjlVLhaW .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uBWjlVLhaW .embla__button {
    top: auto;
  }
}
.cid-uBWjlVLhaW .item-wrapper {
  height: 100%;
}
.cid-uBWjlVLhaW .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uBWjlVLhaW .user_image {
  max-width: 600px;
  max-height: 400px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  margin: 0 auto 2rem auto;
}
.cid-uBWjlVLhaW .user_image img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-uBWjlVLhaW .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uBWjlVLhaW .embla {
  position: relative;
  width: 100%;
}
.cid-uBWjlVLhaW .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBWjlVLhaW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBWjlVLhaW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBWjlVLhaW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBWjlVLhaW .user_desk {
  color: #232323;
}
.cid-uBWjlVLhaW .user_name {
  color: #232323;
}
.cid-uBWjlVLhaW .user_text,
.cid-uBWjlVLhaW .user_name,
.cid-uBWjlVLhaW .user_desk {
  padding: 0rem 1.5rem;
}
@media (max-width: 767px) {
  .cid-uBWjlVLhaW .user_text,
  .cid-uBWjlVLhaW .user_name,
  .cid-uBWjlVLhaW .user_desk {
    padding: 0rem 0rem;
  }
}
.cid-uBWjlVLhaW H3 {
  color: #006a52;
}
.cid-uBWjlVLhaW .user_text {
  color: #006a52;
}
.cid-uJG0s1mUtl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffa600;
}
.cid-uJG0s1mUtl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJG0s1mUtl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJG0s1mUtl .mbr-section-title {
  color: #ffffff;
}
.cid-uZACq6sV9A {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uZACq6sV9A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZACq6sV9A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZACq6sV9A .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uZACq6sV9A .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uZACq6sV9A .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uZACq6sV9A img,
.cid-uZACq6sV9A .item-img {
  width: 100%;
}
.cid-uJG1vxCSE7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uJG1vxCSE7 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uJG1vxCSE7 .social-row .soc-item {
  margin: 8px;
}
.cid-uJG1vxCSE7 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uJG1vxCSE7 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uJG1vxCSE7 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #006a52;
  transition: all 0.3s ease-in-out;
}
.cid-uJG1vxCSE7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uJG1vxCSE7 .mbr-section-title {
  color: #ffffff;
}
.cid-uJG1vxCSE7 .mbr-section-title,
.cid-uJG1vxCSE7 .social-list {
  color: #006a52;
}
.cid-uchSPU3rmL {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #97d700;
  overflow: hidden;
}
.cid-uchSPU3rmL .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uC7skXLjPS.popup-builder {
  background-color: #ffffff;
}
.cid-uC7skXLjPS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uC7skXLjPS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uC7skXLjPS .modal-content,
.cid-uC7skXLjPS .modal-dialog {
  height: auto;
}
.cid-uC7skXLjPS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uC7skXLjPS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uC7skXLjPS .form-wrapper .mbr-form .form-group,
  .cid-uC7skXLjPS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uC7skXLjPS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uC7skXLjPS .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uC7skXLjPS .mbr-text {
  text-align: center;
}
.cid-uC7skXLjPS .pt-0 {
  padding-top: 0 !important;
}
.cid-uC7skXLjPS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uC7skXLjPS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uC7skXLjPS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uC7skXLjPS .modal-open {
  overflow: hidden;
}
.cid-uC7skXLjPS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uC7skXLjPS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uC7skXLjPS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uC7skXLjPS .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uC7skXLjPS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uC7skXLjPS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uC7skXLjPS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uC7skXLjPS .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uC7skXLjPS .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uC7skXLjPS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uC7skXLjPS .modal-backdrop.fade {
  opacity: 0;
}
.cid-uC7skXLjPS .modal-backdrop.show {
  opacity: .5;
}
.cid-uC7skXLjPS .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uC7skXLjPS .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uC7skXLjPS .modal-header {
    padding: 1rem;
  }
}
.cid-uC7skXLjPS .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uC7skXLjPS .modal-header .close svg {
  fill: #006a52;
}
.cid-uC7skXLjPS .modal-header .close:hover {
  opacity: 1;
}
.cid-uC7skXLjPS .modal-header .close:focus {
  outline: none;
}
.cid-uC7skXLjPS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #006a52;
}
.cid-uC7skXLjPS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uC7skXLjPS .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC7skXLjPS .modal-body {
    padding: 1rem;
  }
}
.cid-uC7skXLjPS .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uC7skXLjPS .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC7skXLjPS .modal-footer {
    padding: 1rem;
  }
}
.cid-uC7skXLjPS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uC7skXLjPS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uC7skXLjPS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uC7skXLjPS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uC7skXLjPS .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uC7skXLjPS .modal-lg,
  .cid-uC7skXLjPS .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uC7skXLjPS .modal-xl {
    max-width: 1140px;
  }
}
.cid-uC7skXLjPS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uC7skXLjPS .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uC7skXLjPS .form-group {
  margin-bottom: 1rem;
}
.cid-uC7skXLjPS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uC7skXLjPS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uC7skXLjPS .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uC7skXLjPS .mbr-section-btn {
  margin: 0;
}
.cid-uC7skXLjPS .mbr-section-btn .btn {
  margin: 0;
}
.cid-uCBqIs2UtO.popup-builder {
  background-color: #ffffff;
}
.cid-uCBqIs2UtO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uCBqIs2UtO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uCBqIs2UtO .modal-content,
.cid-uCBqIs2UtO .modal-dialog {
  height: auto;
}
.cid-uCBqIs2UtO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uCBqIs2UtO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uCBqIs2UtO .form-wrapper .mbr-form .form-group,
  .cid-uCBqIs2UtO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uCBqIs2UtO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uCBqIs2UtO .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uCBqIs2UtO .mbr-text {
  text-align: center;
}
.cid-uCBqIs2UtO .pt-0 {
  padding-top: 0 !important;
}
.cid-uCBqIs2UtO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uCBqIs2UtO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uCBqIs2UtO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uCBqIs2UtO .modal-open {
  overflow: hidden;
}
.cid-uCBqIs2UtO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uCBqIs2UtO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uCBqIs2UtO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uCBqIs2UtO .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uCBqIs2UtO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uCBqIs2UtO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uCBqIs2UtO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uCBqIs2UtO .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uCBqIs2UtO .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uCBqIs2UtO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uCBqIs2UtO .modal-backdrop.fade {
  opacity: 0;
}
.cid-uCBqIs2UtO .modal-backdrop.show {
  opacity: .5;
}
.cid-uCBqIs2UtO .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uCBqIs2UtO .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uCBqIs2UtO .modal-header {
    padding: 1rem;
  }
}
.cid-uCBqIs2UtO .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uCBqIs2UtO .modal-header .close svg {
  fill: #006a52;
}
.cid-uCBqIs2UtO .modal-header .close:hover {
  opacity: 1;
}
.cid-uCBqIs2UtO .modal-header .close:focus {
  outline: none;
}
.cid-uCBqIs2UtO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #006a52;
}
.cid-uCBqIs2UtO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uCBqIs2UtO .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uCBqIs2UtO .modal-body {
    padding: 1rem;
  }
}
.cid-uCBqIs2UtO .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uCBqIs2UtO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uCBqIs2UtO .modal-footer {
    padding: 1rem;
  }
}
.cid-uCBqIs2UtO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uCBqIs2UtO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uCBqIs2UtO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uCBqIs2UtO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uCBqIs2UtO .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uCBqIs2UtO .modal-lg,
  .cid-uCBqIs2UtO .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uCBqIs2UtO .modal-xl {
    max-width: 1140px;
  }
}
.cid-uCBqIs2UtO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uCBqIs2UtO .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uCBqIs2UtO .form-group {
  margin-bottom: 1rem;
}
.cid-uCBqIs2UtO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uCBqIs2UtO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uCBqIs2UtO .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uCBqIs2UtO .mbr-section-btn {
  margin: 0;
}
.cid-uCBqIs2UtO .mbr-section-btn .btn {
  margin: 0;
}
.cid-uBWYnrKvkw {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBWYnrKvkw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBWYnrKvkw .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBWYnrKvkw .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBWYnrKvkw .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uBWYnrKvkw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBWYnrKvkw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBWYnrKvkw .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uBWYnrKvkw .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uBWYnrKvkw .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uBWYnrKvkw .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uBWYnrKvkw .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBWYnrKvkw .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBWYnrKvkw .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uBWYnrKvkw .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBWYnrKvkw .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBWYnrKvkw .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBWYnrKvkw .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBWYnrKvkw .navbar-logo {
    padding-left: 0;
  }
}
.cid-uBWYnrKvkw .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBWYnrKvkw .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBWYnrKvkw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uBWYnrKvkw .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uBWYnrKvkw .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWYnrKvkw .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uBWYnrKvkw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBWYnrKvkw .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uBWYnrKvkw .nav-item:focus,
.cid-uBWYnrKvkw .nav-link:focus {
  outline: none;
}
.cid-uBWYnrKvkw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBWYnrKvkw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBWYnrKvkw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBWYnrKvkw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBWYnrKvkw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBWYnrKvkw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBWYnrKvkw .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uBWYnrKvkw .navbar.opened {
  transition: all 0.3s;
}
.cid-uBWYnrKvkw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBWYnrKvkw .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uBWYnrKvkw .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uBWYnrKvkw .navbar.collapsed {
  justify-content: center;
}
.cid-uBWYnrKvkw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBWYnrKvkw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBWYnrKvkw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uBWYnrKvkw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBWYnrKvkw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBWYnrKvkw .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-uBWYnrKvkw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBWYnrKvkw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBWYnrKvkw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBWYnrKvkw .navbar {
    min-height: 72px;
  }
  .cid-uBWYnrKvkw .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBWYnrKvkw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBWYnrKvkw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBWYnrKvkw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBWYnrKvkw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBWYnrKvkw .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-uBWYnrKvkw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBWYnrKvkw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBWYnrKvkw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBWYnrKvkw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBWYnrKvkw .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBWYnrKvkw .dropdown-item.active,
.cid-uBWYnrKvkw .dropdown-item:active {
  background-color: transparent;
}
.cid-uBWYnrKvkw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBWYnrKvkw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBWYnrKvkw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBWYnrKvkw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBWYnrKvkw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBWYnrKvkw .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBWYnrKvkw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBWYnrKvkw .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBWYnrKvkw .navbar-buttons {
    text-align: left;
  }
}
.cid-uBWYnrKvkw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBWYnrKvkw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a52;
}
.cid-uBWYnrKvkw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBWYnrKvkw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBWYnrKvkw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBWYnrKvkw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBWYnrKvkw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBWYnrKvkw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBWYnrKvkw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBWYnrKvkw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBWYnrKvkw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBWYnrKvkw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBWYnrKvkw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uBWYnrKvkw .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBWYnrKvkw .navbar {
    height: 70px;
  }
  .cid-uBWYnrKvkw .navbar.opened {
    height: auto;
  }
  .cid-uBWYnrKvkw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBWYnrKvkw .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uBWYnrKvkw .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBWYnrKvkw .navbar-brand {
    margin-right: auto;
  }
  .cid-uBWYnrKvkw .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uBWYnrKvkw .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBWYnrKvkw .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBWYnrKvkw .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBWYnrKvkw .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uchYUmooa4 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dim-hou-2p6q7-uidr0-unsplash-2000x1333.webp");
}
.cid-uchYUmooa4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uchYUmooa4 {
    align-items: flex-end;
  }
  .cid-uchYUmooa4 .row {
    justify-content: center;
  }
  .cid-uchYUmooa4 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uchYUmooa4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uchYUmooa4 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uchYUmooa4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uchYUmooa4 .content-wrap {
    width: 100%;
  }
}
.cid-uchYUmooa4 .mbr-section-title,
.cid-uchYUmooa4 .mbr-section-subtitle {
  text-align: center;
}
.cid-uchYUmooa4 .mbr-text,
.cid-uchYUmooa4 .mbr-section-btn {
  text-align: center;
}
.cid-upiMVFkzan {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-upiMVFkzan img,
.cid-upiMVFkzan .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-upiMVFkzan .item:focus,
.cid-upiMVFkzan span:focus {
  outline: none;
}
.cid-upiMVFkzan .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-upiMVFkzan .item {
    margin-bottom: 1rem;
  }
}
.cid-upiMVFkzan .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-upiMVFkzan .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-upiMVFkzan .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-upiMVFkzan .item-wrapper {
  position: relative;
  background: #e5e9d7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-upiMVFkzan .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-upiMVFkzan .mbr-section-title {
  color: #006a52;
}
.cid-upiMVFkzan .item-title {
  text-align: center;
  color: #006a52;
}
.cid-upiMVFkzan .item-subtitle {
  text-align: left;
}
.cid-upiMVFkzan .mbr-text,
.cid-upiMVFkzan .item .mbr-section-btn {
  text-align: center;
}
.cid-upiMVFkzan .content-head {
  max-width: 800px;
}
.cid-uJG2hfiM1O {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffa600;
}
.cid-uJG2hfiM1O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJG2hfiM1O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJG2hfiM1O .mbr-section-title {
  color: #ffffff;
}
.cid-uZACtV5dPr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uZACtV5dPr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZACtV5dPr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZACtV5dPr .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uZACtV5dPr .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uZACtV5dPr .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uZACtV5dPr img,
.cid-uZACtV5dPr .item-img {
  width: 100%;
}
.cid-uJG1vxCSE7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uJG1vxCSE7 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uJG1vxCSE7 .social-row .soc-item {
  margin: 8px;
}
.cid-uJG1vxCSE7 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uJG1vxCSE7 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uJG1vxCSE7 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #006a52;
  transition: all 0.3s ease-in-out;
}
.cid-uJG1vxCSE7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uJG1vxCSE7 .mbr-section-title {
  color: #ffffff;
}
.cid-uJG1vxCSE7 .mbr-section-title,
.cid-uJG1vxCSE7 .social-list {
  color: #006a52;
}
.cid-uchYUq0Gf6 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #97d700;
  overflow: hidden;
}
.cid-uchYUq0Gf6 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uBWYnrKvkw {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBWYnrKvkw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBWYnrKvkw .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBWYnrKvkw .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBWYnrKvkw .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uBWYnrKvkw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBWYnrKvkw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBWYnrKvkw .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uBWYnrKvkw .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uBWYnrKvkw .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uBWYnrKvkw .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uBWYnrKvkw .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBWYnrKvkw .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBWYnrKvkw .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uBWYnrKvkw .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBWYnrKvkw .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBWYnrKvkw .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBWYnrKvkw .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBWYnrKvkw .navbar-logo {
    padding-left: 0;
  }
}
.cid-uBWYnrKvkw .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBWYnrKvkw .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBWYnrKvkw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uBWYnrKvkw .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uBWYnrKvkw .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWYnrKvkw .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uBWYnrKvkw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBWYnrKvkw .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uBWYnrKvkw .nav-item:focus,
.cid-uBWYnrKvkw .nav-link:focus {
  outline: none;
}
.cid-uBWYnrKvkw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBWYnrKvkw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBWYnrKvkw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBWYnrKvkw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBWYnrKvkw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBWYnrKvkw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBWYnrKvkw .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uBWYnrKvkw .navbar.opened {
  transition: all 0.3s;
}
.cid-uBWYnrKvkw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBWYnrKvkw .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uBWYnrKvkw .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uBWYnrKvkw .navbar.collapsed {
  justify-content: center;
}
.cid-uBWYnrKvkw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBWYnrKvkw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBWYnrKvkw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uBWYnrKvkw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBWYnrKvkw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBWYnrKvkw .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-uBWYnrKvkw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBWYnrKvkw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBWYnrKvkw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBWYnrKvkw .navbar {
    min-height: 72px;
  }
  .cid-uBWYnrKvkw .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBWYnrKvkw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBWYnrKvkw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBWYnrKvkw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBWYnrKvkw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBWYnrKvkw .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-uBWYnrKvkw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBWYnrKvkw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBWYnrKvkw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBWYnrKvkw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBWYnrKvkw .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBWYnrKvkw .dropdown-item.active,
.cid-uBWYnrKvkw .dropdown-item:active {
  background-color: transparent;
}
.cid-uBWYnrKvkw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBWYnrKvkw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBWYnrKvkw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBWYnrKvkw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBWYnrKvkw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBWYnrKvkw .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBWYnrKvkw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBWYnrKvkw .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBWYnrKvkw .navbar-buttons {
    text-align: left;
  }
}
.cid-uBWYnrKvkw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBWYnrKvkw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a52;
}
.cid-uBWYnrKvkw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBWYnrKvkw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBWYnrKvkw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBWYnrKvkw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBWYnrKvkw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBWYnrKvkw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBWYnrKvkw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBWYnrKvkw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBWYnrKvkw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBWYnrKvkw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBWYnrKvkw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uBWYnrKvkw .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBWYnrKvkw .navbar {
    height: 70px;
  }
  .cid-uBWYnrKvkw .navbar.opened {
    height: auto;
  }
  .cid-uBWYnrKvkw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBWYnrKvkw .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uBWYnrKvkw .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBWYnrKvkw .navbar-brand {
    margin-right: auto;
  }
  .cid-uBWYnrKvkw .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uBWYnrKvkw .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBWYnrKvkw .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBWYnrKvkw .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBWYnrKvkw .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uci8U12gu9 {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/dole-be-exotic-hero-img6-lr-2000x1125.webp");
}
.cid-uci8U12gu9 .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uci8U12gu9 {
    align-items: flex-end;
  }
  .cid-uci8U12gu9 .row {
    justify-content: center;
  }
  .cid-uci8U12gu9 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uci8U12gu9 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uci8U12gu9 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uci8U12gu9 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uci8U12gu9 .content-wrap {
    width: 100%;
  }
}
.cid-uci8U12gu9 .mbr-section-title,
.cid-uci8U12gu9 .mbr-section-subtitle {
  text-align: center;
}
.cid-uci8U12gu9 .mbr-text,
.cid-uci8U12gu9 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uci8U12gu9 .mbr-section-title {
  color: #ffffff;
}
.cid-uci8U12gu9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uci3Z9cGq7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uci3Z9cGq7 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uci3Z9cGq7 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uci3Z9cGq7 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uci3Z9cGq7 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uci3Z9cGq7 .content-head {
  max-width: 800px;
}
.cid-uci3Z9cGq7 .mbr-section-title {
  color: #97d700;
}
.cid-uLhEGxVhIe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uLhEGxVhIe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhEGxVhIe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhEGxVhIe .row {
  justify-content: center;
}
.cid-uLhEGxVhIe .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLhEGxVhIe .item {
    margin-bottom: 1rem;
  }
}
.cid-uLhEGxVhIe .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uLhEGxVhIe .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uLhEGxVhIe .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uLhEGxVhIe .content-head {
  max-width: 800px;
}
.cid-uLhEGxVhIe .mbr-section-title {
  color: #97d700;
}
.cid-uLhEGxVhIe .card-title {
  color: #97d700;
  text-align: center;
}
.cid-uLhEGxVhIe P {
  text-align: center;
  color: #006a52;
}
.cid-uIxW3jpfo3 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dole-be-exotic-hero-img-contact2-2000x1125.webp");
}
.cid-uIxW3jpfo3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIxW3jpfo3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIxW3jpfo3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZAASVAwBs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uZAASVAwBs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZAASVAwBs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZAASVAwBs .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uZAASVAwBs .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uZAASVAwBs .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uZAASVAwBs img,
.cid-uZAASVAwBs .item-img {
  width: 100%;
}
.cid-uJG1vxCSE7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uJG1vxCSE7 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uJG1vxCSE7 .social-row .soc-item {
  margin: 8px;
}
.cid-uJG1vxCSE7 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uJG1vxCSE7 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uJG1vxCSE7 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #006a52;
  transition: all 0.3s ease-in-out;
}
.cid-uJG1vxCSE7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uJG1vxCSE7 .mbr-section-title {
  color: #ffffff;
}
.cid-uJG1vxCSE7 .mbr-section-title,
.cid-uJG1vxCSE7 .social-list {
  color: #006a52;
}
.cid-uci3ehN7pW {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #97d700;
  overflow: hidden;
}
.cid-uci3ehN7pW .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uBWYnrKvkw {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBWYnrKvkw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBWYnrKvkw .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBWYnrKvkw .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBWYnrKvkw .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uBWYnrKvkw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBWYnrKvkw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBWYnrKvkw .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uBWYnrKvkw .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uBWYnrKvkw .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uBWYnrKvkw .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uBWYnrKvkw .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBWYnrKvkw .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBWYnrKvkw .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uBWYnrKvkw .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBWYnrKvkw .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBWYnrKvkw .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBWYnrKvkw .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBWYnrKvkw .navbar-logo {
    padding-left: 0;
  }
}
.cid-uBWYnrKvkw .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBWYnrKvkw .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBWYnrKvkw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uBWYnrKvkw .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uBWYnrKvkw .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWYnrKvkw .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uBWYnrKvkw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBWYnrKvkw .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uBWYnrKvkw .nav-item:focus,
.cid-uBWYnrKvkw .nav-link:focus {
  outline: none;
}
.cid-uBWYnrKvkw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBWYnrKvkw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBWYnrKvkw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBWYnrKvkw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBWYnrKvkw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBWYnrKvkw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBWYnrKvkw .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uBWYnrKvkw .navbar.opened {
  transition: all 0.3s;
}
.cid-uBWYnrKvkw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBWYnrKvkw .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uBWYnrKvkw .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uBWYnrKvkw .navbar.collapsed {
  justify-content: center;
}
.cid-uBWYnrKvkw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBWYnrKvkw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBWYnrKvkw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uBWYnrKvkw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBWYnrKvkw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBWYnrKvkw .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-uBWYnrKvkw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBWYnrKvkw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBWYnrKvkw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBWYnrKvkw .navbar {
    min-height: 72px;
  }
  .cid-uBWYnrKvkw .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBWYnrKvkw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBWYnrKvkw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBWYnrKvkw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBWYnrKvkw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBWYnrKvkw .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-uBWYnrKvkw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBWYnrKvkw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBWYnrKvkw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBWYnrKvkw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBWYnrKvkw .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBWYnrKvkw .dropdown-item.active,
.cid-uBWYnrKvkw .dropdown-item:active {
  background-color: transparent;
}
.cid-uBWYnrKvkw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBWYnrKvkw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBWYnrKvkw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBWYnrKvkw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBWYnrKvkw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBWYnrKvkw .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBWYnrKvkw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBWYnrKvkw .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBWYnrKvkw .navbar-buttons {
    text-align: left;
  }
}
.cid-uBWYnrKvkw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBWYnrKvkw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a52;
}
.cid-uBWYnrKvkw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBWYnrKvkw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBWYnrKvkw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBWYnrKvkw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBWYnrKvkw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBWYnrKvkw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBWYnrKvkw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBWYnrKvkw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBWYnrKvkw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBWYnrKvkw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBWYnrKvkw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uBWYnrKvkw .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBWYnrKvkw .navbar {
    height: 70px;
  }
  .cid-uBWYnrKvkw .navbar.opened {
    height: auto;
  }
  .cid-uBWYnrKvkw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBWYnrKvkw .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uBWYnrKvkw .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBWYnrKvkw .navbar-brand {
    margin-right: auto;
  }
  .cid-uBWYnrKvkw .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uBWYnrKvkw .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBWYnrKvkw .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBWYnrKvkw .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBWYnrKvkw .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLnq4SfxXS {
  padding-top: 12rem;
  padding-bottom: 0rem;
}
.cid-uLnq4SfxXS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLnq4SfxXS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  background-image: url("../../../assets/images/dole-sa-205-of-212-lr-2000x1333.webp");
}
.cid-uLnq4SfxXS .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #fbfaf7;
}
.cid-uLnq4SfxXS .mbr-section-title {
  color: #ffffff;
}
.cid-uLnq4SfxXS .mbr-text,
.cid-uLnq4SfxXS .mbr-section-btn {
  color: #ffffff;
}
.cid-uLnq4SfxXS .content-head {
  max-width: 800px;
}
.cid-uftAdupjC7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfaf7;
}
.cid-uftAdupjC7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uftAdupjC7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uftAdupjC7 .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uftAdupjC7 .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uftAdupjC7 .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-uftAdupjC7 .card-wrapper {
  background: #fbfaf7;
}
.cid-uftAdupjC7 .mbr-text,
.cid-uftAdupjC7 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uftAdupjC7 .card-title,
.cid-uftAdupjC7 .card-box {
  text-align: center;
  color: #006a52;
}
.cid-uOzR3ySO25 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #fbfaf7;
}
.cid-uOzR3ySO25 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOzR3ySO25 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upuPulHGrc {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #bcef9b;
}
.cid-upuPulHGrc .mbr-fallback-image.disabled {
  display: none;
}
.cid-upuPulHGrc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upuPulHGrc .row-reverse {
  flex-direction: row-reverse;
}
.cid-upuPulHGrc .row {
  flex-direction: row-reverse;
}
.cid-upuPulHGrc .row-reverse {
  flex-direction: row;
}
@media (max-width: 991px) {
  .cid-upuPulHGrc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-upuPulHGrc .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-upuPulHGrc .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-upuPulHGrc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-upuPulHGrc .mbr-section-title {
  color: #006a52;
}
.cid-upuPulHGrc .mbr-text,
.cid-upuPulHGrc .mbr-section-btn {
  color: #000000;
}
.cid-upuPulHGrc img {
  width: 100%;
  object-fit: cover;
  height: 40rem;
}
@media (max-width: 767px) {
  .cid-upuPulHGrc img {
    height: 20rem;
  }
}
.cid-uOzZO9OkGx {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #c5efed;
}
.cid-uOzZO9OkGx .mbr-text {
  color: #000000;
}
.cid-uOzZO9OkGx .mbr-section-subtitle {
  color: #000000;
}
.cid-uOzZO9OkGx .mbr-section-title {
  color: #000000;
}
.cid-uOzZO9OkGx .img-wrapper img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOzZO9OkGx .img-wrapper img {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .cid-uOzZO9OkGx .img-wrapper img {
    width: 80px;
    height: 80px;
  }
}
.cid-uOzZO9OkGx .img-wrapper {
  display: flex;
}
.cid-uOzZO9OkGx .card-text {
  text-align: center;
  color: #00bfb3;
}
.cid-uOzZO9OkGx .card-title,
.cid-uOzZO9OkGx .img-wrapper {
  text-align: center;
}
.cid-uOA6GWVcHe {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #c5efed;
}
.cid-uOA6GWVcHe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOA6GWVcHe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOA6GWVcHe .mbr-section-title {
  color: #00bfb3;
}
.cid-uftAduYJGT {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #c5efed;
}
.cid-uftAduYJGT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uftAduYJGT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uftAduYJGT .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uftAduYJGT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uftAduYJGT .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uftAduYJGT .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uftAduYJGT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uftAduYJGT .mbr-section-title {
  color: #00bfb3;
}
.cid-uftAduYJGT .mbr-text,
.cid-uftAduYJGT .mbr-section-btn {
  color: #000000;
}
.cid-uftAduYJGT img {
  width: 100%;
  object-fit: cover;
  height: 40rem;
}
@media (max-width: 767px) {
  .cid-uftAduYJGT img {
    height: 20rem;
  }
}
.cid-uPTXgdRSgF {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #c5efed;
}
.cid-uPTXgdRSgF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPTXgdRSgF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPTXgdRSgF .row-reverse {
  flex-direction: row-reverse;
}
.cid-uPTXgdRSgF .row {
  flex-direction: row-reverse;
}
.cid-uPTXgdRSgF .row-reverse {
  flex-direction: row;
}
@media (max-width: 991px) {
  .cid-uPTXgdRSgF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPTXgdRSgF .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uPTXgdRSgF .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uPTXgdRSgF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPTXgdRSgF .mbr-section-title {
  color: #00bfb3;
}
.cid-uPTXgdRSgF .mbr-text,
.cid-uPTXgdRSgF .mbr-section-btn {
  color: #000000;
}
.cid-uPTXgdRSgF img {
  width: 100%;
  object-fit: cover;
  height: 40rem;
}
@media (max-width: 767px) {
  .cid-uPTXgdRSgF img {
    height: 20rem;
  }
}
.cid-uPU26wCgbh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #c5efed;
}
.cid-uPU26wCgbh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPU26wCgbh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPU26wCgbh .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uPU26wCgbh .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uPU26wCgbh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPU26wCgbh .media-content,
.cid-uPU26wCgbh .mbr-figure {
  align-self: center;
}
.cid-uPU26wCgbh .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uPU26wCgbh .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uPU26wCgbh .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uPU26wCgbh .mbr-section-maintitle {
  text-align: center;
  color: #00bfb3;
}
.cid-uPU26wCgbh .mbr-section-title {
  text-align: left;
  color: #00bfb3;
}
.cid-uPU26wCgbh .mbr-text,
.cid-uPU26wCgbh .mbr-section-btn {
  text-align: left;
}
.cid-uOA4cVYIhS {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #c5efed;
}
.cid-uOA4cVYIhS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOA4cVYIhS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOA4cVYIhS .row-reverse {
  flex-direction: row-reverse;
}
.cid-uOA4cVYIhS .row {
  flex-direction: row-reverse;
}
.cid-uOA4cVYIhS .row-reverse {
  flex-direction: row;
}
@media (max-width: 991px) {
  .cid-uOA4cVYIhS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOA4cVYIhS .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uOA4cVYIhS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uOA4cVYIhS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uOA4cVYIhS .mbr-section-title {
  color: #00bfb3;
}
.cid-uOA4cVYIhS .mbr-text,
.cid-uOA4cVYIhS .mbr-section-btn {
  color: #000000;
}
.cid-uOA4cVYIhS img {
  width: 100%;
  object-fit: cover;
  height: 40rem;
}
@media (max-width: 767px) {
  .cid-uOA4cVYIhS img {
    height: 20rem;
  }
}
.cid-uOA524G8vj {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #c5efed;
}
.cid-uOA524G8vj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOA524G8vj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOA524G8vj .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uOA524G8vj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOA524G8vj .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uOA524G8vj .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uOA524G8vj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uOA524G8vj .mbr-section-title {
  color: #00bfb3;
}
.cid-uOA524G8vj .mbr-text,
.cid-uOA524G8vj .mbr-section-btn {
  color: #000000;
}
.cid-uOA524G8vj img {
  width: 100%;
  object-fit: cover;
  height: 40rem;
}
@media (max-width: 767px) {
  .cid-uOA524G8vj img {
    height: 20rem;
  }
}
.cid-uOA5A35cWf {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #f4d4bf;
}
.cid-uOA5A35cWf .mbr-text {
  color: #000000;
}
.cid-uOA5A35cWf .mbr-section-subtitle {
  color: #000000;
}
.cid-uOA5A35cWf .mbr-section-title {
  color: #000000;
}
.cid-uOA5A35cWf .img-wrapper img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOA5A35cWf .img-wrapper img {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .cid-uOA5A35cWf .img-wrapper img {
    width: 80px;
    height: 80px;
  }
}
.cid-uOA5A35cWf .img-wrapper {
  display: flex;
}
.cid-uOA5A35cWf .card-text {
  text-align: center;
  color: #ff700d;
}
.cid-uOA5A35cWf .card-title,
.cid-uOA5A35cWf .img-wrapper {
  text-align: center;
}
.cid-uOA6dyYs0m {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f4d4bf;
}
.cid-uOA6dyYs0m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOA6dyYs0m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOA6dyYs0m .mbr-section-title {
  color: #ff700d;
}
.cid-uOA6dyYs0m .mbr-section-subtitle {
  color: #000000;
}
.cid-uOA5OQaHTW {
  padding-top: 4rem;
  padding-bottom: 10rem;
  background-color: #f4d4bf;
}
.cid-uOA5OQaHTW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOA5OQaHTW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOA5OQaHTW .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uOA5OQaHTW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOA5OQaHTW .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uOA5OQaHTW .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uOA5OQaHTW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uOA5OQaHTW .mbr-section-title {
  color: #ff700d;
}
.cid-uOA5OQaHTW .mbr-text,
.cid-uOA5OQaHTW .mbr-section-btn {
  color: #000000;
}
.cid-uOA5OQaHTW img {
  width: 100%;
  object-fit: cover;
  height: 40rem;
}
@media (max-width: 767px) {
  .cid-uOA5OQaHTW img {
    height: 20rem;
  }
}
.cid-uOA8jNvdUR {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #f9d0dd;
}
.cid-uOA8jNvdUR .mbr-text {
  color: #000000;
}
.cid-uOA8jNvdUR .mbr-section-subtitle {
  color: #000000;
}
.cid-uOA8jNvdUR .mbr-section-title {
  color: #000000;
}
.cid-uOA8jNvdUR .img-wrapper img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOA8jNvdUR .img-wrapper img {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .cid-uOA8jNvdUR .img-wrapper img {
    width: 80px;
    height: 80px;
  }
}
.cid-uOA8jNvdUR .img-wrapper {
  display: flex;
}
.cid-uOA8jNvdUR .card-text {
  text-align: center;
  color: #e30045;
}
.cid-uOA8jNvdUR .card-title,
.cid-uOA8jNvdUR .img-wrapper {
  text-align: center;
}
.cid-uOA7vU3gHZ {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f9d0dd;
}
.cid-uOA7vU3gHZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOA7vU3gHZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOA7vU3gHZ .mbr-section-title {
  color: #e30045;
}
.cid-uOA8Wfw36Q {
  padding-top: 4rem;
  padding-bottom: 10rem;
  background-color: #f9d0dd;
}
.cid-uOA8Wfw36Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOA8Wfw36Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOA8Wfw36Q .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uOA8Wfw36Q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOA8Wfw36Q .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uOA8Wfw36Q .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uOA8Wfw36Q .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uOA8Wfw36Q .mbr-section-title {
  color: #e30045;
}
.cid-uOA8Wfw36Q .mbr-text,
.cid-uOA8Wfw36Q .mbr-section-btn {
  color: #000000;
}
.cid-uOA8Wfw36Q img {
  width: 100%;
  object-fit: cover;
  height: 40rem;
}
@media (max-width: 767px) {
  .cid-uOA8Wfw36Q img {
    height: 20rem;
  }
}
.cid-uOAaqNXmL6 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dolefarmsky-2000x1333.webp");
}
.cid-uOAaqNXmL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOAaqNXmL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOAaqNXmL6 .card-wrapper {
  overflow: hidden;
  background: #001489;
}
.cid-uOAaqNXmL6 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOAaqNXmL6 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uOAaqNXmL6 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uOAaqNXmL6 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uOAaqNXmL6 .row {
  flex-direction: row-reverse;
}
.cid-uOAaqNXmL6 .image-wrapper {
  padding: 0 1rem;
}
.cid-uOAaqNXmL6 img,
.cid-uOAaqNXmL6 .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uOAaqNXmL6 img,
  .cid-uOAaqNXmL6 .image-wrapper {
    max-height: 350px;
  }
}
.cid-uOAaqNXmL6 .mbr-section-title {
  color: #78be20;
  text-align: left;
}
.cid-uOAaqNXmL6 .mbr-text {
  color: #000000;
}
.cid-uOAaqNXmL6 .mbr-text,
.cid-uOAaqNXmL6 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJolXEV8UE {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffa600;
}
.cid-uJolXEV8UE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJolXEV8UE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJolXEV8UE .mbr-section-title {
  color: #ffffff;
}
.cid-uZAAFwUVK1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uZAAFwUVK1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZAAFwUVK1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZAAFwUVK1 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uZAAFwUVK1 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uZAAFwUVK1 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uZAAFwUVK1 img,
.cid-uZAAFwUVK1 .item-img {
  width: 100%;
}
.cid-uJG1vxCSE7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uJG1vxCSE7 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uJG1vxCSE7 .social-row .soc-item {
  margin: 8px;
}
.cid-uJG1vxCSE7 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uJG1vxCSE7 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uJG1vxCSE7 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #006a52;
  transition: all 0.3s ease-in-out;
}
.cid-uJG1vxCSE7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uJG1vxCSE7 .mbr-section-title {
  color: #ffffff;
}
.cid-uJG1vxCSE7 .mbr-section-title,
.cid-uJG1vxCSE7 .social-list {
  color: #006a52;
}
.cid-uftAdAAm6e {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #97d700;
  overflow: hidden;
}
.cid-uftAdAAm6e .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uIrRpxlMpB {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIrRpxlMpB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uIrRpxlMpB .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIrRpxlMpB .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIrRpxlMpB .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIrRpxlMpB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIrRpxlMpB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIrRpxlMpB .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIrRpxlMpB .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIrRpxlMpB .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIrRpxlMpB .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIrRpxlMpB .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIrRpxlMpB .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIrRpxlMpB .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIrRpxlMpB .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIrRpxlMpB .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIrRpxlMpB .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIrRpxlMpB .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIrRpxlMpB .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIrRpxlMpB .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIrRpxlMpB .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIrRpxlMpB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIrRpxlMpB .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uIrRpxlMpB .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uIrRpxlMpB .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uIrRpxlMpB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIrRpxlMpB .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIrRpxlMpB .nav-item:focus,
.cid-uIrRpxlMpB .nav-link:focus {
  outline: none;
}
.cid-uIrRpxlMpB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIrRpxlMpB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIrRpxlMpB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIrRpxlMpB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIrRpxlMpB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIrRpxlMpB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIrRpxlMpB .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uIrRpxlMpB .navbar.opened {
  transition: all 0.3s;
}
.cid-uIrRpxlMpB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIrRpxlMpB .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uIrRpxlMpB .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIrRpxlMpB .navbar.collapsed {
  justify-content: center;
}
.cid-uIrRpxlMpB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIrRpxlMpB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIrRpxlMpB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uIrRpxlMpB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIrRpxlMpB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIrRpxlMpB .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-uIrRpxlMpB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIrRpxlMpB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIrRpxlMpB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIrRpxlMpB .navbar {
    min-height: 72px;
  }
  .cid-uIrRpxlMpB .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIrRpxlMpB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIrRpxlMpB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIrRpxlMpB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIrRpxlMpB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIrRpxlMpB .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-uIrRpxlMpB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIrRpxlMpB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIrRpxlMpB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIrRpxlMpB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIrRpxlMpB .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIrRpxlMpB .dropdown-item.active,
.cid-uIrRpxlMpB .dropdown-item:active {
  background-color: transparent;
}
.cid-uIrRpxlMpB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIrRpxlMpB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIrRpxlMpB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIrRpxlMpB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIrRpxlMpB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIrRpxlMpB .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIrRpxlMpB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIrRpxlMpB .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIrRpxlMpB .navbar-buttons {
    text-align: left;
  }
}
.cid-uIrRpxlMpB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIrRpxlMpB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a52;
}
.cid-uIrRpxlMpB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIrRpxlMpB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIrRpxlMpB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIrRpxlMpB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIrRpxlMpB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIrRpxlMpB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIrRpxlMpB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIrRpxlMpB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIrRpxlMpB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIrRpxlMpB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIrRpxlMpB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIrRpxlMpB .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIrRpxlMpB .navbar {
    height: 70px;
  }
  .cid-uIrRpxlMpB .navbar.opened {
    height: auto;
  }
  .cid-uIrRpxlMpB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIrRpxlMpB .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIrRpxlMpB .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIrRpxlMpB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIrRpxlMpB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIrRpxlMpB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIrRpxlMpB .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIrRpxlMpB .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIrRpxlMpB .navbar-brand {
    margin-right: auto;
  }
  .cid-uIrRpxlMpB .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uIrRpxlMpB .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIrRpxlMpB .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIrRpxlMpB .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uIrRpxlMpB .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIrRpxlMpB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIrRpxlMpB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIrRpxlMpB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIrRpxlMpB .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uIrRpxlMpB .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIrRpxlMpB .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uIrRpxzSh3 {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/04-crispy-chickpea-avocado-salad.webp");
}
.cid-uIrRpxzSh3 .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-uIrRpxzSh3 {
    align-items: flex-end;
  }
  .cid-uIrRpxzSh3 .row {
    justify-content: center;
  }
  .cid-uIrRpxzSh3 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uIrRpxzSh3 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uIrRpxzSh3 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uIrRpxzSh3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uIrRpxzSh3 .content-wrap {
    width: 100%;
  }
}
.cid-uIrRpxzSh3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrRpxzSh3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIrRpxzSh3 .mbr-section-title,
.cid-uIrRpxzSh3 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uIrRpxzSh3 .mbr-text,
.cid-uIrRpxzSh3 .mbr-section-btn {
  text-align: center;
}
.cid-uIrRpxzSh3 .mbr-section-title {
  color: #f92c50;
  text-align: center;
}
.cid-uIrRpxzSh3 .mbr-section-subtitle {
  color: #97d700;
  text-align: center;
}
.cid-uIrRQp6dmp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIrRQp6dmp img,
.cid-uIrRQp6dmp .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uIrRQp6dmp .item:focus,
.cid-uIrRQp6dmp span:focus {
  outline: none;
}
.cid-uIrRQp6dmp .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIrRQp6dmp .item {
    margin-bottom: 1rem;
  }
}
.cid-uIrRQp6dmp .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uIrRQp6dmp .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uIrRQp6dmp .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uIrRQp6dmp .item-wrapper .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-uIrRQp6dmp .item-wrapper .item-footer {
  padding-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uIrRQp6dmp .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uIrRQp6dmp .item-wrapper .item-footer {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uIrRQp6dmp .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uIrRQp6dmp .item-wrapper .item-footer {
    padding-bottom: 1.25rem;
  }
}
.cid-uIrRQp6dmp .mbr-section-title {
  color: #232323;
}
.cid-uIrRQp6dmp .mbr-text,
.cid-uIrRQp6dmp .mbr-section-btn {
  text-align: center;
}
.cid-uIrRQp6dmp .item-title {
  text-align: left;
  color: #006a52;
}
.cid-uIrRQp6dmp .content-head {
  max-width: 800px;
}
.cid-uIrRQp6dmp .mbr-text,
.cid-uIrRQp6dmp .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uIrRQp6dmp .mbr-section-title,
.cid-uIrRQp6dmp .mbr-section-head .mbr-section-btn {
  color: #f92c50;
}
.cid-uIrRQp6dmp .mbr-section-subtitle,
.cid-uIrRQp6dmp .mbr-section-head .mbr-section-btn {
  color: #97d700;
}
.cid-uJWxUoUU5h {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uJWxUoUU5h img,
.cid-uJWxUoUU5h .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uJWxUoUU5h .item:focus,
.cid-uJWxUoUU5h span:focus {
  outline: none;
}
.cid-uJWxUoUU5h .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uJWxUoUU5h .item {
    margin-bottom: 1rem;
  }
}
.cid-uJWxUoUU5h .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJWxUoUU5h .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uJWxUoUU5h .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uJWxUoUU5h .item-wrapper .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-uJWxUoUU5h .item-wrapper .item-footer {
  padding-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uJWxUoUU5h .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uJWxUoUU5h .item-wrapper .item-footer {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uJWxUoUU5h .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uJWxUoUU5h .item-wrapper .item-footer {
    padding-bottom: 1.25rem;
  }
}
.cid-uJWxUoUU5h .mbr-section-title {
  color: #232323;
}
.cid-uJWxUoUU5h .mbr-text,
.cid-uJWxUoUU5h .mbr-section-btn {
  text-align: center;
}
.cid-uJWxUoUU5h .item-title {
  text-align: left;
  color: #006a52;
}
.cid-uJWxUoUU5h .content-head {
  max-width: 800px;
}
.cid-uJWxUoUU5h .mbr-text,
.cid-uJWxUoUU5h .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uJWxUoUU5h .mbr-section-title,
.cid-uJWxUoUU5h .mbr-section-head .mbr-section-btn {
  color: #f92c50;
}
.cid-uJWxUoUU5h .mbr-section-subtitle,
.cid-uJWxUoUU5h .mbr-section-head .mbr-section-btn {
  color: #97d700;
}
.cid-uWAYZ0Xvnu {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uWAYZ0Xvnu img,
.cid-uWAYZ0Xvnu .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uWAYZ0Xvnu .item:focus,
.cid-uWAYZ0Xvnu span:focus {
  outline: none;
}
.cid-uWAYZ0Xvnu .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWAYZ0Xvnu .item {
    margin-bottom: 1rem;
  }
}
.cid-uWAYZ0Xvnu .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWAYZ0Xvnu .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uWAYZ0Xvnu .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uWAYZ0Xvnu .item-wrapper .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-uWAYZ0Xvnu .item-wrapper .item-footer {
  padding-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWAYZ0Xvnu .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uWAYZ0Xvnu .item-wrapper .item-footer {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uWAYZ0Xvnu .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uWAYZ0Xvnu .item-wrapper .item-footer {
    padding-bottom: 1.25rem;
  }
}
.cid-uWAYZ0Xvnu .mbr-section-title {
  color: #232323;
}
.cid-uWAYZ0Xvnu .mbr-text,
.cid-uWAYZ0Xvnu .mbr-section-btn {
  text-align: center;
}
.cid-uWAYZ0Xvnu .item-title {
  text-align: left;
  color: #006a52;
}
.cid-uWAYZ0Xvnu .content-head {
  max-width: 800px;
}
.cid-uWAYZ0Xvnu .mbr-text,
.cid-uWAYZ0Xvnu .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uWAYZ0Xvnu .mbr-section-title,
.cid-uWAYZ0Xvnu .mbr-section-head .mbr-section-btn {
  color: #f92c50;
}
.cid-uWAYZ0Xvnu .mbr-section-subtitle,
.cid-uWAYZ0Xvnu .mbr-section-head .mbr-section-btn {
  color: #97d700;
}
.cid-uWAZ04J0eM {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uWAZ04J0eM img,
.cid-uWAZ04J0eM .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uWAZ04J0eM .item:focus,
.cid-uWAZ04J0eM span:focus {
  outline: none;
}
.cid-uWAZ04J0eM .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWAZ04J0eM .item {
    margin-bottom: 1rem;
  }
}
.cid-uWAZ04J0eM .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWAZ04J0eM .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uWAZ04J0eM .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uWAZ04J0eM .item-wrapper .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-uWAZ04J0eM .item-wrapper .item-footer {
  padding-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWAZ04J0eM .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uWAZ04J0eM .item-wrapper .item-footer {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uWAZ04J0eM .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uWAZ04J0eM .item-wrapper .item-footer {
    padding-bottom: 1.25rem;
  }
}
.cid-uWAZ04J0eM .mbr-section-title {
  color: #232323;
}
.cid-uWAZ04J0eM .mbr-text,
.cid-uWAZ04J0eM .mbr-section-btn {
  text-align: center;
}
.cid-uWAZ04J0eM .item-title {
  text-align: left;
  color: #006a52;
}
.cid-uWAZ04J0eM .content-head {
  max-width: 800px;
}
.cid-uWAZ04J0eM .mbr-text,
.cid-uWAZ04J0eM .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uWAZ04J0eM .mbr-section-title,
.cid-uWAZ04J0eM .mbr-section-head .mbr-section-btn {
  color: #f92c50;
}
.cid-uWAZ04J0eM .mbr-section-subtitle,
.cid-uWAZ04J0eM .mbr-section-head .mbr-section-btn {
  color: #97d700;
}
.cid-uWB5cKwXwe {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uWB5cKwXwe img,
.cid-uWB5cKwXwe .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uWB5cKwXwe .item:focus,
.cid-uWB5cKwXwe span:focus {
  outline: none;
}
.cid-uWB5cKwXwe .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWB5cKwXwe .item {
    margin-bottom: 1rem;
  }
}
.cid-uWB5cKwXwe .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWB5cKwXwe .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uWB5cKwXwe .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uWB5cKwXwe .item-wrapper .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-uWB5cKwXwe .item-wrapper .item-footer {
  padding-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWB5cKwXwe .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uWB5cKwXwe .item-wrapper .item-footer {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uWB5cKwXwe .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uWB5cKwXwe .item-wrapper .item-footer {
    padding-bottom: 1.25rem;
  }
}
.cid-uWB5cKwXwe .mbr-section-title {
  color: #232323;
}
.cid-uWB5cKwXwe .mbr-text,
.cid-uWB5cKwXwe .mbr-section-btn {
  text-align: center;
}
.cid-uWB5cKwXwe .item-title {
  text-align: left;
  color: #006a52;
}
.cid-uWB5cKwXwe .content-head {
  max-width: 800px;
}
.cid-uWB5cKwXwe .mbr-text,
.cid-uWB5cKwXwe .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uWB5cKwXwe .mbr-section-title,
.cid-uWB5cKwXwe .mbr-section-head .mbr-section-btn {
  color: #f92c50;
}
.cid-uWB5cKwXwe .mbr-section-subtitle,
.cid-uWB5cKwXwe .mbr-section-head .mbr-section-btn {
  color: #97d700;
}
.cid-uXflf1sjva {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uXflf1sjva img,
.cid-uXflf1sjva .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uXflf1sjva .item:focus,
.cid-uXflf1sjva span:focus {
  outline: none;
}
.cid-uXflf1sjva .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXflf1sjva .item {
    margin-bottom: 1rem;
  }
}
.cid-uXflf1sjva .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uXflf1sjva .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uXflf1sjva .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uXflf1sjva .item-wrapper .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-uXflf1sjva .item-wrapper .item-footer {
  padding-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXflf1sjva .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uXflf1sjva .item-wrapper .item-footer {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uXflf1sjva .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uXflf1sjva .item-wrapper .item-footer {
    padding-bottom: 1.25rem;
  }
}
.cid-uXflf1sjva .mbr-section-title {
  color: #232323;
}
.cid-uXflf1sjva .mbr-text,
.cid-uXflf1sjva .mbr-section-btn {
  text-align: center;
}
.cid-uXflf1sjva .item-title {
  text-align: left;
  color: #006a52;
}
.cid-uXflf1sjva .content-head {
  max-width: 800px;
}
.cid-uXflf1sjva .mbr-text,
.cid-uXflf1sjva .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uXflf1sjva .mbr-section-title,
.cid-uXflf1sjva .mbr-section-head .mbr-section-btn {
  color: #f92c50;
}
.cid-uXflf1sjva .mbr-section-subtitle,
.cid-uXflf1sjva .mbr-section-head .mbr-section-btn {
  color: #97d700;
}
.cid-uIy6ihhYny {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #edefeb;
}
.cid-uIy6ihhYny .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIy6ihhYny .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIy6ihhYny .mbr-section-title {
  color: #f92c50;
}
.cid-uJWy3Vf75d {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffa600;
}
.cid-uJWy3Vf75d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJWy3Vf75d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJWy3Vf75d .mbr-section-title {
  color: #ffffff;
}
.cid-uZAALqs2Vv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uZAALqs2Vv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZAALqs2Vv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZAALqs2Vv .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uZAALqs2Vv .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uZAALqs2Vv .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uZAALqs2Vv img,
.cid-uZAALqs2Vv .item-img {
  width: 100%;
}
.cid-uJG1vxCSE7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uJG1vxCSE7 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uJG1vxCSE7 .social-row .soc-item {
  margin: 8px;
}
.cid-uJG1vxCSE7 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uJG1vxCSE7 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uJG1vxCSE7 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #006a52;
  transition: all 0.3s ease-in-out;
}
.cid-uJG1vxCSE7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uJG1vxCSE7 .mbr-section-title {
  color: #ffffff;
}
.cid-uJG1vxCSE7 .mbr-section-title,
.cid-uJG1vxCSE7 .social-list {
  color: #006a52;
}
.cid-uIrRpzu1NF {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #97d700;
  overflow: hidden;
}
.cid-uIrRpzu1NF .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uIs2SKysiS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIs2SKysiS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uIs2SKysiS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIs2SKysiS .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIs2SKysiS .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIs2SKysiS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIs2SKysiS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIs2SKysiS .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIs2SKysiS .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIs2SKysiS .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIs2SKysiS .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIs2SKysiS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIs2SKysiS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIs2SKysiS .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIs2SKysiS .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIs2SKysiS .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIs2SKysiS .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIs2SKysiS .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIs2SKysiS .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIs2SKysiS .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIs2SKysiS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIs2SKysiS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIs2SKysiS .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uIs2SKysiS .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uIs2SKysiS .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uIs2SKysiS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIs2SKysiS .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIs2SKysiS .nav-item:focus,
.cid-uIs2SKysiS .nav-link:focus {
  outline: none;
}
.cid-uIs2SKysiS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIs2SKysiS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIs2SKysiS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIs2SKysiS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIs2SKysiS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIs2SKysiS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIs2SKysiS .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uIs2SKysiS .navbar.opened {
  transition: all 0.3s;
}
.cid-uIs2SKysiS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIs2SKysiS .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uIs2SKysiS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIs2SKysiS .navbar.collapsed {
  justify-content: center;
}
.cid-uIs2SKysiS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIs2SKysiS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIs2SKysiS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uIs2SKysiS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIs2SKysiS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIs2SKysiS .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-uIs2SKysiS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIs2SKysiS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIs2SKysiS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIs2SKysiS .navbar {
    min-height: 72px;
  }
  .cid-uIs2SKysiS .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIs2SKysiS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIs2SKysiS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIs2SKysiS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIs2SKysiS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIs2SKysiS .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-uIs2SKysiS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIs2SKysiS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIs2SKysiS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIs2SKysiS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIs2SKysiS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIs2SKysiS .dropdown-item.active,
.cid-uIs2SKysiS .dropdown-item:active {
  background-color: transparent;
}
.cid-uIs2SKysiS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIs2SKysiS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIs2SKysiS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIs2SKysiS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIs2SKysiS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIs2SKysiS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIs2SKysiS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIs2SKysiS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIs2SKysiS .navbar-buttons {
    text-align: left;
  }
}
.cid-uIs2SKysiS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIs2SKysiS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a52;
}
.cid-uIs2SKysiS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIs2SKysiS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIs2SKysiS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIs2SKysiS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIs2SKysiS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIs2SKysiS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIs2SKysiS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIs2SKysiS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIs2SKysiS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIs2SKysiS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIs2SKysiS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIs2SKysiS .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIs2SKysiS .navbar {
    height: 70px;
  }
  .cid-uIs2SKysiS .navbar.opened {
    height: auto;
  }
  .cid-uIs2SKysiS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIs2SKysiS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIs2SKysiS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIs2SKysiS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIs2SKysiS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIs2SKysiS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIs2SKysiS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIs2SKysiS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIs2SKysiS .navbar-brand {
    margin-right: auto;
  }
  .cid-uIs2SKysiS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uIs2SKysiS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIs2SKysiS .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIs2SKysiS .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uIs2SKysiS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIs2SKysiS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIs2SKysiS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIs2SKysiS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIs2SKysiS .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uIs2SKysiS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIs2SKysiS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLKPnS1xuK {
  padding-top: 12rem;
  padding-bottom: 0rem;
}
.cid-uLKPnS1xuK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLKPnS1xuK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  background-image: url("../../../assets/images/hero-img-avocado-header-lr-2000x1111.webp");
}
.cid-uLKPnS1xuK .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #d7f2da;
}
.cid-uLKPnS1xuK .mbr-section-title {
  color: #ffffff;
}
.cid-uLKPnS1xuK .mbr-text,
.cid-uLKPnS1xuK .mbr-section-btn {
  color: #ffffff;
}
.cid-uLKPnS1xuK .content-head {
  max-width: 800px;
}
.cid-uWAGeEcirS {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #d7f2da;
}
.cid-uWAGeEcirS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWAGeEcirS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWAGeEcirS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWAGeEcirS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWAGeEcirS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWAGeEcirS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWAGeEcirS .mbr-section-title {
  color: #006a52;
}
.cid-uWAGeEcirS .mbr-text,
.cid-uWAGeEcirS .mbr-section-btn {
  color: #000000;
}
.cid-uOuejEpjNS {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}
.cid-uOuejEpjNS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOuejEpjNS .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uOuejEpjNS .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOuejEpjNS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOuejEpjNS .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #33a840;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
  border-radius: 50%;
}
.cid-uOuejEpjNS .card-title,
.cid-uOuejEpjNS .iconfont-wrapper,
.cid-uOuejEpjNS .card-text {
  color: #000000;
  text-align: center;
}
.cid-uOuejEpjNS .content-head {
  max-width: 800px;
}
.cid-uOuejEpjNS .mbr-section-title {
  color: #33a840;
}
.cid-uOuejEpjNS .mbr-section-btn {
  text-align: center;
}
.cid-uOuejEpjNS .card-title,
.cid-uOuejEpjNS .iconfont-wrapper {
  color: #33a840;
}
.cid-uOuejEpjNS .card-text,
.cid-uOuejEpjNS .mbr-section-btn {
  color: #ffffff;
}
.cid-uOuejEpjNS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJRGTjPCE1 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJRGTjPCE1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJRGTjPCE1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJRGTjPCE1 .mbr-section-title {
  color: #33a840;
}
.cid-uJRCZMfZ9k {
  padding-top: 1rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uJRCZMfZ9k .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uJRCZMfZ9k .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uJRCZMfZ9k .container {
    padding: 0 20px;
  }
}
.cid-uJRCZMfZ9k .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJRCZMfZ9k .content-wrapper .content-wrap {
  position: absolute;
  top: 0;
  width: 976px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  z-index: 1;
  padding: 60px 20px;
}
@media (max-width: 1200px) {
  .cid-uJRCZMfZ9k .content-wrapper .content-wrap {
    width: 680px;
  }
}
@media (max-width: 992px) {
  .cid-uJRCZMfZ9k .content-wrapper .content-wrap {
    padding: 46px 20px;
    top: auto;
    width: 100%;
    height: auto;
  }
}
.cid-uJRCZMfZ9k .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
.cid-uJRCZMfZ9k .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uJRCZMfZ9k .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJRCZMfZ9k .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uJRCZMfZ9k .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJRCZMfZ9k .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 976px;
  max-width: 976px;
}
@media (max-width: 1200px) {
  .cid-uJRCZMfZ9k .embla__slide {
    min-width: 680px;
    max-width: 680px;
  }
}
@media (max-width: 992px) {
  .cid-uJRCZMfZ9k .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uJRCZMfZ9k .embla__slide .slide-content {
  width: 100%;
}
.cid-uJRCZMfZ9k .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
}
.cid-uJRCZMfZ9k .embla__slide .slide-content .item-wrapper .item-img img {
  height: 830px;
  border-radius: 20px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJRCZMfZ9k .embla__slide .slide-content .item-wrapper .item-img img {
    height: 650px;
  }
}
.cid-uJRCZMfZ9k .embla__button--next,
.cid-uJRCZMfZ9k .embla__button--prev {
  display: flex;
}
.cid-uJRCZMfZ9k .embla__button {
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #006a52 !important;
  border: 2px solid #006a52 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-uJRCZMfZ9k .embla__button {
    top: 2.5rem;
  }
}
.cid-uJRCZMfZ9k .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uJRCZMfZ9k .embla__button:hover {
  opacity: 1 !important;
}
.cid-uJRCZMfZ9k .embla__button.embla__button--prev {
  left: 12%;
}
@media (max-width: 1550px) {
  .cid-uJRCZMfZ9k .embla__button.embla__button--prev {
    left: 30px;
  }
}
@media (max-width: 1300px) {
  .cid-uJRCZMfZ9k .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uJRCZMfZ9k .embla__button.embla__button--next {
  right: 12%;
}
@media (max-width: 1550px) {
  .cid-uJRCZMfZ9k .embla__button.embla__button--next {
    right: 30px;
  }
}
@media (max-width: 1300px) {
  .cid-uJRCZMfZ9k .embla__button.embla__button--next {
    right: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uJRCZMfZ9k .embla__button {
    top: 2.5rem;
  }
}
.cid-uJRCZMfZ9k .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uJRCZMfZ9k .embla {
    padding-top: 100px;
  }
}
.cid-uJRCZMfZ9k .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uJRCZMfZ9k .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJRCZMfZ9k .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJRCZMfZ9k .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJRCZMfZ9k .mbr-desc {
  color: #006a52;
  text-align: center;
}
.cid-uJRCZMfZ9k .mbr-section-title {
  color: #ffffff;
}
.cid-uJRCZMfZ9k .mbr-text,
.cid-uJRCZMfZ9k .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJRCZMfZ9k .mbr-section-title,
.cid-uJRCZMfZ9k .mbr-section-btn {
  text-align: center;
  color: #006a52;
}
.cid-uOiaDUxyzp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d7f2da;
}
.cid-uOiaDUxyzp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOiaDUxyzp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOiaDUxyzp .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uOiaDUxyzp .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOiaDUxyzp .mbr-iconfont {
  font-size: 3rem;
  color: #33a840;
  padding-right: 2rem;
}
.cid-uOiaDUxyzp .content-head {
  max-width: 800px;
}
.cid-uOiaDUxyzp .mbr-section-title {
  color: #006a52;
}
.cid-uOujU0Msrl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOujU0Msrl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOujU0Msrl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOujU0Msrl .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-uOujU0Msrl .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uOujU0Msrl .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uOujU0Msrl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uOujU0Msrl .media-content,
.cid-uOujU0Msrl .mbr-figure {
  align-self: center;
}
.cid-uOujU0Msrl .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uOujU0Msrl .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uOujU0Msrl .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uOujU0Msrl .mbr-section-maintitle {
  text-align: center;
  color: #006a52;
}
.cid-uOujU0Msrl .mbr-section-title {
  text-align: left;
  color: #33a840;
}
.cid-uOujU0Msrl .mbr-text,
.cid-uOujU0Msrl .mbr-section-btn {
  text-align: left;
}
.cid-uOujpANqvX {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uOujpANqvX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOujpANqvX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOujpANqvX .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uOujpANqvX .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOujpANqvX .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uOujpANqvX .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uOujpANqvX .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uOujpANqvX .row {
  flex-direction: row-reverse;
}
.cid-uOujpANqvX .image-wrapper {
  padding: 0 1rem;
}
.cid-uOujpANqvX img,
.cid-uOujpANqvX .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uOujpANqvX img,
  .cid-uOujpANqvX .image-wrapper {
    max-height: 350px;
  }
}
.cid-uOujpANqvX .mbr-section-title {
  color: #33a840;
}
.cid-uOujpANqvX .mbr-text {
  color: #000000;
}
.cid-uLhkbJZL2V {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/pexels-roman-odintsov-5060450-2000x1333.webp");
}
.cid-uLhkbJZL2V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhkbJZL2V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhkbJZL2V .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uLhkbJZL2V .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uLhkbJZL2V .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uLhkbJZL2V .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uLhkbJZL2V .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uLhkbJZL2V .image-wrapper {
  padding: 0 1rem;
}
.cid-uLhkbJZL2V img,
.cid-uLhkbJZL2V .image-wrapper {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uLhkbJZL2V img,
  .cid-uLhkbJZL2V .image-wrapper {
    max-height: 350px;
  }
}
.cid-uLhkbJZL2V .mbr-section-title {
  color: #f92c50;
}
.cid-uLhkbJZL2V .mbr-text {
  color: #000000;
}
.cid-uLhkbJZL2V .price {
  color: #006a52;
}
.cid-uJFZw04Yfr {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffa600;
}
.cid-uJFZw04Yfr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJFZw04Yfr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJFZw04Yfr .mbr-section-title {
  color: #ffffff;
}
.cid-uOhHkShEIA {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d7f2da;
}
.cid-uOhHkShEIA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOhHkShEIA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOhHkShEIA .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOhHkShEIA .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOhHkShEIA .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uOhHkShEIA .content-head {
  max-width: 800px;
}
.cid-uOhHkShEIA .mbr-section-title {
  color: #006a52;
}
.cid-uOhHkShEIA .card-title {
  color: #000000;
  text-align: center;
}
.cid-uOhHkShEIA .card-text {
  color: #33a840;
}
.cid-uOhHkShEIA .card-text DIV {
  text-align: center;
}
.cid-uOhIATzYHS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ecffee;
}
.cid-uOhIATzYHS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOhIATzYHS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOhIATzYHS .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOhIATzYHS .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOhIATzYHS .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uOhIATzYHS .content-head {
  max-width: 800px;
}
.cid-uOhIATzYHS .mbr-section-title {
  color: #006a52;
}
.cid-uOhIATzYHS .card-title {
  color: #000000;
  text-align: center;
}
.cid-uOhIATzYHS .card-text {
  color: #33a840;
}
.cid-uOhIATzYHS .card-text DIV {
  text-align: center;
}
.cid-uOhIQdaDwh {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #d7f2da;
}
.cid-uOhIQdaDwh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOhIQdaDwh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOhIQdaDwh .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOhIQdaDwh .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOhIQdaDwh .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uOhIQdaDwh .content-head {
  max-width: 800px;
}
.cid-uOhIQdaDwh .mbr-section-title {
  color: #000000;
}
.cid-uOhIQdaDwh .card-title {
  color: #000000;
  text-align: center;
}
.cid-uOhIQdaDwh .card-text {
  color: #33a840;
}
.cid-uOhIQdaDwh .card-text DIV {
  text-align: center;
}
.cid-uLhfJXFbeQ {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/dole-be-exotic-hero-img-diet-lr-1-2000x1125.webp");
}
.cid-uLhfJXFbeQ .mbr-overlay {
  background-color: #33a840;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uLhfJXFbeQ {
    align-items: flex-end;
  }
  .cid-uLhfJXFbeQ .row {
    justify-content: flex-start;
  }
  .cid-uLhfJXFbeQ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLhfJXFbeQ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLhfJXFbeQ {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uLhfJXFbeQ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLhfJXFbeQ .content-wrap {
    width: 100%;
  }
}
.cid-uLhfJXFbeQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhfJXFbeQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhfJXFbeQ .mbr-section-title,
.cid-uLhfJXFbeQ .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uLhfJXFbeQ .mbr-text,
.cid-uLhfJXFbeQ .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uLhfJXFbeQ .mbr-section-title {
  color: #006a52;
}
.cid-uLhfJXFbeQ .mbr-section-subtitle {
  color: #006a52;
}
.cid-uLhhTjFjVU {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #d7f2da;
}
.cid-uLhhTjFjVU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhhTjFjVU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uLhhTjFjVU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLhhTjFjVU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uLhhTjFjVU .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uLhhTjFjVU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLhhTjFjVU .mbr-section-title {
  color: #33a840;
}
.cid-uLhhTjFjVU .mbr-text,
.cid-uLhhTjFjVU .mbr-section-btn {
  color: #000000;
}
.cid-uLhfW5gs8o {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #d7f2da;
}
.cid-uLhfW5gs8o .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uLhfW5gs8o .panel-group {
  border: none;
}
.cid-uLhfW5gs8o .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uLhfW5gs8o .card-header {
    padding: 0rem;
  }
}
.cid-uLhfW5gs8o .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uLhfW5gs8o .img-col {
  padding: 0;
}
.cid-uLhfW5gs8o .img-item {
  height: 100%;
}
.cid-uLhfW5gs8o img {
  height: 100%;
  object-fit: cover;
}
.cid-uLhfW5gs8o .collapsed span {
  transform: rotate(0deg);
}
.cid-uLhfW5gs8o .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uLhfW5gs8o p {
  margin-bottom: 0.3rem;
}
.cid-uLhfW5gs8o .panel-title-edit {
  color: #000000;
}
.cid-uLhfW5gs8o .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uLhfW5gs8o .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uLhfW5gs8o .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uLhfW5gs8o .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uLhfW5gs8o .panel-text {
  color: #000000;
}
.cid-uLhfW5gs8o .mbr-section-title {
  text-align: center;
  color: #33a840;
}
.cid-uLhfW5gs8o .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uLhfW5gs8o .panel-title-edit,
.cid-uLhfW5gs8o .mbr-iconfont {
  color: #33a840;
}
.cid-uLhgDx65ZM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fdfdfd;
}
.cid-uLhgDx65ZM .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uLhgDx65ZM img,
.cid-uLhgDx65ZM .item-img {
  width: 100%;
}
.cid-uLhgDx65ZM .item:focus,
.cid-uLhgDx65ZM span:focus {
  outline: none;
}
.cid-uLhgDx65ZM .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLhgDx65ZM .item {
    margin-bottom: 1rem;
  }
}
.cid-uLhgDx65ZM .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uLhgDx65ZM .mbr-section-title {
  color: #33a840;
}
.cid-uLhgDx65ZM .mbr-text,
.cid-uLhgDx65ZM .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uLhgDx65ZM .item-title {
  color: #97d700;
  text-align: center;
}
.cid-uLhgDx65ZM .content-head {
  max-width: 800px;
}
.cid-uLhfVcgeOL {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/hero-img-avocado-lr-2000x1125.webp");
}
.cid-uLhfVcgeOL .content-head {
  max-width: 800px;
}
.cid-uLhfVcgeOL .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLhfVcgeOL .mbr-text,
.cid-uLhfVcgeOL .mbr-section-btn {
  color: #edefeb;
}
.cid-uLhgtT073f {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffa600;
}
.cid-uLhgtT073f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhgtT073f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhgtT073f .mbr-section-title {
  color: #ffffff;
}
.cid-uZAAaSHSgt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uZAAaSHSgt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZAAaSHSgt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZAAaSHSgt .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uZAAaSHSgt .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uZAAaSHSgt .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uZAAaSHSgt img,
.cid-uZAAaSHSgt .item-img {
  width: 100%;
}
.cid-uJG1vxCSE7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uJG1vxCSE7 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uJG1vxCSE7 .social-row .soc-item {
  margin: 8px;
}
.cid-uJG1vxCSE7 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uJG1vxCSE7 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uJG1vxCSE7 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #006a52;
  transition: all 0.3s ease-in-out;
}
.cid-uJG1vxCSE7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uJG1vxCSE7 .mbr-section-title {
  color: #ffffff;
}
.cid-uJG1vxCSE7 .mbr-section-title,
.cid-uJG1vxCSE7 .social-list {
  color: #006a52;
}
.cid-uIs2SM0NXZ {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #97d700;
  overflow: hidden;
}
.cid-uIs2SM0NXZ .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uIy2PVGmhI {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIy2PVGmhI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uIy2PVGmhI .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIy2PVGmhI .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIy2PVGmhI .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIy2PVGmhI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIy2PVGmhI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIy2PVGmhI .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIy2PVGmhI .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIy2PVGmhI .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIy2PVGmhI .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIy2PVGmhI .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIy2PVGmhI .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIy2PVGmhI .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIy2PVGmhI .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIy2PVGmhI .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIy2PVGmhI .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIy2PVGmhI .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIy2PVGmhI .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIy2PVGmhI .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIy2PVGmhI .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIy2PVGmhI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIy2PVGmhI .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uIy2PVGmhI .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uIy2PVGmhI .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uIy2PVGmhI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIy2PVGmhI .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIy2PVGmhI .nav-item:focus,
.cid-uIy2PVGmhI .nav-link:focus {
  outline: none;
}
.cid-uIy2PVGmhI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIy2PVGmhI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIy2PVGmhI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIy2PVGmhI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIy2PVGmhI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIy2PVGmhI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIy2PVGmhI .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uIy2PVGmhI .navbar.opened {
  transition: all 0.3s;
}
.cid-uIy2PVGmhI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIy2PVGmhI .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uIy2PVGmhI .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIy2PVGmhI .navbar.collapsed {
  justify-content: center;
}
.cid-uIy2PVGmhI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIy2PVGmhI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIy2PVGmhI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uIy2PVGmhI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIy2PVGmhI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIy2PVGmhI .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-uIy2PVGmhI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIy2PVGmhI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIy2PVGmhI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIy2PVGmhI .navbar {
    min-height: 72px;
  }
  .cid-uIy2PVGmhI .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIy2PVGmhI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIy2PVGmhI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIy2PVGmhI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIy2PVGmhI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIy2PVGmhI .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-uIy2PVGmhI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIy2PVGmhI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIy2PVGmhI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIy2PVGmhI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIy2PVGmhI .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIy2PVGmhI .dropdown-item.active,
.cid-uIy2PVGmhI .dropdown-item:active {
  background-color: transparent;
}
.cid-uIy2PVGmhI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIy2PVGmhI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIy2PVGmhI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIy2PVGmhI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIy2PVGmhI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIy2PVGmhI .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIy2PVGmhI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIy2PVGmhI .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIy2PVGmhI .navbar-buttons {
    text-align: left;
  }
}
.cid-uIy2PVGmhI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIy2PVGmhI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a52;
}
.cid-uIy2PVGmhI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIy2PVGmhI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIy2PVGmhI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIy2PVGmhI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIy2PVGmhI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIy2PVGmhI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIy2PVGmhI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIy2PVGmhI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIy2PVGmhI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIy2PVGmhI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIy2PVGmhI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIy2PVGmhI .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIy2PVGmhI .navbar {
    height: 70px;
  }
  .cid-uIy2PVGmhI .navbar.opened {
    height: auto;
  }
  .cid-uIy2PVGmhI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIy2PVGmhI .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIy2PVGmhI .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIy2PVGmhI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIy2PVGmhI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIy2PVGmhI .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIy2PVGmhI .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIy2PVGmhI .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIy2PVGmhI .navbar-brand {
    margin-right: auto;
  }
  .cid-uIy2PVGmhI .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uIy2PVGmhI .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIy2PVGmhI .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIy2PVGmhI .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uIy2PVGmhI .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIy2PVGmhI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIy2PVGmhI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIy2PVGmhI .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIy2PVGmhI .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uIy2PVGmhI .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIy2PVGmhI .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uIy2PVYN4F {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/dole-be-exotic-hero-img-contact2-2000x1125.webp");
}
.cid-uIy2PVYN4F .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uIy2PVYN4F {
    align-items: flex-end;
  }
  .cid-uIy2PVYN4F .row {
    justify-content: center;
  }
  .cid-uIy2PVYN4F .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uIy2PVYN4F .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uIy2PVYN4F {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uIy2PVYN4F .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uIy2PVYN4F .content-wrap {
    width: 100%;
  }
}
.cid-uIy2PVYN4F .mbr-section-title,
.cid-uIy2PVYN4F .mbr-section-subtitle {
  text-align: center;
}
.cid-uIy2PVYN4F .mbr-text,
.cid-uIy2PVYN4F .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIy2PVYN4F .mbr-section-title {
  color: #ffffff;
}
.cid-uIy2PVYN4F .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIy2PXjubh {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uIy2PXjubh .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uIy2PXjubh .panel-group {
  border: none;
}
.cid-uIy2PXjubh .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uIy2PXjubh .card-header {
    padding: 0rem;
  }
}
.cid-uIy2PXjubh .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uIy2PXjubh .img-col {
  padding: 0;
}
.cid-uIy2PXjubh .img-item {
  height: 100%;
}
.cid-uIy2PXjubh img {
  height: 100%;
  object-fit: cover;
}
.cid-uIy2PXjubh .collapsed span {
  transform: rotate(0deg);
}
.cid-uIy2PXjubh .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uIy2PXjubh p {
  margin-bottom: 0.3rem;
}
.cid-uIy2PXjubh .panel-title-edit {
  color: #000000;
}
.cid-uIy2PXjubh .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uIy2PXjubh .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uIy2PXjubh .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uIy2PXjubh .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uIy2PXjubh .panel-text {
  color: #000000;
}
.cid-uIy2PXjubh .mbr-section-title {
  text-align: center;
  color: #97d700;
}
.cid-uIy2PXjubh .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIy2PXjubh .panel-title-edit,
.cid-uIy2PXjubh .mbr-iconfont {
  color: #97d700;
}
.cid-uIy2PXr52k {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uIy2PXr52k .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uIy2PXr52k .panel-group {
  border: none;
}
.cid-uIy2PXr52k .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uIy2PXr52k .card-header {
    padding: 0rem;
  }
}
.cid-uIy2PXr52k .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uIy2PXr52k .img-col {
  padding: 0;
}
.cid-uIy2PXr52k .img-item {
  height: 100%;
}
.cid-uIy2PXr52k img {
  height: 100%;
  object-fit: cover;
}
.cid-uIy2PXr52k .collapsed span {
  transform: rotate(0deg);
}
.cid-uIy2PXr52k .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uIy2PXr52k p {
  margin-bottom: 0.3rem;
}
.cid-uIy2PXr52k .panel-title-edit {
  color: #000000;
}
.cid-uIy2PXr52k .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uIy2PXr52k .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uIy2PXr52k .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uIy2PXr52k .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uIy2PXr52k .panel-text {
  color: #000000;
}
.cid-uIy2PXr52k .mbr-section-title {
  text-align: center;
  color: #006a52;
}
.cid-uIy2PXr52k .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIy2PXr52k .panel-title-edit,
.cid-uIy2PXr52k .mbr-iconfont {
  color: #97d700;
}
.cid-uJG0iu22Sv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffa600;
}
.cid-uJG0iu22Sv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJG0iu22Sv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJG0iu22Sv .mbr-section-title {
  color: #ffffff;
}
.cid-uZAAXNAl1g {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uZAAXNAl1g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZAAXNAl1g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZAAXNAl1g .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uZAAXNAl1g .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uZAAXNAl1g .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uZAAXNAl1g img,
.cid-uZAAXNAl1g .item-img {
  width: 100%;
}
.cid-uJG1vxCSE7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uJG1vxCSE7 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uJG1vxCSE7 .social-row .soc-item {
  margin: 8px;
}
.cid-uJG1vxCSE7 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uJG1vxCSE7 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uJG1vxCSE7 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #006a52;
  transition: all 0.3s ease-in-out;
}
.cid-uJG1vxCSE7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uJG1vxCSE7 .mbr-section-title {
  color: #ffffff;
}
.cid-uJG1vxCSE7 .mbr-section-title,
.cid-uJG1vxCSE7 .social-list {
  color: #006a52;
}
.cid-uIy2PY7ve1 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #97d700;
  overflow: hidden;
}
.cid-uIy2PY7ve1 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uKwpBEeMkV {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uKwpBEeMkV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uKwpBEeMkV .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uKwpBEeMkV .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKwpBEeMkV .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uKwpBEeMkV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKwpBEeMkV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKwpBEeMkV .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uKwpBEeMkV .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uKwpBEeMkV .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uKwpBEeMkV .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uKwpBEeMkV .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uKwpBEeMkV .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uKwpBEeMkV .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uKwpBEeMkV .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uKwpBEeMkV .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uKwpBEeMkV .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uKwpBEeMkV .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uKwpBEeMkV .navbar-logo {
    padding-left: 0;
  }
}
.cid-uKwpBEeMkV .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKwpBEeMkV .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uKwpBEeMkV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uKwpBEeMkV .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uKwpBEeMkV .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKwpBEeMkV .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uKwpBEeMkV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKwpBEeMkV .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uKwpBEeMkV .nav-item:focus,
.cid-uKwpBEeMkV .nav-link:focus {
  outline: none;
}
.cid-uKwpBEeMkV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKwpBEeMkV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKwpBEeMkV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKwpBEeMkV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKwpBEeMkV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKwpBEeMkV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKwpBEeMkV .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uKwpBEeMkV .navbar.opened {
  transition: all 0.3s;
}
.cid-uKwpBEeMkV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKwpBEeMkV .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uKwpBEeMkV .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uKwpBEeMkV .navbar.collapsed {
  justify-content: center;
}
.cid-uKwpBEeMkV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKwpBEeMkV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKwpBEeMkV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uKwpBEeMkV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKwpBEeMkV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKwpBEeMkV .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-uKwpBEeMkV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKwpBEeMkV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKwpBEeMkV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKwpBEeMkV .navbar {
    min-height: 72px;
  }
  .cid-uKwpBEeMkV .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uKwpBEeMkV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKwpBEeMkV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKwpBEeMkV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKwpBEeMkV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKwpBEeMkV .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-uKwpBEeMkV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKwpBEeMkV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uKwpBEeMkV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKwpBEeMkV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKwpBEeMkV .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uKwpBEeMkV .dropdown-item.active,
.cid-uKwpBEeMkV .dropdown-item:active {
  background-color: transparent;
}
.cid-uKwpBEeMkV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKwpBEeMkV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKwpBEeMkV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKwpBEeMkV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKwpBEeMkV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uKwpBEeMkV .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uKwpBEeMkV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKwpBEeMkV .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uKwpBEeMkV .navbar-buttons {
    text-align: left;
  }
}
.cid-uKwpBEeMkV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKwpBEeMkV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a52;
}
.cid-uKwpBEeMkV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKwpBEeMkV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKwpBEeMkV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKwpBEeMkV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKwpBEeMkV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKwpBEeMkV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKwpBEeMkV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKwpBEeMkV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKwpBEeMkV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uKwpBEeMkV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKwpBEeMkV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKwpBEeMkV .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKwpBEeMkV .navbar {
    height: 70px;
  }
  .cid-uKwpBEeMkV .navbar.opened {
    height: auto;
  }
  .cid-uKwpBEeMkV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKwpBEeMkV .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uKwpBEeMkV .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uKwpBEeMkV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uKwpBEeMkV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uKwpBEeMkV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uKwpBEeMkV .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uKwpBEeMkV .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uKwpBEeMkV .navbar-brand {
    margin-right: auto;
  }
  .cid-uKwpBEeMkV .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uKwpBEeMkV .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uKwpBEeMkV .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uKwpBEeMkV .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKwpBEeMkV .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uKwpBEeMkV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uKwpBEeMkV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uKwpBEeMkV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uKwpBEeMkV .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKwpBEeMkV .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uKwpBEeMkV .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uKwy9si2mE {
  padding-top: 12rem;
  padding-bottom: 0rem;
}
.cid-uKwy9si2mE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKwy9si2mE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  background-image: url("../../../assets/images/hero-img-avocado-header-lr-2000x1111.webp");
}
.cid-uKwy9si2mE .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #d7f2da;
}
.cid-uKwy9si2mE .mbr-section-title {
  color: #ffffff;
}
.cid-uKwy9si2mE .mbr-text,
.cid-uKwy9si2mE .mbr-section-btn {
  color: #ffffff;
}
.cid-uKwy9si2mE .content-head {
  max-width: 800px;
}
.cid-uKCBRUfbOh {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #d7f2da;
}
.cid-uKCBRUfbOh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKCBRUfbOh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKCBRUfbOh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKCBRUfbOh .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKCBRUfbOh .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKCBRUfbOh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKCBRUfbOh .mbr-section-title {
  color: #33a840;
}
.cid-uKCBRUfbOh .mbr-text,
.cid-uKCBRUfbOh .mbr-section-btn {
  color: #000000;
}
.cid-uKwM5dSMno {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uKwM5dSMno .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKwM5dSMno .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKwM5dSMno .title .num {
  width: 100%;
  display: block;
}
.cid-uKwM5dSMno .title .card-title {
  z-index: 1;
}
.cid-uKwM5dSMno .count {
  color: #33a840;
  font-weight: 700;
  text-align: left;
}
.cid-uKwM5dSMno .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uKwM5dSMno .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uKwM5dSMno * {
    text-align: center !important;
  }
  .cid-uKwM5dSMno .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uKwM5dSMno .content-head {
  max-width: 800px;
}
.cid-uKwM5dSMno H3 {
  color: #a6a99c;
  text-align: left;
}
.cid-uKwM5dSMno .card-text {
  text-align: left;
}
.cid-uKwM5dSMno .card-title,
.cid-uKwM5dSMno .card-img {
  text-align: left;
  color: #006a52;
}
.cid-uKwM5dSMno .mbr-section-title,
.cid-uKwM5dSMno .card-box {
  color: #33a840;
}
.cid-uKwM5dSMno .mbr-text,
.cid-uKwM5dSMno .mbr-section-btn {
  color: #000000;
}
.cid-uKx1a85QNu {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #d7f2da;
}
.cid-uKx1a85QNu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKx1a85QNu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKx1a85QNu .mbr-section-title {
  color: #33a840;
}
.cid-uKwPzsLwmy {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #d7f2da;
}
.cid-uKwPzsLwmy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKwPzsLwmy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKwPzsLwmy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKwPzsLwmy .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKwPzsLwmy .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKwPzsLwmy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKwPzsLwmy .mbr-section-title {
  color: #33a840;
}
.cid-uKwPzsLwmy .mbr-text,
.cid-uKwPzsLwmy .mbr-section-btn {
  color: #000000;
}
.cid-uKCG1ZNh0t {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uKCG1ZNh0t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKCG1ZNh0t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKCG1ZNh0t .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uKCG1ZNh0t .row {
  align-items: top;
}
@media (min-width: 992px) {
  .cid-uKCG1ZNh0t .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKCG1ZNh0t .media-content,
.cid-uKCG1ZNh0t .mbr-figure {
  align-self: center;
}
.cid-uKCG1ZNh0t .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uKCG1ZNh0t .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uKCG1ZNh0t .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uKCG1ZNh0t .mbr-section-maintitle {
  text-align: center;
  color: #33a840;
}
.cid-uKCG1ZNh0t .mbr-section-title {
  text-align: left;
  color: #33a840;
}
.cid-uKCG1ZNh0t .mbr-text,
.cid-uKCG1ZNh0t .mbr-section-btn {
  text-align: left;
}
.cid-uKCG2XnqTJ {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uKCG2XnqTJ h6 {
  line-height: 1.2;
}
.cid-uKCG2XnqTJ img,
.cid-uKCG2XnqTJ .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uKCG2XnqTJ img,
  .cid-uKCG2XnqTJ .item-img {
    height: 300px;
    object-fit: cover;
  }
}
.cid-uKCG2XnqTJ .item:focus,
.cid-uKCG2XnqTJ span:focus {
  outline: none;
}
.cid-uKCG2XnqTJ .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uKCG2XnqTJ .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uKCG2XnqTJ .mbr-section-title {
  color: #006a52;
}
.cid-uKCG2XnqTJ .mbr-text,
.cid-uKCG2XnqTJ .mbr-section-btn {
  color: #000000;
}
.cid-uKCG2XnqTJ .item-title {
  color: #000000;
  text-align: center;
}
.cid-uKCG2XnqTJ .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uKCG2XnqTJ .item-text {
  color: #000000;
  text-align: center;
}
.cid-uKCG2XnqTJ .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uKCG2XnqTJ img,
  .cid-uKCG2XnqTJ .item-img {
    height: 300px;
    object-fit: cover;
  }
  .cid-uKCG2XnqTJ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKCG2XnqTJ .mbr-section-subtitle {
  color: #97d700;
}
.cid-uKCG2XnqTJ .item-title,
.cid-uKCG2XnqTJ .mbr-section-btn {
  color: #006a52;
}
.cid-uKCG2XnqTJ .item-subtitle,
.cid-uKCG2XnqTJ .mbr-section-btn {
  color: #97d700;
}
.cid-uKHSTx4A5S {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/pexels-roman-odintsov-5060450-2000x1333.webp");
}
.cid-uKHSTx4A5S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKHSTx4A5S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKHSTx4A5S .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uKHSTx4A5S .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uKHSTx4A5S .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uKHSTx4A5S .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uKHSTx4A5S .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uKHSTx4A5S .image-wrapper {
  padding: 0 1rem;
}
.cid-uKHSTx4A5S img,
.cid-uKHSTx4A5S .image-wrapper {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uKHSTx4A5S img,
  .cid-uKHSTx4A5S .image-wrapper {
    max-height: 350px;
  }
}
.cid-uKHSTx4A5S .mbr-section-title {
  color: #f92c50;
}
.cid-uKHSTx4A5S .mbr-text {
  color: #000000;
}
.cid-uKHSTx4A5S .price {
  color: #006a52;
}
.cid-uKwpBFKjgy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffa600;
}
.cid-uKwpBFKjgy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKwpBFKjgy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKwpBFKjgy .mbr-section-title {
  color: #ffffff;
}
.cid-uZAC4PsXLq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uZAC4PsXLq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZAC4PsXLq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZAC4PsXLq .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uZAC4PsXLq .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uZAC4PsXLq .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uZAC4PsXLq img,
.cid-uZAC4PsXLq .item-img {
  width: 100%;
}
.cid-uKwpBG9duV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uKwpBG9duV .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uKwpBG9duV .social-row .soc-item {
  margin: 8px;
}
.cid-uKwpBG9duV .social-row .soc-item a:hover .mbr-iconfont,
.cid-uKwpBG9duV .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uKwpBG9duV .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #006a52;
  transition: all 0.3s ease-in-out;
}
.cid-uKwpBG9duV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uKwpBG9duV .mbr-section-title {
  color: #ffffff;
}
.cid-uKwpBG9duV .mbr-section-title,
.cid-uKwpBG9duV .social-list {
  color: #006a52;
}
.cid-uKwpBGiRBU {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #97d700;
  overflow: hidden;
}
.cid-uKwpBGiRBU .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uKCeZcNYjx {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uKCeZcNYjx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uKCeZcNYjx .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uKCeZcNYjx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKCeZcNYjx .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uKCeZcNYjx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKCeZcNYjx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKCeZcNYjx .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uKCeZcNYjx .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uKCeZcNYjx .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uKCeZcNYjx .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uKCeZcNYjx .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uKCeZcNYjx .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uKCeZcNYjx .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uKCeZcNYjx .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uKCeZcNYjx .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uKCeZcNYjx .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uKCeZcNYjx .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uKCeZcNYjx .navbar-logo {
    padding-left: 0;
  }
}
.cid-uKCeZcNYjx .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKCeZcNYjx .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uKCeZcNYjx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uKCeZcNYjx .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uKCeZcNYjx .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKCeZcNYjx .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uKCeZcNYjx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKCeZcNYjx .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uKCeZcNYjx .nav-item:focus,
.cid-uKCeZcNYjx .nav-link:focus {
  outline: none;
}
.cid-uKCeZcNYjx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKCeZcNYjx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKCeZcNYjx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKCeZcNYjx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKCeZcNYjx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKCeZcNYjx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKCeZcNYjx .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uKCeZcNYjx .navbar.opened {
  transition: all 0.3s;
}
.cid-uKCeZcNYjx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKCeZcNYjx .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uKCeZcNYjx .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uKCeZcNYjx .navbar.collapsed {
  justify-content: center;
}
.cid-uKCeZcNYjx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKCeZcNYjx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKCeZcNYjx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uKCeZcNYjx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKCeZcNYjx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKCeZcNYjx .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-uKCeZcNYjx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKCeZcNYjx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKCeZcNYjx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKCeZcNYjx .navbar {
    min-height: 72px;
  }
  .cid-uKCeZcNYjx .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uKCeZcNYjx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKCeZcNYjx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKCeZcNYjx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKCeZcNYjx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKCeZcNYjx .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-uKCeZcNYjx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKCeZcNYjx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uKCeZcNYjx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKCeZcNYjx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKCeZcNYjx .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uKCeZcNYjx .dropdown-item.active,
.cid-uKCeZcNYjx .dropdown-item:active {
  background-color: transparent;
}
.cid-uKCeZcNYjx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKCeZcNYjx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKCeZcNYjx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKCeZcNYjx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKCeZcNYjx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uKCeZcNYjx .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uKCeZcNYjx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKCeZcNYjx .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uKCeZcNYjx .navbar-buttons {
    text-align: left;
  }
}
.cid-uKCeZcNYjx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKCeZcNYjx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a52;
}
.cid-uKCeZcNYjx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKCeZcNYjx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCeZcNYjx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCeZcNYjx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKCeZcNYjx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCeZcNYjx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKCeZcNYjx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKCeZcNYjx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCeZcNYjx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uKCeZcNYjx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKCeZcNYjx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKCeZcNYjx .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKCeZcNYjx .navbar {
    height: 70px;
  }
  .cid-uKCeZcNYjx .navbar.opened {
    height: auto;
  }
  .cid-uKCeZcNYjx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKCeZcNYjx .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uKCeZcNYjx .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uKCeZcNYjx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uKCeZcNYjx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uKCeZcNYjx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uKCeZcNYjx .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uKCeZcNYjx .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uKCeZcNYjx .navbar-brand {
    margin-right: auto;
  }
  .cid-uKCeZcNYjx .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uKCeZcNYjx .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uKCeZcNYjx .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uKCeZcNYjx .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKCeZcNYjx .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uKCeZcNYjx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uKCeZcNYjx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uKCeZcNYjx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uKCeZcNYjx .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKCeZcNYjx .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uKCeZcNYjx .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uKCfQr1PTC {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/dole-be-exotic-hero-img-diet-lr-1-2000x1125.webp");
}
.cid-uKCfQr1PTC .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uKCfQr1PTC {
    align-items: flex-end;
  }
  .cid-uKCfQr1PTC .row {
    justify-content: flex-start;
  }
  .cid-uKCfQr1PTC .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uKCfQr1PTC .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uKCfQr1PTC {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uKCfQr1PTC .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uKCfQr1PTC .content-wrap {
    width: 100%;
  }
}
.cid-uKCfQr1PTC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKCfQr1PTC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKCfQr1PTC .mbr-section-title,
.cid-uKCfQr1PTC .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uKCfQr1PTC .mbr-text,
.cid-uKCfQr1PTC .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uKCfQr1PTC .mbr-section-title {
  color: #006a52;
}
.cid-uKCfQr1PTC .mbr-section-subtitle {
  color: #006a52;
}
.cid-uKCrZ6c28n {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uKCrZ6c28n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKCrZ6c28n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKCrZ6c28n .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKCrZ6c28n .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKCrZ6c28n .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKCrZ6c28n .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKCrZ6c28n .mbr-section-title {
  color: #97d700;
}
.cid-uKCrZ6c28n .mbr-text,
.cid-uKCrZ6c28n .mbr-section-btn {
  color: #000000;
}
.cid-uKCwbzP69Y {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uKCwbzP69Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKCwbzP69Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKCwbzP69Y .row {
  flex-direction: row-reverse;
}
.cid-uKCwbzP69Y .mbr-description {
  color: #97d700;
}
.cid-uKCtbTwuMq {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/dole-be-exotic-hero-img1-lr-2000x1125.webp");
}
.cid-uKCtbTwuMq .content-head {
  max-width: 800px;
}
.cid-uKCtbTwuMq .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uKCtbTwuMq .mbr-text,
.cid-uKCtbTwuMq .mbr-section-btn {
  color: #edefeb;
}
.cid-uKCt0U8iEY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #33a840;
}
.cid-uKCt0U8iEY .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uKCt0U8iEY .panel-group {
  border: none;
}
.cid-uKCt0U8iEY .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uKCt0U8iEY .card-header {
    padding: 0rem;
  }
}
.cid-uKCt0U8iEY .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uKCt0U8iEY .img-col {
  padding: 0;
}
.cid-uKCt0U8iEY .img-item {
  height: 100%;
}
.cid-uKCt0U8iEY img {
  height: 100%;
  object-fit: cover;
}
.cid-uKCt0U8iEY .collapsed span {
  transform: rotate(0deg);
}
.cid-uKCt0U8iEY .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uKCt0U8iEY p {
  margin-bottom: 0.3rem;
}
.cid-uKCt0U8iEY .panel-title-edit {
  color: #000000;
}
.cid-uKCt0U8iEY .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uKCt0U8iEY .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uKCt0U8iEY .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKCt0U8iEY .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uKCt0U8iEY .panel-text {
  color: #000000;
}
.cid-uKCt0U8iEY .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uKCt0U8iEY .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uKCt0U8iEY .panel-title-edit,
.cid-uKCt0U8iEY .mbr-iconfont {
  color: #33a840;
}
.cid-uKCfJbGZQN {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/dole-be-exotic-hero-img2-lr-2000x1125.webp");
}
.cid-uKCfJbGZQN .content-head {
  max-width: 800px;
}
.cid-uKCfJbGZQN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uKCfJbGZQN .mbr-text,
.cid-uKCfJbGZQN .mbr-section-btn {
  color: #edefeb;
}
.cid-uKCvbPcLA8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffa600;
}
.cid-uKCvbPcLA8 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uKCvbPcLA8 .panel-group {
  border: none;
}
.cid-uKCvbPcLA8 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uKCvbPcLA8 .card-header {
    padding: 0rem;
  }
}
.cid-uKCvbPcLA8 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uKCvbPcLA8 .img-col {
  padding: 0;
}
.cid-uKCvbPcLA8 .img-item {
  height: 100%;
}
.cid-uKCvbPcLA8 img {
  height: 100%;
  object-fit: cover;
}
.cid-uKCvbPcLA8 .collapsed span {
  transform: rotate(0deg);
}
.cid-uKCvbPcLA8 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uKCvbPcLA8 p {
  margin-bottom: 0.3rem;
}
.cid-uKCvbPcLA8 .panel-title-edit {
  color: #000000;
}
.cid-uKCvbPcLA8 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uKCvbPcLA8 .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uKCvbPcLA8 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKCvbPcLA8 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uKCvbPcLA8 .panel-text {
  color: #000000;
}
.cid-uKCvbPcLA8 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uKCvbPcLA8 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uKCvbPcLA8 .panel-title-edit,
.cid-uKCvbPcLA8 .mbr-iconfont {
  color: #ffa600;
}
.cid-uKCtpfLRTj {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/dole-be-exotic-hero-img3-lr-2000x1125.webp");
}
.cid-uKCtpfLRTj .content-head {
  max-width: 800px;
}
.cid-uKCtpfLRTj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uKCtpfLRTj .mbr-text,
.cid-uKCtpfLRTj .mbr-section-btn {
  color: #edefeb;
}
.cid-uKCvwYjbcM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b96bac;
}
.cid-uKCvwYjbcM .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uKCvwYjbcM .panel-group {
  border: none;
}
.cid-uKCvwYjbcM .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uKCvwYjbcM .card-header {
    padding: 0rem;
  }
}
.cid-uKCvwYjbcM .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uKCvwYjbcM .img-col {
  padding: 0;
}
.cid-uKCvwYjbcM .img-item {
  height: 100%;
}
.cid-uKCvwYjbcM img {
  height: 100%;
  object-fit: cover;
}
.cid-uKCvwYjbcM .collapsed span {
  transform: rotate(0deg);
}
.cid-uKCvwYjbcM .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uKCvwYjbcM p {
  margin-bottom: 0.3rem;
}
.cid-uKCvwYjbcM .panel-title-edit {
  color: #000000;
}
.cid-uKCvwYjbcM .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uKCvwYjbcM .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uKCvwYjbcM .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKCvwYjbcM .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uKCvwYjbcM .panel-text {
  color: #000000;
}
.cid-uKCvwYjbcM .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uKCvwYjbcM .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uKCvwYjbcM .panel-title-edit,
.cid-uKCvwYjbcM .mbr-iconfont {
  color: #b96bac;
}
.cid-uKCwKaNXoG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uKCwKaNXoG .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uKCwKaNXoG img,
.cid-uKCwKaNXoG .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uKCwKaNXoG .item:focus,
.cid-uKCwKaNXoG span:focus {
  outline: none;
}
.cid-uKCwKaNXoG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uKCwKaNXoG .item {
    margin-bottom: 1rem;
  }
}
.cid-uKCwKaNXoG .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uKCwKaNXoG .mbr-section-title {
  color: #97d700;
}
.cid-uKCwKaNXoG .mbr-text,
.cid-uKCwKaNXoG .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uKCwKaNXoG .item-title {
  color: #97d700;
  text-align: center;
}
.cid-uKCwKaNXoG .content-head {
  max-width: 800px;
}
.cid-uKCeZehbcF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffa600;
}
.cid-uKCeZehbcF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKCeZehbcF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKCeZehbcF .mbr-section-title {
  color: #ffffff;
}
.cid-uZACi8lQlb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uZACi8lQlb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZACi8lQlb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZACi8lQlb .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uZACi8lQlb .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uZACi8lQlb .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uZACi8lQlb img,
.cid-uZACi8lQlb .item-img {
  width: 100%;
}
.cid-uKCeZeHd05 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uKCeZeHd05 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uKCeZeHd05 .social-row .soc-item {
  margin: 8px;
}
.cid-uKCeZeHd05 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uKCeZeHd05 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uKCeZeHd05 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #006a52;
  transition: all 0.3s ease-in-out;
}
.cid-uKCeZeHd05 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uKCeZeHd05 .mbr-section-title {
  color: #ffffff;
}
.cid-uKCeZeHd05 .mbr-section-title,
.cid-uKCeZeHd05 .social-list {
  color: #006a52;
}
.cid-uKCeZeXpoH {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #97d700;
  overflow: hidden;
}
.cid-uKCeZeXpoH .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uKI4KF6CqT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uKI4KF6CqT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uKI4KF6CqT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uKI4KF6CqT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKI4KF6CqT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uKI4KF6CqT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKI4KF6CqT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKI4KF6CqT .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uKI4KF6CqT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uKI4KF6CqT .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uKI4KF6CqT .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uKI4KF6CqT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uKI4KF6CqT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uKI4KF6CqT .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uKI4KF6CqT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uKI4KF6CqT .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uKI4KF6CqT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uKI4KF6CqT .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uKI4KF6CqT .navbar-logo {
    padding-left: 0;
  }
}
.cid-uKI4KF6CqT .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKI4KF6CqT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uKI4KF6CqT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uKI4KF6CqT .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uKI4KF6CqT .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKI4KF6CqT .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uKI4KF6CqT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKI4KF6CqT .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uKI4KF6CqT .nav-item:focus,
.cid-uKI4KF6CqT .nav-link:focus {
  outline: none;
}
.cid-uKI4KF6CqT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKI4KF6CqT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKI4KF6CqT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKI4KF6CqT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKI4KF6CqT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKI4KF6CqT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKI4KF6CqT .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uKI4KF6CqT .navbar.opened {
  transition: all 0.3s;
}
.cid-uKI4KF6CqT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKI4KF6CqT .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uKI4KF6CqT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uKI4KF6CqT .navbar.collapsed {
  justify-content: center;
}
.cid-uKI4KF6CqT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKI4KF6CqT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKI4KF6CqT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uKI4KF6CqT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKI4KF6CqT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKI4KF6CqT .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-uKI4KF6CqT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKI4KF6CqT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKI4KF6CqT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKI4KF6CqT .navbar {
    min-height: 72px;
  }
  .cid-uKI4KF6CqT .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uKI4KF6CqT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKI4KF6CqT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKI4KF6CqT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKI4KF6CqT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKI4KF6CqT .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-uKI4KF6CqT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKI4KF6CqT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uKI4KF6CqT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKI4KF6CqT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKI4KF6CqT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uKI4KF6CqT .dropdown-item.active,
.cid-uKI4KF6CqT .dropdown-item:active {
  background-color: transparent;
}
.cid-uKI4KF6CqT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKI4KF6CqT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKI4KF6CqT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKI4KF6CqT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKI4KF6CqT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uKI4KF6CqT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uKI4KF6CqT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKI4KF6CqT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uKI4KF6CqT .navbar-buttons {
    text-align: left;
  }
}
.cid-uKI4KF6CqT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKI4KF6CqT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a52;
}
.cid-uKI4KF6CqT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKI4KF6CqT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKI4KF6CqT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKI4KF6CqT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKI4KF6CqT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKI4KF6CqT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKI4KF6CqT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKI4KF6CqT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKI4KF6CqT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uKI4KF6CqT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKI4KF6CqT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKI4KF6CqT .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKI4KF6CqT .navbar {
    height: 70px;
  }
  .cid-uKI4KF6CqT .navbar.opened {
    height: auto;
  }
  .cid-uKI4KF6CqT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKI4KF6CqT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uKI4KF6CqT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uKI4KF6CqT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uKI4KF6CqT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uKI4KF6CqT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uKI4KF6CqT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uKI4KF6CqT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uKI4KF6CqT .navbar-brand {
    margin-right: auto;
  }
  .cid-uKI4KF6CqT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uKI4KF6CqT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uKI4KF6CqT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uKI4KF6CqT .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKI4KF6CqT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uKI4KF6CqT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uKI4KF6CqT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uKI4KF6CqT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uKI4KF6CqT .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKI4KF6CqT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uKI4KF6CqT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLhl6HIWip {
  padding-top: 12rem;
  padding-bottom: 0rem;
}
.cid-uLhl6HIWip .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhl6HIWip .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  background-image: url("../../../assets/images/hero-img-mango-header-lr-2000x1111.webp");
}
.cid-uLhl6HIWip .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #fddea5;
}
.cid-uLhl6HIWip .mbr-section-title {
  color: #ffffff;
}
.cid-uLhl6HIWip .mbr-text,
.cid-uLhl6HIWip .mbr-section-btn {
  color: #ffffff;
}
.cid-uLhl6HIWip .content-head {
  max-width: 800px;
}
.cid-uLhlNhsoIr {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #fddea5;
}
.cid-uLhlNhsoIr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhlNhsoIr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uLhlNhsoIr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLhlNhsoIr .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uLhlNhsoIr .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uLhlNhsoIr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLhlNhsoIr .mbr-section-title {
  color: #ffa600;
}
.cid-uLhlNhsoIr .mbr-text,
.cid-uLhlNhsoIr .mbr-section-btn {
  color: #000000;
}
.cid-uKI4KFEed6 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/pexels-bertellifotografia-30893227-2000x1333.webp");
}
.cid-uKI4KFEed6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKI4KFEed6 .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uKI4KFEed6 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKI4KFEed6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKI4KFEed6 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffa600;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
  border-radius: 50%;
}
.cid-uKI4KFEed6 .card-title,
.cid-uKI4KFEed6 .iconfont-wrapper,
.cid-uKI4KFEed6 .card-text {
  color: #000000;
  text-align: center;
}
.cid-uKI4KFEed6 .content-head {
  max-width: 800px;
}
.cid-uKI4KFEed6 .mbr-section-title {
  color: #ffa600;
}
.cid-uKI4KFEed6 .mbr-section-btn {
  text-align: center;
}
.cid-uKI4KFEed6 .card-title,
.cid-uKI4KFEed6 .iconfont-wrapper {
  color: #ffa600;
}
.cid-uKI4KFEed6 .card-text,
.cid-uKI4KFEed6 .mbr-section-btn {
  color: #ffffff;
}
.cid-uKI4KFEed6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uKI4KGGYKx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKI4KGGYKx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKI4KGGYKx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKI4KGGYKx .mbr-section-title {
  color: #ffa600;
}
.cid-uKI4KGV5Lj {
  padding-top: 1rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uKI4KGV5Lj .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uKI4KGV5Lj .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uKI4KGV5Lj .container {
    padding: 0 20px;
  }
}
.cid-uKI4KGV5Lj .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKI4KGV5Lj .content-wrapper .content-wrap {
  position: absolute;
  top: 0;
  width: 976px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  z-index: 1;
  padding: 60px 20px;
}
@media (max-width: 1200px) {
  .cid-uKI4KGV5Lj .content-wrapper .content-wrap {
    width: 680px;
  }
}
@media (max-width: 992px) {
  .cid-uKI4KGV5Lj .content-wrapper .content-wrap {
    padding: 46px 20px;
    top: auto;
    width: 100%;
    height: auto;
  }
}
.cid-uKI4KGV5Lj .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
.cid-uKI4KGV5Lj .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uKI4KGV5Lj .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uKI4KGV5Lj .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uKI4KGV5Lj .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKI4KGV5Lj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 976px;
  max-width: 976px;
}
@media (max-width: 1200px) {
  .cid-uKI4KGV5Lj .embla__slide {
    min-width: 680px;
    max-width: 680px;
  }
}
@media (max-width: 992px) {
  .cid-uKI4KGV5Lj .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uKI4KGV5Lj .embla__slide .slide-content {
  width: 100%;
}
.cid-uKI4KGV5Lj .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
}
.cid-uKI4KGV5Lj .embla__slide .slide-content .item-wrapper .item-img img {
  height: 830px;
  border-radius: 20px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKI4KGV5Lj .embla__slide .slide-content .item-wrapper .item-img img {
    height: 650px;
  }
}
.cid-uKI4KGV5Lj .embla__button--next,
.cid-uKI4KGV5Lj .embla__button--prev {
  display: flex;
}
.cid-uKI4KGV5Lj .embla__button {
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #006a52 !important;
  border: 2px solid #006a52 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-uKI4KGV5Lj .embla__button {
    top: 2.5rem;
  }
}
.cid-uKI4KGV5Lj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKI4KGV5Lj .embla__button:hover {
  opacity: 1 !important;
}
.cid-uKI4KGV5Lj .embla__button.embla__button--prev {
  left: 12%;
}
@media (max-width: 1550px) {
  .cid-uKI4KGV5Lj .embla__button.embla__button--prev {
    left: 30px;
  }
}
@media (max-width: 1300px) {
  .cid-uKI4KGV5Lj .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uKI4KGV5Lj .embla__button.embla__button--next {
  right: 12%;
}
@media (max-width: 1550px) {
  .cid-uKI4KGV5Lj .embla__button.embla__button--next {
    right: 30px;
  }
}
@media (max-width: 1300px) {
  .cid-uKI4KGV5Lj .embla__button.embla__button--next {
    right: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uKI4KGV5Lj .embla__button {
    top: 2.5rem;
  }
}
.cid-uKI4KGV5Lj .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uKI4KGV5Lj .embla {
    padding-top: 100px;
  }
}
.cid-uKI4KGV5Lj .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uKI4KGV5Lj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKI4KGV5Lj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKI4KGV5Lj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKI4KGV5Lj .mbr-desc {
  color: #006a52;
  text-align: center;
}
.cid-uKI4KGV5Lj .mbr-section-title {
  color: #ffffff;
}
.cid-uKI4KGV5Lj .mbr-text,
.cid-uKI4KGV5Lj .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uKI4KGV5Lj .mbr-section-title,
.cid-uKI4KGV5Lj .mbr-section-btn {
  text-align: center;
  color: #006a52;
}
.cid-uWATmnn2et {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fddea5;
}
.cid-uWATmnn2et .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWATmnn2et .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWATmnn2et .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uWATmnn2et .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWATmnn2et .mbr-iconfont {
  font-size: 3rem;
  color: #ffa600;
  padding-right: 2rem;
}
.cid-uWATmnn2et .content-head {
  max-width: 800px;
}
.cid-uWATmnn2et .mbr-section-title {
  color: #ffa600;
}
.cid-uWATADv3c8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uWATADv3c8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWATADv3c8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWATADv3c8 .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-uWATADv3c8 .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uWATADv3c8 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uWATADv3c8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWATADv3c8 .media-content,
.cid-uWATADv3c8 .mbr-figure {
  align-self: center;
}
.cid-uWATADv3c8 .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uWATADv3c8 .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uWATADv3c8 .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uWATADv3c8 .mbr-section-maintitle {
  text-align: center;
  color: #006a52;
}
.cid-uWATADv3c8 .mbr-section-title {
  text-align: left;
  color: #ffa600;
}
.cid-uWATADv3c8 .mbr-text,
.cid-uWATADv3c8 .mbr-section-btn {
  text-align: left;
}
.cid-uWATBs5KC4 {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uWATBs5KC4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWATBs5KC4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWATBs5KC4 .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uWATBs5KC4 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWATBs5KC4 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uWATBs5KC4 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uWATBs5KC4 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uWATBs5KC4 .row {
  flex-direction: row-reverse;
}
.cid-uWATBs5KC4 .image-wrapper {
  padding: 0 1rem;
}
.cid-uWATBs5KC4 img,
.cid-uWATBs5KC4 .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uWATBs5KC4 img,
  .cid-uWATBs5KC4 .image-wrapper {
    max-height: 350px;
  }
}
.cid-uWATBs5KC4 .mbr-section-title {
  color: #ffa600;
}
.cid-uWATBs5KC4 .mbr-text {
  color: #000000;
}
.cid-uLhorH0ueC {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/pexels-roman-odintsov-5060450-2000x1333.webp");
}
.cid-uLhorH0ueC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhorH0ueC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhorH0ueC .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uLhorH0ueC .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uLhorH0ueC .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uLhorH0ueC .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uLhorH0ueC .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uLhorH0ueC .image-wrapper {
  padding: 0 1rem;
}
.cid-uLhorH0ueC img,
.cid-uLhorH0ueC .image-wrapper {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uLhorH0ueC img,
  .cid-uLhorH0ueC .image-wrapper {
    max-height: 350px;
  }
}
.cid-uLhorH0ueC .mbr-section-title {
  color: #f92c50;
}
.cid-uLhorH0ueC .mbr-text {
  color: #000000;
}
.cid-uLhorH0ueC .price {
  color: #006a52;
}
.cid-uKI4KHgKgb {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffa600;
}
.cid-uKI4KHgKgb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKI4KHgKgb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKI4KHgKgb .mbr-section-title {
  color: #ffffff;
}
.cid-uWAUfmoixW {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #fddea5;
}
.cid-uWAUfmoixW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWAUfmoixW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWAUfmoixW .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWAUfmoixW .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWAUfmoixW .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uWAUfmoixW .content-head {
  max-width: 800px;
}
.cid-uWAUfmoixW .mbr-section-title {
  color: #ffa600;
}
.cid-uWAUfmoixW .card-title {
  color: #000000;
  text-align: center;
}
.cid-uWAUfmoixW .card-text {
  color: #ffa600;
}
.cid-uWAUfmoixW .card-text DIV {
  text-align: center;
}
.cid-uXxkgRS96z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffeac6;
}
.cid-uXxkgRS96z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXxkgRS96z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXxkgRS96z .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXxkgRS96z .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXxkgRS96z .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uXxkgRS96z .content-head {
  max-width: 800px;
}
.cid-uXxkgRS96z .mbr-section-title {
  color: #006a52;
}
.cid-uXxkgRS96z .card-title {
  color: #000000;
  text-align: center;
}
.cid-uXxkgRS96z .card-text {
  color: #ffa600;
}
.cid-uXxkgRS96z .card-text DIV {
  text-align: center;
}
.cid-uXxk5iHV4A {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #fddea5;
}
.cid-uXxk5iHV4A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXxk5iHV4A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXxk5iHV4A .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXxk5iHV4A .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXxk5iHV4A .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uXxk5iHV4A .content-head {
  max-width: 800px;
}
.cid-uXxk5iHV4A .mbr-section-title {
  color: #000000;
}
.cid-uXxk5iHV4A .card-title {
  color: #000000;
  text-align: center;
}
.cid-uXxk5iHV4A .card-text {
  color: #ffa600;
}
.cid-uXxk5iHV4A .card-text DIV {
  text-align: center;
}
.cid-uLhnpXTW3d {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/dole-be-exotic-hero-img-diet-lr-1-2000x1125.webp");
}
.cid-uLhnpXTW3d .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uLhnpXTW3d {
    align-items: flex-end;
  }
  .cid-uLhnpXTW3d .row {
    justify-content: flex-start;
  }
  .cid-uLhnpXTW3d .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLhnpXTW3d .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLhnpXTW3d {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uLhnpXTW3d .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLhnpXTW3d .content-wrap {
    width: 100%;
  }
}
.cid-uLhnpXTW3d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhnpXTW3d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhnpXTW3d .mbr-section-title,
.cid-uLhnpXTW3d .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uLhnpXTW3d .mbr-text,
.cid-uLhnpXTW3d .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uLhnpXTW3d .mbr-section-title {
  color: #006a52;
}
.cid-uLhnpXTW3d .mbr-section-subtitle {
  color: #006a52;
}
.cid-uLhnLK6YkU {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fddea5;
}
.cid-uLhnLK6YkU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhnLK6YkU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uLhnLK6YkU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLhnLK6YkU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uLhnLK6YkU .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uLhnLK6YkU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLhnLK6YkU .mbr-section-title {
  color: #ffa600;
}
.cid-uLhnLK6YkU .mbr-text,
.cid-uLhnLK6YkU .mbr-section-btn {
  color: #000000;
}
.cid-uLhnslNYNe {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fddea5;
}
.cid-uLhnslNYNe .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uLhnslNYNe .panel-group {
  border: none;
}
.cid-uLhnslNYNe .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uLhnslNYNe .card-header {
    padding: 0rem;
  }
}
.cid-uLhnslNYNe .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uLhnslNYNe .img-col {
  padding: 0;
}
.cid-uLhnslNYNe .img-item {
  height: 100%;
}
.cid-uLhnslNYNe img {
  height: 100%;
  object-fit: cover;
}
.cid-uLhnslNYNe .collapsed span {
  transform: rotate(0deg);
}
.cid-uLhnslNYNe .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uLhnslNYNe p {
  margin-bottom: 0.3rem;
}
.cid-uLhnslNYNe .panel-title-edit {
  color: #000000;
}
.cid-uLhnslNYNe .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uLhnslNYNe .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uLhnslNYNe .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uLhnslNYNe .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uLhnslNYNe .panel-text {
  color: #000000;
}
.cid-uLhnslNYNe .mbr-section-title {
  text-align: center;
  color: #ffa600;
}
.cid-uLhnslNYNe .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uLhnslNYNe .panel-title-edit,
.cid-uLhnslNYNe .mbr-iconfont {
  color: #ffa600;
}
.cid-uLhoqROSxM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLhoqROSxM .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uLhoqROSxM img,
.cid-uLhoqROSxM .item-img {
  width: 100%;
}
.cid-uLhoqROSxM .item:focus,
.cid-uLhoqROSxM span:focus {
  outline: none;
}
.cid-uLhoqROSxM .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLhoqROSxM .item {
    margin-bottom: 1rem;
  }
}
.cid-uLhoqROSxM .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uLhoqROSxM .mbr-section-title {
  color: #ffa600;
}
.cid-uLhoqROSxM .mbr-text,
.cid-uLhoqROSxM .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uLhoqROSxM .item-title {
  color: #97d700;
  text-align: center;
}
.cid-uLhoqROSxM .content-head {
  max-width: 800px;
}
.cid-uLhovAtkfJ {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/hero-img-mango-lr-2000x1125.webp");
}
.cid-uLhovAtkfJ .content-head {
  max-width: 800px;
}
.cid-uLhovAtkfJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLhovAtkfJ .mbr-text,
.cid-uLhovAtkfJ .mbr-section-btn {
  color: #edefeb;
}
.cid-uLhpea0ELR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #006a52;
}
.cid-uLhpea0ELR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhpea0ELR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhpea0ELR .mbr-section-title {
  color: #ffffff;
}
.cid-uZAAfRWewt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uZAAfRWewt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZAAfRWewt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZAAfRWewt .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uZAAfRWewt .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uZAAfRWewt .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uZAAfRWewt img,
.cid-uZAAfRWewt .item-img {
  width: 100%;
}
.cid-uKI4KI4vny {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uKI4KI4vny .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uKI4KI4vny .social-row .soc-item {
  margin: 8px;
}
.cid-uKI4KI4vny .social-row .soc-item a:hover .mbr-iconfont,
.cid-uKI4KI4vny .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uKI4KI4vny .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #006a52;
  transition: all 0.3s ease-in-out;
}
.cid-uKI4KI4vny .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uKI4KI4vny .mbr-section-title {
  color: #ffffff;
}
.cid-uKI4KI4vny .mbr-section-title,
.cid-uKI4KI4vny .social-list {
  color: #006a52;
}
.cid-uKI4KInJ2r {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #97d700;
  overflow: hidden;
}
.cid-uKI4KInJ2r .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uKI81UdULt {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uKI81UdULt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uKI81UdULt .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uKI81UdULt .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKI81UdULt .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uKI81UdULt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKI81UdULt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKI81UdULt .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uKI81UdULt .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uKI81UdULt .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uKI81UdULt .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uKI81UdULt .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uKI81UdULt .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uKI81UdULt .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uKI81UdULt .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uKI81UdULt .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uKI81UdULt .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uKI81UdULt .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uKI81UdULt .navbar-logo {
    padding-left: 0;
  }
}
.cid-uKI81UdULt .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKI81UdULt .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uKI81UdULt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uKI81UdULt .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uKI81UdULt .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKI81UdULt .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uKI81UdULt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKI81UdULt .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uKI81UdULt .nav-item:focus,
.cid-uKI81UdULt .nav-link:focus {
  outline: none;
}
.cid-uKI81UdULt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKI81UdULt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKI81UdULt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKI81UdULt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKI81UdULt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKI81UdULt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKI81UdULt .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uKI81UdULt .navbar.opened {
  transition: all 0.3s;
}
.cid-uKI81UdULt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKI81UdULt .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uKI81UdULt .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uKI81UdULt .navbar.collapsed {
  justify-content: center;
}
.cid-uKI81UdULt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKI81UdULt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKI81UdULt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uKI81UdULt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKI81UdULt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKI81UdULt .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-uKI81UdULt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKI81UdULt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKI81UdULt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKI81UdULt .navbar {
    min-height: 72px;
  }
  .cid-uKI81UdULt .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uKI81UdULt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKI81UdULt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKI81UdULt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKI81UdULt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKI81UdULt .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-uKI81UdULt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKI81UdULt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uKI81UdULt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKI81UdULt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKI81UdULt .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uKI81UdULt .dropdown-item.active,
.cid-uKI81UdULt .dropdown-item:active {
  background-color: transparent;
}
.cid-uKI81UdULt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKI81UdULt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKI81UdULt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKI81UdULt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKI81UdULt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uKI81UdULt .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uKI81UdULt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKI81UdULt .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uKI81UdULt .navbar-buttons {
    text-align: left;
  }
}
.cid-uKI81UdULt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKI81UdULt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a52;
}
.cid-uKI81UdULt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKI81UdULt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKI81UdULt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKI81UdULt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKI81UdULt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKI81UdULt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKI81UdULt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKI81UdULt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKI81UdULt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uKI81UdULt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKI81UdULt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKI81UdULt .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKI81UdULt .navbar {
    height: 70px;
  }
  .cid-uKI81UdULt .navbar.opened {
    height: auto;
  }
  .cid-uKI81UdULt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKI81UdULt .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uKI81UdULt .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uKI81UdULt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uKI81UdULt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uKI81UdULt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uKI81UdULt .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uKI81UdULt .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uKI81UdULt .navbar-brand {
    margin-right: auto;
  }
  .cid-uKI81UdULt .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uKI81UdULt .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uKI81UdULt .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uKI81UdULt .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKI81UdULt .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uKI81UdULt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uKI81UdULt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uKI81UdULt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uKI81UdULt .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKI81UdULt .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uKI81UdULt .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uKI81UuPvP {
  padding-top: 12rem;
  padding-bottom: 0rem;
}
.cid-uKI81UuPvP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKI81UuPvP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  background-image: url("../../../assets/images/hero-img-mango-header-lr-2000x1111.webp");
}
.cid-uKI81UuPvP .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #fddea5;
}
.cid-uKI81UuPvP .mbr-section-title {
  color: #ffffff;
}
.cid-uKI81UuPvP .mbr-text,
.cid-uKI81UuPvP .mbr-section-btn {
  color: #ffffff;
}
.cid-uKI81UuPvP .content-head {
  max-width: 800px;
}
.cid-uKI81UIM40 {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #fddea5;
}
.cid-uKI81UIM40 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKI81UIM40 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKI81UIM40 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKI81UIM40 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKI81UIM40 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKI81UIM40 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKI81UIM40 .mbr-section-title {
  color: #ffa600;
}
.cid-uKI81UIM40 .mbr-text,
.cid-uKI81UIM40 .mbr-section-btn {
  color: #000000;
}
.cid-uKI81UV917 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uKI81UV917 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKI81UV917 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKI81UV917 .title .num {
  width: 100%;
  display: block;
}
.cid-uKI81UV917 .title .card-title {
  z-index: 1;
}
.cid-uKI81UV917 .count {
  color: #ffa600;
  font-weight: 700;
  text-align: left;
}
.cid-uKI81UV917 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uKI81UV917 .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uKI81UV917 * {
    text-align: center !important;
  }
  .cid-uKI81UV917 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uKI81UV917 .content-head {
  max-width: 800px;
}
.cid-uKI81UV917 H3 {
  color: #a6a99c;
  text-align: left;
}
.cid-uKI81UV917 .card-text {
  text-align: left;
}
.cid-uKI81UV917 .card-title,
.cid-uKI81UV917 .card-img {
  text-align: left;
  color: #006a52;
}
.cid-uKI81UV917 .mbr-section-title,
.cid-uKI81UV917 .card-box {
  color: #ffa600;
}
.cid-uKI81UV917 .mbr-text,
.cid-uKI81UV917 .mbr-section-btn {
  color: #000000;
}
.cid-uKI81VmyVQ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fddea5;
}
.cid-uKI81VmyVQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKI81VmyVQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKI81VmyVQ .mbr-section-title {
  color: #ffa600;
}
.cid-uKI81VBS0z {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #fddea5;
}
.cid-uKI81VBS0z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKI81VBS0z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKI81VBS0z .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKI81VBS0z .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKI81VBS0z .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKI81VBS0z .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKI81VBS0z .mbr-section-title {
  color: #ffa600;
}
.cid-uKI81VBS0z .mbr-text,
.cid-uKI81VBS0z .mbr-section-btn {
  color: #000000;
}
.cid-uKI81VRPlf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uKI81VRPlf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKI81VRPlf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKI81VRPlf .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uKI81VRPlf .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uKI81VRPlf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKI81VRPlf .media-content,
.cid-uKI81VRPlf .mbr-figure {
  align-self: center;
}
.cid-uKI81VRPlf .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uKI81VRPlf .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uKI81VRPlf .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uKI81VRPlf .mbr-section-maintitle {
  text-align: center;
  color: #ffa600;
}
.cid-uKI81VRPlf .mbr-section-title {
  text-align: left;
  color: #ffa600;
}
.cid-uKI81VRPlf .mbr-text,
.cid-uKI81VRPlf .mbr-section-btn {
  text-align: left;
}
.cid-uKI81W8oox {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uKI81W8oox h6 {
  line-height: 1.2;
}
.cid-uKI81W8oox img,
.cid-uKI81W8oox .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uKI81W8oox img,
  .cid-uKI81W8oox .item-img {
    height: 300px;
    object-fit: cover;
  }
}
.cid-uKI81W8oox .item:focus,
.cid-uKI81W8oox span:focus {
  outline: none;
}
.cid-uKI81W8oox .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uKI81W8oox .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uKI81W8oox .mbr-section-title {
  color: #006a52;
}
.cid-uKI81W8oox .mbr-text,
.cid-uKI81W8oox .mbr-section-btn {
  color: #000000;
}
.cid-uKI81W8oox .item-title {
  color: #000000;
  text-align: center;
}
.cid-uKI81W8oox .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uKI81W8oox .item-text {
  color: #000000;
  text-align: center;
}
.cid-uKI81W8oox .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uKI81W8oox img,
  .cid-uKI81W8oox .item-img {
    height: 300px;
    object-fit: cover;
  }
  .cid-uKI81W8oox .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKI81W8oox .mbr-section-subtitle {
  color: #97d700;
}
.cid-uKI81W8oox .item-title,
.cid-uKI81W8oox .mbr-section-btn {
  color: #006a52;
}
.cid-uKI81W8oox .item-subtitle,
.cid-uKI81W8oox .mbr-section-btn {
  color: #97d700;
}
.cid-uKI81WpDCe {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/pexels-roman-odintsov-5060450-2000x1333.webp");
}
.cid-uKI81WpDCe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKI81WpDCe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKI81WpDCe .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uKI81WpDCe .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uKI81WpDCe .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uKI81WpDCe .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uKI81WpDCe .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uKI81WpDCe .image-wrapper {
  padding: 0 1rem;
}
.cid-uKI81WpDCe img,
.cid-uKI81WpDCe .image-wrapper {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uKI81WpDCe img,
  .cid-uKI81WpDCe .image-wrapper {
    max-height: 350px;
  }
}
.cid-uKI81WpDCe .mbr-section-title {
  color: #f92c50;
}
.cid-uKI81WpDCe .mbr-text {
  color: #000000;
}
.cid-uKI81WpDCe .price {
  color: #006a52;
}
.cid-uKI81WEC6d {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffa600;
}
.cid-uKI81WEC6d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKI81WEC6d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKI81WEC6d .mbr-section-title {
  color: #ffffff;
}
.cid-uZAC9LQhh8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uZAC9LQhh8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZAC9LQhh8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZAC9LQhh8 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uZAC9LQhh8 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uZAC9LQhh8 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uZAC9LQhh8 img,
.cid-uZAC9LQhh8 .item-img {
  width: 100%;
}
.cid-uKI81X9aCL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uKI81X9aCL .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uKI81X9aCL .social-row .soc-item {
  margin: 8px;
}
.cid-uKI81X9aCL .social-row .soc-item a:hover .mbr-iconfont,
.cid-uKI81X9aCL .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uKI81X9aCL .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #006a52;
  transition: all 0.3s ease-in-out;
}
.cid-uKI81X9aCL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uKI81X9aCL .mbr-section-title {
  color: #ffffff;
}
.cid-uKI81X9aCL .mbr-section-title,
.cid-uKI81X9aCL .social-list {
  color: #006a52;
}
.cid-uKI81XstQb {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #97d700;
  overflow: hidden;
}
.cid-uKI81XstQb .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uKIcy4lCFF {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uKIcy4lCFF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uKIcy4lCFF .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uKIcy4lCFF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKIcy4lCFF .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uKIcy4lCFF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKIcy4lCFF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKIcy4lCFF .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uKIcy4lCFF .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uKIcy4lCFF .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uKIcy4lCFF .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uKIcy4lCFF .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uKIcy4lCFF .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uKIcy4lCFF .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uKIcy4lCFF .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uKIcy4lCFF .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uKIcy4lCFF .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uKIcy4lCFF .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uKIcy4lCFF .navbar-logo {
    padding-left: 0;
  }
}
.cid-uKIcy4lCFF .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKIcy4lCFF .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uKIcy4lCFF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uKIcy4lCFF .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uKIcy4lCFF .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKIcy4lCFF .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uKIcy4lCFF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKIcy4lCFF .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uKIcy4lCFF .nav-item:focus,
.cid-uKIcy4lCFF .nav-link:focus {
  outline: none;
}
.cid-uKIcy4lCFF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKIcy4lCFF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKIcy4lCFF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKIcy4lCFF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKIcy4lCFF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKIcy4lCFF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKIcy4lCFF .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uKIcy4lCFF .navbar.opened {
  transition: all 0.3s;
}
.cid-uKIcy4lCFF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKIcy4lCFF .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uKIcy4lCFF .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uKIcy4lCFF .navbar.collapsed {
  justify-content: center;
}
.cid-uKIcy4lCFF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKIcy4lCFF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKIcy4lCFF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uKIcy4lCFF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKIcy4lCFF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKIcy4lCFF .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-uKIcy4lCFF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKIcy4lCFF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKIcy4lCFF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKIcy4lCFF .navbar {
    min-height: 72px;
  }
  .cid-uKIcy4lCFF .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uKIcy4lCFF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKIcy4lCFF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKIcy4lCFF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKIcy4lCFF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKIcy4lCFF .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-uKIcy4lCFF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKIcy4lCFF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uKIcy4lCFF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKIcy4lCFF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKIcy4lCFF .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uKIcy4lCFF .dropdown-item.active,
.cid-uKIcy4lCFF .dropdown-item:active {
  background-color: transparent;
}
.cid-uKIcy4lCFF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKIcy4lCFF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKIcy4lCFF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKIcy4lCFF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKIcy4lCFF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uKIcy4lCFF .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uKIcy4lCFF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKIcy4lCFF .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uKIcy4lCFF .navbar-buttons {
    text-align: left;
  }
}
.cid-uKIcy4lCFF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKIcy4lCFF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a52;
}
.cid-uKIcy4lCFF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKIcy4lCFF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKIcy4lCFF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKIcy4lCFF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKIcy4lCFF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKIcy4lCFF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKIcy4lCFF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKIcy4lCFF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKIcy4lCFF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uKIcy4lCFF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKIcy4lCFF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKIcy4lCFF .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKIcy4lCFF .navbar {
    height: 70px;
  }
  .cid-uKIcy4lCFF .navbar.opened {
    height: auto;
  }
  .cid-uKIcy4lCFF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKIcy4lCFF .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uKIcy4lCFF .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uKIcy4lCFF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uKIcy4lCFF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uKIcy4lCFF .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uKIcy4lCFF .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uKIcy4lCFF .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uKIcy4lCFF .navbar-brand {
    margin-right: auto;
  }
  .cid-uKIcy4lCFF .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uKIcy4lCFF .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uKIcy4lCFF .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uKIcy4lCFF .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKIcy4lCFF .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uKIcy4lCFF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uKIcy4lCFF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uKIcy4lCFF .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uKIcy4lCFF .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKIcy4lCFF .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uKIcy4lCFF .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLhqPQ01Zn {
  padding-top: 12rem;
  padding-bottom: 0rem;
}
.cid-uLhqPQ01Zn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhqPQ01Zn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  background-image: url("../../../assets/images/hero-img-mango-header-lr-2000x1111.webp");
}
.cid-uLhqPQ01Zn .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #fdddf7;
}
.cid-uLhqPQ01Zn .mbr-section-title {
  color: #ffffff;
}
.cid-uLhqPQ01Zn .mbr-text,
.cid-uLhqPQ01Zn .mbr-section-btn {
  color: #ffffff;
}
.cid-uLhqPQ01Zn .content-head {
  max-width: 800px;
}
.cid-uLhr7dQbB6 {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #fdddf7;
}
.cid-uLhr7dQbB6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhr7dQbB6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uLhr7dQbB6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLhr7dQbB6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uLhr7dQbB6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uLhr7dQbB6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLhr7dQbB6 .mbr-section-title {
  color: #b96bac;
}
.cid-uLhr7dQbB6 .mbr-text,
.cid-uLhr7dQbB6 .mbr-section-btn {
  color: #000000;
}
.cid-uKIcy4TWei {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/pexels-alleksana-4113814-2000x1333.webp");
}
.cid-uKIcy4TWei .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIcy4TWei .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uKIcy4TWei .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKIcy4TWei .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKIcy4TWei .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #b96bac;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
  border-radius: 50%;
}
.cid-uKIcy4TWei .card-title,
.cid-uKIcy4TWei .iconfont-wrapper,
.cid-uKIcy4TWei .card-text {
  color: #000000;
  text-align: center;
}
.cid-uKIcy4TWei .content-head {
  max-width: 800px;
}
.cid-uKIcy4TWei .mbr-section-title {
  color: #b96bac;
}
.cid-uKIcy4TWei .mbr-section-btn {
  text-align: center;
}
.cid-uKIcy4TWei .card-title,
.cid-uKIcy4TWei .iconfont-wrapper {
  color: #b96bac;
}
.cid-uKIcy4TWei .card-text,
.cid-uKIcy4TWei .mbr-section-btn {
  color: #ffffff;
}
.cid-uKIcy4TWei .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uKIcy5WkKb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKIcy5WkKb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIcy5WkKb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKIcy5WkKb .mbr-section-title {
  color: #b96bac;
}
.cid-uKIcy6alYq {
  padding-top: 1rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uKIcy6alYq .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uKIcy6alYq .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uKIcy6alYq .container {
    padding: 0 20px;
  }
}
.cid-uKIcy6alYq .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKIcy6alYq .content-wrapper .content-wrap {
  position: absolute;
  top: 0;
  width: 976px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  z-index: 1;
  padding: 60px 20px;
}
@media (max-width: 1200px) {
  .cid-uKIcy6alYq .content-wrapper .content-wrap {
    width: 680px;
  }
}
@media (max-width: 992px) {
  .cid-uKIcy6alYq .content-wrapper .content-wrap {
    padding: 46px 20px;
    top: auto;
    width: 100%;
    height: auto;
  }
}
.cid-uKIcy6alYq .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
.cid-uKIcy6alYq .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uKIcy6alYq .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uKIcy6alYq .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uKIcy6alYq .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKIcy6alYq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 976px;
  max-width: 976px;
}
@media (max-width: 1200px) {
  .cid-uKIcy6alYq .embla__slide {
    min-width: 680px;
    max-width: 680px;
  }
}
@media (max-width: 992px) {
  .cid-uKIcy6alYq .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uKIcy6alYq .embla__slide .slide-content {
  width: 100%;
}
.cid-uKIcy6alYq .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
}
.cid-uKIcy6alYq .embla__slide .slide-content .item-wrapper .item-img img {
  height: 830px;
  border-radius: 20px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKIcy6alYq .embla__slide .slide-content .item-wrapper .item-img img {
    height: 650px;
  }
}
.cid-uKIcy6alYq .embla__button--next,
.cid-uKIcy6alYq .embla__button--prev {
  display: flex;
}
.cid-uKIcy6alYq .embla__button {
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #006a52 !important;
  border: 2px solid #006a52 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-uKIcy6alYq .embla__button {
    top: 2.5rem;
  }
}
.cid-uKIcy6alYq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKIcy6alYq .embla__button:hover {
  opacity: 1 !important;
}
.cid-uKIcy6alYq .embla__button.embla__button--prev {
  left: 12%;
}
@media (max-width: 1550px) {
  .cid-uKIcy6alYq .embla__button.embla__button--prev {
    left: 30px;
  }
}
@media (max-width: 1300px) {
  .cid-uKIcy6alYq .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uKIcy6alYq .embla__button.embla__button--next {
  right: 12%;
}
@media (max-width: 1550px) {
  .cid-uKIcy6alYq .embla__button.embla__button--next {
    right: 30px;
  }
}
@media (max-width: 1300px) {
  .cid-uKIcy6alYq .embla__button.embla__button--next {
    right: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uKIcy6alYq .embla__button {
    top: 2.5rem;
  }
}
.cid-uKIcy6alYq .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uKIcy6alYq .embla {
    padding-top: 100px;
  }
}
.cid-uKIcy6alYq .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uKIcy6alYq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKIcy6alYq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKIcy6alYq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKIcy6alYq .mbr-desc {
  color: #006a52;
  text-align: center;
}
.cid-uKIcy6alYq .mbr-section-title {
  color: #ffffff;
}
.cid-uKIcy6alYq .mbr-text,
.cid-uKIcy6alYq .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uKIcy6alYq .mbr-section-title,
.cid-uKIcy6alYq .mbr-section-btn {
  text-align: center;
  color: #006a52;
}
.cid-uWAPDAhvJw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fdddf7;
}
.cid-uWAPDAhvJw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWAPDAhvJw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWAPDAhvJw .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uWAPDAhvJw .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWAPDAhvJw .mbr-iconfont {
  font-size: 3rem;
  color: #b96bac;
  padding-right: 2rem;
}
.cid-uWAPDAhvJw .content-head {
  max-width: 800px;
}
.cid-uWAPDAhvJw .mbr-section-title {
  color: #b96bac;
}
.cid-uWAR1ojTv5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uWAR1ojTv5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWAR1ojTv5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWAR1ojTv5 .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-uWAR1ojTv5 .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uWAR1ojTv5 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uWAR1ojTv5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWAR1ojTv5 .media-content,
.cid-uWAR1ojTv5 .mbr-figure {
  align-self: center;
}
.cid-uWAR1ojTv5 .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uWAR1ojTv5 .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uWAR1ojTv5 .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uWAR1ojTv5 .mbr-section-maintitle {
  text-align: center;
  color: #006a52;
}
.cid-uWAR1ojTv5 .mbr-section-title {
  text-align: left;
  color: #b96bac;
}
.cid-uWAR1ojTv5 .mbr-text,
.cid-uWAR1ojTv5 .mbr-section-btn {
  text-align: left;
}
.cid-uWAR26qY8t {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uWAR26qY8t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWAR26qY8t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWAR26qY8t .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uWAR26qY8t .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWAR26qY8t .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uWAR26qY8t .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uWAR26qY8t .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uWAR26qY8t .row {
  flex-direction: row-reverse;
}
.cid-uWAR26qY8t .image-wrapper {
  padding: 0 1rem;
}
.cid-uWAR26qY8t img,
.cid-uWAR26qY8t .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uWAR26qY8t img,
  .cid-uWAR26qY8t .image-wrapper {
    max-height: 350px;
  }
}
.cid-uWAR26qY8t .mbr-section-title {
  color: #b96bac;
}
.cid-uWAR26qY8t .mbr-text {
  color: #000000;
}
.cid-uLhrMZO3BA {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/pexels-alleksana-4113868-2000x1333.webp");
}
.cid-uLhrMZO3BA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhrMZO3BA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhrMZO3BA .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uLhrMZO3BA .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uLhrMZO3BA .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uLhrMZO3BA .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uLhrMZO3BA .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uLhrMZO3BA .image-wrapper {
  padding: 0 1rem;
}
.cid-uLhrMZO3BA img,
.cid-uLhrMZO3BA .image-wrapper {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uLhrMZO3BA img,
  .cid-uLhrMZO3BA .image-wrapper {
    max-height: 350px;
  }
}
.cid-uLhrMZO3BA .mbr-section-title {
  color: #f92c50;
}
.cid-uLhrMZO3BA .mbr-text {
  color: #000000;
}
.cid-uLhrMZO3BA .price {
  color: #006a52;
}
.cid-uKIcy6vfUH {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffa600;
}
.cid-uKIcy6vfUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIcy6vfUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKIcy6vfUH .mbr-section-title {
  color: #ffffff;
}
.cid-uWASdQ0qdj {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #fdddf7;
}
.cid-uWASdQ0qdj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWASdQ0qdj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWASdQ0qdj .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWASdQ0qdj .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWASdQ0qdj .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uWASdQ0qdj .content-head {
  max-width: 800px;
}
.cid-uWASdQ0qdj .mbr-section-title {
  color: #b96bac;
}
.cid-uWASdQ0qdj .card-title {
  color: #000000;
  text-align: center;
}
.cid-uWASdQ0qdj .card-text {
  color: #b96bac;
}
.cid-uWASdQ0qdj .card-text DIV {
  text-align: center;
}
.cid-uXxJn0VnOY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffeffc;
}
.cid-uXxJn0VnOY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXxJn0VnOY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXxJn0VnOY .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXxJn0VnOY .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXxJn0VnOY .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uXxJn0VnOY .content-head {
  max-width: 800px;
}
.cid-uXxJn0VnOY .mbr-section-title {
  color: #006a52;
}
.cid-uXxJn0VnOY .card-title {
  color: #000000;
  text-align: center;
}
.cid-uXxJn0VnOY .card-text {
  color: #b96bac;
}
.cid-uXxJn0VnOY .card-text DIV {
  text-align: center;
}
.cid-uXxJlWL5oh {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #fdddf7;
}
.cid-uXxJlWL5oh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXxJlWL5oh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXxJlWL5oh .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXxJlWL5oh .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXxJlWL5oh .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uXxJlWL5oh .content-head {
  max-width: 800px;
}
.cid-uXxJlWL5oh .mbr-section-title {
  color: #000000;
}
.cid-uXxJlWL5oh .card-title {
  color: #000000;
  text-align: center;
}
.cid-uXxJlWL5oh .card-text {
  color: #b96bac;
}
.cid-uXxJlWL5oh .card-text DIV {
  text-align: center;
}
.cid-uLhrJhcZV8 {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/dole-be-exotic-hero-img-diet-lr-1-2000x1125.webp");
}
.cid-uLhrJhcZV8 .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uLhrJhcZV8 {
    align-items: flex-end;
  }
  .cid-uLhrJhcZV8 .row {
    justify-content: flex-start;
  }
  .cid-uLhrJhcZV8 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLhrJhcZV8 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLhrJhcZV8 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uLhrJhcZV8 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLhrJhcZV8 .content-wrap {
    width: 100%;
  }
}
.cid-uLhrJhcZV8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhrJhcZV8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhrJhcZV8 .mbr-section-title,
.cid-uLhrJhcZV8 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uLhrJhcZV8 .mbr-text,
.cid-uLhrJhcZV8 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uLhrJhcZV8 .mbr-section-title {
  color: #006a52;
}
.cid-uLhrJhcZV8 .mbr-section-subtitle {
  color: #006a52;
}
.cid-uLhrJWH6Pq {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fdddf7;
}
.cid-uLhrJWH6Pq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhrJWH6Pq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uLhrJWH6Pq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLhrJWH6Pq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uLhrJWH6Pq .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uLhrJWH6Pq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLhrJWH6Pq .mbr-section-title {
  color: #b96bac;
}
.cid-uLhrJWH6Pq .mbr-text,
.cid-uLhrJWH6Pq .mbr-section-btn {
  color: #000000;
}
.cid-uLhrKUhMg5 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #fdddf7;
}
.cid-uLhrKUhMg5 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uLhrKUhMg5 .panel-group {
  border: none;
}
.cid-uLhrKUhMg5 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uLhrKUhMg5 .card-header {
    padding: 0rem;
  }
}
.cid-uLhrKUhMg5 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uLhrKUhMg5 .img-col {
  padding: 0;
}
.cid-uLhrKUhMg5 .img-item {
  height: 100%;
}
.cid-uLhrKUhMg5 img {
  height: 100%;
  object-fit: cover;
}
.cid-uLhrKUhMg5 .collapsed span {
  transform: rotate(0deg);
}
.cid-uLhrKUhMg5 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uLhrKUhMg5 p {
  margin-bottom: 0.3rem;
}
.cid-uLhrKUhMg5 .panel-title-edit {
  color: #000000;
}
.cid-uLhrKUhMg5 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uLhrKUhMg5 .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uLhrKUhMg5 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uLhrKUhMg5 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uLhrKUhMg5 .panel-text {
  color: #000000;
}
.cid-uLhrKUhMg5 .mbr-section-title {
  text-align: center;
  color: #b96bac;
}
.cid-uLhrKUhMg5 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uLhrKUhMg5 .panel-title-edit,
.cid-uLhrKUhMg5 .mbr-iconfont {
  color: #b96bac;
}
.cid-uLhsSKN7cB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLhsSKN7cB .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uLhsSKN7cB img,
.cid-uLhsSKN7cB .item-img {
  width: 100%;
}
.cid-uLhsSKN7cB .item:focus,
.cid-uLhsSKN7cB span:focus {
  outline: none;
}
.cid-uLhsSKN7cB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLhsSKN7cB .item {
    margin-bottom: 1rem;
  }
}
.cid-uLhsSKN7cB .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uLhsSKN7cB .mbr-section-title {
  color: #b96bac;
}
.cid-uLhsSKN7cB .mbr-text,
.cid-uLhsSKN7cB .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uLhsSKN7cB .item-title {
  color: #97d700;
  text-align: center;
}
.cid-uLhsSKN7cB .content-head {
  max-width: 800px;
}
.cid-uLhrOQKoeh {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/dole-be-exotic-hero-img3-lr-2000x1125.webp");
}
.cid-uLhrOQKoeh .content-head {
  max-width: 800px;
}
.cid-uLhrOQKoeh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLhrOQKoeh .mbr-text,
.cid-uLhrOQKoeh .mbr-section-btn {
  color: #edefeb;
}
.cid-uLhrQG35mY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffa600;
}
.cid-uLhrQG35mY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhrQG35mY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhrQG35mY .mbr-section-title {
  color: #ffffff;
}
.cid-uZAAl0FpzR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uZAAl0FpzR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZAAl0FpzR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZAAl0FpzR .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uZAAl0FpzR .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uZAAl0FpzR .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uZAAl0FpzR img,
.cid-uZAAl0FpzR .item-img {
  width: 100%;
}
.cid-uKIcy7hRs2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uKIcy7hRs2 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uKIcy7hRs2 .social-row .soc-item {
  margin: 8px;
}
.cid-uKIcy7hRs2 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uKIcy7hRs2 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uKIcy7hRs2 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #006a52;
  transition: all 0.3s ease-in-out;
}
.cid-uKIcy7hRs2 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uKIcy7hRs2 .mbr-section-title {
  color: #ffffff;
}
.cid-uKIcy7hRs2 .mbr-section-title,
.cid-uKIcy7hRs2 .social-list {
  color: #006a52;
}
.cid-uKIcy7yPu2 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #97d700;
  overflow: hidden;
}
.cid-uKIcy7yPu2 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uKIftLZ4Bn {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uKIftLZ4Bn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uKIftLZ4Bn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uKIftLZ4Bn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKIftLZ4Bn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uKIftLZ4Bn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKIftLZ4Bn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKIftLZ4Bn .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uKIftLZ4Bn .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uKIftLZ4Bn .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uKIftLZ4Bn .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uKIftLZ4Bn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uKIftLZ4Bn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uKIftLZ4Bn .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uKIftLZ4Bn .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uKIftLZ4Bn .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uKIftLZ4Bn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uKIftLZ4Bn .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uKIftLZ4Bn .navbar-logo {
    padding-left: 0;
  }
}
.cid-uKIftLZ4Bn .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKIftLZ4Bn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uKIftLZ4Bn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uKIftLZ4Bn .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uKIftLZ4Bn .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKIftLZ4Bn .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uKIftLZ4Bn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKIftLZ4Bn .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uKIftLZ4Bn .nav-item:focus,
.cid-uKIftLZ4Bn .nav-link:focus {
  outline: none;
}
.cid-uKIftLZ4Bn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKIftLZ4Bn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKIftLZ4Bn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKIftLZ4Bn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKIftLZ4Bn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKIftLZ4Bn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKIftLZ4Bn .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uKIftLZ4Bn .navbar.opened {
  transition: all 0.3s;
}
.cid-uKIftLZ4Bn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKIftLZ4Bn .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uKIftLZ4Bn .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uKIftLZ4Bn .navbar.collapsed {
  justify-content: center;
}
.cid-uKIftLZ4Bn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKIftLZ4Bn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKIftLZ4Bn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uKIftLZ4Bn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKIftLZ4Bn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKIftLZ4Bn .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-uKIftLZ4Bn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKIftLZ4Bn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKIftLZ4Bn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKIftLZ4Bn .navbar {
    min-height: 72px;
  }
  .cid-uKIftLZ4Bn .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uKIftLZ4Bn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKIftLZ4Bn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKIftLZ4Bn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKIftLZ4Bn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKIftLZ4Bn .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-uKIftLZ4Bn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKIftLZ4Bn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uKIftLZ4Bn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKIftLZ4Bn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKIftLZ4Bn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uKIftLZ4Bn .dropdown-item.active,
.cid-uKIftLZ4Bn .dropdown-item:active {
  background-color: transparent;
}
.cid-uKIftLZ4Bn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKIftLZ4Bn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKIftLZ4Bn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKIftLZ4Bn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKIftLZ4Bn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uKIftLZ4Bn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uKIftLZ4Bn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKIftLZ4Bn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uKIftLZ4Bn .navbar-buttons {
    text-align: left;
  }
}
.cid-uKIftLZ4Bn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKIftLZ4Bn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a52;
}
.cid-uKIftLZ4Bn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKIftLZ4Bn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKIftLZ4Bn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKIftLZ4Bn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKIftLZ4Bn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKIftLZ4Bn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKIftLZ4Bn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKIftLZ4Bn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKIftLZ4Bn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uKIftLZ4Bn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKIftLZ4Bn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKIftLZ4Bn .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKIftLZ4Bn .navbar {
    height: 70px;
  }
  .cid-uKIftLZ4Bn .navbar.opened {
    height: auto;
  }
  .cid-uKIftLZ4Bn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKIftLZ4Bn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uKIftLZ4Bn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uKIftLZ4Bn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uKIftLZ4Bn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uKIftLZ4Bn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uKIftLZ4Bn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uKIftLZ4Bn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uKIftLZ4Bn .navbar-brand {
    margin-right: auto;
  }
  .cid-uKIftLZ4Bn .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uKIftLZ4Bn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uKIftLZ4Bn .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uKIftLZ4Bn .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKIftLZ4Bn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uKIftLZ4Bn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uKIftLZ4Bn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uKIftLZ4Bn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uKIftLZ4Bn .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKIftLZ4Bn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uKIftLZ4Bn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uKIftMh4h0 {
  padding-top: 12rem;
  padding-bottom: 0rem;
}
.cid-uKIftMh4h0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIftMh4h0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  background-image: url("../../../assets/images/hero-img-mango-header-lr-2000x1111.webp");
}
.cid-uKIftMh4h0 .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #fdddf7;
}
.cid-uKIftMh4h0 .mbr-section-title {
  color: #ffffff;
}
.cid-uKIftMh4h0 .mbr-text,
.cid-uKIftMh4h0 .mbr-section-btn {
  color: #ffffff;
}
.cid-uKIftMh4h0 .content-head {
  max-width: 800px;
}
.cid-uKIftMw8Z3 {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #fdddf7;
}
.cid-uKIftMw8Z3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIftMw8Z3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKIftMw8Z3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKIftMw8Z3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKIftMw8Z3 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKIftMw8Z3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKIftMw8Z3 .mbr-section-title {
  color: #b96bac;
}
.cid-uKIftMw8Z3 .mbr-text,
.cid-uKIftMw8Z3 .mbr-section-btn {
  color: #000000;
}
.cid-uKIftMJObt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uKIftMJObt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIftMJObt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKIftMJObt .title .num {
  width: 100%;
  display: block;
}
.cid-uKIftMJObt .title .card-title {
  z-index: 1;
}
.cid-uKIftMJObt .count {
  color: #b96bac;
  font-weight: 700;
  text-align: left;
}
.cid-uKIftMJObt .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uKIftMJObt .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uKIftMJObt * {
    text-align: center !important;
  }
  .cid-uKIftMJObt .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uKIftMJObt .content-head {
  max-width: 800px;
}
.cid-uKIftMJObt H3 {
  color: #a6a99c;
  text-align: left;
}
.cid-uKIftMJObt .card-text {
  text-align: left;
}
.cid-uKIftMJObt .card-title,
.cid-uKIftMJObt .card-img {
  text-align: left;
  color: #006a52;
}
.cid-uKIftMJObt .mbr-section-title,
.cid-uKIftMJObt .card-box {
  color: #b96bac;
}
.cid-uKIftMJObt .mbr-text,
.cid-uKIftMJObt .mbr-section-btn {
  color: #000000;
}
.cid-uKIftNclJa {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fdddf7;
}
.cid-uKIftNclJa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIftNclJa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKIftNclJa .mbr-section-title {
  color: #b96bac;
}
.cid-uKIftNqAL6 {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #fdddf7;
}
.cid-uKIftNqAL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIftNqAL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKIftNqAL6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKIftNqAL6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKIftNqAL6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKIftNqAL6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKIftNqAL6 .mbr-section-title {
  color: #b96bac;
}
.cid-uKIftNqAL6 .mbr-text,
.cid-uKIftNqAL6 .mbr-section-btn {
  color: #000000;
}
.cid-uKIftNEKv5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uKIftNEKv5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIftNEKv5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKIftNEKv5 .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uKIftNEKv5 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uKIftNEKv5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKIftNEKv5 .media-content,
.cid-uKIftNEKv5 .mbr-figure {
  align-self: center;
}
.cid-uKIftNEKv5 .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uKIftNEKv5 .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uKIftNEKv5 .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uKIftNEKv5 .mbr-section-maintitle {
  text-align: center;
  color: #b96bac;
}
.cid-uKIftNEKv5 .mbr-section-title {
  text-align: left;
  color: #b96bac;
}
.cid-uKIftNEKv5 .mbr-text,
.cid-uKIftNEKv5 .mbr-section-btn {
  text-align: left;
}
.cid-uKIftNV5dP {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uKIftNV5dP h6 {
  line-height: 1.2;
}
.cid-uKIftNV5dP img,
.cid-uKIftNV5dP .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uKIftNV5dP img,
  .cid-uKIftNV5dP .item-img {
    height: 300px;
    object-fit: cover;
  }
}
.cid-uKIftNV5dP .item:focus,
.cid-uKIftNV5dP span:focus {
  outline: none;
}
.cid-uKIftNV5dP .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uKIftNV5dP .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uKIftNV5dP .mbr-section-title {
  color: #006a52;
}
.cid-uKIftNV5dP .mbr-text,
.cid-uKIftNV5dP .mbr-section-btn {
  color: #000000;
}
.cid-uKIftNV5dP .item-title {
  color: #000000;
  text-align: center;
}
.cid-uKIftNV5dP .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uKIftNV5dP .item-text {
  color: #000000;
  text-align: center;
}
.cid-uKIftNV5dP .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uKIftNV5dP img,
  .cid-uKIftNV5dP .item-img {
    height: 300px;
    object-fit: cover;
  }
  .cid-uKIftNV5dP .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKIftNV5dP .mbr-section-subtitle {
  color: #97d700;
}
.cid-uKIftNV5dP .item-title,
.cid-uKIftNV5dP .mbr-section-btn {
  color: #006a52;
}
.cid-uKIftNV5dP .item-subtitle,
.cid-uKIftNV5dP .mbr-section-btn {
  color: #97d700;
}
.cid-uKIftOcDAs {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/pexels-alleksana-4113868-2000x1333.webp");
}
.cid-uKIftOcDAs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIftOcDAs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKIftOcDAs .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uKIftOcDAs .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uKIftOcDAs .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uKIftOcDAs .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uKIftOcDAs .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uKIftOcDAs .image-wrapper {
  padding: 0 1rem;
}
.cid-uKIftOcDAs img,
.cid-uKIftOcDAs .image-wrapper {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uKIftOcDAs img,
  .cid-uKIftOcDAs .image-wrapper {
    max-height: 350px;
  }
}
.cid-uKIftOcDAs .mbr-section-title {
  color: #f92c50;
}
.cid-uKIftOcDAs .mbr-text {
  color: #000000;
}
.cid-uKIftOcDAs .price {
  color: #006a52;
}
.cid-uKIftOsNOn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffa600;
}
.cid-uKIftOsNOn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIftOsNOn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKIftOsNOn .mbr-section-title {
  color: #ffffff;
}
.cid-uZACdFTk5s {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uZACdFTk5s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZACdFTk5s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZACdFTk5s .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uZACdFTk5s .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uZACdFTk5s .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uZACdFTk5s img,
.cid-uZACdFTk5s .item-img {
  width: 100%;
}
.cid-uKIftOYMsW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uKIftOYMsW .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uKIftOYMsW .social-row .soc-item {
  margin: 8px;
}
.cid-uKIftOYMsW .social-row .soc-item a:hover .mbr-iconfont,
.cid-uKIftOYMsW .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uKIftOYMsW .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #006a52;
  transition: all 0.3s ease-in-out;
}
.cid-uKIftOYMsW .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uKIftOYMsW .mbr-section-title {
  color: #ffffff;
}
.cid-uKIftOYMsW .mbr-section-title,
.cid-uKIftOYMsW .social-list {
  color: #006a52;
}
.cid-uKIftPfWeY {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #97d700;
  overflow: hidden;
}
.cid-uKIftPfWeY .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uLhcC1Co6A {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLhcC1Co6A .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uLhcC1Co6A .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLhcC1Co6A .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLhcC1Co6A .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uLhcC1Co6A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLhcC1Co6A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLhcC1Co6A .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uLhcC1Co6A .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uLhcC1Co6A .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uLhcC1Co6A .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLhcC1Co6A .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLhcC1Co6A .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLhcC1Co6A .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uLhcC1Co6A .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLhcC1Co6A .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLhcC1Co6A .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLhcC1Co6A .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLhcC1Co6A .navbar-logo {
    padding-left: 0;
  }
}
.cid-uLhcC1Co6A .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLhcC1Co6A .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLhcC1Co6A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uLhcC1Co6A .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uLhcC1Co6A .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLhcC1Co6A .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLhcC1Co6A .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLhcC1Co6A .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uLhcC1Co6A .nav-item:focus,
.cid-uLhcC1Co6A .nav-link:focus {
  outline: none;
}
.cid-uLhcC1Co6A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLhcC1Co6A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLhcC1Co6A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLhcC1Co6A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLhcC1Co6A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLhcC1Co6A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLhcC1Co6A .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uLhcC1Co6A .navbar.opened {
  transition: all 0.3s;
}
.cid-uLhcC1Co6A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLhcC1Co6A .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uLhcC1Co6A .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLhcC1Co6A .navbar.collapsed {
  justify-content: center;
}
.cid-uLhcC1Co6A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLhcC1Co6A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLhcC1Co6A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uLhcC1Co6A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLhcC1Co6A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLhcC1Co6A .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-uLhcC1Co6A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLhcC1Co6A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLhcC1Co6A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLhcC1Co6A .navbar {
    min-height: 72px;
  }
  .cid-uLhcC1Co6A .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLhcC1Co6A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLhcC1Co6A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLhcC1Co6A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLhcC1Co6A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLhcC1Co6A .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-uLhcC1Co6A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLhcC1Co6A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLhcC1Co6A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLhcC1Co6A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLhcC1Co6A .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLhcC1Co6A .dropdown-item.active,
.cid-uLhcC1Co6A .dropdown-item:active {
  background-color: transparent;
}
.cid-uLhcC1Co6A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLhcC1Co6A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLhcC1Co6A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLhcC1Co6A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLhcC1Co6A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLhcC1Co6A .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLhcC1Co6A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLhcC1Co6A .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLhcC1Co6A .navbar-buttons {
    text-align: left;
  }
}
.cid-uLhcC1Co6A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLhcC1Co6A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a52;
}
.cid-uLhcC1Co6A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLhcC1Co6A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLhcC1Co6A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLhcC1Co6A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLhcC1Co6A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLhcC1Co6A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLhcC1Co6A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLhcC1Co6A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLhcC1Co6A .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLhcC1Co6A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLhcC1Co6A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLhcC1Co6A .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLhcC1Co6A .navbar {
    height: 70px;
  }
  .cid-uLhcC1Co6A .navbar.opened {
    height: auto;
  }
  .cid-uLhcC1Co6A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLhcC1Co6A .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLhcC1Co6A .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLhcC1Co6A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLhcC1Co6A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uLhcC1Co6A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLhcC1Co6A .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLhcC1Co6A .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLhcC1Co6A .navbar-brand {
    margin-right: auto;
  }
  .cid-uLhcC1Co6A .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLhcC1Co6A .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLhcC1Co6A .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLhcC1Co6A .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLhcC1Co6A .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLhcC1Co6A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLhcC1Co6A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uLhcC1Co6A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLhcC1Co6A .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLhcC1Co6A .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLhcC1Co6A .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLhcC1UnzR {
  padding-top: 7rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/hero-img-avocado-header-lr-2000x1111.webp");
}
.cid-uLhcC1UnzR .content-head {
  max-width: 800px;
}
.cid-uLhcC1UnzR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLhcC1UnzR .mbr-text,
.cid-uLhcC1UnzR .mbr-section-btn {
  color: #edefeb;
}
.cid-uLhcC2b9Oa {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}
.cid-uLhcC2b9Oa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhcC2b9Oa .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uLhcC2b9Oa .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLhcC2b9Oa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhcC2b9Oa .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #33a840;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
  border-radius: 50%;
}
.cid-uLhcC2b9Oa .card-title,
.cid-uLhcC2b9Oa .iconfont-wrapper,
.cid-uLhcC2b9Oa .card-text {
  color: #000000;
  text-align: center;
}
.cid-uLhcC2b9Oa .content-head {
  max-width: 800px;
}
.cid-uLhcC2b9Oa .mbr-section-title {
  color: #97d700;
}
.cid-uLhcC2b9Oa .mbr-section-btn {
  text-align: center;
}
.cid-uLhcC2b9Oa .card-title,
.cid-uLhcC2b9Oa .iconfont-wrapper {
  color: #97d700;
}
.cid-uLhcC2b9Oa .card-text,
.cid-uLhcC2b9Oa .mbr-section-btn {
  color: #ffffff;
}
.cid-uLhcC2b9Oa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLhcC2vSXj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLhcC2vSXj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhcC2vSXj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhcC2vSXj .mbr-section-title {
  color: #006a52;
}
.cid-uLhcC2IBe7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLhcC2IBe7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhcC2IBe7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLhcC2IBe7 .container {
    padding: 0 20px;
  }
}
.cid-uLhcC2IBe7 .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
  line-height: 1;
}
@media (max-width: 992px) {
  .cid-uLhcC2IBe7 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uLhcC2IBe7 .title-wrapper .mbr-section-title span {
  color: #33a840;
}
.cid-uLhcC2IBe7 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 120px 200px;
}
@media (max-width: 1200px) {
  .cid-uLhcC2IBe7 .items-wrapper {
    gap: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uLhcC2IBe7 .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
  }
}
@media (max-width: 768px) {
  .cid-uLhcC2IBe7 .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uLhcC2IBe7 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLhcC2IBe7 .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 20px;
  }
}
.cid-uLhcC2IBe7 .items-wrapper .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLhcC2IBe7 .items-wrapper .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 20px;
}
.cid-uLhcC2IBe7 .items-wrapper .item .item-wrapper .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLhcC2IBe7 .mbr-section-title {
  color: #edefeb;
  text-align: center;
}
.cid-uLhcC2IBe7 .item-title {
  color: #070035;
}
.cid-uLhcC2IBe7 .list {
  color: #070035;
}
.cid-uLhcC2XEvc {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLhcC2XEvc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhcC2XEvc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhcC2XEvc .card-wrapper {
  overflow: hidden;
  background: #33a840;
}
.cid-uLhcC2XEvc .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uLhcC2XEvc .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uLhcC2XEvc .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uLhcC2XEvc .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uLhcC2XEvc .row {
  flex-direction: row-reverse;
}
.cid-uLhcC2XEvc .image-wrapper {
  padding: 0 1rem;
}
.cid-uLhcC2XEvc img,
.cid-uLhcC2XEvc .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uLhcC2XEvc img,
  .cid-uLhcC2XEvc .image-wrapper {
    max-height: 350px;
  }
}
.cid-uLhcC2XEvc .mbr-section-title {
  color: #006a52;
  text-align: left;
}
.cid-uLhcC2XEvc .mbr-text {
  color: #000000;
}
.cid-uLhcC2XEvc .mbr-text,
.cid-uLhcC2XEvc .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uLhcC3f31w {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffa600;
}
.cid-uLhcC3f31w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhcC3f31w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhcC3f31w .mbr-section-title {
  color: #ffffff;
}
.cid-uLhcC3tUd2 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLhcC3tUd2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhcC3tUd2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhcC3tUd2 .mbr-section-title {
  color: #006a52;
}
.cid-uLhcC3Hxkn {
  padding-top: 1rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uLhcC3Hxkn .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uLhcC3Hxkn .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uLhcC3Hxkn .container {
    padding: 0 20px;
  }
}
.cid-uLhcC3Hxkn .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLhcC3Hxkn .content-wrapper .content-wrap {
  position: absolute;
  top: 0;
  width: 976px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  z-index: 1;
  padding: 60px 20px;
}
@media (max-width: 1200px) {
  .cid-uLhcC3Hxkn .content-wrapper .content-wrap {
    width: 680px;
  }
}
@media (max-width: 992px) {
  .cid-uLhcC3Hxkn .content-wrapper .content-wrap {
    padding: 46px 20px;
    top: auto;
    width: 100%;
    height: auto;
  }
}
.cid-uLhcC3Hxkn .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
.cid-uLhcC3Hxkn .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uLhcC3Hxkn .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLhcC3Hxkn .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uLhcC3Hxkn .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uLhcC3Hxkn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 976px;
  max-width: 976px;
}
@media (max-width: 1200px) {
  .cid-uLhcC3Hxkn .embla__slide {
    min-width: 680px;
    max-width: 680px;
  }
}
@media (max-width: 992px) {
  .cid-uLhcC3Hxkn .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLhcC3Hxkn .embla__slide .slide-content {
  width: 100%;
}
.cid-uLhcC3Hxkn .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
}
.cid-uLhcC3Hxkn .embla__slide .slide-content .item-wrapper .item-img img {
  height: 830px;
  border-radius: 20px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLhcC3Hxkn .embla__slide .slide-content .item-wrapper .item-img img {
    height: 650px;
  }
}
.cid-uLhcC3Hxkn .embla__button--next,
.cid-uLhcC3Hxkn .embla__button--prev {
  display: flex;
}
.cid-uLhcC3Hxkn .embla__button {
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #006a52 !important;
  border: 2px solid #006a52 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-uLhcC3Hxkn .embla__button {
    top: 2.5rem;
  }
}
.cid-uLhcC3Hxkn .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLhcC3Hxkn .embla__button:hover {
  opacity: 1 !important;
}
.cid-uLhcC3Hxkn .embla__button.embla__button--prev {
  left: 12%;
}
@media (max-width: 1550px) {
  .cid-uLhcC3Hxkn .embla__button.embla__button--prev {
    left: 30px;
  }
}
@media (max-width: 1300px) {
  .cid-uLhcC3Hxkn .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uLhcC3Hxkn .embla__button.embla__button--next {
  right: 12%;
}
@media (max-width: 1550px) {
  .cid-uLhcC3Hxkn .embla__button.embla__button--next {
    right: 30px;
  }
}
@media (max-width: 1300px) {
  .cid-uLhcC3Hxkn .embla__button.embla__button--next {
    right: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uLhcC3Hxkn .embla__button {
    top: 2.5rem;
  }
}
.cid-uLhcC3Hxkn .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uLhcC3Hxkn .embla {
    padding-top: 100px;
  }
}
.cid-uLhcC3Hxkn .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLhcC3Hxkn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLhcC3Hxkn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLhcC3Hxkn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLhcC3Hxkn .mbr-desc {
  color: #006a52;
  text-align: center;
}
.cid-uLhcC3Hxkn .mbr-section-title {
  color: #ffffff;
}
.cid-uLhcC3Hxkn .mbr-text,
.cid-uLhcC3Hxkn .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLhcC3Hxkn .mbr-section-title,
.cid-uLhcC3Hxkn .mbr-section-btn {
  text-align: center;
  color: #006a52;
}
.cid-uLhcC42cMB {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 12rem;
}
@media (min-width: 768px) {
  .cid-uLhcC42cMB {
    align-items: flex-end;
  }
  .cid-uLhcC42cMB .row {
    justify-content: center;
  }
  .cid-uLhcC42cMB .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLhcC42cMB .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLhcC42cMB {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uLhcC42cMB .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLhcC42cMB .content-wrap {
    width: 100%;
  }
}
.cid-uLhcC42cMB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhcC42cMB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/recipes-hero-slide-4-bright-1916x1380.webp");
}
.cid-uLhcC42cMB .mbr-section-title,
.cid-uLhcC42cMB .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uLhcC42cMB .mbr-text,
.cid-uLhcC42cMB .mbr-section-btn {
  text-align: center;
}
.cid-uLhcC42cMB .mbr-section-title {
  color: #97d700;
  text-align: center;
}
.cid-uLhcC42cMB .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uZACznglCF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uZACznglCF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZACznglCF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZACznglCF .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uZACznglCF .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uZACznglCF .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uZACznglCF img,
.cid-uZACznglCF .item-img {
  width: 100%;
}
.cid-uLhcC4AXpx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uLhcC4AXpx .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uLhcC4AXpx .social-row .soc-item {
  margin: 8px;
}
.cid-uLhcC4AXpx .social-row .soc-item a:hover .mbr-iconfont,
.cid-uLhcC4AXpx .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uLhcC4AXpx .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #006a52;
  transition: all 0.3s ease-in-out;
}
.cid-uLhcC4AXpx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLhcC4AXpx .mbr-section-title {
  color: #ffffff;
}
.cid-uLhcC4AXpx .mbr-section-title,
.cid-uLhcC4AXpx .social-list {
  color: #006a52;
}
.cid-uLhcC4RQkw {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #97d700;
  overflow: hidden;
}
.cid-uLhcC4RQkw .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uLJVxjz9Pa {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLJVxjz9Pa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uLJVxjz9Pa .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLJVxjz9Pa .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLJVxjz9Pa .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uLJVxjz9Pa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLJVxjz9Pa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLJVxjz9Pa .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uLJVxjz9Pa .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uLJVxjz9Pa .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uLJVxjz9Pa .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLJVxjz9Pa .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLJVxjz9Pa .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLJVxjz9Pa .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uLJVxjz9Pa .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLJVxjz9Pa .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLJVxjz9Pa .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLJVxjz9Pa .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLJVxjz9Pa .navbar-logo {
    padding-left: 0;
  }
}
.cid-uLJVxjz9Pa .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLJVxjz9Pa .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLJVxjz9Pa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uLJVxjz9Pa .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uLJVxjz9Pa .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLJVxjz9Pa .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLJVxjz9Pa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLJVxjz9Pa .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uLJVxjz9Pa .nav-item:focus,
.cid-uLJVxjz9Pa .nav-link:focus {
  outline: none;
}
.cid-uLJVxjz9Pa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLJVxjz9Pa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLJVxjz9Pa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLJVxjz9Pa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLJVxjz9Pa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLJVxjz9Pa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLJVxjz9Pa .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uLJVxjz9Pa .navbar.opened {
  transition: all 0.3s;
}
.cid-uLJVxjz9Pa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLJVxjz9Pa .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uLJVxjz9Pa .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLJVxjz9Pa .navbar.collapsed {
  justify-content: center;
}
.cid-uLJVxjz9Pa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLJVxjz9Pa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLJVxjz9Pa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uLJVxjz9Pa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLJVxjz9Pa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLJVxjz9Pa .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-uLJVxjz9Pa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLJVxjz9Pa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLJVxjz9Pa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLJVxjz9Pa .navbar {
    min-height: 72px;
  }
  .cid-uLJVxjz9Pa .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLJVxjz9Pa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLJVxjz9Pa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLJVxjz9Pa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLJVxjz9Pa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLJVxjz9Pa .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-uLJVxjz9Pa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLJVxjz9Pa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLJVxjz9Pa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLJVxjz9Pa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLJVxjz9Pa .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLJVxjz9Pa .dropdown-item.active,
.cid-uLJVxjz9Pa .dropdown-item:active {
  background-color: transparent;
}
.cid-uLJVxjz9Pa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLJVxjz9Pa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLJVxjz9Pa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLJVxjz9Pa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLJVxjz9Pa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLJVxjz9Pa .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLJVxjz9Pa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLJVxjz9Pa .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLJVxjz9Pa .navbar-buttons {
    text-align: left;
  }
}
.cid-uLJVxjz9Pa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLJVxjz9Pa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a52;
}
.cid-uLJVxjz9Pa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLJVxjz9Pa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLJVxjz9Pa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLJVxjz9Pa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLJVxjz9Pa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLJVxjz9Pa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLJVxjz9Pa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLJVxjz9Pa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLJVxjz9Pa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLJVxjz9Pa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLJVxjz9Pa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLJVxjz9Pa .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLJVxjz9Pa .navbar {
    height: 70px;
  }
  .cid-uLJVxjz9Pa .navbar.opened {
    height: auto;
  }
  .cid-uLJVxjz9Pa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLJVxjz9Pa .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLJVxjz9Pa .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLJVxjz9Pa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLJVxjz9Pa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uLJVxjz9Pa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLJVxjz9Pa .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLJVxjz9Pa .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLJVxjz9Pa .navbar-brand {
    margin-right: auto;
  }
  .cid-uLJVxjz9Pa .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLJVxjz9Pa .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLJVxjz9Pa .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLJVxjz9Pa .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLJVxjz9Pa .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLJVxjz9Pa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLJVxjz9Pa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uLJVxjz9Pa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLJVxjz9Pa .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLJVxjz9Pa .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLJVxjz9Pa .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLJVxjRdts .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJVxjRdts .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  background-image: url("../../../assets/images/dole-be-exotic-hero-img6-lr-2000x1125.webp");
}
.cid-uLJVxjRdts .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-uLJVxjRdts .mbr-section-title {
  color: #ffffff;
}
.cid-uLJVxjRdts .mbr-text,
.cid-uLJVxjRdts .mbr-section-btn {
  color: #ffffff;
}
.cid-uLJVxjRdts .content-head {
  max-width: 800px;
}
.cid-uLJVxk4Izq {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uLJVxk4Izq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJVxk4Izq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJVxk4Izq .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uLJVxk4Izq .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uLJVxk4Izq {
    align-items: center;
  }
  .cid-uLJVxk4Izq .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLJVxk4Izq .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLJVxk4Izq {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uLJVxk4Izq .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLJVxk4Izq .content-wrap {
    width: 100%;
  }
}
.cid-uLJVxk4Izq .mbr-section-title {
  text-align: center;
  color: #97d700;
}
.cid-uLJVxk4Izq .mbr-text,
.cid-uLJVxk4Izq .mbr-section-btn {
  text-align: center;
  color: #006a52;
}
.cid-uLJVxkfSi2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/comp-bg-img1-2000x1250.webp");
}
.cid-uLJVxkfSi2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJVxkfSi2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJVxkfSi2 .content-text {
  max-width: 800px;
}
.cid-uLJVxkfSi2 .mbr-section-title {
  color: #1f6463;
}
.cid-uLJVxkfSi2 .mbr-text,
.cid-uLJVxkfSi2 .mbr-section-btn {
  color: #000000;
}
.cid-uLJVxkry70 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLJVxkry70 h6 {
  line-height: 1.2;
}
.cid-uLJVxkry70 img,
.cid-uLJVxkry70 .item-img {
  width: 100%;
  height: 100%;
}
.cid-uLJVxkry70 .item:focus,
.cid-uLJVxkry70 span:focus {
  outline: none;
}
.cid-uLJVxkry70 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uLJVxkry70 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uLJVxkry70 .mbr-section-title {
  color: #97d700;
}
.cid-uLJVxkry70 .mbr-text,
.cid-uLJVxkry70 .mbr-section-btn {
  color: #000000;
}
.cid-uLJVxkry70 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uLJVxkry70 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uLJVxkry70 .item-text {
  color: #000000;
  text-align: center;
}
.cid-uLJVxkry70 .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uLJVxkry70 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLJVxkry70 .mbr-section-subtitle {
  color: #006a52;
}
.cid-uLJVxkry70 .item-title,
.cid-uLJVxkry70 .mbr-section-btn {
  color: #97d700;
}
.cid-uLJVxkry70 .item-subtitle,
.cid-uLJVxkry70 .mbr-section-btn {
  color: #97d700;
}
.cid-uLJVxkGRNH {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffa600;
}
.cid-uLJVxkGRNH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJVxkGRNH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJVxkGRNH .mbr-section-title {
  color: #ffffff;
}
.cid-uLJVxkTnaY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLJVxkTnaY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJVxkTnaY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJVxkTnaY .row {
  flex-direction: row-reverse;
}
.cid-uLJVxkTnaY .mbr-description {
  color: #97d700;
}
.cid-uLJVxl6cnq {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dole-be-exotic-hero-img-avocado-lr-1800x1013.webp");
}
.cid-uLJVxl6cnq .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uLJVxl6cnq {
    align-items: flex-end;
  }
  .cid-uLJVxl6cnq .row {
    justify-content: flex-start;
  }
  .cid-uLJVxl6cnq .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLJVxl6cnq .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLJVxl6cnq {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uLJVxl6cnq .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLJVxl6cnq .content-wrap {
    width: 100%;
  }
}
.cid-uLJVxl6cnq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJVxl6cnq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJVxl6cnq .mbr-section-title,
.cid-uLJVxl6cnq .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uLJVxl6cnq .mbr-text,
.cid-uLJVxl6cnq .mbr-section-btn {
  text-align: left;
}
.cid-uLJVxl6cnq .mbr-section-title {
  color: #ffffff;
}
.cid-uLJVxl6cnq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLJVxlj50D {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dole-be-exotic-hero-img-mango-lr-1980x1114.webp");
}
.cid-uLJVxlj50D .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uLJVxlj50D {
    align-items: flex-end;
  }
  .cid-uLJVxlj50D .row {
    justify-content: flex-end;
  }
  .cid-uLJVxlj50D .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLJVxlj50D .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLJVxlj50D {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uLJVxlj50D .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLJVxlj50D .content-wrap {
    width: 100%;
  }
}
.cid-uLJVxlj50D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJVxlj50D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJVxlj50D .mbr-section-title,
.cid-uLJVxlj50D .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uLJVxlj50D .mbr-text,
.cid-uLJVxlj50D .mbr-section-btn {
  text-align: right;
}
.cid-uLJVxlj50D .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uLJVxlj50D .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uLJVxlwARu {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dole-be-exotic-hero-img-papaya-lr-1800x1013.webp");
}
.cid-uLJVxlwARu .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uLJVxlwARu {
    align-items: flex-end;
  }
  .cid-uLJVxlwARu .row {
    justify-content: flex-start;
  }
  .cid-uLJVxlwARu .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLJVxlwARu .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLJVxlwARu {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uLJVxlwARu .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLJVxlwARu .content-wrap {
    width: 100%;
  }
}
.cid-uLJVxlwARu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJVxlwARu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJVxlwARu .mbr-section-title,
.cid-uLJVxlwARu .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uLJVxlwARu .mbr-text,
.cid-uLJVxlwARu .mbr-section-btn {
  text-align: left;
}
.cid-uLJVxlwARu .mbr-section-title {
  color: #ffffff;
}
.cid-uLJVxlwARu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLJVxlJovo {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f92c50;
}
.cid-uLJVxlJovo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJVxlJovo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJVxlJovo .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uLJVxlJovo .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uLJVxlJovo .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uLJVxlJovo .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uLJVxlJovo .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uLJVxlJovo .row {
  flex-direction: row-reverse;
}
.cid-uLJVxlJovo .image-wrapper {
  padding: 0 1rem;
}
.cid-uLJVxlJovo img,
.cid-uLJVxlJovo .image-wrapper {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uLJVxlJovo img,
  .cid-uLJVxlJovo .image-wrapper {
    max-height: 350px;
  }
}
.cid-uLJVxlJovo .mbr-section-title {
  color: #f92c50;
}
.cid-uLJVxlJovo .mbr-text {
  color: #000000;
}
.cid-uLJVxlJovo .price {
  color: #006a52;
}
.cid-uZACE1n0h9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uZACE1n0h9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZACE1n0h9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZACE1n0h9 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uZACE1n0h9 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uZACE1n0h9 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uZACE1n0h9 img,
.cid-uZACE1n0h9 .item-img {
  width: 100%;
}
.cid-uLJVxmfxNQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uLJVxmfxNQ .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uLJVxmfxNQ .social-row .soc-item {
  margin: 8px;
}
.cid-uLJVxmfxNQ .social-row .soc-item a:hover .mbr-iconfont,
.cid-uLJVxmfxNQ .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uLJVxmfxNQ .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #006a52;
  transition: all 0.3s ease-in-out;
}
.cid-uLJVxmfxNQ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLJVxmfxNQ .mbr-section-title {
  color: #ffffff;
}
.cid-uLJVxmfxNQ .mbr-section-title,
.cid-uLJVxmfxNQ .social-list {
  color: #006a52;
}
.cid-uLJVxmvIGO {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #97d700;
  overflow: hidden;
}
.cid-uLJVxmvIGO .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uMioLyydWl {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uMioLyydWl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uMioLyydWl .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uMioLyydWl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMioLyydWl .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uMioLyydWl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMioLyydWl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMioLyydWl .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uMioLyydWl .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uMioLyydWl .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uMioLyydWl .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uMioLyydWl .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uMioLyydWl .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uMioLyydWl .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uMioLyydWl .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uMioLyydWl .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uMioLyydWl .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uMioLyydWl .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uMioLyydWl .navbar-logo {
    padding-left: 0;
  }
}
.cid-uMioLyydWl .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uMioLyydWl .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uMioLyydWl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uMioLyydWl .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uMioLyydWl .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMioLyydWl .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uMioLyydWl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMioLyydWl .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uMioLyydWl .nav-item:focus,
.cid-uMioLyydWl .nav-link:focus {
  outline: none;
}
.cid-uMioLyydWl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMioLyydWl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMioLyydWl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMioLyydWl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMioLyydWl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMioLyydWl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMioLyydWl .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uMioLyydWl .navbar.opened {
  transition: all 0.3s;
}
.cid-uMioLyydWl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMioLyydWl .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uMioLyydWl .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uMioLyydWl .navbar.collapsed {
  justify-content: center;
}
.cid-uMioLyydWl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMioLyydWl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMioLyydWl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uMioLyydWl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMioLyydWl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMioLyydWl .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-uMioLyydWl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMioLyydWl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMioLyydWl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uMioLyydWl .navbar {
    min-height: 72px;
  }
  .cid-uMioLyydWl .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uMioLyydWl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMioLyydWl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMioLyydWl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMioLyydWl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMioLyydWl .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-uMioLyydWl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMioLyydWl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uMioLyydWl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMioLyydWl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMioLyydWl .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uMioLyydWl .dropdown-item.active,
.cid-uMioLyydWl .dropdown-item:active {
  background-color: transparent;
}
.cid-uMioLyydWl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMioLyydWl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMioLyydWl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMioLyydWl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMioLyydWl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uMioLyydWl .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uMioLyydWl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMioLyydWl .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uMioLyydWl .navbar-buttons {
    text-align: left;
  }
}
.cid-uMioLyydWl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMioLyydWl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a52;
}
.cid-uMioLyydWl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMioLyydWl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMioLyydWl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMioLyydWl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMioLyydWl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMioLyydWl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMioLyydWl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMioLyydWl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMioLyydWl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMioLyydWl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMioLyydWl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uMioLyydWl .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMioLyydWl .navbar {
    height: 70px;
  }
  .cid-uMioLyydWl .navbar.opened {
    height: auto;
  }
  .cid-uMioLyydWl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMioLyydWl .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uMioLyydWl .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uMioLyydWl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uMioLyydWl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uMioLyydWl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uMioLyydWl .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uMioLyydWl .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uMioLyydWl .navbar-brand {
    margin-right: auto;
  }
  .cid-uMioLyydWl .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uMioLyydWl .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uMioLyydWl .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uMioLyydWl .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uMioLyydWl .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uMioLyydWl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uMioLyydWl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uMioLyydWl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uMioLyydWl .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uMioLyydWl .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uMioLyydWl .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uMioLyYjxl {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/recipes-hero-slide-veggie-wraps-2000x1440.webp");
}
.cid-uMioLyYjxl .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uMioLyYjxl {
    align-items: flex-end;
  }
  .cid-uMioLyYjxl .row {
    justify-content: center;
  }
  .cid-uMioLyYjxl .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMioLyYjxl .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uMioLyYjxl {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uMioLyYjxl .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMioLyYjxl .content-wrap {
    width: 100%;
  }
}
.cid-uMioLyYjxl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMioLyYjxl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMioLyYjxl .mbr-section-title,
.cid-uMioLyYjxl .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uMioLyYjxl .mbr-text,
.cid-uMioLyYjxl .mbr-section-btn {
  text-align: center;
}
.cid-uMioLyYjxl .mbr-section-title {
  color: #f92c50;
  text-align: center;
}
.cid-uMioLyYjxl .mbr-section-subtitle {
  color: #97d700;
  text-align: center;
}
#custom-html-q5 {
  /* Type valid CSS here */
}
#custom-html-q5 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-q5 p {
  font-size: 60px;
  color: #777;
}
.cid-uMiqJ6caF9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uMiqJ6caF9 img,
.cid-uMiqJ6caF9 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uMiqJ6caF9 .item:focus,
.cid-uMiqJ6caF9 span:focus {
  outline: none;
}
.cid-uMiqJ6caF9 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uMiqJ6caF9 .item {
    margin-bottom: 1rem;
  }
}
.cid-uMiqJ6caF9 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uMiqJ6caF9 .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uMiqJ6caF9 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uMiqJ6caF9 .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uMiqJ6caF9 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uMiqJ6caF9 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uMiqJ6caF9 .mbr-section-title {
  color: #232323;
}
.cid-uMiqJ6caF9 .mbr-text,
.cid-uMiqJ6caF9 .mbr-section-btn {
  text-align: center;
}
.cid-uMiqJ6caF9 .item-title {
  text-align: left;
}
.cid-uMiqJ6caF9 .content-head {
  max-width: 800px;
}
.cid-uMiqJ6caF9 .mbr-text,
.cid-uMiqJ6caF9 .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uMiqJ6caF9 .recipe-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}
.cid-uMiqJ6caF9 .recipe-card {
  text-decoration: none;
  color: inherit;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: white;
}
.cid-uMiqJ6caF9 .recipe-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}
.cid-uMiqJ6caF9 .recipe-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
.cid-uMiqJ6caF9 .recipe-card h3 {
  padding: 1rem;
  font-size: 1.2rem;
  text-align: center;
}
#custom-html-q2 {
  /* Type valid CSS here */
}
#custom-html-q2 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-q2 p {
  font-size: 60px;
  color: #777;
}
#custom-html-q2 .iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 150%;
  /* Aspect ratio: change as needed */
  height: 0;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
#custom-html-q2 .iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.cid-uMioLzlHDD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uMioLzlHDD img,
.cid-uMioLzlHDD .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uMioLzlHDD .item:focus,
.cid-uMioLzlHDD span:focus {
  outline: none;
}
.cid-uMioLzlHDD .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uMioLzlHDD .item {
    margin-bottom: 1rem;
  }
}
.cid-uMioLzlHDD .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uMioLzlHDD .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uMioLzlHDD .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uMioLzlHDD .item-wrapper .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-uMioLzlHDD .item-wrapper .item-footer {
  padding-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uMioLzlHDD .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uMioLzlHDD .item-wrapper .item-footer {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uMioLzlHDD .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uMioLzlHDD .item-wrapper .item-footer {
    padding-bottom: 1.25rem;
  }
}
.cid-uMioLzlHDD .mbr-section-title {
  color: #232323;
}
.cid-uMioLzlHDD .mbr-text,
.cid-uMioLzlHDD .mbr-section-btn {
  text-align: center;
}
.cid-uMioLzlHDD .item-title {
  text-align: left;
  color: #006a52;
}
.cid-uMioLzlHDD .content-head {
  max-width: 800px;
}
.cid-uMioLzlHDD .mbr-text,
.cid-uMioLzlHDD .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uMioLzlHDD .mbr-section-title,
.cid-uMioLzlHDD .mbr-section-head .mbr-section-btn {
  color: #f92c50;
}
.cid-uMioLzlHDD .mbr-section-subtitle,
.cid-uMioLzlHDD .mbr-section-head .mbr-section-btn {
  color: #97d700;
}
.cid-uMioLzLGI8 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uMioLzLGI8 img,
.cid-uMioLzLGI8 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uMioLzLGI8 .item:focus,
.cid-uMioLzLGI8 span:focus {
  outline: none;
}
.cid-uMioLzLGI8 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uMioLzLGI8 .item {
    margin-bottom: 1rem;
  }
}
.cid-uMioLzLGI8 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uMioLzLGI8 .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uMioLzLGI8 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uMioLzLGI8 .item-wrapper .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-uMioLzLGI8 .item-wrapper .item-footer {
  padding-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uMioLzLGI8 .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uMioLzLGI8 .item-wrapper .item-footer {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uMioLzLGI8 .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uMioLzLGI8 .item-wrapper .item-footer {
    padding-bottom: 1.25rem;
  }
}
.cid-uMioLzLGI8 .mbr-section-title {
  color: #232323;
}
.cid-uMioLzLGI8 .mbr-text,
.cid-uMioLzLGI8 .mbr-section-btn {
  text-align: center;
}
.cid-uMioLzLGI8 .item-title {
  text-align: left;
  color: #006a52;
}
.cid-uMioLzLGI8 .content-head {
  max-width: 800px;
}
.cid-uMioLzLGI8 .mbr-text,
.cid-uMioLzLGI8 .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uMioLzLGI8 .mbr-section-title,
.cid-uMioLzLGI8 .mbr-section-head .mbr-section-btn {
  color: #f92c50;
}
.cid-uMioLzLGI8 .mbr-section-subtitle,
.cid-uMioLzLGI8 .mbr-section-head .mbr-section-btn {
  color: #97d700;
}
.cid-uMioLAbS5P {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #edefeb;
}
.cid-uMioLAbS5P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMioLAbS5P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMioLAbS5P .mbr-section-title {
  color: #f92c50;
}
.cid-uMioLAvyld {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffa600;
}
.cid-uMioLAvyld .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMioLAvyld .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMioLAvyld .mbr-section-title {
  color: #ffffff;
}
.cid-uZACmcH60F {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uZACmcH60F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZACmcH60F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZACmcH60F .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uZACmcH60F .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uZACmcH60F .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uZACmcH60F img,
.cid-uZACmcH60F .item-img {
  width: 100%;
}
.cid-uMioLBp1IR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uMioLBp1IR .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uMioLBp1IR .social-row .soc-item {
  margin: 8px;
}
.cid-uMioLBp1IR .social-row .soc-item a:hover .mbr-iconfont,
.cid-uMioLBp1IR .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uMioLBp1IR .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #006a52;
  transition: all 0.3s ease-in-out;
}
.cid-uMioLBp1IR .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uMioLBp1IR .mbr-section-title {
  color: #ffffff;
}
.cid-uMioLBp1IR .mbr-section-title,
.cid-uMioLBp1IR .social-list {
  color: #006a52;
}
.cid-uMioLBTqFO {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #97d700;
  overflow: hidden;
}
.cid-uMioLBTqFO .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uOsQwDzj6n {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uOsQwDzj6n .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uOsQwDzj6n .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uOsQwDzj6n .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOsQwDzj6n .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uOsQwDzj6n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOsQwDzj6n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOsQwDzj6n .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uOsQwDzj6n .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uOsQwDzj6n .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uOsQwDzj6n .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uOsQwDzj6n .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uOsQwDzj6n .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uOsQwDzj6n .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uOsQwDzj6n .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uOsQwDzj6n .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uOsQwDzj6n .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uOsQwDzj6n .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uOsQwDzj6n .navbar-logo {
    padding-left: 0;
  }
}
.cid-uOsQwDzj6n .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOsQwDzj6n .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uOsQwDzj6n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uOsQwDzj6n .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uOsQwDzj6n .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOsQwDzj6n .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uOsQwDzj6n .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOsQwDzj6n .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uOsQwDzj6n .nav-item:focus,
.cid-uOsQwDzj6n .nav-link:focus {
  outline: none;
}
.cid-uOsQwDzj6n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOsQwDzj6n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOsQwDzj6n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOsQwDzj6n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOsQwDzj6n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOsQwDzj6n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOsQwDzj6n .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uOsQwDzj6n .navbar.opened {
  transition: all 0.3s;
}
.cid-uOsQwDzj6n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOsQwDzj6n .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uOsQwDzj6n .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uOsQwDzj6n .navbar.collapsed {
  justify-content: center;
}
.cid-uOsQwDzj6n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOsQwDzj6n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOsQwDzj6n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uOsQwDzj6n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOsQwDzj6n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOsQwDzj6n .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-uOsQwDzj6n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOsQwDzj6n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOsQwDzj6n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOsQwDzj6n .navbar {
    min-height: 72px;
  }
  .cid-uOsQwDzj6n .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uOsQwDzj6n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOsQwDzj6n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOsQwDzj6n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOsQwDzj6n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOsQwDzj6n .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-uOsQwDzj6n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOsQwDzj6n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uOsQwDzj6n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOsQwDzj6n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOsQwDzj6n .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uOsQwDzj6n .dropdown-item.active,
.cid-uOsQwDzj6n .dropdown-item:active {
  background-color: transparent;
}
.cid-uOsQwDzj6n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOsQwDzj6n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOsQwDzj6n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOsQwDzj6n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uOsQwDzj6n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uOsQwDzj6n .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uOsQwDzj6n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOsQwDzj6n .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uOsQwDzj6n .navbar-buttons {
    text-align: left;
  }
}
.cid-uOsQwDzj6n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOsQwDzj6n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a52;
}
.cid-uOsQwDzj6n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOsQwDzj6n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOsQwDzj6n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOsQwDzj6n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOsQwDzj6n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOsQwDzj6n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOsQwDzj6n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOsQwDzj6n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOsQwDzj6n .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOsQwDzj6n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOsQwDzj6n .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOsQwDzj6n .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOsQwDzj6n .navbar {
    height: 70px;
  }
  .cid-uOsQwDzj6n .navbar.opened {
    height: auto;
  }
  .cid-uOsQwDzj6n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOsQwDzj6n .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uOsQwDzj6n .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uOsQwDzj6n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uOsQwDzj6n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uOsQwDzj6n .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uOsQwDzj6n .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uOsQwDzj6n .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uOsQwDzj6n .navbar-brand {
    margin-right: auto;
  }
  .cid-uOsQwDzj6n .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uOsQwDzj6n .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uOsQwDzj6n .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uOsQwDzj6n .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uOsQwDzj6n .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uOsQwDzj6n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uOsQwDzj6n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uOsQwDzj6n .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uOsQwDzj6n .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uOsQwDzj6n .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uOsQwDzj6n .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uWAyTHDqf3 {
  padding-top: 10rem;
  padding-bottom: 6rem;
}
.cid-uWAyTHDqf3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWAyTHDqf3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  background-image: url("../../../assets/images/be-exotic-montage-3logos-v2-2000x1205.webp");
}
.cid-uWAyTHDqf3 .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-uWAyTHDqf3 .mbr-section-title {
  color: #ffffff;
}
.cid-uWAyTHDqf3 .mbr-text,
.cid-uWAyTHDqf3 .mbr-section-btn {
  color: #ffffff;
}
.cid-uWAyTHDqf3 .content-head {
  max-width: 800px;
}
.cid-uOsQwF3AhR {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uOsQwF3AhR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsQwF3AhR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsQwF3AhR .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uOsQwF3AhR .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uOsQwF3AhR {
    align-items: center;
  }
  .cid-uOsQwF3AhR .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uOsQwF3AhR .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uOsQwF3AhR {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uOsQwF3AhR .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uOsQwF3AhR .content-wrap {
    width: 100%;
  }
}
.cid-uOsQwF3AhR .mbr-section-title {
  text-align: center;
  color: #97d700;
}
.cid-uOsQwF3AhR .mbr-text,
.cid-uOsQwF3AhR .mbr-section-btn {
  text-align: center;
  color: #006a52;
}
.cid-uOsQwFqfxQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/comp-bg-img1-2000x1250.webp");
}
.cid-uOsQwFqfxQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsQwFqfxQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsQwFqfxQ .content-text {
  max-width: 800px;
}
.cid-uOsQwFqfxQ .mbr-section-title {
  color: #1f6463;
}
.cid-uOsQwFqfxQ .mbr-text,
.cid-uOsQwFqfxQ .mbr-section-btn {
  color: #000000;
}
.cid-uOsQwFI6zo {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fdfdfd;
}
.cid-uOsQwFI6zo h6 {
  line-height: 1.2;
}
.cid-uOsQwFI6zo img,
.cid-uOsQwFI6zo .item-img {
  width: 100%;
  height: 100%;
}
.cid-uOsQwFI6zo .item:focus,
.cid-uOsQwFI6zo span:focus {
  outline: none;
}
.cid-uOsQwFI6zo .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uOsQwFI6zo .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uOsQwFI6zo .mbr-section-title {
  color: #97d700;
}
.cid-uOsQwFI6zo .mbr-text,
.cid-uOsQwFI6zo .mbr-section-btn {
  color: #000000;
}
.cid-uOsQwFI6zo .item-title {
  color: #000000;
  text-align: center;
}
.cid-uOsQwFI6zo .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uOsQwFI6zo .item-text {
  color: #000000;
  text-align: center;
}
.cid-uOsQwFI6zo .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uOsQwFI6zo .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOsQwFI6zo .mbr-section-subtitle {
  color: #006a52;
}
.cid-uOsQwFI6zo .item-title,
.cid-uOsQwFI6zo .mbr-section-btn {
  color: #97d700;
}
.cid-uOsQwFI6zo .item-subtitle,
.cid-uOsQwFI6zo .mbr-section-btn {
  color: #97d700;
}
.cid-uOsQwG4doK {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffa600;
}
.cid-uOsQwG4doK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsQwG4doK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsQwG4doK .mbr-section-title {
  color: #ffffff;
}
.cid-uOsQwGnecw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOsQwGnecw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsQwGnecw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsQwGnecw .row {
  flex-direction: row-reverse;
}
.cid-uOsQwGnecw .mbr-description {
  color: #97d700;
}
.cid-uOsQwHoqsp {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dole-be-exotic-hero-img-avocado-lr-1800x1013.webp");
}
.cid-uOsQwHoqsp .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uOsQwHoqsp {
    align-items: flex-end;
  }
  .cid-uOsQwHoqsp .row {
    justify-content: flex-start;
  }
  .cid-uOsQwHoqsp .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uOsQwHoqsp .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uOsQwHoqsp {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uOsQwHoqsp .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uOsQwHoqsp .content-wrap {
    width: 100%;
  }
}
.cid-uOsQwHoqsp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsQwHoqsp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsQwHoqsp .mbr-section-title,
.cid-uOsQwHoqsp .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uOsQwHoqsp .mbr-text,
.cid-uOsQwHoqsp .mbr-section-btn {
  text-align: left;
}
.cid-uOsQwHoqsp .mbr-section-title {
  color: #ffffff;
}
.cid-uOsQwHoqsp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOsQwHMllY {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dole-be-exotic-hero-img-mango-lr-1980x1114.webp");
}
.cid-uOsQwHMllY .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uOsQwHMllY {
    align-items: flex-end;
  }
  .cid-uOsQwHMllY .row {
    justify-content: flex-end;
  }
  .cid-uOsQwHMllY .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uOsQwHMllY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uOsQwHMllY {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uOsQwHMllY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uOsQwHMllY .content-wrap {
    width: 100%;
  }
}
.cid-uOsQwHMllY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsQwHMllY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsQwHMllY .mbr-section-title,
.cid-uOsQwHMllY .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uOsQwHMllY .mbr-text,
.cid-uOsQwHMllY .mbr-section-btn {
  text-align: right;
}
.cid-uOsQwHMllY .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uOsQwHMllY .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uOsQwI7fhx {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dole-be-exotic-hero-img-papaya-lr-1800x1013.webp");
}
.cid-uOsQwI7fhx .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uOsQwI7fhx {
    align-items: flex-end;
  }
  .cid-uOsQwI7fhx .row {
    justify-content: flex-start;
  }
  .cid-uOsQwI7fhx .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uOsQwI7fhx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uOsQwI7fhx {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uOsQwI7fhx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uOsQwI7fhx .content-wrap {
    width: 100%;
  }
}
.cid-uOsQwI7fhx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsQwI7fhx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsQwI7fhx .mbr-section-title,
.cid-uOsQwI7fhx .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uOsQwI7fhx .mbr-text,
.cid-uOsQwI7fhx .mbr-section-btn {
  text-align: left;
}
.cid-uOsQwI7fhx .mbr-section-title {
  color: #ffffff;
}
.cid-uOsQwI7fhx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOsQwIrm7b {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f92c50;
}
.cid-uOsQwIrm7b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsQwIrm7b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsQwIrm7b .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uOsQwIrm7b .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOsQwIrm7b .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uOsQwIrm7b .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uOsQwIrm7b .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uOsQwIrm7b .row {
  flex-direction: row-reverse;
}
.cid-uOsQwIrm7b .image-wrapper {
  padding: 0 1rem;
}
.cid-uOsQwIrm7b img,
.cid-uOsQwIrm7b .image-wrapper {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uOsQwIrm7b img,
  .cid-uOsQwIrm7b .image-wrapper {
    max-height: 350px;
  }
}
.cid-uOsQwIrm7b .mbr-section-title {
  color: #f92c50;
}
.cid-uOsQwIrm7b .mbr-text {
  color: #000000;
}
.cid-uOsQwIrm7b .price {
  color: #006a52;
}
.cid-uZAzOac5nz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uZAzOac5nz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZAzOac5nz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZAzOac5nz .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uZAzOac5nz .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uZAzOac5nz .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uZAzOac5nz img,
.cid-uZAzOac5nz .item-img {
  width: 100%;
}
.cid-uOsQwJ8a9U {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uOsQwJ8a9U .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uOsQwJ8a9U .social-row .soc-item {
  margin: 8px;
}
.cid-uOsQwJ8a9U .social-row .soc-item a:hover .mbr-iconfont,
.cid-uOsQwJ8a9U .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uOsQwJ8a9U .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #006a52;
  transition: all 0.3s ease-in-out;
}
.cid-uOsQwJ8a9U .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uOsQwJ8a9U .mbr-section-title {
  color: #ffffff;
}
.cid-uOsQwJ8a9U .mbr-section-title,
.cid-uOsQwJ8a9U .social-list {
  color: #006a52;
}
.cid-uOsQwJygkI {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #97d700;
  overflow: hidden;
}
.cid-uOsQwJygkI .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uBWYnrKvkw {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBWYnrKvkw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBWYnrKvkw .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBWYnrKvkw .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBWYnrKvkw .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uBWYnrKvkw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBWYnrKvkw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBWYnrKvkw .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uBWYnrKvkw .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uBWYnrKvkw .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uBWYnrKvkw .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uBWYnrKvkw .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBWYnrKvkw .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBWYnrKvkw .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uBWYnrKvkw .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBWYnrKvkw .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBWYnrKvkw .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBWYnrKvkw .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBWYnrKvkw .navbar-logo {
    padding-left: 0;
  }
}
.cid-uBWYnrKvkw .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBWYnrKvkw .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBWYnrKvkw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uBWYnrKvkw .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uBWYnrKvkw .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWYnrKvkw .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uBWYnrKvkw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBWYnrKvkw .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uBWYnrKvkw .nav-item:focus,
.cid-uBWYnrKvkw .nav-link:focus {
  outline: none;
}
.cid-uBWYnrKvkw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBWYnrKvkw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBWYnrKvkw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBWYnrKvkw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBWYnrKvkw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBWYnrKvkw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBWYnrKvkw .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uBWYnrKvkw .navbar.opened {
  transition: all 0.3s;
}
.cid-uBWYnrKvkw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBWYnrKvkw .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uBWYnrKvkw .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uBWYnrKvkw .navbar.collapsed {
  justify-content: center;
}
.cid-uBWYnrKvkw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBWYnrKvkw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBWYnrKvkw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uBWYnrKvkw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBWYnrKvkw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBWYnrKvkw .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-uBWYnrKvkw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBWYnrKvkw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBWYnrKvkw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBWYnrKvkw .navbar {
    min-height: 72px;
  }
  .cid-uBWYnrKvkw .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBWYnrKvkw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBWYnrKvkw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBWYnrKvkw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBWYnrKvkw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBWYnrKvkw .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-uBWYnrKvkw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBWYnrKvkw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBWYnrKvkw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBWYnrKvkw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBWYnrKvkw .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBWYnrKvkw .dropdown-item.active,
.cid-uBWYnrKvkw .dropdown-item:active {
  background-color: transparent;
}
.cid-uBWYnrKvkw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBWYnrKvkw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBWYnrKvkw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBWYnrKvkw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBWYnrKvkw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBWYnrKvkw .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBWYnrKvkw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBWYnrKvkw .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBWYnrKvkw .navbar-buttons {
    text-align: left;
  }
}
.cid-uBWYnrKvkw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBWYnrKvkw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a52;
}
.cid-uBWYnrKvkw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBWYnrKvkw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBWYnrKvkw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBWYnrKvkw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBWYnrKvkw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBWYnrKvkw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBWYnrKvkw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBWYnrKvkw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBWYnrKvkw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBWYnrKvkw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBWYnrKvkw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uBWYnrKvkw .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBWYnrKvkw .navbar {
    height: 70px;
  }
  .cid-uBWYnrKvkw .navbar.opened {
    height: auto;
  }
  .cid-uBWYnrKvkw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBWYnrKvkw .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uBWYnrKvkw .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBWYnrKvkw .navbar-brand {
    margin-right: auto;
  }
  .cid-uBWYnrKvkw .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uBWYnrKvkw .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBWYnrKvkw .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBWYnrKvkw .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBWYnrKvkw .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBWYnrKvkw .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uIwzZwxoDt {
  padding-top: 12rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/dole-be-exotic-hero-img4b-lr-1-2000x1125.webp");
}
.cid-uIwzZwxoDt .content-head {
  max-width: 800px;
}
.cid-uIwzZwxoDt .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uIwzZwxoDt .mbr-text,
.cid-uIwzZwxoDt .mbr-section-btn {
  color: #edefeb;
}
.cid-uLgdMF8aaA {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLgdMF8aaA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgdMF8aaA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgdMF8aaA .mbr-section-title {
  color: #97d700;
}
.cid-uLgdMF8aaA .mbr-section-subtitle {
  color: #006a52;
}
.cid-uLgbYYcmSw {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLgbYYcmSw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgbYYcmSw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLgbYYcmSw .content-text {
  max-width: 800px;
}
.cid-uLgbYYcmSw .mbr-section-title {
  color: #97d700;
}
.cid-uLgbYYcmSw .mbr-text,
.cid-uLgbYYcmSw .mbr-section-btn {
  color: #000000;
}
.cid-uIxDivFpCn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #c77836;
}
.cid-uIxDivFpCn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIxDivFpCn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uIxDivFpCn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIxDivFpCn .row {
  flex-direction: row-reverse;
}
.cid-uIxDivFpCn .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uIxDivFpCn .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uIxDivFpCn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uIxDivFpCn .mbr-section-title {
  color: #b62707;
}
.cid-uIxDivFpCn .mbr-text,
.cid-uIxDivFpCn .mbr-section-btn {
  color: #ffffff;
}
.cid-uIxGEIq8HL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hero-blocks-about-us-pool-lr-1-2000x1111.webp");
}
.cid-uIxGEIq8HL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIxGEIq8HL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uIxGEIq8HL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIxGEIq8HL .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uIxGEIq8HL .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uIxGEIq8HL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uIxGEIq8HL .mbr-section-title {
  color: #0c2c68;
}
.cid-uIxGEIq8HL .mbr-text,
.cid-uIxGEIq8HL .mbr-section-btn {
  color: #000000;
}
.cid-uIxKMc1LHU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hero-blocks-about-us-surfer-lr-2000x1111.webp");
}
.cid-uIxKMc1LHU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIxKMc1LHU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uIxKMc1LHU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIxKMc1LHU .row {
  flex-direction: row-reverse;
}
.cid-uIxKMc1LHU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uIxKMc1LHU .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uIxKMc1LHU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uIxKMc1LHU .mbr-section-title {
  color: #ffffff;
}
.cid-uIxKMc1LHU .mbr-text,
.cid-uIxKMc1LHU .mbr-section-btn {
  color: #000000;
}
.cid-uIwH14Lulw {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f92c50;
}
.cid-uIwH14Lulw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwH14Lulw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwH14Lulw .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uIwH14Lulw .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uIwH14Lulw .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uIwH14Lulw .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uIwH14Lulw .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uIwH14Lulw .row {
  flex-direction: row-reverse;
}
.cid-uIwH14Lulw .image-wrapper {
  padding: 0 1rem;
}
.cid-uIwH14Lulw img,
.cid-uIwH14Lulw .image-wrapper {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uIwH14Lulw img,
  .cid-uIwH14Lulw .image-wrapper {
    max-height: 350px;
  }
}
.cid-uIwH14Lulw .mbr-section-title {
  color: #f92c50;
}
.cid-uIwH14Lulw .mbr-text {
  color: #000000;
}
.cid-uIwH14Lulw .price {
  color: #006a52;
}
.cid-uIy6dXUvgb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffa600;
}
.cid-uIy6dXUvgb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIy6dXUvgb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIy6dXUvgb .mbr-section-title {
  color: #ffffff;
}
.cid-uZAzW3Pb2B {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uZAzW3Pb2B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZAzW3Pb2B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZAzW3Pb2B .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uZAzW3Pb2B .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uZAzW3Pb2B .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uZAzW3Pb2B img,
.cid-uZAzW3Pb2B .item-img {
  width: 100%;
}
.cid-uJG1vxCSE7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uJG1vxCSE7 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uJG1vxCSE7 .social-row .soc-item {
  margin: 8px;
}
.cid-uJG1vxCSE7 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uJG1vxCSE7 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uJG1vxCSE7 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #006a52;
  transition: all 0.3s ease-in-out;
}
.cid-uJG1vxCSE7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uJG1vxCSE7 .mbr-section-title {
  color: #ffffff;
}
.cid-uJG1vxCSE7 .mbr-section-title,
.cid-uJG1vxCSE7 .social-list {
  color: #006a52;
}
.cid-uchgP4ZYmL {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #97d700;
  overflow: hidden;
}
.cid-uchgP4ZYmL .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uOtgbFWDiz {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uOtgbFWDiz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uOtgbFWDiz .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uOtgbFWDiz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOtgbFWDiz .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uOtgbFWDiz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOtgbFWDiz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOtgbFWDiz .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uOtgbFWDiz .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uOtgbFWDiz .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uOtgbFWDiz .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uOtgbFWDiz .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uOtgbFWDiz .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uOtgbFWDiz .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uOtgbFWDiz .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uOtgbFWDiz .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uOtgbFWDiz .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uOtgbFWDiz .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uOtgbFWDiz .navbar-logo {
    padding-left: 0;
  }
}
.cid-uOtgbFWDiz .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOtgbFWDiz .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uOtgbFWDiz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uOtgbFWDiz .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uOtgbFWDiz .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOtgbFWDiz .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uOtgbFWDiz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOtgbFWDiz .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uOtgbFWDiz .nav-item:focus,
.cid-uOtgbFWDiz .nav-link:focus {
  outline: none;
}
.cid-uOtgbFWDiz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOtgbFWDiz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOtgbFWDiz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOtgbFWDiz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOtgbFWDiz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOtgbFWDiz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOtgbFWDiz .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uOtgbFWDiz .navbar.opened {
  transition: all 0.3s;
}
.cid-uOtgbFWDiz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOtgbFWDiz .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uOtgbFWDiz .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uOtgbFWDiz .navbar.collapsed {
  justify-content: center;
}
.cid-uOtgbFWDiz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOtgbFWDiz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOtgbFWDiz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uOtgbFWDiz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOtgbFWDiz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOtgbFWDiz .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-uOtgbFWDiz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOtgbFWDiz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOtgbFWDiz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOtgbFWDiz .navbar {
    min-height: 72px;
  }
  .cid-uOtgbFWDiz .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uOtgbFWDiz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOtgbFWDiz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOtgbFWDiz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOtgbFWDiz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOtgbFWDiz .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-uOtgbFWDiz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOtgbFWDiz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uOtgbFWDiz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOtgbFWDiz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOtgbFWDiz .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uOtgbFWDiz .dropdown-item.active,
.cid-uOtgbFWDiz .dropdown-item:active {
  background-color: transparent;
}
.cid-uOtgbFWDiz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOtgbFWDiz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOtgbFWDiz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOtgbFWDiz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uOtgbFWDiz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uOtgbFWDiz .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uOtgbFWDiz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOtgbFWDiz .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uOtgbFWDiz .navbar-buttons {
    text-align: left;
  }
}
.cid-uOtgbFWDiz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOtgbFWDiz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a52;
}
.cid-uOtgbFWDiz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOtgbFWDiz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOtgbFWDiz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOtgbFWDiz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOtgbFWDiz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOtgbFWDiz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOtgbFWDiz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOtgbFWDiz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOtgbFWDiz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOtgbFWDiz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOtgbFWDiz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOtgbFWDiz .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOtgbFWDiz .navbar {
    height: 70px;
  }
  .cid-uOtgbFWDiz .navbar.opened {
    height: auto;
  }
  .cid-uOtgbFWDiz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOtgbFWDiz .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uOtgbFWDiz .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uOtgbFWDiz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uOtgbFWDiz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uOtgbFWDiz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uOtgbFWDiz .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uOtgbFWDiz .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uOtgbFWDiz .navbar-brand {
    margin-right: auto;
  }
  .cid-uOtgbFWDiz .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uOtgbFWDiz .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uOtgbFWDiz .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uOtgbFWDiz .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uOtgbFWDiz .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uOtgbFWDiz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uOtgbFWDiz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uOtgbFWDiz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uOtgbFWDiz .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uOtgbFWDiz .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uOtgbFWDiz .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uOtgbHcc3D {
  padding-top: 12rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/dole-plc-5-topaz-2000x1125.webp");
}
.cid-uOtgbHcc3D .content-head {
  max-width: 800px;
}
.cid-uOtgbHcc3D .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uOtgbHcc3D .mbr-text,
.cid-uOtgbHcc3D .mbr-section-btn {
  color: #edefeb;
}
.cid-uOtgbLZ0co {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOtgbLZ0co .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOtgbLZ0co .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOtgbLZ0co .mbr-section-title {
  color: #006a52;
}
.cid-uOtgbMqSpd {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uOtgbMqSpd .video-wrapper iframe {
  width: 100%;
}
.cid-uOtgbMqSpd .mbr-section-title,
.cid-uOtgbMqSpd .mbr-section-subtitle,
.cid-uOtgbMqSpd .mbr-text {
  text-align: center;
}
.cid-uOtgbMqSpd .mbr-section-title {
  color: #006a52;
}
.cid-uOub8JXYyf {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #d7f2da;
}
.cid-uOub8JXYyf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOub8JXYyf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOub8JXYyf .row {
  flex-direction: row-reverse;
}
.cid-uOub8JXYyf .mbr-description {
  color: #000000;
}
.cid-uOub0jqZzo {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #d7f2da;
}
.cid-uOub0jqZzo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOub0jqZzo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOub0jqZzo .content-text {
  max-width: 800px;
}
.cid-uOub0jqZzo .mbr-section-title {
  color: #006a52;
}
.cid-uOub0jqZzo .mbr-text,
.cid-uOub0jqZzo .mbr-section-btn {
  color: #000000;
}
.cid-uOtgbLcCpV {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOtgbLcCpV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOtgbLcCpV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOtgbLcCpV .mbr-section-title {
  color: #006a52;
}
.cid-uOtgbLypOa {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uOtgbLypOa .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uOtgbLypOa img,
.cid-uOtgbLypOa .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOtgbLypOa .item:focus,
.cid-uOtgbLypOa span:focus {
  outline: none;
}
.cid-uOtgbLypOa .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOtgbLypOa .item {
    margin-bottom: 1rem;
  }
}
.cid-uOtgbLypOa .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uOtgbLypOa .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uOtgbLypOa .item-content .item-footer {
  margin-top: auto;
}
.cid-uOtgbLypOa .mbr-section-title {
  color: #78be20;
}
.cid-uOtgbLypOa .mbr-text,
.cid-uOtgbLypOa .mbr-section-btn {
  color: #000000;
}
.cid-uOtgbLypOa .item-title {
  color: #000000;
}
.cid-uOtgbLypOa .content-head {
  max-width: 800px;
}
.cid-uOtgbMVgOk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffa600;
}
.cid-uOtgbMVgOk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOtgbMVgOk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOtgbMVgOk .mbr-section-title {
  color: #ffffff;
}
.cid-uZAA33oEKg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uZAA33oEKg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZAA33oEKg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZAA33oEKg .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uZAA33oEKg .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uZAA33oEKg .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uZAA33oEKg img,
.cid-uZAA33oEKg .item-img {
  width: 100%;
}
.cid-uOtgbNQGRF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uOtgbNQGRF .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uOtgbNQGRF .social-row .soc-item {
  margin: 8px;
}
.cid-uOtgbNQGRF .social-row .soc-item a:hover .mbr-iconfont,
.cid-uOtgbNQGRF .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uOtgbNQGRF .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #006a52;
  transition: all 0.3s ease-in-out;
}
.cid-uOtgbNQGRF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uOtgbNQGRF .mbr-section-title {
  color: #ffffff;
}
.cid-uOtgbNQGRF .mbr-section-title,
.cid-uOtgbNQGRF .social-list {
  color: #006a52;
}
.cid-uOtgbOrZCX {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #97d700;
  overflow: hidden;
}
.cid-uOtgbOrZCX .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uIrWYxOFbv {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIrWYxOFbv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uIrWYxOFbv .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIrWYxOFbv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIrWYxOFbv .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIrWYxOFbv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIrWYxOFbv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIrWYxOFbv .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIrWYxOFbv .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIrWYxOFbv .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIrWYxOFbv .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIrWYxOFbv .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIrWYxOFbv .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIrWYxOFbv .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIrWYxOFbv .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIrWYxOFbv .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIrWYxOFbv .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIrWYxOFbv .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIrWYxOFbv .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIrWYxOFbv .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIrWYxOFbv .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIrWYxOFbv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIrWYxOFbv .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uIrWYxOFbv .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uIrWYxOFbv .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uIrWYxOFbv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIrWYxOFbv .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIrWYxOFbv .nav-item:focus,
.cid-uIrWYxOFbv .nav-link:focus {
  outline: none;
}
.cid-uIrWYxOFbv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIrWYxOFbv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIrWYxOFbv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIrWYxOFbv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIrWYxOFbv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIrWYxOFbv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIrWYxOFbv .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uIrWYxOFbv .navbar.opened {
  transition: all 0.3s;
}
.cid-uIrWYxOFbv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIrWYxOFbv .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uIrWYxOFbv .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIrWYxOFbv .navbar.collapsed {
  justify-content: center;
}
.cid-uIrWYxOFbv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIrWYxOFbv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIrWYxOFbv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uIrWYxOFbv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIrWYxOFbv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIrWYxOFbv .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-uIrWYxOFbv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIrWYxOFbv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIrWYxOFbv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIrWYxOFbv .navbar {
    min-height: 72px;
  }
  .cid-uIrWYxOFbv .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIrWYxOFbv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIrWYxOFbv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIrWYxOFbv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIrWYxOFbv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIrWYxOFbv .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-uIrWYxOFbv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIrWYxOFbv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIrWYxOFbv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIrWYxOFbv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIrWYxOFbv .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIrWYxOFbv .dropdown-item.active,
.cid-uIrWYxOFbv .dropdown-item:active {
  background-color: transparent;
}
.cid-uIrWYxOFbv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIrWYxOFbv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIrWYxOFbv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIrWYxOFbv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIrWYxOFbv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIrWYxOFbv .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIrWYxOFbv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIrWYxOFbv .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIrWYxOFbv .navbar-buttons {
    text-align: left;
  }
}
.cid-uIrWYxOFbv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIrWYxOFbv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a52;
}
.cid-uIrWYxOFbv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIrWYxOFbv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIrWYxOFbv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIrWYxOFbv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIrWYxOFbv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIrWYxOFbv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIrWYxOFbv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIrWYxOFbv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIrWYxOFbv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIrWYxOFbv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIrWYxOFbv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIrWYxOFbv .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIrWYxOFbv .navbar {
    height: 70px;
  }
  .cid-uIrWYxOFbv .navbar.opened {
    height: auto;
  }
  .cid-uIrWYxOFbv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIrWYxOFbv .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIrWYxOFbv .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIrWYxOFbv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIrWYxOFbv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIrWYxOFbv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIrWYxOFbv .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIrWYxOFbv .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIrWYxOFbv .navbar-brand {
    margin-right: auto;
  }
  .cid-uIrWYxOFbv .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uIrWYxOFbv .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIrWYxOFbv .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIrWYxOFbv .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uIrWYxOFbv .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIrWYxOFbv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIrWYxOFbv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIrWYxOFbv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIrWYxOFbv .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uIrWYxOFbv .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIrWYxOFbv .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uIrWYy3TXf {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/mango-muddle-smoothie-img-1020x717.webp");
}
.cid-uIrWYy3TXf .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uIrWYy3TXf {
    align-items: flex-end;
  }
  .cid-uIrWYy3TXf .row {
    justify-content: center;
  }
  .cid-uIrWYy3TXf .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uIrWYy3TXf .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uIrWYy3TXf {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uIrWYy3TXf .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uIrWYy3TXf .content-wrap {
    width: 100%;
  }
}
.cid-uIrWYy3TXf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrWYy3TXf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIrWYy3TXf .mbr-section-title,
.cid-uIrWYy3TXf .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uIrWYy3TXf .mbr-text,
.cid-uIrWYy3TXf .mbr-section-btn {
  text-align: center;
}
.cid-uIrWYy3TXf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uIrWYy3TXf .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uIrYxQO2ez {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f92c50;
}
.cid-uIrYxQO2ez .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrYxQO2ez .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uIrYxQO2ez .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIrYxQO2ez .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIrYxQO2ez .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #f92c50;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
  border-radius: 50%;
}
.cid-uIrYxQO2ez .card-title,
.cid-uIrYxQO2ez .iconfont-wrapper,
.cid-uIrYxQO2ez .card-text {
  color: #000000;
  text-align: center;
}
.cid-uIrYxQO2ez .content-head {
  max-width: 800px;
}
.cid-uIrYxQO2ez .mbr-section-title {
  color: #000000;
}
.cid-uIrYxQO2ez .mbr-section-btn {
  text-align: center;
}
.cid-uIrYxQO2ez .card-title,
.cid-uIrYxQO2ez .iconfont-wrapper {
  color: #ffa0a0;
}
.cid-uIrYxQO2ez .card-text,
.cid-uIrYxQO2ez .mbr-section-btn {
  color: #ffffff;
}
.cid-uIrYz5e58J {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uIrYz5e58J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrYz5e58J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIrYz5e58J .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIrYz5e58J .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIrYz5e58J .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uIrYz5e58J .content-head {
  max-width: 800px;
}
.cid-uIrYz5e58J .mbr-section-title {
  color: #006a52;
}
.cid-uIrYz5e58J .card-title {
  color: #f92c50;
  text-align: left;
}
.cid-uIrYzMrKPP {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uIrYzMrKPP .video-wrapper iframe {
  width: 100%;
}
.cid-uIrYzMrKPP .mbr-section-title,
.cid-uIrYzMrKPP .mbr-section-subtitle,
.cid-uIrYzMrKPP .mbr-text {
  text-align: center;
}
.cid-uIrYzMrKPP .mbr-section-title {
  color: #f92c50;
}
.cid-uJWA1gq8aY {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uJWA1gq8aY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJWA1gq8aY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJWA1gq8aY .mbr-section-title {
  color: #f92c50;
}
.cid-uJFZACz2iR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffa600;
}
.cid-uJFZACz2iR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJFZACz2iR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJFZACz2iR .mbr-section-title {
  color: #ffffff;
}
.cid-uZAB35yLym {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uZAB35yLym .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZAB35yLym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZAB35yLym .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uZAB35yLym .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uZAB35yLym .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uZAB35yLym img,
.cid-uZAB35yLym .item-img {
  width: 100%;
}
.cid-uJG1vxCSE7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uJG1vxCSE7 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uJG1vxCSE7 .social-row .soc-item {
  margin: 8px;
}
.cid-uJG1vxCSE7 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uJG1vxCSE7 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uJG1vxCSE7 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #006a52;
  transition: all 0.3s ease-in-out;
}
.cid-uJG1vxCSE7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uJG1vxCSE7 .mbr-section-title {
  color: #ffffff;
}
.cid-uJG1vxCSE7 .mbr-section-title,
.cid-uJG1vxCSE7 .social-list {
  color: #006a52;
}
.cid-uIrWYzvuYK {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #97d700;
  overflow: hidden;
}
.cid-uIrWYzvuYK .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uXfpuPLEtp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXfpuPLEtp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uXfpuPLEtp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXfpuPLEtp .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXfpuPLEtp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uXfpuPLEtp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXfpuPLEtp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXfpuPLEtp .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uXfpuPLEtp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uXfpuPLEtp .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uXfpuPLEtp .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXfpuPLEtp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXfpuPLEtp .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXfpuPLEtp .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uXfpuPLEtp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXfpuPLEtp .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXfpuPLEtp .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXfpuPLEtp .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXfpuPLEtp .navbar-logo {
    padding-left: 0;
  }
}
.cid-uXfpuPLEtp .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXfpuPLEtp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXfpuPLEtp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uXfpuPLEtp .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uXfpuPLEtp .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXfpuPLEtp .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXfpuPLEtp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXfpuPLEtp .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uXfpuPLEtp .nav-item:focus,
.cid-uXfpuPLEtp .nav-link:focus {
  outline: none;
}
.cid-uXfpuPLEtp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXfpuPLEtp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXfpuPLEtp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXfpuPLEtp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXfpuPLEtp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXfpuPLEtp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXfpuPLEtp .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uXfpuPLEtp .navbar.opened {
  transition: all 0.3s;
}
.cid-uXfpuPLEtp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXfpuPLEtp .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uXfpuPLEtp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXfpuPLEtp .navbar.collapsed {
  justify-content: center;
}
.cid-uXfpuPLEtp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXfpuPLEtp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXfpuPLEtp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uXfpuPLEtp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXfpuPLEtp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXfpuPLEtp .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-uXfpuPLEtp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXfpuPLEtp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXfpuPLEtp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXfpuPLEtp .navbar {
    min-height: 72px;
  }
  .cid-uXfpuPLEtp .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXfpuPLEtp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXfpuPLEtp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXfpuPLEtp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXfpuPLEtp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXfpuPLEtp .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-uXfpuPLEtp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXfpuPLEtp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXfpuPLEtp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXfpuPLEtp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXfpuPLEtp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXfpuPLEtp .dropdown-item.active,
.cid-uXfpuPLEtp .dropdown-item:active {
  background-color: transparent;
}
.cid-uXfpuPLEtp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXfpuPLEtp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXfpuPLEtp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXfpuPLEtp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXfpuPLEtp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXfpuPLEtp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXfpuPLEtp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXfpuPLEtp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXfpuPLEtp .navbar-buttons {
    text-align: left;
  }
}
.cid-uXfpuPLEtp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXfpuPLEtp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a52;
}
.cid-uXfpuPLEtp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXfpuPLEtp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXfpuPLEtp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXfpuPLEtp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXfpuPLEtp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXfpuPLEtp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXfpuPLEtp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXfpuPLEtp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXfpuPLEtp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXfpuPLEtp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXfpuPLEtp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXfpuPLEtp .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXfpuPLEtp .navbar {
    height: 70px;
  }
  .cid-uXfpuPLEtp .navbar.opened {
    height: auto;
  }
  .cid-uXfpuPLEtp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXfpuPLEtp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXfpuPLEtp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXfpuPLEtp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXfpuPLEtp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uXfpuPLEtp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXfpuPLEtp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXfpuPLEtp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXfpuPLEtp .navbar-brand {
    margin-right: auto;
  }
  .cid-uXfpuPLEtp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uXfpuPLEtp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXfpuPLEtp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXfpuPLEtp .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXfpuPLEtp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXfpuPLEtp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXfpuPLEtp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uXfpuPLEtp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXfpuPLEtp .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXfpuPLEtp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXfpuPLEtp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXfpuQGkoh {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/01-avocado-and-peach-salad-with-grilled-banana-and-rocket.webp");
}
.cid-uXfpuQGkoh .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uXfpuQGkoh {
    align-items: flex-end;
  }
  .cid-uXfpuQGkoh .row {
    justify-content: center;
  }
  .cid-uXfpuQGkoh .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXfpuQGkoh .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXfpuQGkoh {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uXfpuQGkoh .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXfpuQGkoh .content-wrap {
    width: 100%;
  }
}
.cid-uXfpuQGkoh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXfpuQGkoh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXfpuQGkoh .mbr-section-title,
.cid-uXfpuQGkoh .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uXfpuQGkoh .mbr-text,
.cid-uXfpuQGkoh .mbr-section-btn {
  text-align: center;
}
.cid-uXfpuQGkoh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXfpuQGkoh .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uXfpuR2atz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f92c50;
}
.cid-uXfpuR2atz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXfpuR2atz .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uXfpuR2atz .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXfpuR2atz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXfpuR2atz .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #f92c50;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
  border-radius: 50%;
}
.cid-uXfpuR2atz .card-title,
.cid-uXfpuR2atz .iconfont-wrapper,
.cid-uXfpuR2atz .card-text {
  color: #000000;
  text-align: center;
}
.cid-uXfpuR2atz .content-head {
  max-width: 800px;
}
.cid-uXfpuR2atz .mbr-section-title {
  color: #000000;
}
.cid-uXfpuR2atz .mbr-section-btn {
  text-align: center;
}
.cid-uXfpuR2atz .card-title,
.cid-uXfpuR2atz .iconfont-wrapper {
  color: #ffa0a0;
}
.cid-uXfpuR2atz .card-text,
.cid-uXfpuR2atz .mbr-section-btn {
  color: #ffffff;
}
.cid-uXfpuRzFs9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uXfpuRzFs9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXfpuRzFs9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXfpuRzFs9 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXfpuRzFs9 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXfpuRzFs9 .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uXfpuRzFs9 .content-head {
  max-width: 800px;
}
.cid-uXfpuRzFs9 .mbr-section-title {
  color: #006a52;
}
.cid-uXfpuRzFs9 .card-title {
  color: #f92c50;
  text-align: left;
}
.cid-uXfpuSmqy0 {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uXfpuSmqy0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXfpuSmqy0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXfpuSmqy0 .mbr-section-title {
  color: #f92c50;
}
.cid-uXfpuSFeMP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffa600;
}
.cid-uXfpuSFeMP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXfpuSFeMP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXfpuSFeMP .mbr-section-title {
  color: #ffffff;
}
.cid-uZAB9amkVj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uZAB9amkVj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZAB9amkVj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZAB9amkVj .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uZAB9amkVj .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uZAB9amkVj .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uZAB9amkVj img,
.cid-uZAB9amkVj .item-img {
  width: 100%;
}
.cid-uXfpuTlFqK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uXfpuTlFqK .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uXfpuTlFqK .social-row .soc-item {
  margin: 8px;
}
.cid-uXfpuTlFqK .social-row .soc-item a:hover .mbr-iconfont,
.cid-uXfpuTlFqK .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uXfpuTlFqK .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #006a52;
  transition: all 0.3s ease-in-out;
}
.cid-uXfpuTlFqK .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uXfpuTlFqK .mbr-section-title {
  color: #ffffff;
}
.cid-uXfpuTlFqK .mbr-section-title,
.cid-uXfpuTlFqK .social-list {
  color: #006a52;
}
.cid-uXfpuTJ7bq {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #97d700;
  overflow: hidden;
}
.cid-uXfpuTJ7bq .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uXfr6vss74 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXfr6vss74 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uXfr6vss74 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXfr6vss74 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXfr6vss74 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uXfr6vss74 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXfr6vss74 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXfr6vss74 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uXfr6vss74 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uXfr6vss74 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uXfr6vss74 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXfr6vss74 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXfr6vss74 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXfr6vss74 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uXfr6vss74 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXfr6vss74 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXfr6vss74 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXfr6vss74 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXfr6vss74 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uXfr6vss74 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXfr6vss74 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXfr6vss74 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uXfr6vss74 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uXfr6vss74 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXfr6vss74 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXfr6vss74 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXfr6vss74 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uXfr6vss74 .nav-item:focus,
.cid-uXfr6vss74 .nav-link:focus {
  outline: none;
}
.cid-uXfr6vss74 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXfr6vss74 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXfr6vss74 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXfr6vss74 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXfr6vss74 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXfr6vss74 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXfr6vss74 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uXfr6vss74 .navbar.opened {
  transition: all 0.3s;
}
.cid-uXfr6vss74 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXfr6vss74 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uXfr6vss74 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXfr6vss74 .navbar.collapsed {
  justify-content: center;
}
.cid-uXfr6vss74 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXfr6vss74 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXfr6vss74 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uXfr6vss74 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXfr6vss74 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXfr6vss74 .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-uXfr6vss74 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXfr6vss74 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXfr6vss74 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXfr6vss74 .navbar {
    min-height: 72px;
  }
  .cid-uXfr6vss74 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXfr6vss74 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXfr6vss74 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXfr6vss74 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXfr6vss74 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXfr6vss74 .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-uXfr6vss74 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXfr6vss74 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXfr6vss74 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXfr6vss74 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXfr6vss74 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXfr6vss74 .dropdown-item.active,
.cid-uXfr6vss74 .dropdown-item:active {
  background-color: transparent;
}
.cid-uXfr6vss74 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXfr6vss74 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXfr6vss74 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXfr6vss74 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXfr6vss74 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXfr6vss74 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXfr6vss74 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXfr6vss74 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXfr6vss74 .navbar-buttons {
    text-align: left;
  }
}
.cid-uXfr6vss74 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXfr6vss74 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a52;
}
.cid-uXfr6vss74 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXfr6vss74 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXfr6vss74 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXfr6vss74 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXfr6vss74 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXfr6vss74 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXfr6vss74 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXfr6vss74 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXfr6vss74 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXfr6vss74 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXfr6vss74 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXfr6vss74 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXfr6vss74 .navbar {
    height: 70px;
  }
  .cid-uXfr6vss74 .navbar.opened {
    height: auto;
  }
  .cid-uXfr6vss74 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXfr6vss74 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXfr6vss74 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXfr6vss74 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXfr6vss74 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uXfr6vss74 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXfr6vss74 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXfr6vss74 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXfr6vss74 .navbar-brand {
    margin-right: auto;
  }
  .cid-uXfr6vss74 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uXfr6vss74 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXfr6vss74 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXfr6vss74 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXfr6vss74 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXfr6vss74 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXfr6vss74 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uXfr6vss74 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXfr6vss74 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXfr6vss74 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXfr6vss74 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXfr6wlKHa {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/02-spicy-tuna-poke-bowl.webp");
}
.cid-uXfr6wlKHa .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uXfr6wlKHa {
    align-items: flex-end;
  }
  .cid-uXfr6wlKHa .row {
    justify-content: center;
  }
  .cid-uXfr6wlKHa .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXfr6wlKHa .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXfr6wlKHa {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uXfr6wlKHa .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXfr6wlKHa .content-wrap {
    width: 100%;
  }
}
.cid-uXfr6wlKHa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXfr6wlKHa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXfr6wlKHa .mbr-section-title,
.cid-uXfr6wlKHa .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uXfr6wlKHa .mbr-text,
.cid-uXfr6wlKHa .mbr-section-btn {
  text-align: center;
}
.cid-uXfr6wlKHa .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXfr6wlKHa .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uXfr6wHsmx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f92c50;
}
.cid-uXfr6wHsmx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXfr6wHsmx .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uXfr6wHsmx .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXfr6wHsmx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXfr6wHsmx .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #f92c50;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
  border-radius: 50%;
}
.cid-uXfr6wHsmx .card-title,
.cid-uXfr6wHsmx .iconfont-wrapper,
.cid-uXfr6wHsmx .card-text {
  color: #000000;
  text-align: center;
}
.cid-uXfr6wHsmx .content-head {
  max-width: 800px;
}
.cid-uXfr6wHsmx .mbr-section-title {
  color: #000000;
}
.cid-uXfr6wHsmx .mbr-section-btn {
  text-align: center;
}
.cid-uXfr6wHsmx .card-title,
.cid-uXfr6wHsmx .iconfont-wrapper {
  color: #ffa0a0;
}
.cid-uXfr6wHsmx .card-text,
.cid-uXfr6wHsmx .mbr-section-btn {
  color: #ffffff;
}
.cid-uXfr6xdYHR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uXfr6xdYHR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXfr6xdYHR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXfr6xdYHR .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXfr6xdYHR .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXfr6xdYHR .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uXfr6xdYHR .content-head {
  max-width: 800px;
}
.cid-uXfr6xdYHR .mbr-section-title {
  color: #006a52;
}
.cid-uXfr6xdYHR .card-title {
  color: #f92c50;
  text-align: left;
}
.cid-uXfr6xBYTA {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uXfr6xBYTA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXfr6xBYTA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXfr6xBYTA .mbr-section-title {
  color: #f92c50;
}
.cid-uXfr6xWhRW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffa600;
}
.cid-uXfr6xWhRW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXfr6xWhRW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXfr6xWhRW .mbr-section-title {
  color: #ffffff;
}
.cid-uZABdbfgj6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uZABdbfgj6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZABdbfgj6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZABdbfgj6 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uZABdbfgj6 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uZABdbfgj6 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uZABdbfgj6 img,
.cid-uZABdbfgj6 .item-img {
  width: 100%;
}
.cid-uXfr6yEyOp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uXfr6yEyOp .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uXfr6yEyOp .social-row .soc-item {
  margin: 8px;
}
.cid-uXfr6yEyOp .social-row .soc-item a:hover .mbr-iconfont,
.cid-uXfr6yEyOp .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uXfr6yEyOp .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #006a52;
  transition: all 0.3s ease-in-out;
}
.cid-uXfr6yEyOp .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uXfr6yEyOp .mbr-section-title {
  color: #ffffff;
}
.cid-uXfr6yEyOp .mbr-section-title,
.cid-uXfr6yEyOp .social-list {
  color: #006a52;
}
.cid-uXfr6z2Ts5 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #97d700;
  overflow: hidden;
}
.cid-uXfr6z2Ts5 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uXftFaHK9B {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXftFaHK9B .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uXftFaHK9B .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXftFaHK9B .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXftFaHK9B .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uXftFaHK9B .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXftFaHK9B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXftFaHK9B .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uXftFaHK9B .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uXftFaHK9B .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uXftFaHK9B .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXftFaHK9B .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXftFaHK9B .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXftFaHK9B .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uXftFaHK9B .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXftFaHK9B .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXftFaHK9B .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXftFaHK9B .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXftFaHK9B .navbar-logo {
    padding-left: 0;
  }
}
.cid-uXftFaHK9B .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXftFaHK9B .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXftFaHK9B .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uXftFaHK9B .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uXftFaHK9B .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXftFaHK9B .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXftFaHK9B .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXftFaHK9B .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uXftFaHK9B .nav-item:focus,
.cid-uXftFaHK9B .nav-link:focus {
  outline: none;
}
.cid-uXftFaHK9B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXftFaHK9B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXftFaHK9B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXftFaHK9B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXftFaHK9B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXftFaHK9B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXftFaHK9B .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uXftFaHK9B .navbar.opened {
  transition: all 0.3s;
}
.cid-uXftFaHK9B .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXftFaHK9B .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uXftFaHK9B .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXftFaHK9B .navbar.collapsed {
  justify-content: center;
}
.cid-uXftFaHK9B .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXftFaHK9B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXftFaHK9B .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uXftFaHK9B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXftFaHK9B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXftFaHK9B .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-uXftFaHK9B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXftFaHK9B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXftFaHK9B .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXftFaHK9B .navbar {
    min-height: 72px;
  }
  .cid-uXftFaHK9B .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXftFaHK9B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXftFaHK9B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXftFaHK9B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXftFaHK9B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXftFaHK9B .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-uXftFaHK9B .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXftFaHK9B .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXftFaHK9B .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXftFaHK9B .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXftFaHK9B .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXftFaHK9B .dropdown-item.active,
.cid-uXftFaHK9B .dropdown-item:active {
  background-color: transparent;
}
.cid-uXftFaHK9B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXftFaHK9B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXftFaHK9B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXftFaHK9B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXftFaHK9B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXftFaHK9B .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXftFaHK9B ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXftFaHK9B .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXftFaHK9B .navbar-buttons {
    text-align: left;
  }
}
.cid-uXftFaHK9B button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXftFaHK9B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a52;
}
.cid-uXftFaHK9B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXftFaHK9B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXftFaHK9B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXftFaHK9B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXftFaHK9B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXftFaHK9B nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXftFaHK9B nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXftFaHK9B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXftFaHK9B .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXftFaHK9B a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXftFaHK9B .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXftFaHK9B .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXftFaHK9B .navbar {
    height: 70px;
  }
  .cid-uXftFaHK9B .navbar.opened {
    height: auto;
  }
  .cid-uXftFaHK9B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXftFaHK9B .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXftFaHK9B .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXftFaHK9B .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXftFaHK9B .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uXftFaHK9B .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXftFaHK9B .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXftFaHK9B .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXftFaHK9B .navbar-brand {
    margin-right: auto;
  }
  .cid-uXftFaHK9B .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uXftFaHK9B .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXftFaHK9B .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXftFaHK9B .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXftFaHK9B .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXftFaHK9B .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXftFaHK9B .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uXftFaHK9B .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXftFaHK9B .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXftFaHK9B .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXftFaHK9B .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXftFbBQf4 {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/03-avocado-egg-breakfast-taco.webp");
}
.cid-uXftFbBQf4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uXftFbBQf4 {
    align-items: flex-end;
  }
  .cid-uXftFbBQf4 .row {
    justify-content: center;
  }
  .cid-uXftFbBQf4 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXftFbBQf4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXftFbBQf4 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uXftFbBQf4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXftFbBQf4 .content-wrap {
    width: 100%;
  }
}
.cid-uXftFbBQf4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXftFbBQf4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXftFbBQf4 .mbr-section-title,
.cid-uXftFbBQf4 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uXftFbBQf4 .mbr-text,
.cid-uXftFbBQf4 .mbr-section-btn {
  text-align: center;
}
.cid-uXftFbBQf4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXftFbBQf4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uXftFbYsue {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f92c50;
}
.cid-uXftFbYsue .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXftFbYsue .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uXftFbYsue .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXftFbYsue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXftFbYsue .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #f92c50;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
  border-radius: 50%;
}
.cid-uXftFbYsue .card-title,
.cid-uXftFbYsue .iconfont-wrapper,
.cid-uXftFbYsue .card-text {
  color: #000000;
  text-align: center;
}
.cid-uXftFbYsue .content-head {
  max-width: 800px;
}
.cid-uXftFbYsue .mbr-section-title {
  color: #000000;
}
.cid-uXftFbYsue .mbr-section-btn {
  text-align: center;
}
.cid-uXftFbYsue .card-title,
.cid-uXftFbYsue .iconfont-wrapper {
  color: #ffa0a0;
}
.cid-uXftFbYsue .card-text,
.cid-uXftFbYsue .mbr-section-btn {
  color: #ffffff;
}
.cid-uXftFcwhYD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uXftFcwhYD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXftFcwhYD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXftFcwhYD .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXftFcwhYD .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXftFcwhYD .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uXftFcwhYD .content-head {
  max-width: 800px;
}
.cid-uXftFcwhYD .mbr-section-title {
  color: #006a52;
}
.cid-uXftFcwhYD .card-title {
  color: #f92c50;
  text-align: left;
}
.cid-uXftFcU7hj {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uXftFcU7hj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXftFcU7hj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXftFcU7hj .mbr-section-title {
  color: #f92c50;
}
.cid-uXftFdg67w {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffa600;
}
.cid-uXftFdg67w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXftFdg67w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXftFdg67w .mbr-section-title {
  color: #ffffff;
}
.cid-uZABh0xmmn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uZABh0xmmn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZABh0xmmn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZABh0xmmn .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uZABh0xmmn .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uZABh0xmmn .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uZABh0xmmn img,
.cid-uZABh0xmmn .item-img {
  width: 100%;
}
.cid-uXftFdVVfH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uXftFdVVfH .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uXftFdVVfH .social-row .soc-item {
  margin: 8px;
}
.cid-uXftFdVVfH .social-row .soc-item a:hover .mbr-iconfont,
.cid-uXftFdVVfH .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uXftFdVVfH .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #006a52;
  transition: all 0.3s ease-in-out;
}
.cid-uXftFdVVfH .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uXftFdVVfH .mbr-section-title {
  color: #ffffff;
}
.cid-uXftFdVVfH .mbr-section-title,
.cid-uXftFdVVfH .social-list {
  color: #006a52;
}
.cid-uXftFehJSB {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #97d700;
  overflow: hidden;
}
.cid-uXftFehJSB .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uXfub16GPE {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXfub16GPE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uXfub16GPE .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXfub16GPE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXfub16GPE .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uXfub16GPE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXfub16GPE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXfub16GPE .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uXfub16GPE .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uXfub16GPE .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uXfub16GPE .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXfub16GPE .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXfub16GPE .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXfub16GPE .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uXfub16GPE .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXfub16GPE .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXfub16GPE .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXfub16GPE .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXfub16GPE .navbar-logo {
    padding-left: 0;
  }
}
.cid-uXfub16GPE .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXfub16GPE .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXfub16GPE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uXfub16GPE .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uXfub16GPE .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXfub16GPE .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXfub16GPE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXfub16GPE .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uXfub16GPE .nav-item:focus,
.cid-uXfub16GPE .nav-link:focus {
  outline: none;
}
.cid-uXfub16GPE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXfub16GPE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXfub16GPE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXfub16GPE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXfub16GPE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXfub16GPE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXfub16GPE .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uXfub16GPE .navbar.opened {
  transition: all 0.3s;
}
.cid-uXfub16GPE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXfub16GPE .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uXfub16GPE .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXfub16GPE .navbar.collapsed {
  justify-content: center;
}
.cid-uXfub16GPE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXfub16GPE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXfub16GPE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uXfub16GPE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXfub16GPE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXfub16GPE .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-uXfub16GPE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXfub16GPE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXfub16GPE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXfub16GPE .navbar {
    min-height: 72px;
  }
  .cid-uXfub16GPE .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXfub16GPE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXfub16GPE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXfub16GPE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXfub16GPE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXfub16GPE .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-uXfub16GPE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXfub16GPE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXfub16GPE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXfub16GPE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXfub16GPE .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXfub16GPE .dropdown-item.active,
.cid-uXfub16GPE .dropdown-item:active {
  background-color: transparent;
}
.cid-uXfub16GPE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXfub16GPE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXfub16GPE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXfub16GPE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXfub16GPE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXfub16GPE .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXfub16GPE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXfub16GPE .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXfub16GPE .navbar-buttons {
    text-align: left;
  }
}
.cid-uXfub16GPE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXfub16GPE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a52;
}
.cid-uXfub16GPE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXfub16GPE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXfub16GPE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXfub16GPE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXfub16GPE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXfub16GPE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXfub16GPE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXfub16GPE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXfub16GPE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXfub16GPE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXfub16GPE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXfub16GPE .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXfub16GPE .navbar {
    height: 70px;
  }
  .cid-uXfub16GPE .navbar.opened {
    height: auto;
  }
  .cid-uXfub16GPE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXfub16GPE .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXfub16GPE .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXfub16GPE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXfub16GPE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uXfub16GPE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXfub16GPE .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXfub16GPE .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXfub16GPE .navbar-brand {
    margin-right: auto;
  }
  .cid-uXfub16GPE .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uXfub16GPE .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXfub16GPE .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXfub16GPE .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXfub16GPE .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXfub16GPE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXfub16GPE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uXfub16GPE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXfub16GPE .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXfub16GPE .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXfub16GPE .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXfub24pfQ {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/04-crispy-chickpea-avocado-salad.webp");
}
.cid-uXfub24pfQ .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uXfub24pfQ {
    align-items: flex-end;
  }
  .cid-uXfub24pfQ .row {
    justify-content: center;
  }
  .cid-uXfub24pfQ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXfub24pfQ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXfub24pfQ {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uXfub24pfQ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXfub24pfQ .content-wrap {
    width: 100%;
  }
}
.cid-uXfub24pfQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXfub24pfQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXfub24pfQ .mbr-section-title,
.cid-uXfub24pfQ .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uXfub24pfQ .mbr-text,
.cid-uXfub24pfQ .mbr-section-btn {
  text-align: center;
}
.cid-uXfub24pfQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXfub24pfQ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uXfub2CqaX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f92c50;
}
.cid-uXfub2CqaX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXfub2CqaX .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uXfub2CqaX .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXfub2CqaX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXfub2CqaX .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #f92c50;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
  border-radius: 50%;
}
.cid-uXfub2CqaX .card-title,
.cid-uXfub2CqaX .iconfont-wrapper,
.cid-uXfub2CqaX .card-text {
  color: #000000;
  text-align: center;
}
.cid-uXfub2CqaX .content-head {
  max-width: 800px;
}
.cid-uXfub2CqaX .mbr-section-title {
  color: #000000;
}
.cid-uXfub2CqaX .mbr-section-btn {
  text-align: center;
}
.cid-uXfub2CqaX .card-title,
.cid-uXfub2CqaX .iconfont-wrapper {
  color: #ffa0a0;
}
.cid-uXfub2CqaX .card-text,
.cid-uXfub2CqaX .mbr-section-btn {
  color: #ffffff;
}
.cid-uXfub39nXB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uXfub39nXB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXfub39nXB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXfub39nXB .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXfub39nXB .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXfub39nXB .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uXfub39nXB .content-head {
  max-width: 800px;
}
.cid-uXfub39nXB .mbr-section-title {
  color: #006a52;
}
.cid-uXfub39nXB .card-title {
  color: #f92c50;
  text-align: left;
}
.cid-uXfub3wWnX {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uXfub3wWnX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXfub3wWnX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXfub3wWnX .mbr-section-title {
  color: #f92c50;
}
.cid-uXfub3OA6h {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffa600;
}
.cid-uXfub3OA6h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXfub3OA6h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXfub3OA6h .mbr-section-title {
  color: #ffffff;
}
.cid-uZABkVCvxj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uZABkVCvxj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZABkVCvxj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZABkVCvxj .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uZABkVCvxj .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uZABkVCvxj .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uZABkVCvxj img,
.cid-uZABkVCvxj .item-img {
  width: 100%;
}
.cid-uXfub4yA9I {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uXfub4yA9I .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uXfub4yA9I .social-row .soc-item {
  margin: 8px;
}
.cid-uXfub4yA9I .social-row .soc-item a:hover .mbr-iconfont,
.cid-uXfub4yA9I .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uXfub4yA9I .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #006a52;
  transition: all 0.3s ease-in-out;
}
.cid-uXfub4yA9I .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uXfub4yA9I .mbr-section-title {
  color: #ffffff;
}
.cid-uXfub4yA9I .mbr-section-title,
.cid-uXfub4yA9I .social-list {
  color: #006a52;
}
.cid-uXfub4Wa1u {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #97d700;
  overflow: hidden;
}
.cid-uXfub4Wa1u .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uXfAkK00f0 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXfAkK00f0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uXfAkK00f0 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXfAkK00f0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXfAkK00f0 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uXfAkK00f0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXfAkK00f0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXfAkK00f0 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uXfAkK00f0 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uXfAkK00f0 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uXfAkK00f0 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXfAkK00f0 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXfAkK00f0 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXfAkK00f0 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uXfAkK00f0 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXfAkK00f0 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXfAkK00f0 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXfAkK00f0 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXfAkK00f0 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uXfAkK00f0 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXfAkK00f0 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXfAkK00f0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uXfAkK00f0 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uXfAkK00f0 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXfAkK00f0 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXfAkK00f0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXfAkK00f0 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uXfAkK00f0 .nav-item:focus,
.cid-uXfAkK00f0 .nav-link:focus {
  outline: none;
}
.cid-uXfAkK00f0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXfAkK00f0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXfAkK00f0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXfAkK00f0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXfAkK00f0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXfAkK00f0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXfAkK00f0 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uXfAkK00f0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uXfAkK00f0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXfAkK00f0 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uXfAkK00f0 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXfAkK00f0 .navbar.collapsed {
  justify-content: center;
}
.cid-uXfAkK00f0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXfAkK00f0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXfAkK00f0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uXfAkK00f0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXfAkK00f0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXfAkK00f0 .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-uXfAkK00f0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXfAkK00f0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXfAkK00f0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXfAkK00f0 .navbar {
    min-height: 72px;
  }
  .cid-uXfAkK00f0 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXfAkK00f0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXfAkK00f0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXfAkK00f0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXfAkK00f0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXfAkK00f0 .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-uXfAkK00f0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXfAkK00f0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXfAkK00f0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXfAkK00f0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXfAkK00f0 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXfAkK00f0 .dropdown-item.active,
.cid-uXfAkK00f0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uXfAkK00f0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXfAkK00f0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXfAkK00f0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXfAkK00f0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXfAkK00f0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXfAkK00f0 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXfAkK00f0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXfAkK00f0 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXfAkK00f0 .navbar-buttons {
    text-align: left;
  }
}
.cid-uXfAkK00f0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXfAkK00f0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a52;
}
.cid-uXfAkK00f0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXfAkK00f0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXfAkK00f0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXfAkK00f0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXfAkK00f0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXfAkK00f0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXfAkK00f0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXfAkK00f0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXfAkK00f0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXfAkK00f0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXfAkK00f0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXfAkK00f0 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXfAkK00f0 .navbar {
    height: 70px;
  }
  .cid-uXfAkK00f0 .navbar.opened {
    height: auto;
  }
  .cid-uXfAkK00f0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXfAkK00f0 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXfAkK00f0 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXfAkK00f0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXfAkK00f0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uXfAkK00f0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXfAkK00f0 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXfAkK00f0 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXfAkK00f0 .navbar-brand {
    margin-right: auto;
  }
  .cid-uXfAkK00f0 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uXfAkK00f0 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXfAkK00f0 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXfAkK00f0 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXfAkK00f0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXfAkK00f0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXfAkK00f0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uXfAkK00f0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXfAkK00f0 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXfAkK00f0 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXfAkK00f0 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXfAkLcLSx {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/05-citrus-glazed-salmon-avocado-salad.webp");
}
.cid-uXfAkLcLSx .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uXfAkLcLSx {
    align-items: flex-end;
  }
  .cid-uXfAkLcLSx .row {
    justify-content: center;
  }
  .cid-uXfAkLcLSx .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXfAkLcLSx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXfAkLcLSx {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uXfAkLcLSx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXfAkLcLSx .content-wrap {
    width: 100%;
  }
}
.cid-uXfAkLcLSx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXfAkLcLSx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXfAkLcLSx .mbr-section-title,
.cid-uXfAkLcLSx .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uXfAkLcLSx .mbr-text,
.cid-uXfAkLcLSx .mbr-section-btn {
  text-align: center;
}
.cid-uXfAkLcLSx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXfAkLcLSx .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uXfAkLyrqt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f92c50;
}
.cid-uXfAkLyrqt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXfAkLyrqt .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uXfAkLyrqt .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXfAkLyrqt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXfAkLyrqt .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #f92c50;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
  border-radius: 50%;
}
.cid-uXfAkLyrqt .card-title,
.cid-uXfAkLyrqt .iconfont-wrapper,
.cid-uXfAkLyrqt .card-text {
  color: #000000;
  text-align: center;
}
.cid-uXfAkLyrqt .content-head {
  max-width: 800px;
}
.cid-uXfAkLyrqt .mbr-section-title {
  color: #000000;
}
.cid-uXfAkLyrqt .mbr-section-btn {
  text-align: center;
}
.cid-uXfAkLyrqt .card-title,
.cid-uXfAkLyrqt .iconfont-wrapper {
  color: #ffa0a0;
}
.cid-uXfAkLyrqt .card-text,
.cid-uXfAkLyrqt .mbr-section-btn {
  color: #ffffff;
}
.cid-uXfAkM3CVc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uXfAkM3CVc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXfAkM3CVc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXfAkM3CVc .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXfAkM3CVc .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXfAkM3CVc .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uXfAkM3CVc .content-head {
  max-width: 800px;
}
.cid-uXfAkM3CVc .mbr-section-title {
  color: #006a52;
}
.cid-uXfAkM3CVc .card-title {
  color: #f92c50;
  text-align: left;
}
.cid-uXfAkMrdYd {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uXfAkMrdYd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXfAkMrdYd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXfAkMrdYd .mbr-section-title {
  color: #f92c50;
}
.cid-uXfAkMLpmi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffa600;
}
.cid-uXfAkMLpmi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXfAkMLpmi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXfAkMLpmi .mbr-section-title {
  color: #ffffff;
}
.cid-uZABnVAbnx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uZABnVAbnx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZABnVAbnx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZABnVAbnx .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uZABnVAbnx .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uZABnVAbnx .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uZABnVAbnx img,
.cid-uZABnVAbnx .item-img {
  width: 100%;
}
.cid-uXfAkNz0wo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uXfAkNz0wo .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uXfAkNz0wo .social-row .soc-item {
  margin: 8px;
}
.cid-uXfAkNz0wo .social-row .soc-item a:hover .mbr-iconfont,
.cid-uXfAkNz0wo .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uXfAkNz0wo .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #006a52;
  transition: all 0.3s ease-in-out;
}
.cid-uXfAkNz0wo .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uXfAkNz0wo .mbr-section-title {
  color: #ffffff;
}
.cid-uXfAkNz0wo .mbr-section-title,
.cid-uXfAkNz0wo .social-list {
  color: #006a52;
}
.cid-uXfAkNWfKC {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #97d700;
  overflow: hidden;
}
.cid-uXfAkNWfKC .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uXfBzNP9Ch {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXfBzNP9Ch .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uXfBzNP9Ch .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXfBzNP9Ch .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXfBzNP9Ch .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uXfBzNP9Ch .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXfBzNP9Ch .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXfBzNP9Ch .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uXfBzNP9Ch .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uXfBzNP9Ch .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uXfBzNP9Ch .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXfBzNP9Ch .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXfBzNP9Ch .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXfBzNP9Ch .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uXfBzNP9Ch .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXfBzNP9Ch .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXfBzNP9Ch .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXfBzNP9Ch .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXfBzNP9Ch .navbar-logo {
    padding-left: 0;
  }
}
.cid-uXfBzNP9Ch .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXfBzNP9Ch .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXfBzNP9Ch .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uXfBzNP9Ch .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uXfBzNP9Ch .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXfBzNP9Ch .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXfBzNP9Ch .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXfBzNP9Ch .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uXfBzNP9Ch .nav-item:focus,
.cid-uXfBzNP9Ch .nav-link:focus {
  outline: none;
}
.cid-uXfBzNP9Ch .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXfBzNP9Ch .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXfBzNP9Ch .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXfBzNP9Ch .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXfBzNP9Ch .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXfBzNP9Ch .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXfBzNP9Ch .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uXfBzNP9Ch .navbar.opened {
  transition: all 0.3s;
}
.cid-uXfBzNP9Ch .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXfBzNP9Ch .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uXfBzNP9Ch .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXfBzNP9Ch .navbar.collapsed {
  justify-content: center;
}
.cid-uXfBzNP9Ch .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXfBzNP9Ch .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXfBzNP9Ch .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uXfBzNP9Ch .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXfBzNP9Ch .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXfBzNP9Ch .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-uXfBzNP9Ch .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXfBzNP9Ch .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXfBzNP9Ch .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXfBzNP9Ch .navbar {
    min-height: 72px;
  }
  .cid-uXfBzNP9Ch .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXfBzNP9Ch .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXfBzNP9Ch .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXfBzNP9Ch .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXfBzNP9Ch .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXfBzNP9Ch .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-uXfBzNP9Ch .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXfBzNP9Ch .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXfBzNP9Ch .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXfBzNP9Ch .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXfBzNP9Ch .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXfBzNP9Ch .dropdown-item.active,
.cid-uXfBzNP9Ch .dropdown-item:active {
  background-color: transparent;
}
.cid-uXfBzNP9Ch .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXfBzNP9Ch .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXfBzNP9Ch .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXfBzNP9Ch .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXfBzNP9Ch .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXfBzNP9Ch .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXfBzNP9Ch ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXfBzNP9Ch .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXfBzNP9Ch .navbar-buttons {
    text-align: left;
  }
}
.cid-uXfBzNP9Ch button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXfBzNP9Ch button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a52;
}
.cid-uXfBzNP9Ch button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXfBzNP9Ch button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXfBzNP9Ch button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXfBzNP9Ch button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXfBzNP9Ch nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXfBzNP9Ch nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXfBzNP9Ch nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXfBzNP9Ch nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXfBzNP9Ch .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXfBzNP9Ch a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXfBzNP9Ch .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXfBzNP9Ch .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXfBzNP9Ch .navbar {
    height: 70px;
  }
  .cid-uXfBzNP9Ch .navbar.opened {
    height: auto;
  }
  .cid-uXfBzNP9Ch .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXfBzNP9Ch .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXfBzNP9Ch .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXfBzNP9Ch .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXfBzNP9Ch .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uXfBzNP9Ch .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXfBzNP9Ch .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXfBzNP9Ch .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXfBzNP9Ch .navbar-brand {
    margin-right: auto;
  }
  .cid-uXfBzNP9Ch .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uXfBzNP9Ch .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXfBzNP9Ch .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXfBzNP9Ch .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXfBzNP9Ch .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXfBzNP9Ch .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXfBzNP9Ch .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uXfBzNP9Ch .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXfBzNP9Ch .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXfBzNP9Ch .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXfBzNP9Ch .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXfBzOM71W {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/06-pineapple-and-avocado-sandwich-2000x1428.webp");
}
.cid-uXfBzOM71W .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uXfBzOM71W {
    align-items: flex-end;
  }
  .cid-uXfBzOM71W .row {
    justify-content: center;
  }
  .cid-uXfBzOM71W .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXfBzOM71W .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXfBzOM71W {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uXfBzOM71W .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXfBzOM71W .content-wrap {
    width: 100%;
  }
}
.cid-uXfBzOM71W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXfBzOM71W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXfBzOM71W .mbr-section-title,
.cid-uXfBzOM71W .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uXfBzOM71W .mbr-text,
.cid-uXfBzOM71W .mbr-section-btn {
  text-align: center;
}
.cid-uXfBzOM71W .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXfBzOM71W .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uXfBzP8zZ1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f92c50;
}
.cid-uXfBzP8zZ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXfBzP8zZ1 .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uXfBzP8zZ1 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXfBzP8zZ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXfBzP8zZ1 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #f92c50;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
  border-radius: 50%;
}
.cid-uXfBzP8zZ1 .card-title,
.cid-uXfBzP8zZ1 .iconfont-wrapper,
.cid-uXfBzP8zZ1 .card-text {
  color: #000000;
  text-align: center;
}
.cid-uXfBzP8zZ1 .content-head {
  max-width: 800px;
}
.cid-uXfBzP8zZ1 .mbr-section-title {
  color: #000000;
}
.cid-uXfBzP8zZ1 .mbr-section-btn {
  text-align: center;
}
.cid-uXfBzP8zZ1 .card-title,
.cid-uXfBzP8zZ1 .iconfont-wrapper {
  color: #ffa0a0;
}
.cid-uXfBzP8zZ1 .card-text,
.cid-uXfBzP8zZ1 .mbr-section-btn {
  color: #ffffff;
}
.cid-uXfBzPEWzi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uXfBzPEWzi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXfBzPEWzi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXfBzPEWzi .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXfBzPEWzi .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXfBzPEWzi .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uXfBzPEWzi .content-head {
  max-width: 800px;
}
.cid-uXfBzPEWzi .mbr-section-title {
  color: #006a52;
}
.cid-uXfBzPEWzi .card-title {
  color: #f92c50;
  text-align: left;
}
.cid-uXfBzQ1dVF {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uXfBzQ1dVF .video-wrapper iframe {
  width: 100%;
}
.cid-uXfBzQ1dVF .mbr-section-title,
.cid-uXfBzQ1dVF .mbr-section-subtitle,
.cid-uXfBzQ1dVF .mbr-text {
  text-align: center;
}
.cid-uXfBzQ1dVF .mbr-section-title {
  color: #f92c50;
}
.cid-uXfBzQl6xW {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uXfBzQl6xW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXfBzQl6xW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXfBzQl6xW .mbr-section-title {
  color: #f92c50;
}
.cid-uXfBzQIJ8Q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffa600;
}
.cid-uXfBzQIJ8Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXfBzQIJ8Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXfBzQIJ8Q .mbr-section-title {
  color: #ffffff;
}
.cid-uZABrtcvBf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uZABrtcvBf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZABrtcvBf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZABrtcvBf .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uZABrtcvBf .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uZABrtcvBf .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uZABrtcvBf img,
.cid-uZABrtcvBf .item-img {
  width: 100%;
}
.cid-uXfBzRq6zB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uXfBzRq6zB .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uXfBzRq6zB .social-row .soc-item {
  margin: 8px;
}
.cid-uXfBzRq6zB .social-row .soc-item a:hover .mbr-iconfont,
.cid-uXfBzRq6zB .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uXfBzRq6zB .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #006a52;
  transition: all 0.3s ease-in-out;
}
.cid-uXfBzRq6zB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uXfBzRq6zB .mbr-section-title {
  color: #ffffff;
}
.cid-uXfBzRq6zB .mbr-section-title,
.cid-uXfBzRq6zB .social-list {
  color: #006a52;
}
.cid-uXfBzRRyLE {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #97d700;
  overflow: hidden;
}
.cid-uXfBzRRyLE .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uXqxRibRPz {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXqxRibRPz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uXqxRibRPz .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXqxRibRPz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXqxRibRPz .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uXqxRibRPz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXqxRibRPz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXqxRibRPz .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uXqxRibRPz .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uXqxRibRPz .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uXqxRibRPz .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXqxRibRPz .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXqxRibRPz .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXqxRibRPz .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uXqxRibRPz .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXqxRibRPz .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXqxRibRPz .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXqxRibRPz .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXqxRibRPz .navbar-logo {
    padding-left: 0;
  }
}
.cid-uXqxRibRPz .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXqxRibRPz .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXqxRibRPz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uXqxRibRPz .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uXqxRibRPz .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXqxRibRPz .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXqxRibRPz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXqxRibRPz .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uXqxRibRPz .nav-item:focus,
.cid-uXqxRibRPz .nav-link:focus {
  outline: none;
}
.cid-uXqxRibRPz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXqxRibRPz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXqxRibRPz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXqxRibRPz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXqxRibRPz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXqxRibRPz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXqxRibRPz .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uXqxRibRPz .navbar.opened {
  transition: all 0.3s;
}
.cid-uXqxRibRPz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXqxRibRPz .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uXqxRibRPz .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXqxRibRPz .navbar.collapsed {
  justify-content: center;
}
.cid-uXqxRibRPz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXqxRibRPz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXqxRibRPz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uXqxRibRPz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXqxRibRPz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXqxRibRPz .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-uXqxRibRPz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXqxRibRPz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXqxRibRPz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXqxRibRPz .navbar {
    min-height: 72px;
  }
  .cid-uXqxRibRPz .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXqxRibRPz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXqxRibRPz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXqxRibRPz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXqxRibRPz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXqxRibRPz .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-uXqxRibRPz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXqxRibRPz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXqxRibRPz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXqxRibRPz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXqxRibRPz .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXqxRibRPz .dropdown-item.active,
.cid-uXqxRibRPz .dropdown-item:active {
  background-color: transparent;
}
.cid-uXqxRibRPz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXqxRibRPz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXqxRibRPz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXqxRibRPz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXqxRibRPz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXqxRibRPz .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXqxRibRPz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXqxRibRPz .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXqxRibRPz .navbar-buttons {
    text-align: left;
  }
}
.cid-uXqxRibRPz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXqxRibRPz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a52;
}
.cid-uXqxRibRPz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXqxRibRPz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXqxRibRPz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXqxRibRPz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXqxRibRPz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXqxRibRPz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXqxRibRPz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXqxRibRPz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXqxRibRPz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXqxRibRPz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXqxRibRPz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXqxRibRPz .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXqxRibRPz .navbar {
    height: 70px;
  }
  .cid-uXqxRibRPz .navbar.opened {
    height: auto;
  }
  .cid-uXqxRibRPz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXqxRibRPz .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXqxRibRPz .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXqxRibRPz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXqxRibRPz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uXqxRibRPz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXqxRibRPz .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXqxRibRPz .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXqxRibRPz .navbar-brand {
    margin-right: auto;
  }
  .cid-uXqxRibRPz .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uXqxRibRPz .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXqxRibRPz .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXqxRibRPz .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXqxRibRPz .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXqxRibRPz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXqxRibRPz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uXqxRibRPz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXqxRibRPz .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXqxRibRPz .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXqxRibRPz .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXqxRiIwfH {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/06-banana-and-mango-nice-cream.webp");
}
.cid-uXqxRiIwfH .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uXqxRiIwfH {
    align-items: flex-end;
  }
  .cid-uXqxRiIwfH .row {
    justify-content: center;
  }
  .cid-uXqxRiIwfH .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXqxRiIwfH .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXqxRiIwfH {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uXqxRiIwfH .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXqxRiIwfH .content-wrap {
    width: 100%;
  }
}
.cid-uXqxRiIwfH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqxRiIwfH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqxRiIwfH .mbr-section-title,
.cid-uXqxRiIwfH .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uXqxRiIwfH .mbr-text,
.cid-uXqxRiIwfH .mbr-section-btn {
  text-align: center;
}
.cid-uXqxRiIwfH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXqxRiIwfH .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uXqxRiZM5x {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f92c50;
}
.cid-uXqxRiZM5x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqxRiZM5x .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uXqxRiZM5x .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXqxRiZM5x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqxRiZM5x .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #f92c50;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
  border-radius: 50%;
}
.cid-uXqxRiZM5x .card-title,
.cid-uXqxRiZM5x .iconfont-wrapper,
.cid-uXqxRiZM5x .card-text {
  color: #000000;
  text-align: center;
}
.cid-uXqxRiZM5x .content-head {
  max-width: 800px;
}
.cid-uXqxRiZM5x .mbr-section-title {
  color: #000000;
}
.cid-uXqxRiZM5x .mbr-section-btn {
  text-align: center;
}
.cid-uXqxRiZM5x .card-title,
.cid-uXqxRiZM5x .iconfont-wrapper {
  color: #ffa0a0;
}
.cid-uXqxRiZM5x .card-text,
.cid-uXqxRiZM5x .mbr-section-btn {
  color: #ffffff;
}
.cid-uXqxRjl4RV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uXqxRjl4RV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqxRjl4RV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqxRjl4RV .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXqxRjl4RV .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXqxRjl4RV .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uXqxRjl4RV .content-head {
  max-width: 800px;
}
.cid-uXqxRjl4RV .mbr-section-title {
  color: #006a52;
}
.cid-uXqxRjl4RV .card-title {
  color: #f92c50;
  text-align: left;
}
.cid-uXqxRjIu8o {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uXqxRjIu8o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqxRjIu8o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqxRjIu8o .mbr-section-title {
  color: #f92c50;
}
.cid-uXqxRkeI9d {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffa600;
}
.cid-uXqxRkeI9d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqxRkeI9d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqxRkeI9d .mbr-section-title {
  color: #ffffff;
}
.cid-uZABviEChg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uZABviEChg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZABviEChg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZABviEChg .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uZABviEChg .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uZABviEChg .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uZABviEChg img,
.cid-uZABviEChg .item-img {
  width: 100%;
}
.cid-uXqxRkWBua {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uXqxRkWBua .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uXqxRkWBua .social-row .soc-item {
  margin: 8px;
}
.cid-uXqxRkWBua .social-row .soc-item a:hover .mbr-iconfont,
.cid-uXqxRkWBua .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uXqxRkWBua .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #006a52;
  transition: all 0.3s ease-in-out;
}
.cid-uXqxRkWBua .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uXqxRkWBua .mbr-section-title {
  color: #ffffff;
}
.cid-uXqxRkWBua .mbr-section-title,
.cid-uXqxRkWBua .social-list {
  color: #006a52;
}
.cid-uXqxRljN4c {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #97d700;
  overflow: hidden;
}
.cid-uXqxRljN4c .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uXqA1CtPek {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXqA1CtPek .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uXqA1CtPek .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXqA1CtPek .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXqA1CtPek .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uXqA1CtPek .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXqA1CtPek .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXqA1CtPek .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uXqA1CtPek .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uXqA1CtPek .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uXqA1CtPek .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXqA1CtPek .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXqA1CtPek .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXqA1CtPek .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uXqA1CtPek .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXqA1CtPek .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXqA1CtPek .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXqA1CtPek .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXqA1CtPek .navbar-logo {
    padding-left: 0;
  }
}
.cid-uXqA1CtPek .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXqA1CtPek .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXqA1CtPek .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uXqA1CtPek .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uXqA1CtPek .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXqA1CtPek .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXqA1CtPek .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXqA1CtPek .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uXqA1CtPek .nav-item:focus,
.cid-uXqA1CtPek .nav-link:focus {
  outline: none;
}
.cid-uXqA1CtPek .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXqA1CtPek .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXqA1CtPek .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXqA1CtPek .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXqA1CtPek .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXqA1CtPek .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXqA1CtPek .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uXqA1CtPek .navbar.opened {
  transition: all 0.3s;
}
.cid-uXqA1CtPek .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXqA1CtPek .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uXqA1CtPek .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXqA1CtPek .navbar.collapsed {
  justify-content: center;
}
.cid-uXqA1CtPek .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXqA1CtPek .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXqA1CtPek .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uXqA1CtPek .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXqA1CtPek .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXqA1CtPek .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-uXqA1CtPek .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXqA1CtPek .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXqA1CtPek .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXqA1CtPek .navbar {
    min-height: 72px;
  }
  .cid-uXqA1CtPek .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXqA1CtPek .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXqA1CtPek .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXqA1CtPek .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXqA1CtPek .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXqA1CtPek .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-uXqA1CtPek .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXqA1CtPek .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXqA1CtPek .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXqA1CtPek .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXqA1CtPek .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXqA1CtPek .dropdown-item.active,
.cid-uXqA1CtPek .dropdown-item:active {
  background-color: transparent;
}
.cid-uXqA1CtPek .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXqA1CtPek .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXqA1CtPek .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXqA1CtPek .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXqA1CtPek .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXqA1CtPek .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXqA1CtPek ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXqA1CtPek .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXqA1CtPek .navbar-buttons {
    text-align: left;
  }
}
.cid-uXqA1CtPek button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXqA1CtPek button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a52;
}
.cid-uXqA1CtPek button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXqA1CtPek button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXqA1CtPek button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXqA1CtPek button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXqA1CtPek nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXqA1CtPek nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXqA1CtPek nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXqA1CtPek nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXqA1CtPek .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXqA1CtPek a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXqA1CtPek .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXqA1CtPek .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXqA1CtPek .navbar {
    height: 70px;
  }
  .cid-uXqA1CtPek .navbar.opened {
    height: auto;
  }
  .cid-uXqA1CtPek .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXqA1CtPek .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXqA1CtPek .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXqA1CtPek .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXqA1CtPek .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uXqA1CtPek .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXqA1CtPek .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXqA1CtPek .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXqA1CtPek .navbar-brand {
    margin-right: auto;
  }
  .cid-uXqA1CtPek .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uXqA1CtPek .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXqA1CtPek .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXqA1CtPek .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXqA1CtPek .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXqA1CtPek .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXqA1CtPek .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uXqA1CtPek .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXqA1CtPek .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXqA1CtPek .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXqA1CtPek .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXqA1DtJFU {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/07-salmon-with-mango-and-grapefruit-on-coleslaw.webp");
}
.cid-uXqA1DtJFU .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uXqA1DtJFU {
    align-items: flex-end;
  }
  .cid-uXqA1DtJFU .row {
    justify-content: center;
  }
  .cid-uXqA1DtJFU .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXqA1DtJFU .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXqA1DtJFU {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uXqA1DtJFU .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXqA1DtJFU .content-wrap {
    width: 100%;
  }
}
.cid-uXqA1DtJFU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqA1DtJFU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqA1DtJFU .mbr-section-title,
.cid-uXqA1DtJFU .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uXqA1DtJFU .mbr-text,
.cid-uXqA1DtJFU .mbr-section-btn {
  text-align: center;
}
.cid-uXqA1DtJFU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXqA1DtJFU .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uXqA1DZkB0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f92c50;
}
.cid-uXqA1DZkB0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqA1DZkB0 .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uXqA1DZkB0 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXqA1DZkB0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqA1DZkB0 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #f92c50;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
  border-radius: 50%;
}
.cid-uXqA1DZkB0 .card-title,
.cid-uXqA1DZkB0 .iconfont-wrapper,
.cid-uXqA1DZkB0 .card-text {
  color: #000000;
  text-align: center;
}
.cid-uXqA1DZkB0 .content-head {
  max-width: 800px;
}
.cid-uXqA1DZkB0 .mbr-section-title {
  color: #000000;
}
.cid-uXqA1DZkB0 .mbr-section-btn {
  text-align: center;
}
.cid-uXqA1DZkB0 .card-title,
.cid-uXqA1DZkB0 .iconfont-wrapper {
  color: #ffa0a0;
}
.cid-uXqA1DZkB0 .card-text,
.cid-uXqA1DZkB0 .mbr-section-btn {
  color: #ffffff;
}
.cid-uXqA1EyNtx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uXqA1EyNtx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqA1EyNtx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqA1EyNtx .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXqA1EyNtx .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXqA1EyNtx .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uXqA1EyNtx .content-head {
  max-width: 800px;
}
.cid-uXqA1EyNtx .mbr-section-title {
  color: #006a52;
}
.cid-uXqA1EyNtx .card-title {
  color: #f92c50;
  text-align: left;
}
.cid-uXqA1EUzqe {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uXqA1EUzqe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqA1EUzqe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqA1EUzqe .mbr-section-title {
  color: #f92c50;
}
.cid-uXqA1Fi3Qk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffa600;
}
.cid-uXqA1Fi3Qk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqA1Fi3Qk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqA1Fi3Qk .mbr-section-title {
  color: #ffffff;
}
.cid-uZABzHAGUx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uZABzHAGUx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZABzHAGUx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZABzHAGUx .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uZABzHAGUx .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uZABzHAGUx .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uZABzHAGUx img,
.cid-uZABzHAGUx .item-img {
  width: 100%;
}
.cid-uXqA1GL6pN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uXqA1GL6pN .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uXqA1GL6pN .social-row .soc-item {
  margin: 8px;
}
.cid-uXqA1GL6pN .social-row .soc-item a:hover .mbr-iconfont,
.cid-uXqA1GL6pN .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uXqA1GL6pN .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #006a52;
  transition: all 0.3s ease-in-out;
}
.cid-uXqA1GL6pN .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uXqA1GL6pN .mbr-section-title {
  color: #ffffff;
}
.cid-uXqA1GL6pN .mbr-section-title,
.cid-uXqA1GL6pN .social-list {
  color: #006a52;
}
.cid-uXqA1HdMD5 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #97d700;
  overflow: hidden;
}
.cid-uXqA1HdMD5 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uXqCaR3UcW {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXqCaR3UcW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uXqCaR3UcW .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXqCaR3UcW .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXqCaR3UcW .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uXqCaR3UcW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXqCaR3UcW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXqCaR3UcW .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uXqCaR3UcW .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uXqCaR3UcW .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uXqCaR3UcW .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXqCaR3UcW .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXqCaR3UcW .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXqCaR3UcW .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uXqCaR3UcW .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXqCaR3UcW .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXqCaR3UcW .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXqCaR3UcW .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXqCaR3UcW .navbar-logo {
    padding-left: 0;
  }
}
.cid-uXqCaR3UcW .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXqCaR3UcW .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXqCaR3UcW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uXqCaR3UcW .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uXqCaR3UcW .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXqCaR3UcW .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXqCaR3UcW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXqCaR3UcW .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uXqCaR3UcW .nav-item:focus,
.cid-uXqCaR3UcW .nav-link:focus {
  outline: none;
}
.cid-uXqCaR3UcW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXqCaR3UcW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXqCaR3UcW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXqCaR3UcW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXqCaR3UcW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXqCaR3UcW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXqCaR3UcW .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uXqCaR3UcW .navbar.opened {
  transition: all 0.3s;
}
.cid-uXqCaR3UcW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXqCaR3UcW .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uXqCaR3UcW .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXqCaR3UcW .navbar.collapsed {
  justify-content: center;
}
.cid-uXqCaR3UcW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXqCaR3UcW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXqCaR3UcW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uXqCaR3UcW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXqCaR3UcW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXqCaR3UcW .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-uXqCaR3UcW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXqCaR3UcW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXqCaR3UcW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXqCaR3UcW .navbar {
    min-height: 72px;
  }
  .cid-uXqCaR3UcW .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXqCaR3UcW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXqCaR3UcW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXqCaR3UcW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXqCaR3UcW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXqCaR3UcW .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-uXqCaR3UcW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXqCaR3UcW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXqCaR3UcW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXqCaR3UcW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXqCaR3UcW .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXqCaR3UcW .dropdown-item.active,
.cid-uXqCaR3UcW .dropdown-item:active {
  background-color: transparent;
}
.cid-uXqCaR3UcW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXqCaR3UcW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXqCaR3UcW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXqCaR3UcW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXqCaR3UcW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXqCaR3UcW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXqCaR3UcW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXqCaR3UcW .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXqCaR3UcW .navbar-buttons {
    text-align: left;
  }
}
.cid-uXqCaR3UcW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXqCaR3UcW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a52;
}
.cid-uXqCaR3UcW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXqCaR3UcW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXqCaR3UcW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXqCaR3UcW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXqCaR3UcW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXqCaR3UcW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXqCaR3UcW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXqCaR3UcW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXqCaR3UcW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXqCaR3UcW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXqCaR3UcW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXqCaR3UcW .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXqCaR3UcW .navbar {
    height: 70px;
  }
  .cid-uXqCaR3UcW .navbar.opened {
    height: auto;
  }
  .cid-uXqCaR3UcW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXqCaR3UcW .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXqCaR3UcW .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXqCaR3UcW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXqCaR3UcW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uXqCaR3UcW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXqCaR3UcW .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXqCaR3UcW .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXqCaR3UcW .navbar-brand {
    margin-right: auto;
  }
  .cid-uXqCaR3UcW .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uXqCaR3UcW .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXqCaR3UcW .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXqCaR3UcW .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXqCaR3UcW .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXqCaR3UcW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXqCaR3UcW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uXqCaR3UcW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXqCaR3UcW .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXqCaR3UcW .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXqCaR3UcW .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXqCaSlidS {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/09-acai-bowl-with-fruit-stars-1303x746.webp");
}
.cid-uXqCaSlidS .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uXqCaSlidS {
    align-items: flex-end;
  }
  .cid-uXqCaSlidS .row {
    justify-content: center;
  }
  .cid-uXqCaSlidS .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXqCaSlidS .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXqCaSlidS {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uXqCaSlidS .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXqCaSlidS .content-wrap {
    width: 100%;
  }
}
.cid-uXqCaSlidS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqCaSlidS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqCaSlidS .mbr-section-title,
.cid-uXqCaSlidS .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uXqCaSlidS .mbr-text,
.cid-uXqCaSlidS .mbr-section-btn {
  text-align: center;
}
.cid-uXqCaSlidS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXqCaSlidS .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uXqCaSJrd1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f92c50;
}
.cid-uXqCaSJrd1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqCaSJrd1 .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uXqCaSJrd1 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXqCaSJrd1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqCaSJrd1 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #f92c50;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
  border-radius: 50%;
}
.cid-uXqCaSJrd1 .card-title,
.cid-uXqCaSJrd1 .iconfont-wrapper,
.cid-uXqCaSJrd1 .card-text {
  color: #000000;
  text-align: center;
}
.cid-uXqCaSJrd1 .content-head {
  max-width: 800px;
}
.cid-uXqCaSJrd1 .mbr-section-title {
  color: #000000;
}
.cid-uXqCaSJrd1 .mbr-section-btn {
  text-align: center;
}
.cid-uXqCaSJrd1 .card-title,
.cid-uXqCaSJrd1 .iconfont-wrapper {
  color: #ffa0a0;
}
.cid-uXqCaSJrd1 .card-text,
.cid-uXqCaSJrd1 .mbr-section-btn {
  color: #ffffff;
}
.cid-uXqCaTeIVP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uXqCaTeIVP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqCaTeIVP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqCaTeIVP .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXqCaTeIVP .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXqCaTeIVP .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uXqCaTeIVP .content-head {
  max-width: 800px;
}
.cid-uXqCaTeIVP .mbr-section-title {
  color: #006a52;
}
.cid-uXqCaTeIVP .card-title {
  color: #000000;
  text-align: left;
}
.cid-uXqCaTys38 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uXqCaTys38 .video-wrapper iframe {
  width: 100%;
}
.cid-uXqCaTys38 .mbr-section-title,
.cid-uXqCaTys38 .mbr-section-subtitle,
.cid-uXqCaTys38 .mbr-text {
  text-align: center;
}
.cid-uXqCaTys38 .mbr-section-title {
  color: #f92c50;
}
.cid-uXqCaTRI4C {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uXqCaTRI4C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqCaTRI4C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqCaTRI4C .mbr-section-title {
  color: #f92c50;
}
.cid-uXqCaU9IO5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffa600;
}
.cid-uXqCaU9IO5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqCaU9IO5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqCaU9IO5 .mbr-section-title {
  color: #ffffff;
}
.cid-uZABCW5uZo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uZABCW5uZo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZABCW5uZo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZABCW5uZo .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uZABCW5uZo .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uZABCW5uZo .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uZABCW5uZo img,
.cid-uZABCW5uZo .item-img {
  width: 100%;
}
.cid-uXqCaVQY34 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uXqCaVQY34 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uXqCaVQY34 .social-row .soc-item {
  margin: 8px;
}
.cid-uXqCaVQY34 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uXqCaVQY34 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uXqCaVQY34 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #006a52;
  transition: all 0.3s ease-in-out;
}
.cid-uXqCaVQY34 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uXqCaVQY34 .mbr-section-title {
  color: #ffffff;
}
.cid-uXqCaVQY34 .mbr-section-title,
.cid-uXqCaVQY34 .social-list {
  color: #006a52;
}
.cid-uXqCaWgfwi {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #97d700;
  overflow: hidden;
}
.cid-uXqCaWgfwi .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uXqDFcPOUc {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXqDFcPOUc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uXqDFcPOUc .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXqDFcPOUc .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXqDFcPOUc .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uXqDFcPOUc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXqDFcPOUc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXqDFcPOUc .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uXqDFcPOUc .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uXqDFcPOUc .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uXqDFcPOUc .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXqDFcPOUc .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXqDFcPOUc .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXqDFcPOUc .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uXqDFcPOUc .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXqDFcPOUc .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXqDFcPOUc .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXqDFcPOUc .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXqDFcPOUc .navbar-logo {
    padding-left: 0;
  }
}
.cid-uXqDFcPOUc .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXqDFcPOUc .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXqDFcPOUc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uXqDFcPOUc .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uXqDFcPOUc .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXqDFcPOUc .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXqDFcPOUc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXqDFcPOUc .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uXqDFcPOUc .nav-item:focus,
.cid-uXqDFcPOUc .nav-link:focus {
  outline: none;
}
.cid-uXqDFcPOUc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXqDFcPOUc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXqDFcPOUc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXqDFcPOUc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXqDFcPOUc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXqDFcPOUc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXqDFcPOUc .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uXqDFcPOUc .navbar.opened {
  transition: all 0.3s;
}
.cid-uXqDFcPOUc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXqDFcPOUc .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uXqDFcPOUc .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXqDFcPOUc .navbar.collapsed {
  justify-content: center;
}
.cid-uXqDFcPOUc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXqDFcPOUc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXqDFcPOUc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uXqDFcPOUc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXqDFcPOUc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXqDFcPOUc .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-uXqDFcPOUc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXqDFcPOUc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXqDFcPOUc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXqDFcPOUc .navbar {
    min-height: 72px;
  }
  .cid-uXqDFcPOUc .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXqDFcPOUc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXqDFcPOUc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXqDFcPOUc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXqDFcPOUc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXqDFcPOUc .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-uXqDFcPOUc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXqDFcPOUc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXqDFcPOUc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXqDFcPOUc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXqDFcPOUc .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXqDFcPOUc .dropdown-item.active,
.cid-uXqDFcPOUc .dropdown-item:active {
  background-color: transparent;
}
.cid-uXqDFcPOUc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXqDFcPOUc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXqDFcPOUc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXqDFcPOUc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXqDFcPOUc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXqDFcPOUc .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXqDFcPOUc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXqDFcPOUc .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXqDFcPOUc .navbar-buttons {
    text-align: left;
  }
}
.cid-uXqDFcPOUc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXqDFcPOUc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a52;
}
.cid-uXqDFcPOUc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXqDFcPOUc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXqDFcPOUc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXqDFcPOUc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXqDFcPOUc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXqDFcPOUc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXqDFcPOUc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXqDFcPOUc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXqDFcPOUc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXqDFcPOUc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXqDFcPOUc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXqDFcPOUc .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXqDFcPOUc .navbar {
    height: 70px;
  }
  .cid-uXqDFcPOUc .navbar.opened {
    height: auto;
  }
  .cid-uXqDFcPOUc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXqDFcPOUc .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXqDFcPOUc .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXqDFcPOUc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXqDFcPOUc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uXqDFcPOUc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXqDFcPOUc .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXqDFcPOUc .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXqDFcPOUc .navbar-brand {
    margin-right: auto;
  }
  .cid-uXqDFcPOUc .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uXqDFcPOUc .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXqDFcPOUc .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXqDFcPOUc .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXqDFcPOUc .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXqDFcPOUc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXqDFcPOUc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uXqDFcPOUc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXqDFcPOUc .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXqDFcPOUc .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXqDFcPOUc .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXqDFdHya6 {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/09-raspberry-and-mango-smoothie-bowl-with-coconut-quinoa.webp");
}
.cid-uXqDFdHya6 .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uXqDFdHya6 {
    align-items: flex-end;
  }
  .cid-uXqDFdHya6 .row {
    justify-content: center;
  }
  .cid-uXqDFdHya6 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXqDFdHya6 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXqDFdHya6 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uXqDFdHya6 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXqDFdHya6 .content-wrap {
    width: 100%;
  }
}
.cid-uXqDFdHya6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqDFdHya6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqDFdHya6 .mbr-section-title,
.cid-uXqDFdHya6 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uXqDFdHya6 .mbr-text,
.cid-uXqDFdHya6 .mbr-section-btn {
  text-align: center;
}
.cid-uXqDFdHya6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXqDFdHya6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uXqDFe3WCy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f92c50;
}
.cid-uXqDFe3WCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqDFe3WCy .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uXqDFe3WCy .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXqDFe3WCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqDFe3WCy .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #f92c50;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
  border-radius: 50%;
}
.cid-uXqDFe3WCy .card-title,
.cid-uXqDFe3WCy .iconfont-wrapper,
.cid-uXqDFe3WCy .card-text {
  color: #000000;
  text-align: center;
}
.cid-uXqDFe3WCy .content-head {
  max-width: 800px;
}
.cid-uXqDFe3WCy .mbr-section-title {
  color: #000000;
}
.cid-uXqDFe3WCy .mbr-section-btn {
  text-align: center;
}
.cid-uXqDFe3WCy .card-title,
.cid-uXqDFe3WCy .iconfont-wrapper {
  color: #ffa0a0;
}
.cid-uXqDFe3WCy .card-text,
.cid-uXqDFe3WCy .mbr-section-btn {
  color: #ffffff;
}
.cid-uXqDFeJ3QT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uXqDFeJ3QT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqDFeJ3QT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqDFeJ3QT .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXqDFeJ3QT .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXqDFeJ3QT .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uXqDFeJ3QT .content-head {
  max-width: 800px;
}
.cid-uXqDFeJ3QT .mbr-section-title {
  color: #006a52;
}
.cid-uXqDFeJ3QT .card-title {
  color: #f92c50;
  text-align: left;
}
.cid-uXqDFf9wcI {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uXqDFf9wcI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqDFf9wcI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqDFf9wcI .mbr-section-title {
  color: #f92c50;
}
.cid-uXqDFfsbUW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffa600;
}
.cid-uXqDFfsbUW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqDFfsbUW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqDFfsbUW .mbr-section-title {
  color: #ffffff;
}
.cid-uZABGaF5LQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uZABGaF5LQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZABGaF5LQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZABGaF5LQ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uZABGaF5LQ .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uZABGaF5LQ .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uZABGaF5LQ img,
.cid-uZABGaF5LQ .item-img {
  width: 100%;
}
.cid-uXqDFgaQEx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uXqDFgaQEx .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uXqDFgaQEx .social-row .soc-item {
  margin: 8px;
}
.cid-uXqDFgaQEx .social-row .soc-item a:hover .mbr-iconfont,
.cid-uXqDFgaQEx .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uXqDFgaQEx .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #006a52;
  transition: all 0.3s ease-in-out;
}
.cid-uXqDFgaQEx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uXqDFgaQEx .mbr-section-title {
  color: #ffffff;
}
.cid-uXqDFgaQEx .mbr-section-title,
.cid-uXqDFgaQEx .social-list {
  color: #006a52;
}
.cid-uXqDFgwhGB {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #97d700;
  overflow: hidden;
}
.cid-uXqDFgwhGB .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uXqEu0HoFH {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXqEu0HoFH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uXqEu0HoFH .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXqEu0HoFH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXqEu0HoFH .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uXqEu0HoFH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXqEu0HoFH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXqEu0HoFH .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uXqEu0HoFH .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uXqEu0HoFH .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uXqEu0HoFH .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXqEu0HoFH .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXqEu0HoFH .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXqEu0HoFH .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uXqEu0HoFH .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXqEu0HoFH .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXqEu0HoFH .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXqEu0HoFH .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXqEu0HoFH .navbar-logo {
    padding-left: 0;
  }
}
.cid-uXqEu0HoFH .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXqEu0HoFH .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXqEu0HoFH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uXqEu0HoFH .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uXqEu0HoFH .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXqEu0HoFH .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXqEu0HoFH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXqEu0HoFH .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uXqEu0HoFH .nav-item:focus,
.cid-uXqEu0HoFH .nav-link:focus {
  outline: none;
}
.cid-uXqEu0HoFH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXqEu0HoFH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXqEu0HoFH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXqEu0HoFH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXqEu0HoFH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXqEu0HoFH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXqEu0HoFH .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uXqEu0HoFH .navbar.opened {
  transition: all 0.3s;
}
.cid-uXqEu0HoFH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXqEu0HoFH .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uXqEu0HoFH .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXqEu0HoFH .navbar.collapsed {
  justify-content: center;
}
.cid-uXqEu0HoFH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXqEu0HoFH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXqEu0HoFH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uXqEu0HoFH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXqEu0HoFH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXqEu0HoFH .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-uXqEu0HoFH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXqEu0HoFH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXqEu0HoFH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXqEu0HoFH .navbar {
    min-height: 72px;
  }
  .cid-uXqEu0HoFH .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXqEu0HoFH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXqEu0HoFH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXqEu0HoFH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXqEu0HoFH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXqEu0HoFH .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-uXqEu0HoFH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXqEu0HoFH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXqEu0HoFH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXqEu0HoFH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXqEu0HoFH .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXqEu0HoFH .dropdown-item.active,
.cid-uXqEu0HoFH .dropdown-item:active {
  background-color: transparent;
}
.cid-uXqEu0HoFH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXqEu0HoFH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXqEu0HoFH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXqEu0HoFH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXqEu0HoFH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXqEu0HoFH .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXqEu0HoFH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXqEu0HoFH .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXqEu0HoFH .navbar-buttons {
    text-align: left;
  }
}
.cid-uXqEu0HoFH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXqEu0HoFH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a52;
}
.cid-uXqEu0HoFH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXqEu0HoFH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXqEu0HoFH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXqEu0HoFH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXqEu0HoFH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXqEu0HoFH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXqEu0HoFH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXqEu0HoFH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXqEu0HoFH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXqEu0HoFH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXqEu0HoFH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXqEu0HoFH .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXqEu0HoFH .navbar {
    height: 70px;
  }
  .cid-uXqEu0HoFH .navbar.opened {
    height: auto;
  }
  .cid-uXqEu0HoFH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXqEu0HoFH .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXqEu0HoFH .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXqEu0HoFH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXqEu0HoFH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uXqEu0HoFH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXqEu0HoFH .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXqEu0HoFH .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXqEu0HoFH .navbar-brand {
    margin-right: auto;
  }
  .cid-uXqEu0HoFH .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uXqEu0HoFH .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXqEu0HoFH .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXqEu0HoFH .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXqEu0HoFH .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXqEu0HoFH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXqEu0HoFH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uXqEu0HoFH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXqEu0HoFH .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXqEu0HoFH .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXqEu0HoFH .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXqEu1DhPc {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/10-kiwi-slushy-ice-cream.webp");
}
.cid-uXqEu1DhPc .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uXqEu1DhPc {
    align-items: flex-end;
  }
  .cid-uXqEu1DhPc .row {
    justify-content: center;
  }
  .cid-uXqEu1DhPc .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXqEu1DhPc .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXqEu1DhPc {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uXqEu1DhPc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXqEu1DhPc .content-wrap {
    width: 100%;
  }
}
.cid-uXqEu1DhPc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqEu1DhPc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqEu1DhPc .mbr-section-title,
.cid-uXqEu1DhPc .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uXqEu1DhPc .mbr-text,
.cid-uXqEu1DhPc .mbr-section-btn {
  text-align: center;
}
.cid-uXqEu1DhPc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXqEu1DhPc .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uXqEu20ABM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f92c50;
}
.cid-uXqEu20ABM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqEu20ABM .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uXqEu20ABM .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXqEu20ABM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqEu20ABM .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #f92c50;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
  border-radius: 50%;
}
.cid-uXqEu20ABM .card-title,
.cid-uXqEu20ABM .iconfont-wrapper,
.cid-uXqEu20ABM .card-text {
  color: #000000;
  text-align: center;
}
.cid-uXqEu20ABM .content-head {
  max-width: 800px;
}
.cid-uXqEu20ABM .mbr-section-title {
  color: #000000;
}
.cid-uXqEu20ABM .mbr-section-btn {
  text-align: center;
}
.cid-uXqEu20ABM .card-title,
.cid-uXqEu20ABM .iconfont-wrapper {
  color: #ffa0a0;
}
.cid-uXqEu20ABM .card-text,
.cid-uXqEu20ABM .mbr-section-btn {
  color: #ffffff;
}
.cid-uXqEu2wQzb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uXqEu2wQzb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqEu2wQzb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqEu2wQzb .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXqEu2wQzb .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXqEu2wQzb .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uXqEu2wQzb .content-head {
  max-width: 800px;
}
.cid-uXqEu2wQzb .mbr-section-title {
  color: #006a52;
}
.cid-uXqEu2wQzb .card-title {
  color: #f92c50;
  text-align: left;
}
.cid-uXqEu2QNhF {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uXqEu2QNhF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqEu2QNhF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqEu2QNhF .mbr-section-title {
  color: #f92c50;
}
.cid-uXqEu37NBo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffa600;
}
.cid-uXqEu37NBo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqEu37NBo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqEu37NBo .mbr-section-title {
  color: #ffffff;
}
.cid-uZABJo9QuG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uZABJo9QuG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZABJo9QuG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZABJo9QuG .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uZABJo9QuG .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uZABJo9QuG .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uZABJo9QuG img,
.cid-uZABJo9QuG .item-img {
  width: 100%;
}
.cid-uXqEu3Q3uc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uXqEu3Q3uc .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uXqEu3Q3uc .social-row .soc-item {
  margin: 8px;
}
.cid-uXqEu3Q3uc .social-row .soc-item a:hover .mbr-iconfont,
.cid-uXqEu3Q3uc .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uXqEu3Q3uc .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #006a52;
  transition: all 0.3s ease-in-out;
}
.cid-uXqEu3Q3uc .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uXqEu3Q3uc .mbr-section-title {
  color: #ffffff;
}
.cid-uXqEu3Q3uc .mbr-section-title,
.cid-uXqEu3Q3uc .social-list {
  color: #006a52;
}
.cid-uXqEu4kSNB {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #97d700;
  overflow: hidden;
}
.cid-uXqEu4kSNB .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uXqFq285Az {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXqFq285Az .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uXqFq285Az .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXqFq285Az .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXqFq285Az .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uXqFq285Az .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXqFq285Az .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXqFq285Az .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uXqFq285Az .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uXqFq285Az .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uXqFq285Az .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXqFq285Az .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXqFq285Az .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXqFq285Az .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uXqFq285Az .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXqFq285Az .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXqFq285Az .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXqFq285Az .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXqFq285Az .navbar-logo {
    padding-left: 0;
  }
}
.cid-uXqFq285Az .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXqFq285Az .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXqFq285Az .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uXqFq285Az .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uXqFq285Az .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXqFq285Az .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXqFq285Az .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXqFq285Az .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uXqFq285Az .nav-item:focus,
.cid-uXqFq285Az .nav-link:focus {
  outline: none;
}
.cid-uXqFq285Az .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXqFq285Az .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXqFq285Az .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXqFq285Az .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXqFq285Az .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXqFq285Az .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXqFq285Az .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uXqFq285Az .navbar.opened {
  transition: all 0.3s;
}
.cid-uXqFq285Az .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXqFq285Az .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uXqFq285Az .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXqFq285Az .navbar.collapsed {
  justify-content: center;
}
.cid-uXqFq285Az .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXqFq285Az .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXqFq285Az .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uXqFq285Az .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXqFq285Az .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXqFq285Az .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-uXqFq285Az .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXqFq285Az .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXqFq285Az .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXqFq285Az .navbar {
    min-height: 72px;
  }
  .cid-uXqFq285Az .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXqFq285Az .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXqFq285Az .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXqFq285Az .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXqFq285Az .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXqFq285Az .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-uXqFq285Az .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXqFq285Az .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXqFq285Az .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXqFq285Az .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXqFq285Az .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXqFq285Az .dropdown-item.active,
.cid-uXqFq285Az .dropdown-item:active {
  background-color: transparent;
}
.cid-uXqFq285Az .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXqFq285Az .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXqFq285Az .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXqFq285Az .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXqFq285Az .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXqFq285Az .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXqFq285Az ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXqFq285Az .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXqFq285Az .navbar-buttons {
    text-align: left;
  }
}
.cid-uXqFq285Az button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXqFq285Az button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a52;
}
.cid-uXqFq285Az button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXqFq285Az button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXqFq285Az button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXqFq285Az button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXqFq285Az nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXqFq285Az nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXqFq285Az nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXqFq285Az nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXqFq285Az .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXqFq285Az a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXqFq285Az .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXqFq285Az .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXqFq285Az .navbar {
    height: 70px;
  }
  .cid-uXqFq285Az .navbar.opened {
    height: auto;
  }
  .cid-uXqFq285Az .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXqFq285Az .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXqFq285Az .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXqFq285Az .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXqFq285Az .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uXqFq285Az .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXqFq285Az .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXqFq285Az .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXqFq285Az .navbar-brand {
    margin-right: auto;
  }
  .cid-uXqFq285Az .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uXqFq285Az .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXqFq285Az .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXqFq285Az .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXqFq285Az .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXqFq285Az .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXqFq285Az .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uXqFq285Az .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXqFq285Az .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXqFq285Az .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXqFq285Az .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXqFq35tLd {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/12-budda-bowl-with-vegan-banana-bacon-1353x743.webp");
}
.cid-uXqFq35tLd .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uXqFq35tLd {
    align-items: flex-end;
  }
  .cid-uXqFq35tLd .row {
    justify-content: center;
  }
  .cid-uXqFq35tLd .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXqFq35tLd .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXqFq35tLd {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uXqFq35tLd .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXqFq35tLd .content-wrap {
    width: 100%;
  }
}
.cid-uXqFq35tLd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqFq35tLd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqFq35tLd .mbr-section-title,
.cid-uXqFq35tLd .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uXqFq35tLd .mbr-text,
.cid-uXqFq35tLd .mbr-section-btn {
  text-align: center;
}
.cid-uXqFq35tLd .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXqFq35tLd .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uXqFq3sSHa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f92c50;
}
.cid-uXqFq3sSHa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqFq3sSHa .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uXqFq3sSHa .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXqFq3sSHa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqFq3sSHa .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #f92c50;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
  border-radius: 50%;
}
.cid-uXqFq3sSHa .card-title,
.cid-uXqFq3sSHa .iconfont-wrapper,
.cid-uXqFq3sSHa .card-text {
  color: #000000;
  text-align: center;
}
.cid-uXqFq3sSHa .content-head {
  max-width: 800px;
}
.cid-uXqFq3sSHa .mbr-section-title {
  color: #000000;
}
.cid-uXqFq3sSHa .mbr-section-btn {
  text-align: center;
}
.cid-uXqFq3sSHa .card-title,
.cid-uXqFq3sSHa .iconfont-wrapper {
  color: #ffa0a0;
}
.cid-uXqFq3sSHa .card-text,
.cid-uXqFq3sSHa .mbr-section-btn {
  color: #ffffff;
}
.cid-uXqFq3WfRf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uXqFq3WfRf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqFq3WfRf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqFq3WfRf .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXqFq3WfRf .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXqFq3WfRf .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uXqFq3WfRf .content-head {
  max-width: 800px;
}
.cid-uXqFq3WfRf .mbr-section-title {
  color: #006a52;
}
.cid-uXqFq3WfRf .card-title {
  color: #000000;
  text-align: left;
}
.cid-uXqFq4mLgS {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uXqFq4mLgS .video-wrapper iframe {
  width: 100%;
}
.cid-uXqFq4mLgS .mbr-section-title,
.cid-uXqFq4mLgS .mbr-section-subtitle,
.cid-uXqFq4mLgS .mbr-text {
  text-align: center;
}
.cid-uXqFq4mLgS .mbr-section-title {
  color: #f92c50;
}
.cid-uXqFq4Kzf2 {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uXqFq4Kzf2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqFq4Kzf2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqFq4Kzf2 .mbr-section-title {
  color: #f92c50;
}
.cid-uXqFq5blBS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffa600;
}
.cid-uXqFq5blBS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqFq5blBS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqFq5blBS .mbr-section-title {
  color: #ffffff;
}
.cid-uZABMFDlSe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uZABMFDlSe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZABMFDlSe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZABMFDlSe .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uZABMFDlSe .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uZABMFDlSe .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uZABMFDlSe img,
.cid-uZABMFDlSe .item-img {
  width: 100%;
}
.cid-uXqFq5TRnX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uXqFq5TRnX .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uXqFq5TRnX .social-row .soc-item {
  margin: 8px;
}
.cid-uXqFq5TRnX .social-row .soc-item a:hover .mbr-iconfont,
.cid-uXqFq5TRnX .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uXqFq5TRnX .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #006a52;
  transition: all 0.3s ease-in-out;
}
.cid-uXqFq5TRnX .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uXqFq5TRnX .mbr-section-title {
  color: #ffffff;
}
.cid-uXqFq5TRnX .mbr-section-title,
.cid-uXqFq5TRnX .social-list {
  color: #006a52;
}
.cid-uXqFq6kkUv {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #97d700;
  overflow: hidden;
}
.cid-uXqFq6kkUv .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uXqGphrS4N {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXqGphrS4N .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uXqGphrS4N .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXqGphrS4N .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXqGphrS4N .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uXqGphrS4N .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXqGphrS4N .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXqGphrS4N .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uXqGphrS4N .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uXqGphrS4N .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uXqGphrS4N .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXqGphrS4N .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXqGphrS4N .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXqGphrS4N .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uXqGphrS4N .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXqGphrS4N .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXqGphrS4N .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXqGphrS4N .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXqGphrS4N .navbar-logo {
    padding-left: 0;
  }
}
.cid-uXqGphrS4N .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXqGphrS4N .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXqGphrS4N .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uXqGphrS4N .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uXqGphrS4N .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXqGphrS4N .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXqGphrS4N .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXqGphrS4N .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uXqGphrS4N .nav-item:focus,
.cid-uXqGphrS4N .nav-link:focus {
  outline: none;
}
.cid-uXqGphrS4N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXqGphrS4N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXqGphrS4N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXqGphrS4N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXqGphrS4N .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXqGphrS4N .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXqGphrS4N .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uXqGphrS4N .navbar.opened {
  transition: all 0.3s;
}
.cid-uXqGphrS4N .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXqGphrS4N .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uXqGphrS4N .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXqGphrS4N .navbar.collapsed {
  justify-content: center;
}
.cid-uXqGphrS4N .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXqGphrS4N .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXqGphrS4N .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uXqGphrS4N .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXqGphrS4N .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXqGphrS4N .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-uXqGphrS4N .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXqGphrS4N .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXqGphrS4N .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXqGphrS4N .navbar {
    min-height: 72px;
  }
  .cid-uXqGphrS4N .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXqGphrS4N .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXqGphrS4N .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXqGphrS4N .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXqGphrS4N .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXqGphrS4N .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-uXqGphrS4N .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXqGphrS4N .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXqGphrS4N .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXqGphrS4N .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXqGphrS4N .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXqGphrS4N .dropdown-item.active,
.cid-uXqGphrS4N .dropdown-item:active {
  background-color: transparent;
}
.cid-uXqGphrS4N .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXqGphrS4N .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXqGphrS4N .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXqGphrS4N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXqGphrS4N .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXqGphrS4N .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXqGphrS4N ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXqGphrS4N .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXqGphrS4N .navbar-buttons {
    text-align: left;
  }
}
.cid-uXqGphrS4N button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXqGphrS4N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a52;
}
.cid-uXqGphrS4N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXqGphrS4N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXqGphrS4N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXqGphrS4N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXqGphrS4N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXqGphrS4N nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXqGphrS4N nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXqGphrS4N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXqGphrS4N .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXqGphrS4N a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXqGphrS4N .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXqGphrS4N .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXqGphrS4N .navbar {
    height: 70px;
  }
  .cid-uXqGphrS4N .navbar.opened {
    height: auto;
  }
  .cid-uXqGphrS4N .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXqGphrS4N .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXqGphrS4N .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXqGphrS4N .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXqGphrS4N .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uXqGphrS4N .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXqGphrS4N .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXqGphrS4N .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXqGphrS4N .navbar-brand {
    margin-right: auto;
  }
  .cid-uXqGphrS4N .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uXqGphrS4N .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXqGphrS4N .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXqGphrS4N .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXqGphrS4N .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXqGphrS4N .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXqGphrS4N .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uXqGphrS4N .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXqGphrS4N .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXqGphrS4N .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXqGphrS4N .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXqGpiz2Db {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/12-papaya-pomegranate-and-quinoa-salad-with-roasted-red-onion-avocado.webp");
}
.cid-uXqGpiz2Db .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uXqGpiz2Db {
    align-items: flex-end;
  }
  .cid-uXqGpiz2Db .row {
    justify-content: center;
  }
  .cid-uXqGpiz2Db .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXqGpiz2Db .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXqGpiz2Db {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uXqGpiz2Db .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXqGpiz2Db .content-wrap {
    width: 100%;
  }
}
.cid-uXqGpiz2Db .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqGpiz2Db .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqGpiz2Db .mbr-section-title,
.cid-uXqGpiz2Db .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uXqGpiz2Db .mbr-text,
.cid-uXqGpiz2Db .mbr-section-btn {
  text-align: center;
}
.cid-uXqGpiz2Db .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXqGpiz2Db .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uXqGpj0lEg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f92c50;
}
.cid-uXqGpj0lEg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqGpj0lEg .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uXqGpj0lEg .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXqGpj0lEg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqGpj0lEg .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #f92c50;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
  border-radius: 50%;
}
.cid-uXqGpj0lEg .card-title,
.cid-uXqGpj0lEg .iconfont-wrapper,
.cid-uXqGpj0lEg .card-text {
  color: #000000;
  text-align: center;
}
.cid-uXqGpj0lEg .content-head {
  max-width: 800px;
}
.cid-uXqGpj0lEg .mbr-section-title {
  color: #000000;
}
.cid-uXqGpj0lEg .mbr-section-btn {
  text-align: center;
}
.cid-uXqGpj0lEg .card-title,
.cid-uXqGpj0lEg .iconfont-wrapper {
  color: #ffa0a0;
}
.cid-uXqGpj0lEg .card-text,
.cid-uXqGpj0lEg .mbr-section-btn {
  color: #ffffff;
}
.cid-uXqGpjxqqj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uXqGpjxqqj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqGpjxqqj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqGpjxqqj .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXqGpjxqqj .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXqGpjxqqj .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uXqGpjxqqj .content-head {
  max-width: 800px;
}
.cid-uXqGpjxqqj .mbr-section-title {
  color: #006a52;
}
.cid-uXqGpjxqqj .card-title {
  color: #000000;
  text-align: left;
}
.cid-uXqGpkfX9s {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uXqGpkfX9s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqGpkfX9s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqGpkfX9s .mbr-section-title {
  color: #f92c50;
}
.cid-uXqGplfg7n {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffa600;
}
.cid-uXqGplfg7n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqGplfg7n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqGplfg7n .mbr-section-title {
  color: #ffffff;
}
.cid-uZABPXGfVX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uZABPXGfVX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZABPXGfVX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZABPXGfVX .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uZABPXGfVX .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uZABPXGfVX .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uZABPXGfVX img,
.cid-uZABPXGfVX .item-img {
  width: 100%;
}
.cid-uXqGpmkmd2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uXqGpmkmd2 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uXqGpmkmd2 .social-row .soc-item {
  margin: 8px;
}
.cid-uXqGpmkmd2 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uXqGpmkmd2 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uXqGpmkmd2 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #006a52;
  transition: all 0.3s ease-in-out;
}
.cid-uXqGpmkmd2 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uXqGpmkmd2 .mbr-section-title {
  color: #ffffff;
}
.cid-uXqGpmkmd2 .mbr-section-title,
.cid-uXqGpmkmd2 .social-list {
  color: #006a52;
}
.cid-uXqGpmKHtd {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #97d700;
  overflow: hidden;
}
.cid-uXqGpmKHtd .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uXqH71sA9j {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXqH71sA9j .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uXqH71sA9j .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXqH71sA9j .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXqH71sA9j .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uXqH71sA9j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXqH71sA9j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXqH71sA9j .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uXqH71sA9j .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uXqH71sA9j .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uXqH71sA9j .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXqH71sA9j .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXqH71sA9j .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXqH71sA9j .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uXqH71sA9j .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXqH71sA9j .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXqH71sA9j .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXqH71sA9j .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXqH71sA9j .navbar-logo {
    padding-left: 0;
  }
}
.cid-uXqH71sA9j .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXqH71sA9j .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXqH71sA9j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uXqH71sA9j .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uXqH71sA9j .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXqH71sA9j .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXqH71sA9j .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXqH71sA9j .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uXqH71sA9j .nav-item:focus,
.cid-uXqH71sA9j .nav-link:focus {
  outline: none;
}
.cid-uXqH71sA9j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXqH71sA9j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXqH71sA9j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXqH71sA9j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXqH71sA9j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXqH71sA9j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXqH71sA9j .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uXqH71sA9j .navbar.opened {
  transition: all 0.3s;
}
.cid-uXqH71sA9j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXqH71sA9j .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uXqH71sA9j .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXqH71sA9j .navbar.collapsed {
  justify-content: center;
}
.cid-uXqH71sA9j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXqH71sA9j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXqH71sA9j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uXqH71sA9j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXqH71sA9j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXqH71sA9j .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-uXqH71sA9j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXqH71sA9j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXqH71sA9j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXqH71sA9j .navbar {
    min-height: 72px;
  }
  .cid-uXqH71sA9j .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXqH71sA9j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXqH71sA9j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXqH71sA9j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXqH71sA9j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXqH71sA9j .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-uXqH71sA9j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXqH71sA9j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXqH71sA9j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXqH71sA9j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXqH71sA9j .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXqH71sA9j .dropdown-item.active,
.cid-uXqH71sA9j .dropdown-item:active {
  background-color: transparent;
}
.cid-uXqH71sA9j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXqH71sA9j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXqH71sA9j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXqH71sA9j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXqH71sA9j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXqH71sA9j .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXqH71sA9j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXqH71sA9j .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXqH71sA9j .navbar-buttons {
    text-align: left;
  }
}
.cid-uXqH71sA9j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXqH71sA9j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a52;
}
.cid-uXqH71sA9j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXqH71sA9j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXqH71sA9j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXqH71sA9j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXqH71sA9j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXqH71sA9j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXqH71sA9j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXqH71sA9j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXqH71sA9j .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXqH71sA9j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXqH71sA9j .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXqH71sA9j .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXqH71sA9j .navbar {
    height: 70px;
  }
  .cid-uXqH71sA9j .navbar.opened {
    height: auto;
  }
  .cid-uXqH71sA9j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXqH71sA9j .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXqH71sA9j .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXqH71sA9j .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXqH71sA9j .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uXqH71sA9j .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXqH71sA9j .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXqH71sA9j .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXqH71sA9j .navbar-brand {
    margin-right: auto;
  }
  .cid-uXqH71sA9j .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uXqH71sA9j .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXqH71sA9j .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXqH71sA9j .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXqH71sA9j .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXqH71sA9j .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXqH71sA9j .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uXqH71sA9j .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXqH71sA9j .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXqH71sA9j .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXqH71sA9j .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXqH72y1zb {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/13-orange-and-green-meanies.webp");
}
.cid-uXqH72y1zb .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uXqH72y1zb {
    align-items: flex-end;
  }
  .cid-uXqH72y1zb .row {
    justify-content: center;
  }
  .cid-uXqH72y1zb .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXqH72y1zb .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXqH72y1zb {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uXqH72y1zb .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXqH72y1zb .content-wrap {
    width: 100%;
  }
}
.cid-uXqH72y1zb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqH72y1zb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqH72y1zb .mbr-section-title,
.cid-uXqH72y1zb .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uXqH72y1zb .mbr-text,
.cid-uXqH72y1zb .mbr-section-btn {
  text-align: center;
}
.cid-uXqH72y1zb .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXqH72y1zb .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uXqH736T16 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f92c50;
}
.cid-uXqH736T16 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqH736T16 .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uXqH736T16 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXqH736T16 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqH736T16 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #f92c50;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
  border-radius: 50%;
}
.cid-uXqH736T16 .card-title,
.cid-uXqH736T16 .iconfont-wrapper,
.cid-uXqH736T16 .card-text {
  color: #000000;
  text-align: center;
}
.cid-uXqH736T16 .content-head {
  max-width: 800px;
}
.cid-uXqH736T16 .mbr-section-title {
  color: #000000;
}
.cid-uXqH736T16 .mbr-section-btn {
  text-align: center;
}
.cid-uXqH736T16 .card-title,
.cid-uXqH736T16 .iconfont-wrapper {
  color: #ffa0a0;
}
.cid-uXqH736T16 .card-text,
.cid-uXqH736T16 .mbr-section-btn {
  color: #ffffff;
}
.cid-uXqH73KYPr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uXqH73KYPr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqH73KYPr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqH73KYPr .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXqH73KYPr .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXqH73KYPr .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uXqH73KYPr .content-head {
  max-width: 800px;
}
.cid-uXqH73KYPr .mbr-section-title {
  color: #006a52;
}
.cid-uXqH73KYPr .card-title {
  color: #f92c50;
  text-align: left;
}
.cid-uXqH74bkYu {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uXqH74bkYu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqH74bkYu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqH74bkYu .mbr-section-title {
  color: #f92c50;
}
.cid-uXqH75BPbR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffa600;
}
.cid-uXqH75BPbR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqH75BPbR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqH75BPbR .mbr-section-title {
  color: #ffffff;
}
.cid-uZABTeYtit {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uZABTeYtit .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZABTeYtit .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZABTeYtit .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uZABTeYtit .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uZABTeYtit .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uZABTeYtit img,
.cid-uZABTeYtit .item-img {
  width: 100%;
}
.cid-uXqH76dOiq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uXqH76dOiq .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uXqH76dOiq .social-row .soc-item {
  margin: 8px;
}
.cid-uXqH76dOiq .social-row .soc-item a:hover .mbr-iconfont,
.cid-uXqH76dOiq .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uXqH76dOiq .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #006a52;
  transition: all 0.3s ease-in-out;
}
.cid-uXqH76dOiq .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uXqH76dOiq .mbr-section-title {
  color: #ffffff;
}
.cid-uXqH76dOiq .mbr-section-title,
.cid-uXqH76dOiq .social-list {
  color: #006a52;
}
.cid-uXqH76zqg8 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #97d700;
  overflow: hidden;
}
.cid-uXqH76zqg8 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uXqHWYfNJV {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXqHWYfNJV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uXqHWYfNJV .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXqHWYfNJV .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXqHWYfNJV .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uXqHWYfNJV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXqHWYfNJV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXqHWYfNJV .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uXqHWYfNJV .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uXqHWYfNJV .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uXqHWYfNJV .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXqHWYfNJV .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXqHWYfNJV .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXqHWYfNJV .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uXqHWYfNJV .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXqHWYfNJV .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXqHWYfNJV .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXqHWYfNJV .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXqHWYfNJV .navbar-logo {
    padding-left: 0;
  }
}
.cid-uXqHWYfNJV .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXqHWYfNJV .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXqHWYfNJV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uXqHWYfNJV .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uXqHWYfNJV .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXqHWYfNJV .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXqHWYfNJV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXqHWYfNJV .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uXqHWYfNJV .nav-item:focus,
.cid-uXqHWYfNJV .nav-link:focus {
  outline: none;
}
.cid-uXqHWYfNJV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXqHWYfNJV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXqHWYfNJV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXqHWYfNJV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXqHWYfNJV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXqHWYfNJV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXqHWYfNJV .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uXqHWYfNJV .navbar.opened {
  transition: all 0.3s;
}
.cid-uXqHWYfNJV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXqHWYfNJV .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uXqHWYfNJV .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXqHWYfNJV .navbar.collapsed {
  justify-content: center;
}
.cid-uXqHWYfNJV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXqHWYfNJV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXqHWYfNJV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uXqHWYfNJV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXqHWYfNJV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXqHWYfNJV .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-uXqHWYfNJV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXqHWYfNJV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXqHWYfNJV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXqHWYfNJV .navbar {
    min-height: 72px;
  }
  .cid-uXqHWYfNJV .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXqHWYfNJV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXqHWYfNJV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXqHWYfNJV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXqHWYfNJV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXqHWYfNJV .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-uXqHWYfNJV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXqHWYfNJV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXqHWYfNJV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXqHWYfNJV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXqHWYfNJV .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXqHWYfNJV .dropdown-item.active,
.cid-uXqHWYfNJV .dropdown-item:active {
  background-color: transparent;
}
.cid-uXqHWYfNJV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXqHWYfNJV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXqHWYfNJV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXqHWYfNJV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXqHWYfNJV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXqHWYfNJV .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXqHWYfNJV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXqHWYfNJV .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXqHWYfNJV .navbar-buttons {
    text-align: left;
  }
}
.cid-uXqHWYfNJV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXqHWYfNJV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a52;
}
.cid-uXqHWYfNJV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXqHWYfNJV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXqHWYfNJV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXqHWYfNJV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXqHWYfNJV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXqHWYfNJV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXqHWYfNJV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXqHWYfNJV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXqHWYfNJV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXqHWYfNJV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXqHWYfNJV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXqHWYfNJV .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXqHWYfNJV .navbar {
    height: 70px;
  }
  .cid-uXqHWYfNJV .navbar.opened {
    height: auto;
  }
  .cid-uXqHWYfNJV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXqHWYfNJV .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXqHWYfNJV .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXqHWYfNJV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXqHWYfNJV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uXqHWYfNJV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXqHWYfNJV .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXqHWYfNJV .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXqHWYfNJV .navbar-brand {
    margin-right: auto;
  }
  .cid-uXqHWYfNJV .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uXqHWYfNJV .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXqHWYfNJV .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXqHWYfNJV .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXqHWYfNJV .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXqHWYfNJV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXqHWYfNJV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uXqHWYfNJV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXqHWYfNJV .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXqHWYfNJV .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXqHWYfNJV .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXqHWZerUa {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/14-bowl-of-bliss.webp");
}
.cid-uXqHWZerUa .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uXqHWZerUa {
    align-items: flex-end;
  }
  .cid-uXqHWZerUa .row {
    justify-content: center;
  }
  .cid-uXqHWZerUa .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXqHWZerUa .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXqHWZerUa {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uXqHWZerUa .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXqHWZerUa .content-wrap {
    width: 100%;
  }
}
.cid-uXqHWZerUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqHWZerUa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqHWZerUa .mbr-section-title,
.cid-uXqHWZerUa .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uXqHWZerUa .mbr-text,
.cid-uXqHWZerUa .mbr-section-btn {
  text-align: center;
}
.cid-uXqHWZerUa .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXqHWZerUa .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uXqHWZzzBC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f92c50;
}
.cid-uXqHWZzzBC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqHWZzzBC .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uXqHWZzzBC .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXqHWZzzBC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqHWZzzBC .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #f92c50;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
  border-radius: 50%;
}
.cid-uXqHWZzzBC .card-title,
.cid-uXqHWZzzBC .iconfont-wrapper,
.cid-uXqHWZzzBC .card-text {
  color: #000000;
  text-align: center;
}
.cid-uXqHWZzzBC .content-head {
  max-width: 800px;
}
.cid-uXqHWZzzBC .mbr-section-title {
  color: #000000;
}
.cid-uXqHWZzzBC .mbr-section-btn {
  text-align: center;
}
.cid-uXqHWZzzBC .card-title,
.cid-uXqHWZzzBC .iconfont-wrapper {
  color: #ffa0a0;
}
.cid-uXqHWZzzBC .card-text,
.cid-uXqHWZzzBC .mbr-section-btn {
  color: #ffffff;
}
.cid-uXqHX03FAE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uXqHX03FAE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqHX03FAE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqHX03FAE .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXqHX03FAE .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXqHX03FAE .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uXqHX03FAE .content-head {
  max-width: 800px;
}
.cid-uXqHX03FAE .mbr-section-title {
  color: #006a52;
}
.cid-uXqHX03FAE .card-title {
  color: #f92c50;
  text-align: left;
}
.cid-uXqHX0qLGF {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uXqHX0qLGF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqHX0qLGF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqHX0qLGF .mbr-section-title {
  color: #f92c50;
}
.cid-uXqHX0IIsC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffa600;
}
.cid-uXqHX0IIsC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqHX0IIsC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqHX0IIsC .mbr-section-title {
  color: #ffffff;
}
.cid-uZABX6jsq0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uZABX6jsq0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZABX6jsq0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZABX6jsq0 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uZABX6jsq0 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uZABX6jsq0 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uZABX6jsq0 img,
.cid-uZABX6jsq0 .item-img {
  width: 100%;
}
.cid-uXqHX1mCCY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uXqHX1mCCY .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uXqHX1mCCY .social-row .soc-item {
  margin: 8px;
}
.cid-uXqHX1mCCY .social-row .soc-item a:hover .mbr-iconfont,
.cid-uXqHX1mCCY .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uXqHX1mCCY .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #006a52;
  transition: all 0.3s ease-in-out;
}
.cid-uXqHX1mCCY .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uXqHX1mCCY .mbr-section-title {
  color: #ffffff;
}
.cid-uXqHX1mCCY .mbr-section-title,
.cid-uXqHX1mCCY .social-list {
  color: #006a52;
}
.cid-uXqHX1IqrD {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #97d700;
  overflow: hidden;
}
.cid-uXqHX1IqrD .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uXqIJdCbM3 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uXqIJdCbM3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uXqIJdCbM3 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uXqIJdCbM3 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXqIJdCbM3 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uXqIJdCbM3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXqIJdCbM3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXqIJdCbM3 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uXqIJdCbM3 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uXqIJdCbM3 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uXqIJdCbM3 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uXqIJdCbM3 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uXqIJdCbM3 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uXqIJdCbM3 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uXqIJdCbM3 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uXqIJdCbM3 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uXqIJdCbM3 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uXqIJdCbM3 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uXqIJdCbM3 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uXqIJdCbM3 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXqIJdCbM3 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uXqIJdCbM3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uXqIJdCbM3 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uXqIJdCbM3 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXqIJdCbM3 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uXqIJdCbM3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXqIJdCbM3 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uXqIJdCbM3 .nav-item:focus,
.cid-uXqIJdCbM3 .nav-link:focus {
  outline: none;
}
.cid-uXqIJdCbM3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXqIJdCbM3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXqIJdCbM3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXqIJdCbM3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXqIJdCbM3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXqIJdCbM3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXqIJdCbM3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uXqIJdCbM3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uXqIJdCbM3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXqIJdCbM3 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uXqIJdCbM3 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uXqIJdCbM3 .navbar.collapsed {
  justify-content: center;
}
.cid-uXqIJdCbM3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXqIJdCbM3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXqIJdCbM3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uXqIJdCbM3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXqIJdCbM3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXqIJdCbM3 .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-uXqIJdCbM3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXqIJdCbM3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXqIJdCbM3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uXqIJdCbM3 .navbar {
    min-height: 72px;
  }
  .cid-uXqIJdCbM3 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uXqIJdCbM3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXqIJdCbM3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXqIJdCbM3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXqIJdCbM3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXqIJdCbM3 .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-uXqIJdCbM3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXqIJdCbM3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uXqIJdCbM3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXqIJdCbM3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXqIJdCbM3 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uXqIJdCbM3 .dropdown-item.active,
.cid-uXqIJdCbM3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uXqIJdCbM3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXqIJdCbM3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXqIJdCbM3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXqIJdCbM3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXqIJdCbM3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uXqIJdCbM3 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uXqIJdCbM3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXqIJdCbM3 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uXqIJdCbM3 .navbar-buttons {
    text-align: left;
  }
}
.cid-uXqIJdCbM3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXqIJdCbM3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #006a52;
}
.cid-uXqIJdCbM3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXqIJdCbM3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXqIJdCbM3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXqIJdCbM3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXqIJdCbM3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXqIJdCbM3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXqIJdCbM3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXqIJdCbM3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXqIJdCbM3 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXqIJdCbM3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXqIJdCbM3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXqIJdCbM3 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXqIJdCbM3 .navbar {
    height: 70px;
  }
  .cid-uXqIJdCbM3 .navbar.opened {
    height: auto;
  }
  .cid-uXqIJdCbM3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXqIJdCbM3 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uXqIJdCbM3 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uXqIJdCbM3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uXqIJdCbM3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uXqIJdCbM3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uXqIJdCbM3 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uXqIJdCbM3 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uXqIJdCbM3 .navbar-brand {
    margin-right: auto;
  }
  .cid-uXqIJdCbM3 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uXqIJdCbM3 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uXqIJdCbM3 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uXqIJdCbM3 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXqIJdCbM3 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uXqIJdCbM3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uXqIJdCbM3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uXqIJdCbM3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uXqIJdCbM3 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uXqIJdCbM3 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uXqIJdCbM3 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXqIJevbZ7 {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/16-rainbow-fruit-salad-with-sweet-carrot-top-pesto-1410x741.webp");
}
.cid-uXqIJevbZ7 .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uXqIJevbZ7 {
    align-items: flex-end;
  }
  .cid-uXqIJevbZ7 .row {
    justify-content: center;
  }
  .cid-uXqIJevbZ7 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXqIJevbZ7 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXqIJevbZ7 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uXqIJevbZ7 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXqIJevbZ7 .content-wrap {
    width: 100%;
  }
}
.cid-uXqIJevbZ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqIJevbZ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqIJevbZ7 .mbr-section-title,
.cid-uXqIJevbZ7 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uXqIJevbZ7 .mbr-text,
.cid-uXqIJevbZ7 .mbr-section-btn {
  text-align: center;
}
.cid-uXqIJevbZ7 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXqIJevbZ7 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uXqIJeS85a {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f92c50;
}
.cid-uXqIJeS85a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqIJeS85a .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uXqIJeS85a .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXqIJeS85a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqIJeS85a .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #f92c50;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
  border-radius: 50%;
}
.cid-uXqIJeS85a .card-title,
.cid-uXqIJeS85a .iconfont-wrapper,
.cid-uXqIJeS85a .card-text {
  color: #000000;
  text-align: center;
}
.cid-uXqIJeS85a .content-head {
  max-width: 800px;
}
.cid-uXqIJeS85a .mbr-section-title {
  color: #000000;
}
.cid-uXqIJeS85a .mbr-section-btn {
  text-align: center;
}
.cid-uXqIJeS85a .card-title,
.cid-uXqIJeS85a .iconfont-wrapper {
  color: #ffa0a0;
}
.cid-uXqIJeS85a .card-text,
.cid-uXqIJeS85a .mbr-section-btn {
  color: #ffffff;
}
.cid-uXqIJfnSp9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uXqIJfnSp9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqIJfnSp9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqIJfnSp9 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXqIJfnSp9 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXqIJfnSp9 .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uXqIJfnSp9 .content-head {
  max-width: 800px;
}
.cid-uXqIJfnSp9 .mbr-section-title {
  color: #006a52;
}
.cid-uXqIJfnSp9 .card-title {
  color: #000000;
  text-align: left;
}
.cid-uXqIJfPvJs {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uXqIJfPvJs .video-wrapper iframe {
  width: 100%;
}
.cid-uXqIJfPvJs .mbr-section-title,
.cid-uXqIJfPvJs .mbr-section-subtitle,
.cid-uXqIJfPvJs .mbr-text {
  text-align: center;
}
.cid-uXqIJfPvJs .mbr-section-title {
  color: #f92c50;
}
.cid-uXqIJgcEqN {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uXqIJgcEqN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqIJgcEqN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqIJgcEqN .mbr-section-title {
  color: #f92c50;
}
.cid-uXqIJgwMy5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffa600;
}
.cid-uXqIJgwMy5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqIJgwMy5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqIJgwMy5 .mbr-section-title {
  color: #ffffff;
}
.cid-uZABZW2lEA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uZABZW2lEA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZABZW2lEA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZABZW2lEA .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uZABZW2lEA .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uZABZW2lEA .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uZABZW2lEA img,
.cid-uZABZW2lEA .item-img {
  width: 100%;
}
.cid-uXqIJhdaGj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #97d700;
}
.cid-uXqIJhdaGj .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uXqIJhdaGj .social-row .soc-item {
  margin: 8px;
}
.cid-uXqIJhdaGj .social-row .soc-item a:hover .mbr-iconfont,
.cid-uXqIJhdaGj .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uXqIJhdaGj .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #006a52;
  transition: all 0.3s ease-in-out;
}
.cid-uXqIJhdaGj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uXqIJhdaGj .mbr-section-title {
  color: #ffffff;
}
.cid-uXqIJhdaGj .mbr-section-title,
.cid-uXqIJhdaGj .social-list {
  color: #006a52;
}
.cid-uXqIJhBFyR {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #97d700;
  overflow: hidden;
}
.cid-uXqIJhBFyR .media-container-row .mbr-text {
  color: #ffffff;
}
