.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 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.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #8db740 !important;
}
.bg-success {
  background-color: #5a7b38 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #bbbbbb !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #8db740 !important;
  border-color: #8db740 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #5c772a !important;
  border-color: #5c772a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #5c772a !important;
  border-color: #5c772a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #8db740 !important;
  border-color: #8db740 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #5c772a !important;
  border-color: #5c772a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #5c772a !important;
  border-color: #5c772a !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #5a7b38 !important;
  border-color: #5a7b38 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2e3f1d !important;
  border-color: #2e3f1d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2e3f1d !important;
  border-color: #2e3f1d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #8db740;
  color: #8db740;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #5c772a !important;
  background-color: transparent!important;
  border-color: #5c772a !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #8db740 !important;
  border-color: #8db740 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #8db740;
  color: #8db740;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #5c772a !important;
  background-color: transparent!important;
  border-color: #5c772a !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #8db740 !important;
  border-color: #8db740 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #5a7b38;
  color: #5a7b38;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2e3f1d !important;
  background-color: transparent!important;
  border-color: #2e3f1d !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #5a7b38 !important;
  border-color: #5a7b38 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #bbbbbb;
  color: #bbbbbb;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #909090 !important;
  background-color: transparent!important;
  border-color: #909090 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !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: #8db740 !important;
}
.text-secondary {
  color: #8db740 !important;
}
.text-success {
  color: #5a7b38 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #bbbbbb !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #536b26 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #536b26 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #273518 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #888888 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #8db740;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #bbbbbb;
}
.mbr-gallery-filter li.active .btn {
  background-color: #8db740;
  border-color: #8db740;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #8db740;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c5dc9b;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #9abf73;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbfbfb;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #8db740 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #8db740;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #8db740;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #8db740;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #8db740;
  border-bottom-color: #8db740;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #8db740 !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: #8db740 !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='%238db740' %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;
}
.cid-uFVMruE8ui {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFVMruE8ui nav.navbar {
  position: fixed;
}
.cid-uFVMruE8ui .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFVMruE8ui .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFVMruE8ui .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFVMruE8ui .dropdown-item:hover,
.cid-uFVMruE8ui .dropdown-item:focus {
  background: #8db740 !important;
  color: white !important;
}
.cid-uFVMruE8ui .dropdown-item:hover span {
  color: white;
}
.cid-uFVMruE8ui .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFVMruE8ui .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFVMruE8ui .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFVMruE8ui .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFVMruE8ui .nav-link {
  position: relative;
}
.cid-uFVMruE8ui .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFVMruE8ui .container {
    flex-wrap: wrap;
  }
}
.cid-uFVMruE8ui .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFVMruE8ui .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uFVMruE8ui .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFVMruE8ui .dropdown-menu,
.cid-uFVMruE8ui .navbar.opened {
  background: #ffffff !important;
}
.cid-uFVMruE8ui .nav-item:focus,
.cid-uFVMruE8ui .nav-link:focus {
  outline: none;
}
.cid-uFVMruE8ui .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFVMruE8ui .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFVMruE8ui .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFVMruE8ui .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFVMruE8ui .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFVMruE8ui .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFVMruE8ui .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uFVMruE8ui .navbar.opened {
  transition: all 0.3s;
}
.cid-uFVMruE8ui .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFVMruE8ui .navbar .navbar-logo img {
  width: auto;
}
.cid-uFVMruE8ui .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFVMruE8ui .navbar.collapsed {
  justify-content: center;
}
.cid-uFVMruE8ui .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFVMruE8ui .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFVMruE8ui .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-uFVMruE8ui .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFVMruE8ui .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFVMruE8ui .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-uFVMruE8ui .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFVMruE8ui .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFVMruE8ui .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFVMruE8ui .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFVMruE8ui .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFVMruE8ui .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFVMruE8ui .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFVMruE8ui .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-uFVMruE8ui .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFVMruE8ui .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFVMruE8ui .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFVMruE8ui .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFVMruE8ui .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFVMruE8ui .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFVMruE8ui .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFVMruE8ui .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFVMruE8ui .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFVMruE8ui .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFVMruE8ui .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFVMruE8ui .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFVMruE8ui .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFVMruE8ui .dropdown-item.active,
.cid-uFVMruE8ui .dropdown-item:active {
  background-color: transparent;
}
.cid-uFVMruE8ui .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFVMruE8ui .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFVMruE8ui .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFVMruE8ui .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFVMruE8ui .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFVMruE8ui .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFVMruE8ui ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFVMruE8ui .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFVMruE8ui button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFVMruE8ui button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFVMruE8ui button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFVMruE8ui button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFVMruE8ui button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFVMruE8ui button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFVMruE8ui nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFVMruE8ui nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFVMruE8ui nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFVMruE8ui nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFVMruE8ui .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFVMruE8ui a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFVMruE8ui .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFVMruE8ui .navbar {
    height: 70px;
  }
  .cid-uFVMruE8ui .navbar.opened {
    height: auto;
  }
  .cid-uFVMruE8ui .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFVMrvcCDv {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #8db740;
}
.cid-uFVMrvcCDv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVMrvcCDv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVMrvcCDv .mbr-section-title {
  color: #ffffff;
}
.cid-uFVN2nPUb1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFVN2nPUb1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVN2nPUb1 .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-uFVN2nPUb1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFVN2nPUb1 .row {
  flex-direction: row-reverse;
}
.cid-uFVN2nPUb1 img {
  width: 100%;
}
.cid-uFVMrxA04G {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #8db740;
}
.cid-uFVMrxA04G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVMrxA04G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVMrxA04G .mbr-section-title {
  color: #ffffff;
}
.cid-uFVPkW8PYa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #8db740;
  overflow: hidden;
}
.cid-uFVPkW8PYa .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uFVNuf85bt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFVNuf85bt nav.navbar {
  position: fixed;
}
.cid-uFVNuf85bt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFVNuf85bt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFVNuf85bt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFVNuf85bt .dropdown-item:hover,
.cid-uFVNuf85bt .dropdown-item:focus {
  background: #8db740 !important;
  color: white !important;
}
.cid-uFVNuf85bt .dropdown-item:hover span {
  color: white;
}
.cid-uFVNuf85bt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFVNuf85bt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFVNuf85bt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFVNuf85bt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFVNuf85bt .nav-link {
  position: relative;
}
.cid-uFVNuf85bt .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFVNuf85bt .container {
    flex-wrap: wrap;
  }
}
.cid-uFVNuf85bt .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFVNuf85bt .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uFVNuf85bt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFVNuf85bt .dropdown-menu,
.cid-uFVNuf85bt .navbar.opened {
  background: #ffffff !important;
}
.cid-uFVNuf85bt .nav-item:focus,
.cid-uFVNuf85bt .nav-link:focus {
  outline: none;
}
.cid-uFVNuf85bt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFVNuf85bt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFVNuf85bt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFVNuf85bt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFVNuf85bt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFVNuf85bt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFVNuf85bt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uFVNuf85bt .navbar.opened {
  transition: all 0.3s;
}
.cid-uFVNuf85bt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFVNuf85bt .navbar .navbar-logo img {
  width: auto;
}
.cid-uFVNuf85bt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFVNuf85bt .navbar.collapsed {
  justify-content: center;
}
.cid-uFVNuf85bt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFVNuf85bt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFVNuf85bt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-uFVNuf85bt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFVNuf85bt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFVNuf85bt .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-uFVNuf85bt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFVNuf85bt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFVNuf85bt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFVNuf85bt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFVNuf85bt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFVNuf85bt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFVNuf85bt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFVNuf85bt .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-uFVNuf85bt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFVNuf85bt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFVNuf85bt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFVNuf85bt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFVNuf85bt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFVNuf85bt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFVNuf85bt .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFVNuf85bt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFVNuf85bt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFVNuf85bt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFVNuf85bt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFVNuf85bt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFVNuf85bt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFVNuf85bt .dropdown-item.active,
.cid-uFVNuf85bt .dropdown-item:active {
  background-color: transparent;
}
.cid-uFVNuf85bt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFVNuf85bt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFVNuf85bt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFVNuf85bt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFVNuf85bt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFVNuf85bt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFVNuf85bt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFVNuf85bt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFVNuf85bt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFVNuf85bt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFVNuf85bt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFVNuf85bt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFVNuf85bt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFVNuf85bt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFVNuf85bt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFVNuf85bt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFVNuf85bt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFVNuf85bt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFVNuf85bt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFVNuf85bt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFVNuf85bt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFVNuf85bt .navbar {
    height: 70px;
  }
  .cid-uFVNuf85bt .navbar.opened {
    height: auto;
  }
  .cid-uFVNuf85bt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFVNufDlJm {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #8db740;
}
.cid-uFVNufDlJm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVNufDlJm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVNufDlJm .mbr-section-title {
  color: #ffffff;
}
.cid-uFVNug4qmf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFVNug4qmf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVNug4qmf .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-uFVNug4qmf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFVNug4qmf .row {
  flex-direction: row-reverse;
}
.cid-uFVNug4qmf img {
  width: 100%;
}
.cid-uFVNugkRuy {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #8db740;
}
.cid-uFVNugkRuy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVNugkRuy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVNugkRuy .mbr-section-title {
  color: #ffffff;
}
.cid-uFVPkW8PYa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #8db740;
  overflow: hidden;
}
.cid-uFVPkW8PYa .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uFVGJLPHnO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFVGJLPHnO nav.navbar {
  position: fixed;
}
.cid-uFVGJLPHnO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFVGJLPHnO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFVGJLPHnO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFVGJLPHnO .dropdown-item:hover,
.cid-uFVGJLPHnO .dropdown-item:focus {
  background: #8db740 !important;
  color: white !important;
}
.cid-uFVGJLPHnO .dropdown-item:hover span {
  color: white;
}
.cid-uFVGJLPHnO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFVGJLPHnO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFVGJLPHnO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFVGJLPHnO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFVGJLPHnO .nav-link {
  position: relative;
}
.cid-uFVGJLPHnO .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFVGJLPHnO .container {
    flex-wrap: wrap;
  }
}
.cid-uFVGJLPHnO .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFVGJLPHnO .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uFVGJLPHnO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFVGJLPHnO .dropdown-menu,
.cid-uFVGJLPHnO .navbar.opened {
  background: #ffffff !important;
}
.cid-uFVGJLPHnO .nav-item:focus,
.cid-uFVGJLPHnO .nav-link:focus {
  outline: none;
}
.cid-uFVGJLPHnO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFVGJLPHnO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFVGJLPHnO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFVGJLPHnO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFVGJLPHnO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFVGJLPHnO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFVGJLPHnO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uFVGJLPHnO .navbar.opened {
  transition: all 0.3s;
}
.cid-uFVGJLPHnO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFVGJLPHnO .navbar .navbar-logo img {
  width: auto;
}
.cid-uFVGJLPHnO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFVGJLPHnO .navbar.collapsed {
  justify-content: center;
}
.cid-uFVGJLPHnO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFVGJLPHnO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFVGJLPHnO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-uFVGJLPHnO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFVGJLPHnO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFVGJLPHnO .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-uFVGJLPHnO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFVGJLPHnO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFVGJLPHnO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFVGJLPHnO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFVGJLPHnO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFVGJLPHnO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFVGJLPHnO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFVGJLPHnO .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-uFVGJLPHnO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFVGJLPHnO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFVGJLPHnO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFVGJLPHnO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFVGJLPHnO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFVGJLPHnO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFVGJLPHnO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFVGJLPHnO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFVGJLPHnO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFVGJLPHnO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFVGJLPHnO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFVGJLPHnO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFVGJLPHnO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFVGJLPHnO .dropdown-item.active,
.cid-uFVGJLPHnO .dropdown-item:active {
  background-color: transparent;
}
.cid-uFVGJLPHnO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFVGJLPHnO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFVGJLPHnO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFVGJLPHnO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFVGJLPHnO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFVGJLPHnO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFVGJLPHnO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFVGJLPHnO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFVGJLPHnO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFVGJLPHnO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFVGJLPHnO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFVGJLPHnO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFVGJLPHnO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFVGJLPHnO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFVGJLPHnO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFVGJLPHnO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFVGJLPHnO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFVGJLPHnO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFVGJLPHnO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFVGJLPHnO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFVGJLPHnO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFVGJLPHnO .navbar {
    height: 70px;
  }
  .cid-uFVGJLPHnO .navbar.opened {
    height: auto;
  }
  .cid-uFVGJLPHnO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFVIzdL2mo {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #8db740;
}
.cid-uFVIzdL2mo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVIzdL2mo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVIzdL2mo .mbr-section-title {
  color: #ffffff;
}
.cid-uFVGJMrldi {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFVGJMrldi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVGJMrldi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVGJMrldi .mbr-section-title {
  color: #8db740;
}
.cid-uFVGJMrldi .mbr-text,
.cid-uFVGJMrldi .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uFVJLQd3t7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFVJLQd3t7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVJLQd3t7 .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-uFVJLQd3t7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFVJLQd3t7 .row {
  flex-direction: row-reverse;
}
.cid-uFVJLQd3t7 img {
  width: 100%;
}
.cid-uFVI9HE9s9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFVI9HE9s9 img,
.cid-uFVI9HE9s9 .item-img {
  width: 100%;
}
.cid-uFVI9HE9s9 .item:focus,
.cid-uFVI9HE9s9 span:focus {
  outline: none;
}
.cid-uFVI9HE9s9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uFVI9HE9s9 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uFVI9HE9s9 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFVI9HE9s9 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uFVI9HE9s9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uFVI9HE9s9 .mbr-section-title {
  color: #ffffff;
}
.cid-uFVI9HE9s9 .mbr-text,
.cid-uFVI9HE9s9 .mbr-section-btn {
  text-align: center;
}
.cid-uFVI9HE9s9 .item-title {
  text-align: center;
}
.cid-uFVI9HE9s9 .item-subtitle {
  text-align: center;
}
.cid-uFVIauVPf8 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFVIauVPf8 img,
.cid-uFVIauVPf8 .item-img {
  width: 100%;
}
.cid-uFVIauVPf8 .item:focus,
.cid-uFVIauVPf8 span:focus {
  outline: none;
}
.cid-uFVIauVPf8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uFVIauVPf8 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uFVIauVPf8 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFVIauVPf8 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uFVIauVPf8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uFVIauVPf8 .mbr-section-title {
  color: #ffffff;
}
.cid-uFVIauVPf8 .mbr-text,
.cid-uFVIauVPf8 .mbr-section-btn {
  text-align: center;
}
.cid-uFVIauVPf8 .item-title {
  text-align: center;
}
.cid-uFVIauVPf8 .item-subtitle {
  text-align: center;
}
.cid-uFVIhZIWTJ {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #8db740;
}
.cid-uFVIhZIWTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVIhZIWTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVIhZIWTJ .mbr-section-title {
  color: #ffffff;
}
.cid-uFVPkW8PYa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #8db740;
  overflow: hidden;
}
.cid-uFVPkW8PYa .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uFVNB8ICkj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFVNB8ICkj nav.navbar {
  position: fixed;
}
.cid-uFVNB8ICkj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFVNB8ICkj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFVNB8ICkj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFVNB8ICkj .dropdown-item:hover,
.cid-uFVNB8ICkj .dropdown-item:focus {
  background: #8db740 !important;
  color: white !important;
}
.cid-uFVNB8ICkj .dropdown-item:hover span {
  color: white;
}
.cid-uFVNB8ICkj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFVNB8ICkj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFVNB8ICkj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFVNB8ICkj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFVNB8ICkj .nav-link {
  position: relative;
}
.cid-uFVNB8ICkj .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFVNB8ICkj .container {
    flex-wrap: wrap;
  }
}
.cid-uFVNB8ICkj .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFVNB8ICkj .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uFVNB8ICkj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFVNB8ICkj .dropdown-menu,
.cid-uFVNB8ICkj .navbar.opened {
  background: #ffffff !important;
}
.cid-uFVNB8ICkj .nav-item:focus,
.cid-uFVNB8ICkj .nav-link:focus {
  outline: none;
}
.cid-uFVNB8ICkj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFVNB8ICkj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFVNB8ICkj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFVNB8ICkj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFVNB8ICkj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFVNB8ICkj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFVNB8ICkj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uFVNB8ICkj .navbar.opened {
  transition: all 0.3s;
}
.cid-uFVNB8ICkj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFVNB8ICkj .navbar .navbar-logo img {
  width: auto;
}
.cid-uFVNB8ICkj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFVNB8ICkj .navbar.collapsed {
  justify-content: center;
}
.cid-uFVNB8ICkj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFVNB8ICkj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFVNB8ICkj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-uFVNB8ICkj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFVNB8ICkj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFVNB8ICkj .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-uFVNB8ICkj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFVNB8ICkj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFVNB8ICkj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFVNB8ICkj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFVNB8ICkj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFVNB8ICkj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFVNB8ICkj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFVNB8ICkj .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-uFVNB8ICkj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFVNB8ICkj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFVNB8ICkj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFVNB8ICkj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFVNB8ICkj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFVNB8ICkj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFVNB8ICkj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFVNB8ICkj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFVNB8ICkj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFVNB8ICkj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFVNB8ICkj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFVNB8ICkj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFVNB8ICkj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFVNB8ICkj .dropdown-item.active,
.cid-uFVNB8ICkj .dropdown-item:active {
  background-color: transparent;
}
.cid-uFVNB8ICkj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFVNB8ICkj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFVNB8ICkj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFVNB8ICkj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFVNB8ICkj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFVNB8ICkj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFVNB8ICkj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFVNB8ICkj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFVNB8ICkj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFVNB8ICkj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFVNB8ICkj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFVNB8ICkj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFVNB8ICkj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFVNB8ICkj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFVNB8ICkj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFVNB8ICkj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFVNB8ICkj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFVNB8ICkj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFVNB8ICkj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFVNB8ICkj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFVNB8ICkj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFVNB8ICkj .navbar {
    height: 70px;
  }
  .cid-uFVNB8ICkj .navbar.opened {
    height: auto;
  }
  .cid-uFVNB8ICkj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFVNB94NkI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #8db740;
}
.cid-uFVNB94NkI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVNB94NkI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVNB94NkI .mbr-section-title {
  color: #ffffff;
}
.cid-uFVNB9lNXb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFVNB9lNXb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVNB9lNXb .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-uFVNB9lNXb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFVNB9lNXb .row {
  flex-direction: row-reverse;
}
.cid-uFVNB9lNXb img {
  width: 100%;
}
.cid-uFVNB9E7B2 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #8db740;
}
.cid-uFVNB9E7B2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVNB9E7B2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVNB9E7B2 .mbr-section-title {
  color: #ffffff;
}
.cid-uFVPkW8PYa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #8db740;
  overflow: hidden;
}
.cid-uFVPkW8PYa .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uFVNEBXNx5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFVNEBXNx5 nav.navbar {
  position: fixed;
}
.cid-uFVNEBXNx5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFVNEBXNx5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFVNEBXNx5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFVNEBXNx5 .dropdown-item:hover,
.cid-uFVNEBXNx5 .dropdown-item:focus {
  background: #8db740 !important;
  color: white !important;
}
.cid-uFVNEBXNx5 .dropdown-item:hover span {
  color: white;
}
.cid-uFVNEBXNx5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFVNEBXNx5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFVNEBXNx5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFVNEBXNx5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFVNEBXNx5 .nav-link {
  position: relative;
}
.cid-uFVNEBXNx5 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFVNEBXNx5 .container {
    flex-wrap: wrap;
  }
}
.cid-uFVNEBXNx5 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFVNEBXNx5 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uFVNEBXNx5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFVNEBXNx5 .dropdown-menu,
.cid-uFVNEBXNx5 .navbar.opened {
  background: #ffffff !important;
}
.cid-uFVNEBXNx5 .nav-item:focus,
.cid-uFVNEBXNx5 .nav-link:focus {
  outline: none;
}
.cid-uFVNEBXNx5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFVNEBXNx5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFVNEBXNx5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFVNEBXNx5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFVNEBXNx5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFVNEBXNx5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFVNEBXNx5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uFVNEBXNx5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFVNEBXNx5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFVNEBXNx5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uFVNEBXNx5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFVNEBXNx5 .navbar.collapsed {
  justify-content: center;
}
.cid-uFVNEBXNx5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFVNEBXNx5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFVNEBXNx5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-uFVNEBXNx5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFVNEBXNx5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFVNEBXNx5 .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-uFVNEBXNx5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFVNEBXNx5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFVNEBXNx5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFVNEBXNx5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFVNEBXNx5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFVNEBXNx5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFVNEBXNx5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFVNEBXNx5 .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-uFVNEBXNx5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFVNEBXNx5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFVNEBXNx5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFVNEBXNx5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFVNEBXNx5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFVNEBXNx5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFVNEBXNx5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFVNEBXNx5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFVNEBXNx5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFVNEBXNx5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFVNEBXNx5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFVNEBXNx5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFVNEBXNx5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFVNEBXNx5 .dropdown-item.active,
.cid-uFVNEBXNx5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFVNEBXNx5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFVNEBXNx5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFVNEBXNx5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFVNEBXNx5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFVNEBXNx5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFVNEBXNx5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFVNEBXNx5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFVNEBXNx5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFVNEBXNx5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFVNEBXNx5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFVNEBXNx5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFVNEBXNx5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFVNEBXNx5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFVNEBXNx5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFVNEBXNx5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFVNEBXNx5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFVNEBXNx5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFVNEBXNx5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFVNEBXNx5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFVNEBXNx5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFVNEBXNx5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFVNEBXNx5 .navbar {
    height: 70px;
  }
  .cid-uFVNEBXNx5 .navbar.opened {
    height: auto;
  }
  .cid-uFVNEBXNx5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFVNECrs7M {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #8db740;
}
.cid-uFVNECrs7M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVNECrs7M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVNECrs7M .mbr-section-title {
  color: #ffffff;
}
.cid-uFVNECOf45 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFVNECOf45 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVNECOf45 .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-uFVNECOf45 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFVNECOf45 .row {
  flex-direction: row-reverse;
}
.cid-uFVNECOf45 img {
  width: 100%;
}
.cid-uFVNED9kRw {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #8db740;
}
.cid-uFVNED9kRw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVNED9kRw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVNED9kRw .mbr-section-title {
  color: #ffffff;
}
.cid-uFVPkW8PYa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #8db740;
  overflow: hidden;
}
.cid-uFVPkW8PYa .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uFVNH4faJP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFVNH4faJP nav.navbar {
  position: fixed;
}
.cid-uFVNH4faJP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFVNH4faJP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFVNH4faJP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFVNH4faJP .dropdown-item:hover,
.cid-uFVNH4faJP .dropdown-item:focus {
  background: #8db740 !important;
  color: white !important;
}
.cid-uFVNH4faJP .dropdown-item:hover span {
  color: white;
}
.cid-uFVNH4faJP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFVNH4faJP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFVNH4faJP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFVNH4faJP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFVNH4faJP .nav-link {
  position: relative;
}
.cid-uFVNH4faJP .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFVNH4faJP .container {
    flex-wrap: wrap;
  }
}
.cid-uFVNH4faJP .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFVNH4faJP .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uFVNH4faJP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFVNH4faJP .dropdown-menu,
.cid-uFVNH4faJP .navbar.opened {
  background: #ffffff !important;
}
.cid-uFVNH4faJP .nav-item:focus,
.cid-uFVNH4faJP .nav-link:focus {
  outline: none;
}
.cid-uFVNH4faJP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFVNH4faJP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFVNH4faJP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFVNH4faJP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFVNH4faJP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFVNH4faJP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFVNH4faJP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uFVNH4faJP .navbar.opened {
  transition: all 0.3s;
}
.cid-uFVNH4faJP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFVNH4faJP .navbar .navbar-logo img {
  width: auto;
}
.cid-uFVNH4faJP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFVNH4faJP .navbar.collapsed {
  justify-content: center;
}
.cid-uFVNH4faJP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFVNH4faJP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFVNH4faJP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-uFVNH4faJP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFVNH4faJP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFVNH4faJP .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-uFVNH4faJP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFVNH4faJP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFVNH4faJP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFVNH4faJP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFVNH4faJP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFVNH4faJP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFVNH4faJP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFVNH4faJP .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-uFVNH4faJP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFVNH4faJP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFVNH4faJP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFVNH4faJP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFVNH4faJP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFVNH4faJP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFVNH4faJP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFVNH4faJP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFVNH4faJP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFVNH4faJP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFVNH4faJP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFVNH4faJP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFVNH4faJP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFVNH4faJP .dropdown-item.active,
.cid-uFVNH4faJP .dropdown-item:active {
  background-color: transparent;
}
.cid-uFVNH4faJP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFVNH4faJP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFVNH4faJP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFVNH4faJP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFVNH4faJP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFVNH4faJP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFVNH4faJP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFVNH4faJP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFVNH4faJP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFVNH4faJP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFVNH4faJP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFVNH4faJP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFVNH4faJP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFVNH4faJP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFVNH4faJP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFVNH4faJP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFVNH4faJP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFVNH4faJP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFVNH4faJP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFVNH4faJP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFVNH4faJP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFVNH4faJP .navbar {
    height: 70px;
  }
  .cid-uFVNH4faJP .navbar.opened {
    height: auto;
  }
  .cid-uFVNH4faJP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFVNH4yokf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #8db740;
}
.cid-uFVNH4yokf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVNH4yokf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVNH4yokf .mbr-section-title {
  color: #ffffff;
}
.cid-uFVNH4PXFX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFVNH4PXFX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVNH4PXFX .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-uFVNH4PXFX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFVNH4PXFX .row {
  flex-direction: row-reverse;
}
.cid-uFVNH4PXFX img {
  width: 100%;
}
.cid-uFVNH55rbH {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #8db740;
}
.cid-uFVNH55rbH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVNH55rbH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVNH55rbH .mbr-section-title {
  color: #ffffff;
}
.cid-uFVPkW8PYa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #8db740;
  overflow: hidden;
}
.cid-uFVPkW8PYa .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uFVNIQLdVi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFVNIQLdVi nav.navbar {
  position: fixed;
}
.cid-uFVNIQLdVi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFVNIQLdVi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFVNIQLdVi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFVNIQLdVi .dropdown-item:hover,
.cid-uFVNIQLdVi .dropdown-item:focus {
  background: #8db740 !important;
  color: white !important;
}
.cid-uFVNIQLdVi .dropdown-item:hover span {
  color: white;
}
.cid-uFVNIQLdVi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFVNIQLdVi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFVNIQLdVi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFVNIQLdVi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFVNIQLdVi .nav-link {
  position: relative;
}
.cid-uFVNIQLdVi .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFVNIQLdVi .container {
    flex-wrap: wrap;
  }
}
.cid-uFVNIQLdVi .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFVNIQLdVi .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uFVNIQLdVi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFVNIQLdVi .dropdown-menu,
.cid-uFVNIQLdVi .navbar.opened {
  background: #ffffff !important;
}
.cid-uFVNIQLdVi .nav-item:focus,
.cid-uFVNIQLdVi .nav-link:focus {
  outline: none;
}
.cid-uFVNIQLdVi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFVNIQLdVi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFVNIQLdVi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFVNIQLdVi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFVNIQLdVi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFVNIQLdVi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFVNIQLdVi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uFVNIQLdVi .navbar.opened {
  transition: all 0.3s;
}
.cid-uFVNIQLdVi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFVNIQLdVi .navbar .navbar-logo img {
  width: auto;
}
.cid-uFVNIQLdVi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFVNIQLdVi .navbar.collapsed {
  justify-content: center;
}
.cid-uFVNIQLdVi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFVNIQLdVi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFVNIQLdVi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-uFVNIQLdVi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFVNIQLdVi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFVNIQLdVi .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-uFVNIQLdVi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFVNIQLdVi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFVNIQLdVi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFVNIQLdVi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFVNIQLdVi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFVNIQLdVi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFVNIQLdVi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFVNIQLdVi .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-uFVNIQLdVi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFVNIQLdVi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFVNIQLdVi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFVNIQLdVi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFVNIQLdVi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFVNIQLdVi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFVNIQLdVi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFVNIQLdVi .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFVNIQLdVi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFVNIQLdVi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFVNIQLdVi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFVNIQLdVi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFVNIQLdVi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFVNIQLdVi .dropdown-item.active,
.cid-uFVNIQLdVi .dropdown-item:active {
  background-color: transparent;
}
.cid-uFVNIQLdVi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFVNIQLdVi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFVNIQLdVi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFVNIQLdVi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFVNIQLdVi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFVNIQLdVi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFVNIQLdVi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFVNIQLdVi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFVNIQLdVi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFVNIQLdVi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFVNIQLdVi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFVNIQLdVi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFVNIQLdVi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFVNIQLdVi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFVNIQLdVi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFVNIQLdVi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFVNIQLdVi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFVNIQLdVi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFVNIQLdVi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFVNIQLdVi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFVNIQLdVi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFVNIQLdVi .navbar {
    height: 70px;
  }
  .cid-uFVNIQLdVi .navbar.opened {
    height: auto;
  }
  .cid-uFVNIQLdVi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFVNIR8VwM {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #8db740;
}
.cid-uFVNIR8VwM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVNIR8VwM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVNIR8VwM .mbr-section-title {
  color: #ffffff;
}
.cid-uFVNIRoR4R {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFVNIRoR4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVNIRoR4R .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-uFVNIRoR4R .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFVNIRoR4R .row {
  flex-direction: row-reverse;
}
.cid-uFVNIRoR4R img {
  width: 100%;
}
.cid-uFVNIRFdtr {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #8db740;
}
.cid-uFVNIRFdtr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVNIRFdtr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVNIRFdtr .mbr-section-title {
  color: #ffffff;
}
.cid-uFVPkW8PYa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #8db740;
  overflow: hidden;
}
.cid-uFVPkW8PYa .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uFVO0EXDm9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFVO0EXDm9 nav.navbar {
  position: fixed;
}
.cid-uFVO0EXDm9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFVO0EXDm9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFVO0EXDm9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFVO0EXDm9 .dropdown-item:hover,
.cid-uFVO0EXDm9 .dropdown-item:focus {
  background: #8db740 !important;
  color: white !important;
}
.cid-uFVO0EXDm9 .dropdown-item:hover span {
  color: white;
}
.cid-uFVO0EXDm9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFVO0EXDm9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFVO0EXDm9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFVO0EXDm9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFVO0EXDm9 .nav-link {
  position: relative;
}
.cid-uFVO0EXDm9 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFVO0EXDm9 .container {
    flex-wrap: wrap;
  }
}
.cid-uFVO0EXDm9 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFVO0EXDm9 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uFVO0EXDm9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFVO0EXDm9 .dropdown-menu,
.cid-uFVO0EXDm9 .navbar.opened {
  background: #ffffff !important;
}
.cid-uFVO0EXDm9 .nav-item:focus,
.cid-uFVO0EXDm9 .nav-link:focus {
  outline: none;
}
.cid-uFVO0EXDm9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFVO0EXDm9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFVO0EXDm9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFVO0EXDm9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFVO0EXDm9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFVO0EXDm9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFVO0EXDm9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uFVO0EXDm9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFVO0EXDm9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFVO0EXDm9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uFVO0EXDm9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFVO0EXDm9 .navbar.collapsed {
  justify-content: center;
}
.cid-uFVO0EXDm9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFVO0EXDm9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFVO0EXDm9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-uFVO0EXDm9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFVO0EXDm9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFVO0EXDm9 .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-uFVO0EXDm9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFVO0EXDm9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFVO0EXDm9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFVO0EXDm9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFVO0EXDm9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFVO0EXDm9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFVO0EXDm9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFVO0EXDm9 .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-uFVO0EXDm9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFVO0EXDm9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFVO0EXDm9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFVO0EXDm9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFVO0EXDm9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFVO0EXDm9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFVO0EXDm9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFVO0EXDm9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFVO0EXDm9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFVO0EXDm9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFVO0EXDm9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFVO0EXDm9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFVO0EXDm9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFVO0EXDm9 .dropdown-item.active,
.cid-uFVO0EXDm9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFVO0EXDm9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFVO0EXDm9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFVO0EXDm9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFVO0EXDm9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFVO0EXDm9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFVO0EXDm9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFVO0EXDm9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFVO0EXDm9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFVO0EXDm9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFVO0EXDm9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFVO0EXDm9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFVO0EXDm9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFVO0EXDm9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFVO0EXDm9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFVO0EXDm9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFVO0EXDm9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFVO0EXDm9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFVO0EXDm9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFVO0EXDm9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFVO0EXDm9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFVO0EXDm9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFVO0EXDm9 .navbar {
    height: 70px;
  }
  .cid-uFVO0EXDm9 .navbar.opened {
    height: auto;
  }
  .cid-uFVO0EXDm9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFVO0FkbLz {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #8db740;
}
.cid-uFVO0FkbLz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVO0FkbLz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVO0FkbLz .mbr-section-title {
  color: #ffffff;
}
.cid-uFVO0FBUy8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFVO0FBUy8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVO0FBUy8 .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-uFVO0FBUy8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFVO0FBUy8 .row {
  flex-direction: row-reverse;
}
.cid-uFVO0FBUy8 img {
  width: 100%;
}
.cid-uFVO79Webb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFVO79Webb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVO79Webb .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-uFVO79Webb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFVO79Webb .row {
  flex-direction: row-reverse;
}
.cid-uFVO79Webb img {
  width: 100%;
}
.cid-uFVO0FSSDC {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #8db740;
}
.cid-uFVO0FSSDC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVO0FSSDC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVO0FSSDC .mbr-section-title {
  color: #ffffff;
}
.cid-uFVPkW8PYa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #8db740;
  overflow: hidden;
}
.cid-uFVPkW8PYa .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uFVNjZgMSk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFVNjZgMSk nav.navbar {
  position: fixed;
}
.cid-uFVNjZgMSk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFVNjZgMSk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFVNjZgMSk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFVNjZgMSk .dropdown-item:hover,
.cid-uFVNjZgMSk .dropdown-item:focus {
  background: #8db740 !important;
  color: white !important;
}
.cid-uFVNjZgMSk .dropdown-item:hover span {
  color: white;
}
.cid-uFVNjZgMSk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFVNjZgMSk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFVNjZgMSk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFVNjZgMSk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFVNjZgMSk .nav-link {
  position: relative;
}
.cid-uFVNjZgMSk .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFVNjZgMSk .container {
    flex-wrap: wrap;
  }
}
.cid-uFVNjZgMSk .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFVNjZgMSk .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uFVNjZgMSk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFVNjZgMSk .dropdown-menu,
.cid-uFVNjZgMSk .navbar.opened {
  background: #ffffff !important;
}
.cid-uFVNjZgMSk .nav-item:focus,
.cid-uFVNjZgMSk .nav-link:focus {
  outline: none;
}
.cid-uFVNjZgMSk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFVNjZgMSk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFVNjZgMSk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFVNjZgMSk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFVNjZgMSk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFVNjZgMSk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFVNjZgMSk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uFVNjZgMSk .navbar.opened {
  transition: all 0.3s;
}
.cid-uFVNjZgMSk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFVNjZgMSk .navbar .navbar-logo img {
  width: auto;
}
.cid-uFVNjZgMSk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFVNjZgMSk .navbar.collapsed {
  justify-content: center;
}
.cid-uFVNjZgMSk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFVNjZgMSk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFVNjZgMSk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-uFVNjZgMSk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFVNjZgMSk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFVNjZgMSk .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-uFVNjZgMSk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFVNjZgMSk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFVNjZgMSk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFVNjZgMSk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFVNjZgMSk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFVNjZgMSk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFVNjZgMSk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFVNjZgMSk .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-uFVNjZgMSk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFVNjZgMSk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFVNjZgMSk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFVNjZgMSk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFVNjZgMSk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFVNjZgMSk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFVNjZgMSk .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFVNjZgMSk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFVNjZgMSk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFVNjZgMSk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFVNjZgMSk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFVNjZgMSk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFVNjZgMSk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFVNjZgMSk .dropdown-item.active,
.cid-uFVNjZgMSk .dropdown-item:active {
  background-color: transparent;
}
.cid-uFVNjZgMSk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFVNjZgMSk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFVNjZgMSk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFVNjZgMSk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFVNjZgMSk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFVNjZgMSk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFVNjZgMSk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFVNjZgMSk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFVNjZgMSk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFVNjZgMSk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFVNjZgMSk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFVNjZgMSk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFVNjZgMSk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFVNjZgMSk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFVNjZgMSk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFVNjZgMSk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFVNjZgMSk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFVNjZgMSk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFVNjZgMSk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFVNjZgMSk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFVNjZgMSk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFVNjZgMSk .navbar {
    height: 70px;
  }
  .cid-uFVNjZgMSk .navbar.opened {
    height: auto;
  }
  .cid-uFVNjZgMSk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFVNjZR779 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFVNjZR779 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVNjZR779 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVNjZR779 .mbr-section-title {
  color: #8db740;
}
.cid-uFVNjZR779 .mbr-text,
.cid-uFVNjZR779 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uFVQlP3YH5 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uFVQlP3YH5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVQlP3YH5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVQlP3YH5 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uFVQlP3YH5 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uFVQlP3YH5 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #8db740;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uFVQlP3YH5 H3 {
  color: #8db740;
  text-align: center;
}
.cid-uFVQlP3YH5 .list P {
  text-align: left;
}
.cid-uFVQUx3xFA {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFVQUx3xFA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVQUx3xFA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVQUx3xFA .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uFVQUx3xFA .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFVQUx3xFA .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #8db740;
}
.cid-uFVQUx3xFA .panel-body,
.cid-uFVQUx3xFA .card-header {
  padding: 1rem 0;
}
.cid-uFVQUx3xFA .panel-title-edit {
  color: #8db740;
}
.cid-uFVPkW8PYa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #8db740;
  overflow: hidden;
}
.cid-uFVPkW8PYa .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uFVOMFSM0C {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFVOMFSM0C nav.navbar {
  position: fixed;
}
.cid-uFVOMFSM0C .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFVOMFSM0C .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFVOMFSM0C .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFVOMFSM0C .dropdown-item:hover,
.cid-uFVOMFSM0C .dropdown-item:focus {
  background: #8db740 !important;
  color: white !important;
}
.cid-uFVOMFSM0C .dropdown-item:hover span {
  color: white;
}
.cid-uFVOMFSM0C .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFVOMFSM0C .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFVOMFSM0C .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFVOMFSM0C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFVOMFSM0C .nav-link {
  position: relative;
}
.cid-uFVOMFSM0C .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFVOMFSM0C .container {
    flex-wrap: wrap;
  }
}
.cid-uFVOMFSM0C .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFVOMFSM0C .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uFVOMFSM0C .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFVOMFSM0C .dropdown-menu,
.cid-uFVOMFSM0C .navbar.opened {
  background: #ffffff !important;
}
.cid-uFVOMFSM0C .nav-item:focus,
.cid-uFVOMFSM0C .nav-link:focus {
  outline: none;
}
.cid-uFVOMFSM0C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFVOMFSM0C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFVOMFSM0C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFVOMFSM0C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFVOMFSM0C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFVOMFSM0C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFVOMFSM0C .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uFVOMFSM0C .navbar.opened {
  transition: all 0.3s;
}
.cid-uFVOMFSM0C .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFVOMFSM0C .navbar .navbar-logo img {
  width: auto;
}
.cid-uFVOMFSM0C .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFVOMFSM0C .navbar.collapsed {
  justify-content: center;
}
.cid-uFVOMFSM0C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFVOMFSM0C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFVOMFSM0C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-uFVOMFSM0C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFVOMFSM0C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFVOMFSM0C .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-uFVOMFSM0C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFVOMFSM0C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFVOMFSM0C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFVOMFSM0C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFVOMFSM0C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFVOMFSM0C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFVOMFSM0C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFVOMFSM0C .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-uFVOMFSM0C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFVOMFSM0C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFVOMFSM0C .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFVOMFSM0C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFVOMFSM0C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFVOMFSM0C .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFVOMFSM0C .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFVOMFSM0C .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFVOMFSM0C .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFVOMFSM0C .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFVOMFSM0C .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFVOMFSM0C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFVOMFSM0C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFVOMFSM0C .dropdown-item.active,
.cid-uFVOMFSM0C .dropdown-item:active {
  background-color: transparent;
}
.cid-uFVOMFSM0C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFVOMFSM0C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFVOMFSM0C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFVOMFSM0C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFVOMFSM0C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFVOMFSM0C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFVOMFSM0C ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFVOMFSM0C .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFVOMFSM0C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFVOMFSM0C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFVOMFSM0C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFVOMFSM0C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFVOMFSM0C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFVOMFSM0C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFVOMFSM0C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFVOMFSM0C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFVOMFSM0C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFVOMFSM0C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFVOMFSM0C .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFVOMFSM0C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFVOMFSM0C .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFVOMFSM0C .navbar {
    height: 70px;
  }
  .cid-uFVOMFSM0C .navbar.opened {
    height: auto;
  }
  .cid-uFVOMFSM0C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFVOMGhzzu {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #8db740;
}
.cid-uFVOMGhzzu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVOMGhzzu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVOMGhzzu .mbr-section-title {
  color: #ffffff;
}
.cid-uFVOMGFQcf {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFVOMGFQcf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVOMGFQcf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVOMGFQcf .mbr-section-title {
  color: #8db740;
}
.cid-uFVOMGFQcf .mbr-text,
.cid-uFVOMGFQcf .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uFVOMH3amL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFVOMH3amL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVOMH3amL .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-uFVOMH3amL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFVOMH3amL .row {
  flex-direction: row-reverse;
}
.cid-uFVOMH3amL img {
  width: 100%;
}
.cid-uFVOMIbVuu {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #8db740;
}
.cid-uFVOMIbVuu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVOMIbVuu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVOMIbVuu .mbr-section-title {
  color: #ffffff;
}
.cid-uFVPkW8PYa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #8db740;
  overflow: hidden;
}
.cid-uFVPkW8PYa .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uFVOPbIkza {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFVOPbIkza nav.navbar {
  position: fixed;
}
.cid-uFVOPbIkza .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFVOPbIkza .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFVOPbIkza .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFVOPbIkza .dropdown-item:hover,
.cid-uFVOPbIkza .dropdown-item:focus {
  background: #8db740 !important;
  color: white !important;
}
.cid-uFVOPbIkza .dropdown-item:hover span {
  color: white;
}
.cid-uFVOPbIkza .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFVOPbIkza .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFVOPbIkza .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFVOPbIkza .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFVOPbIkza .nav-link {
  position: relative;
}
.cid-uFVOPbIkza .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFVOPbIkza .container {
    flex-wrap: wrap;
  }
}
.cid-uFVOPbIkza .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFVOPbIkza .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uFVOPbIkza .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFVOPbIkza .dropdown-menu,
.cid-uFVOPbIkza .navbar.opened {
  background: #ffffff !important;
}
.cid-uFVOPbIkza .nav-item:focus,
.cid-uFVOPbIkza .nav-link:focus {
  outline: none;
}
.cid-uFVOPbIkza .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFVOPbIkza .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFVOPbIkza .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFVOPbIkza .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFVOPbIkza .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFVOPbIkza .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFVOPbIkza .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uFVOPbIkza .navbar.opened {
  transition: all 0.3s;
}
.cid-uFVOPbIkza .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFVOPbIkza .navbar .navbar-logo img {
  width: auto;
}
.cid-uFVOPbIkza .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFVOPbIkza .navbar.collapsed {
  justify-content: center;
}
.cid-uFVOPbIkza .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFVOPbIkza .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFVOPbIkza .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-uFVOPbIkza .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFVOPbIkza .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFVOPbIkza .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-uFVOPbIkza .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFVOPbIkza .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFVOPbIkza .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFVOPbIkza .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFVOPbIkza .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFVOPbIkza .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFVOPbIkza .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFVOPbIkza .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-uFVOPbIkza .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFVOPbIkza .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFVOPbIkza .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFVOPbIkza .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFVOPbIkza .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFVOPbIkza .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFVOPbIkza .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFVOPbIkza .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFVOPbIkza .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFVOPbIkza .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFVOPbIkza .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFVOPbIkza .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFVOPbIkza .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFVOPbIkza .dropdown-item.active,
.cid-uFVOPbIkza .dropdown-item:active {
  background-color: transparent;
}
.cid-uFVOPbIkza .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFVOPbIkza .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFVOPbIkza .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFVOPbIkza .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFVOPbIkza .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFVOPbIkza .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFVOPbIkza ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFVOPbIkza .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFVOPbIkza button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFVOPbIkza button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFVOPbIkza button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFVOPbIkza button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFVOPbIkza button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFVOPbIkza button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFVOPbIkza nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFVOPbIkza nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFVOPbIkza nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFVOPbIkza nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFVOPbIkza .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFVOPbIkza a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFVOPbIkza .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFVOPbIkza .navbar {
    height: 70px;
  }
  .cid-uFVOPbIkza .navbar.opened {
    height: auto;
  }
  .cid-uFVOPbIkza .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFVOPc3nec {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFVOPc3nec .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVOPc3nec .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVOPc3nec .mbr-section-title {
  color: #8db740;
}
.cid-uFVPkdeaEO {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFVPkdeaEO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVPkdeaEO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVPkdeaEO .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #8db740;
  margin-bottom: 2rem;
}
.cid-uFVPkdeaEO .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-uFVPkdeaEO .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFVPkdeaEO .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uFVPkW8PYa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #8db740;
  overflow: hidden;
}
.cid-uFVPkW8PYa .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-unvY6w9PlJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unvY6w9PlJ nav.navbar {
  position: fixed;
}
.cid-unvY6w9PlJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unvY6w9PlJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unvY6w9PlJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unvY6w9PlJ .dropdown-item:hover,
.cid-unvY6w9PlJ .dropdown-item:focus {
  background: #8db740 !important;
  color: white !important;
}
.cid-unvY6w9PlJ .dropdown-item:hover span {
  color: white;
}
.cid-unvY6w9PlJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unvY6w9PlJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unvY6w9PlJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unvY6w9PlJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unvY6w9PlJ .nav-link {
  position: relative;
}
.cid-unvY6w9PlJ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unvY6w9PlJ .container {
    flex-wrap: wrap;
  }
}
.cid-unvY6w9PlJ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unvY6w9PlJ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-unvY6w9PlJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unvY6w9PlJ .dropdown-menu,
.cid-unvY6w9PlJ .navbar.opened {
  background: #ffffff !important;
}
.cid-unvY6w9PlJ .nav-item:focus,
.cid-unvY6w9PlJ .nav-link:focus {
  outline: none;
}
.cid-unvY6w9PlJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unvY6w9PlJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unvY6w9PlJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unvY6w9PlJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unvY6w9PlJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unvY6w9PlJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unvY6w9PlJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-unvY6w9PlJ .navbar.opened {
  transition: all 0.3s;
}
.cid-unvY6w9PlJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unvY6w9PlJ .navbar .navbar-logo img {
  width: auto;
}
.cid-unvY6w9PlJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unvY6w9PlJ .navbar.collapsed {
  justify-content: center;
}
.cid-unvY6w9PlJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unvY6w9PlJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unvY6w9PlJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-unvY6w9PlJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unvY6w9PlJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unvY6w9PlJ .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-unvY6w9PlJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unvY6w9PlJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unvY6w9PlJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unvY6w9PlJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unvY6w9PlJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unvY6w9PlJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unvY6w9PlJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unvY6w9PlJ .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-unvY6w9PlJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unvY6w9PlJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unvY6w9PlJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unvY6w9PlJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unvY6w9PlJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unvY6w9PlJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unvY6w9PlJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unvY6w9PlJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-unvY6w9PlJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unvY6w9PlJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unvY6w9PlJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unvY6w9PlJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unvY6w9PlJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unvY6w9PlJ .dropdown-item.active,
.cid-unvY6w9PlJ .dropdown-item:active {
  background-color: transparent;
}
.cid-unvY6w9PlJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unvY6w9PlJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unvY6w9PlJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unvY6w9PlJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-unvY6w9PlJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unvY6w9PlJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unvY6w9PlJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unvY6w9PlJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unvY6w9PlJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unvY6w9PlJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-unvY6w9PlJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unvY6w9PlJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unvY6w9PlJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unvY6w9PlJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unvY6w9PlJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unvY6w9PlJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unvY6w9PlJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unvY6w9PlJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unvY6w9PlJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unvY6w9PlJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unvY6w9PlJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unvY6w9PlJ .navbar {
    height: 70px;
  }
  .cid-unvY6w9PlJ .navbar.opened {
    height: auto;
  }
  .cid-unvY6w9PlJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upd17BJzaS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-7.jpg");
}
.cid-upd17BJzaS .mbr-fallback-image.disabled {
  display: none;
}
.cid-upd17BJzaS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upd17BJzaS .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-upd17BJzaS .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-upd17BJzaS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-upd17BJzaS .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-upd17BJzaS .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-upd17BJzaS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-upd2BNvcmS {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-upd2BNvcmS .mbr-fallback-image.disabled {
  display: none;
}
.cid-upd2BNvcmS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upd2BNvcmS .mbr-section-title {
  color: #8db740;
}
.cid-upd2BNvcmS .mbr-text,
.cid-upd2BNvcmS .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-upd4dTmBQZ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-upd4dTmBQZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-upd4dTmBQZ .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-upd4dTmBQZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-upd4dTmBQZ .row {
  flex-direction: row-reverse;
}
.cid-upd4dTmBQZ img {
  width: 100%;
}
.cid-uG0zQjwRbg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uG0zQjwRbg img,
.cid-uG0zQjwRbg .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uG0zQjwRbg .item:focus,
.cid-uG0zQjwRbg span:focus {
  outline: none;
}
.cid-uG0zQjwRbg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uG0zQjwRbg .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uG0zQjwRbg .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uG0zQjwRbg .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uG0zQjwRbg .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uG0zQjwRbg .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uG0zQjwRbg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uG0zQjwRbg .mbr-section-title {
  color: #232323;
}
.cid-uG0zQjwRbg .mbr-text,
.cid-uG0zQjwRbg .mbr-section-btn {
  text-align: left;
}
.cid-uG0zQjwRbg .item-title {
  text-align: left;
}
.cid-uG0zQjwRbg .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uFVPkW8PYa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #8db740;
  overflow: hidden;
}
.cid-uFVPkW8PYa .media-container-row .mbr-text {
  color: #ffffff;
}
