body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Montserrat[wght]';
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-4 {
  font-family: 'Montserrat[wght]';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Montserrat[wght]';
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'RobotoFlex[GRAD,XOPQ,XTRA,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC,opsz,slnt,wdth,wght]';
  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: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((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: #22a5e5 !important;
}
.bg-success {
  background-color: #8ab839 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #22a5e5 !important;
  border-color: #22a5e5 !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: #13709e !important;
  border-color: #13709e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #13709e !important;
  border-color: #13709e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !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: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #8ab839 !important;
  border-color: #8ab839 !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: #587624 !important;
  border-color: #587624 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #587624 !important;
  border-color: #587624 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !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: transparent;
  color: #22a5e5;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #13709e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #22a5e5 !important;
  border-color: #22a5e5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8ab839;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #587624 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #8ab839 !important;
  border-color: #8ab839 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #22a5e5 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #8ab839 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #116690 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #506a21 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #22a5e5;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #22a5e5;
  border-color: #22a5e5;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #22a5e5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d9effa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c3de93;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat[wght]';
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #22a5e5 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat[wght]';
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #22a5e5;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #22a5e5;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #22a5e5;
}
.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: #22a5e5;
  border-bottom-color: #22a5e5;
}
.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: #22a5e5 !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: #ff6666 !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='%2322a5e5' %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-tsIqewwu4r {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tsIqewwu4r nav.navbar {
  position: fixed;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsIqewwu4r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsIqewwu4r .dropdown-item:hover,
.cid-tsIqewwu4r .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-tsIqewwu4r .dropdown-item:hover span {
  color: white;
}
.cid-tsIqewwu4r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsIqewwu4r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsIqewwu4r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsIqewwu4r .nav-link {
  position: relative;
}
.cid-tsIqewwu4r .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tsIqewwu4r .container {
    flex-wrap: nowrap;
  }
}
.cid-tsIqewwu4r .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsIqewwu4r .dropdown-menu,
.cid-tsIqewwu4r .navbar.opened {
  background: #8ab839 !important;
}
.cid-tsIqewwu4r .nav-item:focus,
.cid-tsIqewwu4r .nav-link:focus {
  outline: none;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsIqewwu4r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsIqewwu4r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsIqewwu4r .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: #8ab839;
}
.cid-tsIqewwu4r .navbar.opened {
  transition: all 0.3s;
}
.cid-tsIqewwu4r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsIqewwu4r .navbar .navbar-logo img {
  width: auto;
}
.cid-tsIqewwu4r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsIqewwu4r .navbar.collapsed {
  justify-content: center;
}
.cid-tsIqewwu4r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsIqewwu4r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsIqewwu4r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsIqewwu4r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsIqewwu4r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsIqewwu4r .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-tsIqewwu4r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsIqewwu4r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsIqewwu4r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsIqewwu4r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsIqewwu4r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsIqewwu4r .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsIqewwu4r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsIqewwu4r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsIqewwu4r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsIqewwu4r .dropdown-item.active,
.cid-tsIqewwu4r .dropdown-item:active {
  background-color: transparent;
}
.cid-tsIqewwu4r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsIqewwu4r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8ab839;
}
.cid-tsIqewwu4r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsIqewwu4r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsIqewwu4r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsIqewwu4r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsIqewwu4r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIqewwu4r .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tsIqewwu4r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar {
    height: 70px;
  }
  .cid-tsIqewwu4r .navbar.opened {
    height: auto;
  }
  .cid-tsIqewwu4r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toLMABdr8E {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-toLMABdr8E .mbr-fallback-image.disabled {
  display: none;
}
.cid-toLMABdr8E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toLMABdr8E .mbr-text,
.cid-toLMABdr8E .mbr-section-btn {
  text-align: center;
}
.cid-toLMABdr8E H3 {
  text-align: center;
}
.cid-toM77G9kYI {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-toM77G9kYI .mbr-fallback-image.disabled {
  display: none;
}
.cid-toM77G9kYI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toM77G9kYI .mbr-section-title {
  color: #8ab839;
}
.cid-toM7FVudGn {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #8ab839;
}
.cid-toM7FVudGn .mbr-fallback-image.disabled {
  display: none;
}
.cid-toM7FVudGn .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-toM7FVudGn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-toM7FVudGn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-toM7FVudGn .text-wrapper {
    padding: 2rem;
  }
}
.cid-toM7FVudGn .mbr-section-title {
  color: #fafafa;
}
.cid-toM7FVudGn .mbr-text {
  color: #fafafa;
}
.cid-toMaDfLuW9 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-toMaDfLuW9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-toMaDfLuW9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toMaDfLuW9 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-toMaDfLuW9 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-toMaDfLuW9 .row {
    text-align: center;
  }
  .cid-toMaDfLuW9 .row > div {
    margin: auto;
  }
  .cid-toMaDfLuW9 .social-row {
    justify-content: center;
  }
}
.cid-toMaDfLuW9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-toMaDfLuW9 .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-toMaDfLuW9 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-toMaDfLuW9 .list {
    margin-bottom: 0rem;
  }
}
.cid-toMaDfLuW9 .mbr-text {
  color: #fafafa;
}
.cid-toMaDfLuW9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-toMaDfLuW9 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-toMaDfLuW9 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-toMaDfLuW9 H5 {
  color: #fafafa;
}
.cid-toMaDfLuW9 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-toMan7jnE7 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-toMan7jnE7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-toMan7jnE7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toMan7jnE7 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-toMan7jnE7 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-toMan7jnE7 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-toMan7jnE7 .bg-instagram:hover {
  background: #bd005c;
}
.cid-toMan7jnE7 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-toMan7jnE7 [class^="socicon-"]:before,
.cid-toMan7jnE7 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-toMan7jnE7 .mbr-section-title,
.cid-toMan7jnE7 .social-list {
  color: #fafafa;
}
.cid-tqDqlaEK8w {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tqDqlaEK8w .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqDqlaEK8w .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-tqDqlaEK8w .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tqDqlaEK8w .row {
  flex-direction: row-reverse;
}
.cid-tqDqlaEK8w img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tqDqlaEK8w .text-wrapper {
    padding: 2rem;
  }
}
.cid-tqDpXlQaoF {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #8ab839;
}
.cid-tqDpXlQaoF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqDpXlQaoF .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-tqDpXlQaoF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tqDpXlQaoF img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tqDpXlQaoF .text-wrapper {
    padding: 2rem;
  }
}
.cid-tqDpXlQaoF .mbr-section-title {
  color: #fafafa;
}
.cid-tqDpXlQaoF .mbr-text {
  color: #fafafa;
}
.cid-tqDpXm09vG {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-tqDpXm09vG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqDpXm09vG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqDpXm09vG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tqDpXm09vG .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tqDpXm09vG .row {
    text-align: center;
  }
  .cid-tqDpXm09vG .row > div {
    margin: auto;
  }
  .cid-tqDpXm09vG .social-row {
    justify-content: center;
  }
}
.cid-tqDpXm09vG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tqDpXm09vG .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tqDpXm09vG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tqDpXm09vG .list {
    margin-bottom: 0rem;
  }
}
.cid-tqDpXm09vG .mbr-text {
  color: #fafafa;
}
.cid-tqDpXm09vG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tqDpXm09vG .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tqDpXm09vG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tqDpXm09vG H5 {
  color: #fafafa;
}
.cid-tqDpXm09vG .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tsIqewwu4r {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tsIqewwu4r nav.navbar {
  position: fixed;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsIqewwu4r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsIqewwu4r .dropdown-item:hover,
.cid-tsIqewwu4r .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-tsIqewwu4r .dropdown-item:hover span {
  color: white;
}
.cid-tsIqewwu4r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsIqewwu4r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsIqewwu4r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsIqewwu4r .nav-link {
  position: relative;
}
.cid-tsIqewwu4r .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tsIqewwu4r .container {
    flex-wrap: nowrap;
  }
}
.cid-tsIqewwu4r .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsIqewwu4r .dropdown-menu,
.cid-tsIqewwu4r .navbar.opened {
  background: #8ab839 !important;
}
.cid-tsIqewwu4r .nav-item:focus,
.cid-tsIqewwu4r .nav-link:focus {
  outline: none;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsIqewwu4r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsIqewwu4r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsIqewwu4r .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: #8ab839;
}
.cid-tsIqewwu4r .navbar.opened {
  transition: all 0.3s;
}
.cid-tsIqewwu4r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsIqewwu4r .navbar .navbar-logo img {
  width: auto;
}
.cid-tsIqewwu4r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsIqewwu4r .navbar.collapsed {
  justify-content: center;
}
.cid-tsIqewwu4r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsIqewwu4r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsIqewwu4r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsIqewwu4r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsIqewwu4r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsIqewwu4r .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-tsIqewwu4r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsIqewwu4r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsIqewwu4r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsIqewwu4r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsIqewwu4r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsIqewwu4r .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsIqewwu4r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsIqewwu4r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsIqewwu4r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsIqewwu4r .dropdown-item.active,
.cid-tsIqewwu4r .dropdown-item:active {
  background-color: transparent;
}
.cid-tsIqewwu4r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsIqewwu4r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8ab839;
}
.cid-tsIqewwu4r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsIqewwu4r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsIqewwu4r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsIqewwu4r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsIqewwu4r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIqewwu4r .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tsIqewwu4r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar {
    height: 70px;
  }
  .cid-tsIqewwu4r .navbar.opened {
    height: auto;
  }
  .cid-tsIqewwu4r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqDrxYuTXE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tqDrxYuTXE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqDrxYuTXE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsxqjfzxpl {
  background-image: url("../../../assets/images/herz-2000x1064.jpg");
}
.cid-tsxqjfzxpl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsxqjfzxpl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsxqjfzxpl .mbr-section-title {
  color: #fafafa;
}
.cid-tqDsANbZZI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tqDsANbZZI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqDsANbZZI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqDsANbZZI .mbr-section-subtitle {
  text-align: left;
}
.cid-tqDrO2afUU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tqDrO2afUU blockquote {
  border-color: #ff9966;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-tqDrO2afUU .mbr-text {
  color: #8d8d8d;
  text-align: left;
}
.cid-tqDtsMH84h {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #8ab839;
}
.cid-tqDtsMH84h img,
.cid-tqDtsMH84h .item-img {
  width: 100%;
}
.cid-tqDtsMH84h .item:focus,
.cid-tqDtsMH84h span:focus {
  outline: none;
}
.cid-tqDtsMH84h .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tqDtsMH84h .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #bbbbbb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tqDtsMH84h .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqDtsMH84h .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tqDtsMH84h .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tqDtsMH84h .mbr-section-title {
  color: #232323;
}
.cid-tqDtsMH84h .mbr-text,
.cid-tqDtsMH84h .mbr-section-btn {
  text-align: left;
}
.cid-tqDtsMH84h .item-title {
  text-align: center;
  color: #fafafa;
}
.cid-tqDtsMH84h .item-subtitle {
  text-align: center;
}
.cid-tqDrhBNbhi {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tqDrhBNbhi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqDrhBNbhi .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-tqDrhBNbhi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tqDrhBNbhi img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tqDrhBNbhi .text-wrapper {
    padding: 2rem;
  }
}
.cid-tqDrhBNbhi .mbr-section-title {
  color: #232323;
}
.cid-tqDrhBNbhi .mbr-text {
  color: #232323;
}
.cid-tqDAJlGVpn {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #8ab839;
}
.cid-tqDAJlGVpn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqDAJlGVpn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqDAJlGVpn .item {
  padding-bottom: 2rem;
}
.cid-tqDAJlGVpn .item-wrapper {
  position: relative;
}
.cid-tqDAJlGVpn .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tqDAJlGVpn .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tqDAJlGVpn .carousel-control,
.cid-tqDAJlGVpn .close {
  background: #1b1b1b;
}
.cid-tqDAJlGVpn .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tqDAJlGVpn .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tqDAJlGVpn .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tqDAJlGVpn .carousel-control-next span {
  margin-left: 5px;
}
.cid-tqDAJlGVpn .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tqDAJlGVpn .close::before {
  content: '\e91a';
}
.cid-tqDAJlGVpn .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tqDAJlGVpn .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tqDAJlGVpn .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqDAJlGVpn .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tqDAJlGVpn .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tqDAJlGVpn .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tqDAJlGVpn .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tqDAJlGVpn .carousel-indicators li.active,
.cid-tqDAJlGVpn .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tqDAJlGVpn .carousel-indicators li::after,
.cid-tqDAJlGVpn .carousel-indicators li::before {
  content: none;
}
.cid-tqDAJlGVpn .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tqDAJlGVpn .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tqDAJlGVpn .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tqDAJlGVpn .carousel-indicators {
    display: none;
  }
}
.cid-tqDAJlGVpn .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tqDAJlGVpn .carousel-inner > .active {
  display: block;
}
.cid-tqDAJlGVpn .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqDAJlGVpn .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tqDAJlGVpn .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tqDAJlGVpn .carousel-control,
  .cid-tqDAJlGVpn .carousel-indicators,
  .cid-tqDAJlGVpn .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tqDAJlGVpn .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tqDAJlGVpn .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tqDAJlGVpn .carousel-indicators .active,
.cid-tqDAJlGVpn .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tqDAJlGVpn .carousel-indicators .active {
  background: #fff;
}
.cid-tqDAJlGVpn .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tqDAJlGVpn .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tqDAJlGVpn .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tqDAJlGVpn .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tqDAJlGVpn .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tqDAJlGVpn .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tqDAJlGVpn .carousel {
  width: 100%;
}
.cid-tqDAJlGVpn .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tqDAJlGVpn .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tqDAJlGVpn .modal.fade .modal-dialog,
.cid-tqDAJlGVpn .modal.in .modal-dialog {
  transform: none;
}
.cid-tqDAJlGVpn .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tqDAJlGVpn H6 {
  text-align: left;
  color: #fafafa;
}
.cid-tqDAJlGVpn H4 {
  color: #fafafa;
}
.cid-tqDAJlGVpn H3 {
  color: #fafafa;
}
.cid-tqDrhBZu6p {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-tqDrhBZu6p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqDrhBZu6p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqDrhBZu6p .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tqDrhBZu6p .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tqDrhBZu6p .row {
    text-align: center;
  }
  .cid-tqDrhBZu6p .row > div {
    margin: auto;
  }
  .cid-tqDrhBZu6p .social-row {
    justify-content: center;
  }
}
.cid-tqDrhBZu6p .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tqDrhBZu6p .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tqDrhBZu6p .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tqDrhBZu6p .list {
    margin-bottom: 0rem;
  }
}
.cid-tqDrhBZu6p .mbr-text {
  color: #fafafa;
}
.cid-tqDrhBZu6p .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tqDrhBZu6p .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tqDrhBZu6p div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tqDrhBZu6p H5 {
  color: #fafafa;
}
.cid-tqDrhBZu6p .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tsIqewwu4r {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tsIqewwu4r nav.navbar {
  position: fixed;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsIqewwu4r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsIqewwu4r .dropdown-item:hover,
.cid-tsIqewwu4r .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-tsIqewwu4r .dropdown-item:hover span {
  color: white;
}
.cid-tsIqewwu4r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsIqewwu4r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsIqewwu4r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsIqewwu4r .nav-link {
  position: relative;
}
.cid-tsIqewwu4r .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tsIqewwu4r .container {
    flex-wrap: nowrap;
  }
}
.cid-tsIqewwu4r .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsIqewwu4r .dropdown-menu,
.cid-tsIqewwu4r .navbar.opened {
  background: #8ab839 !important;
}
.cid-tsIqewwu4r .nav-item:focus,
.cid-tsIqewwu4r .nav-link:focus {
  outline: none;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsIqewwu4r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsIqewwu4r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsIqewwu4r .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: #8ab839;
}
.cid-tsIqewwu4r .navbar.opened {
  transition: all 0.3s;
}
.cid-tsIqewwu4r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsIqewwu4r .navbar .navbar-logo img {
  width: auto;
}
.cid-tsIqewwu4r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsIqewwu4r .navbar.collapsed {
  justify-content: center;
}
.cid-tsIqewwu4r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsIqewwu4r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsIqewwu4r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsIqewwu4r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsIqewwu4r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsIqewwu4r .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-tsIqewwu4r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsIqewwu4r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsIqewwu4r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsIqewwu4r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsIqewwu4r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsIqewwu4r .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsIqewwu4r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsIqewwu4r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsIqewwu4r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsIqewwu4r .dropdown-item.active,
.cid-tsIqewwu4r .dropdown-item:active {
  background-color: transparent;
}
.cid-tsIqewwu4r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsIqewwu4r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8ab839;
}
.cid-tsIqewwu4r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsIqewwu4r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsIqewwu4r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsIqewwu4r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsIqewwu4r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIqewwu4r .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tsIqewwu4r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar {
    height: 70px;
  }
  .cid-tsIqewwu4r .navbar.opened {
    height: auto;
  }
  .cid-tsIqewwu4r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqDC6yl1Hb {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #8ab839;
}
.cid-tqDC6yl1Hb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqDC6yl1Hb .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-tqDC6yl1Hb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tqDC6yl1Hb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tqDC6yl1Hb .text-wrapper {
    padding: 2rem;
  }
}
.cid-tqDC6yl1Hb .mbr-section-title {
  color: #fafafa;
}
.cid-tqDC6yl1Hb .mbr-text {
  color: #232323;
}
.cid-tqDC6zYi8a {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-tqDC6zYi8a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqDC6zYi8a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqDC6zYi8a .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tqDC6zYi8a .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tqDC6zYi8a .row {
    text-align: center;
  }
  .cid-tqDC6zYi8a .row > div {
    margin: auto;
  }
  .cid-tqDC6zYi8a .social-row {
    justify-content: center;
  }
}
.cid-tqDC6zYi8a .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tqDC6zYi8a .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tqDC6zYi8a .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tqDC6zYi8a .list {
    margin-bottom: 0rem;
  }
}
.cid-tqDC6zYi8a .mbr-text {
  color: #fafafa;
}
.cid-tqDC6zYi8a .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tqDC6zYi8a .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tqDC6zYi8a div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tqDC6zYi8a H5 {
  color: #fafafa;
}
.cid-tqDC6zYi8a .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tsIqewwu4r {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tsIqewwu4r nav.navbar {
  position: fixed;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsIqewwu4r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsIqewwu4r .dropdown-item:hover,
.cid-tsIqewwu4r .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-tsIqewwu4r .dropdown-item:hover span {
  color: white;
}
.cid-tsIqewwu4r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsIqewwu4r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsIqewwu4r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsIqewwu4r .nav-link {
  position: relative;
}
.cid-tsIqewwu4r .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tsIqewwu4r .container {
    flex-wrap: nowrap;
  }
}
.cid-tsIqewwu4r .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsIqewwu4r .dropdown-menu,
.cid-tsIqewwu4r .navbar.opened {
  background: #8ab839 !important;
}
.cid-tsIqewwu4r .nav-item:focus,
.cid-tsIqewwu4r .nav-link:focus {
  outline: none;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsIqewwu4r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsIqewwu4r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsIqewwu4r .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: #8ab839;
}
.cid-tsIqewwu4r .navbar.opened {
  transition: all 0.3s;
}
.cid-tsIqewwu4r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsIqewwu4r .navbar .navbar-logo img {
  width: auto;
}
.cid-tsIqewwu4r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsIqewwu4r .navbar.collapsed {
  justify-content: center;
}
.cid-tsIqewwu4r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsIqewwu4r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsIqewwu4r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsIqewwu4r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsIqewwu4r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsIqewwu4r .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-tsIqewwu4r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsIqewwu4r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsIqewwu4r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsIqewwu4r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsIqewwu4r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsIqewwu4r .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsIqewwu4r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsIqewwu4r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsIqewwu4r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsIqewwu4r .dropdown-item.active,
.cid-tsIqewwu4r .dropdown-item:active {
  background-color: transparent;
}
.cid-tsIqewwu4r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsIqewwu4r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8ab839;
}
.cid-tsIqewwu4r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsIqewwu4r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsIqewwu4r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsIqewwu4r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsIqewwu4r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIqewwu4r .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tsIqewwu4r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar {
    height: 70px;
  }
  .cid-tsIqewwu4r .navbar.opened {
    height: auto;
  }
  .cid-tsIqewwu4r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqDESQni15 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ts3WZDsMZY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tqDEzeKhuX {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-tqDEzeKhuX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqDEzeKhuX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqDEzeKhuX .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tqDEzeKhuX .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tqDEzeKhuX .row {
    text-align: center;
  }
  .cid-tqDEzeKhuX .row > div {
    margin: auto;
  }
  .cid-tqDEzeKhuX .social-row {
    justify-content: center;
  }
}
.cid-tqDEzeKhuX .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tqDEzeKhuX .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tqDEzeKhuX .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tqDEzeKhuX .list {
    margin-bottom: 0rem;
  }
}
.cid-tqDEzeKhuX .mbr-text {
  color: #fafafa;
}
.cid-tqDEzeKhuX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tqDEzeKhuX .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tqDEzeKhuX div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tqDEzeKhuX H5 {
  color: #fafafa;
}
.cid-tqDEzeKhuX .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tsIqewwu4r {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tsIqewwu4r nav.navbar {
  position: fixed;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsIqewwu4r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsIqewwu4r .dropdown-item:hover,
.cid-tsIqewwu4r .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-tsIqewwu4r .dropdown-item:hover span {
  color: white;
}
.cid-tsIqewwu4r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsIqewwu4r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsIqewwu4r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsIqewwu4r .nav-link {
  position: relative;
}
.cid-tsIqewwu4r .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tsIqewwu4r .container {
    flex-wrap: nowrap;
  }
}
.cid-tsIqewwu4r .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsIqewwu4r .dropdown-menu,
.cid-tsIqewwu4r .navbar.opened {
  background: #8ab839 !important;
}
.cid-tsIqewwu4r .nav-item:focus,
.cid-tsIqewwu4r .nav-link:focus {
  outline: none;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsIqewwu4r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsIqewwu4r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsIqewwu4r .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: #8ab839;
}
.cid-tsIqewwu4r .navbar.opened {
  transition: all 0.3s;
}
.cid-tsIqewwu4r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsIqewwu4r .navbar .navbar-logo img {
  width: auto;
}
.cid-tsIqewwu4r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsIqewwu4r .navbar.collapsed {
  justify-content: center;
}
.cid-tsIqewwu4r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsIqewwu4r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsIqewwu4r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsIqewwu4r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsIqewwu4r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsIqewwu4r .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-tsIqewwu4r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsIqewwu4r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsIqewwu4r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsIqewwu4r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsIqewwu4r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsIqewwu4r .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsIqewwu4r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsIqewwu4r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsIqewwu4r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsIqewwu4r .dropdown-item.active,
.cid-tsIqewwu4r .dropdown-item:active {
  background-color: transparent;
}
.cid-tsIqewwu4r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsIqewwu4r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8ab839;
}
.cid-tsIqewwu4r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsIqewwu4r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsIqewwu4r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsIqewwu4r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsIqewwu4r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIqewwu4r .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tsIqewwu4r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar {
    height: 70px;
  }
  .cid-tsIqewwu4r .navbar.opened {
    height: auto;
  }
  .cid-tsIqewwu4r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ts3Y0rYgyn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ts3XqTPQzI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ts3XqTXMNk {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ts3XqU3lPz {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-ts3XqU3lPz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ts3XqU3lPz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ts3XqU3lPz .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ts3XqU3lPz .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ts3XqU3lPz .row {
    text-align: center;
  }
  .cid-ts3XqU3lPz .row > div {
    margin: auto;
  }
  .cid-ts3XqU3lPz .social-row {
    justify-content: center;
  }
}
.cid-ts3XqU3lPz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ts3XqU3lPz .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-ts3XqU3lPz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ts3XqU3lPz .list {
    margin-bottom: 0rem;
  }
}
.cid-ts3XqU3lPz .mbr-text {
  color: #fafafa;
}
.cid-ts3XqU3lPz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ts3XqU3lPz .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ts3XqU3lPz div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ts3XqU3lPz H5 {
  color: #fafafa;
}
.cid-ts3XqU3lPz .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tsIqewwu4r {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tsIqewwu4r nav.navbar {
  position: fixed;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsIqewwu4r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsIqewwu4r .dropdown-item:hover,
.cid-tsIqewwu4r .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-tsIqewwu4r .dropdown-item:hover span {
  color: white;
}
.cid-tsIqewwu4r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsIqewwu4r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsIqewwu4r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsIqewwu4r .nav-link {
  position: relative;
}
.cid-tsIqewwu4r .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tsIqewwu4r .container {
    flex-wrap: nowrap;
  }
}
.cid-tsIqewwu4r .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsIqewwu4r .dropdown-menu,
.cid-tsIqewwu4r .navbar.opened {
  background: #8ab839 !important;
}
.cid-tsIqewwu4r .nav-item:focus,
.cid-tsIqewwu4r .nav-link:focus {
  outline: none;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsIqewwu4r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsIqewwu4r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsIqewwu4r .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: #8ab839;
}
.cid-tsIqewwu4r .navbar.opened {
  transition: all 0.3s;
}
.cid-tsIqewwu4r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsIqewwu4r .navbar .navbar-logo img {
  width: auto;
}
.cid-tsIqewwu4r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsIqewwu4r .navbar.collapsed {
  justify-content: center;
}
.cid-tsIqewwu4r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsIqewwu4r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsIqewwu4r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsIqewwu4r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsIqewwu4r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsIqewwu4r .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-tsIqewwu4r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsIqewwu4r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsIqewwu4r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsIqewwu4r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsIqewwu4r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsIqewwu4r .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsIqewwu4r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsIqewwu4r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsIqewwu4r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsIqewwu4r .dropdown-item.active,
.cid-tsIqewwu4r .dropdown-item:active {
  background-color: transparent;
}
.cid-tsIqewwu4r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsIqewwu4r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8ab839;
}
.cid-tsIqewwu4r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsIqewwu4r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsIqewwu4r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsIqewwu4r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsIqewwu4r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIqewwu4r .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tsIqewwu4r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar {
    height: 70px;
  }
  .cid-tsIqewwu4r .navbar.opened {
    height: auto;
  }
  .cid-tsIqewwu4r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ts47a7WMRz {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #8ab839;
}
.cid-ts47a7WMRz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ts47a7WMRz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ts47a7WMRz .mbr-text {
  color: #767676;
}
.cid-ts47a7WMRz .mbr-section-subtitle {
  color: #767676;
}
.cid-ts47a7WMRz .title .num {
  width: 100%;
  display: block;
}
.cid-ts47a7WMRz .title .card-title {
  z-index: 1;
}
.cid-ts47a7WMRz .num {
  color: #6592e6;
}
@media (max-width: 767px) {
  .cid-ts47a7WMRz * {
    text-align: center !important;
  }
  .cid-ts47a7WMRz .content-column {
    margin-bottom: 2rem;
  }
}
.cid-ts47a7WMRz .mbr-section-title,
.cid-ts47a7WMRz .card-box {
  text-align: center;
  color: #fafafa;
}
.cid-ts47a7WMRz .card-text {
  color: #fafafa;
  text-align: center;
}
.cid-ts48mMi4b2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ts48mMi4b2 .mbr-section-subtitle {
  text-align: center;
}
.cid-ts49BW1oaB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #8ab839;
}
.cid-ts49BW1oaB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ts49BW1oaB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ts49BW1oaB .mbr-section-title {
  color: #fafafa;
}
.cid-ts49BW1oaB .mbr-section-subtitle {
  color: #fafafa;
}
.cid-ts4ia7tlfo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ts44MI1J8o {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-ts44MI1J8o .mbr-fallback-image.disabled {
  display: none;
}
.cid-ts44MI1J8o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ts44MI1J8o .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ts44MI1J8o .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ts44MI1J8o .row {
    text-align: center;
  }
  .cid-ts44MI1J8o .row > div {
    margin: auto;
  }
  .cid-ts44MI1J8o .social-row {
    justify-content: center;
  }
}
.cid-ts44MI1J8o .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ts44MI1J8o .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-ts44MI1J8o .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ts44MI1J8o .list {
    margin-bottom: 0rem;
  }
}
.cid-ts44MI1J8o .mbr-text {
  color: #fafafa;
}
.cid-ts44MI1J8o .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ts44MI1J8o .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ts44MI1J8o div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ts44MI1J8o H5 {
  color: #fafafa;
}
.cid-ts44MI1J8o .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tsIqewwu4r {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tsIqewwu4r nav.navbar {
  position: fixed;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsIqewwu4r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsIqewwu4r .dropdown-item:hover,
.cid-tsIqewwu4r .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-tsIqewwu4r .dropdown-item:hover span {
  color: white;
}
.cid-tsIqewwu4r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsIqewwu4r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsIqewwu4r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsIqewwu4r .nav-link {
  position: relative;
}
.cid-tsIqewwu4r .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tsIqewwu4r .container {
    flex-wrap: nowrap;
  }
}
.cid-tsIqewwu4r .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsIqewwu4r .dropdown-menu,
.cid-tsIqewwu4r .navbar.opened {
  background: #8ab839 !important;
}
.cid-tsIqewwu4r .nav-item:focus,
.cid-tsIqewwu4r .nav-link:focus {
  outline: none;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsIqewwu4r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsIqewwu4r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsIqewwu4r .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: #8ab839;
}
.cid-tsIqewwu4r .navbar.opened {
  transition: all 0.3s;
}
.cid-tsIqewwu4r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsIqewwu4r .navbar .navbar-logo img {
  width: auto;
}
.cid-tsIqewwu4r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsIqewwu4r .navbar.collapsed {
  justify-content: center;
}
.cid-tsIqewwu4r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsIqewwu4r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsIqewwu4r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsIqewwu4r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsIqewwu4r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsIqewwu4r .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-tsIqewwu4r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsIqewwu4r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsIqewwu4r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsIqewwu4r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsIqewwu4r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsIqewwu4r .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsIqewwu4r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsIqewwu4r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsIqewwu4r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsIqewwu4r .dropdown-item.active,
.cid-tsIqewwu4r .dropdown-item:active {
  background-color: transparent;
}
.cid-tsIqewwu4r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsIqewwu4r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8ab839;
}
.cid-tsIqewwu4r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsIqewwu4r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsIqewwu4r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsIqewwu4r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsIqewwu4r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIqewwu4r .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tsIqewwu4r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar {
    height: 70px;
  }
  .cid-tsIqewwu4r .navbar.opened {
    height: auto;
  }
  .cid-tsIqewwu4r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ts4iO5YhZa {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ts4tbpub2D {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ts4tbpub2D .mbr-fallback-image.disabled {
  display: none;
}
.cid-ts4tbpub2D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ts4tbpub2D .item {
  padding-bottom: 2rem;
}
.cid-ts4tbpub2D .item-wrapper {
  position: relative;
}
.cid-ts4tbpub2D .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ts4tbpub2D .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ts4tbpub2D .carousel-control,
.cid-ts4tbpub2D .close {
  background: #1b1b1b;
}
.cid-ts4tbpub2D .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ts4tbpub2D .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ts4tbpub2D .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ts4tbpub2D .carousel-control-next span {
  margin-left: 5px;
}
.cid-ts4tbpub2D .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ts4tbpub2D .close::before {
  content: '\e91a';
}
.cid-ts4tbpub2D .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ts4tbpub2D .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ts4tbpub2D .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ts4tbpub2D .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ts4tbpub2D .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ts4tbpub2D .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ts4tbpub2D .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ts4tbpub2D .carousel-indicators li.active,
.cid-ts4tbpub2D .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ts4tbpub2D .carousel-indicators li::after,
.cid-ts4tbpub2D .carousel-indicators li::before {
  content: none;
}
.cid-ts4tbpub2D .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ts4tbpub2D .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ts4tbpub2D .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ts4tbpub2D .carousel-indicators {
    display: none;
  }
}
.cid-ts4tbpub2D .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ts4tbpub2D .carousel-inner > .active {
  display: block;
}
.cid-ts4tbpub2D .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ts4tbpub2D .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ts4tbpub2D .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ts4tbpub2D .carousel-control,
  .cid-ts4tbpub2D .carousel-indicators,
  .cid-ts4tbpub2D .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ts4tbpub2D .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ts4tbpub2D .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ts4tbpub2D .carousel-indicators .active,
.cid-ts4tbpub2D .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ts4tbpub2D .carousel-indicators .active {
  background: #fff;
}
.cid-ts4tbpub2D .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ts4tbpub2D .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ts4tbpub2D .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ts4tbpub2D .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ts4tbpub2D .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ts4tbpub2D .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ts4tbpub2D .carousel {
  width: 100%;
}
.cid-ts4tbpub2D .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ts4tbpub2D .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ts4tbpub2D .modal.fade .modal-dialog,
.cid-ts4tbpub2D .modal.in .modal-dialog {
  transform: none;
}
.cid-ts4tbpub2D .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ts4tbpub2D H6 {
  text-align: left;
  color: #8d8d8d;
}
.cid-ts4iO6hDd9 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-ts4iO6hDd9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ts4iO6hDd9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ts4iO6hDd9 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ts4iO6hDd9 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ts4iO6hDd9 .row {
    text-align: center;
  }
  .cid-ts4iO6hDd9 .row > div {
    margin: auto;
  }
  .cid-ts4iO6hDd9 .social-row {
    justify-content: center;
  }
}
.cid-ts4iO6hDd9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ts4iO6hDd9 .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-ts4iO6hDd9 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ts4iO6hDd9 .list {
    margin-bottom: 0rem;
  }
}
.cid-ts4iO6hDd9 .mbr-text {
  color: #fafafa;
}
.cid-ts4iO6hDd9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ts4iO6hDd9 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ts4iO6hDd9 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ts4iO6hDd9 H5 {
  color: #fafafa;
}
.cid-ts4iO6hDd9 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tsIqewwu4r {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tsIqewwu4r nav.navbar {
  position: fixed;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsIqewwu4r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsIqewwu4r .dropdown-item:hover,
.cid-tsIqewwu4r .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-tsIqewwu4r .dropdown-item:hover span {
  color: white;
}
.cid-tsIqewwu4r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsIqewwu4r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsIqewwu4r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsIqewwu4r .nav-link {
  position: relative;
}
.cid-tsIqewwu4r .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tsIqewwu4r .container {
    flex-wrap: nowrap;
  }
}
.cid-tsIqewwu4r .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsIqewwu4r .dropdown-menu,
.cid-tsIqewwu4r .navbar.opened {
  background: #8ab839 !important;
}
.cid-tsIqewwu4r .nav-item:focus,
.cid-tsIqewwu4r .nav-link:focus {
  outline: none;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsIqewwu4r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsIqewwu4r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsIqewwu4r .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: #8ab839;
}
.cid-tsIqewwu4r .navbar.opened {
  transition: all 0.3s;
}
.cid-tsIqewwu4r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsIqewwu4r .navbar .navbar-logo img {
  width: auto;
}
.cid-tsIqewwu4r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsIqewwu4r .navbar.collapsed {
  justify-content: center;
}
.cid-tsIqewwu4r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsIqewwu4r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsIqewwu4r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsIqewwu4r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsIqewwu4r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsIqewwu4r .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-tsIqewwu4r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsIqewwu4r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsIqewwu4r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsIqewwu4r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsIqewwu4r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsIqewwu4r .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsIqewwu4r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsIqewwu4r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsIqewwu4r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsIqewwu4r .dropdown-item.active,
.cid-tsIqewwu4r .dropdown-item:active {
  background-color: transparent;
}
.cid-tsIqewwu4r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsIqewwu4r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8ab839;
}
.cid-tsIqewwu4r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsIqewwu4r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsIqewwu4r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsIqewwu4r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsIqewwu4r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIqewwu4r .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tsIqewwu4r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar {
    height: 70px;
  }
  .cid-tsIqewwu4r .navbar.opened {
    height: auto;
  }
  .cid-tsIqewwu4r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ts9W3i9Bu4 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ts9W3ifSWG {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ts9W3ifSWG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ts9W3ifSWG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ts9W3ifSWG .item {
  padding-bottom: 2rem;
}
.cid-ts9W3ifSWG .item-wrapper {
  position: relative;
}
.cid-ts9W3ifSWG .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ts9W3ifSWG .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ts9W3ifSWG .carousel-control,
.cid-ts9W3ifSWG .close {
  background: #1b1b1b;
}
.cid-ts9W3ifSWG .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ts9W3ifSWG .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ts9W3ifSWG .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ts9W3ifSWG .carousel-control-next span {
  margin-left: 5px;
}
.cid-ts9W3ifSWG .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ts9W3ifSWG .close::before {
  content: '\e91a';
}
.cid-ts9W3ifSWG .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ts9W3ifSWG .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ts9W3ifSWG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ts9W3ifSWG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ts9W3ifSWG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ts9W3ifSWG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ts9W3ifSWG .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ts9W3ifSWG .carousel-indicators li.active,
.cid-ts9W3ifSWG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ts9W3ifSWG .carousel-indicators li::after,
.cid-ts9W3ifSWG .carousel-indicators li::before {
  content: none;
}
.cid-ts9W3ifSWG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ts9W3ifSWG .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ts9W3ifSWG .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ts9W3ifSWG .carousel-indicators {
    display: none;
  }
}
.cid-ts9W3ifSWG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ts9W3ifSWG .carousel-inner > .active {
  display: block;
}
.cid-ts9W3ifSWG .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ts9W3ifSWG .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ts9W3ifSWG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ts9W3ifSWG .carousel-control,
  .cid-ts9W3ifSWG .carousel-indicators,
  .cid-ts9W3ifSWG .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ts9W3ifSWG .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ts9W3ifSWG .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ts9W3ifSWG .carousel-indicators .active,
.cid-ts9W3ifSWG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ts9W3ifSWG .carousel-indicators .active {
  background: #fff;
}
.cid-ts9W3ifSWG .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ts9W3ifSWG .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ts9W3ifSWG .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ts9W3ifSWG .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ts9W3ifSWG .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ts9W3ifSWG .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ts9W3ifSWG .carousel {
  width: 100%;
}
.cid-ts9W3ifSWG .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ts9W3ifSWG .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ts9W3ifSWG .modal.fade .modal-dialog,
.cid-ts9W3ifSWG .modal.in .modal-dialog {
  transform: none;
}
.cid-ts9W3ifSWG .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ts9W3ifSWG H6 {
  text-align: left;
  color: #8d8d8d;
}
.cid-ts9W3jOdWl {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-ts9W3jOdWl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ts9W3jOdWl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ts9W3jOdWl .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ts9W3jOdWl .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ts9W3jOdWl .row {
    text-align: center;
  }
  .cid-ts9W3jOdWl .row > div {
    margin: auto;
  }
  .cid-ts9W3jOdWl .social-row {
    justify-content: center;
  }
}
.cid-ts9W3jOdWl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ts9W3jOdWl .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-ts9W3jOdWl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ts9W3jOdWl .list {
    margin-bottom: 0rem;
  }
}
.cid-ts9W3jOdWl .mbr-text {
  color: #fafafa;
}
.cid-ts9W3jOdWl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ts9W3jOdWl .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ts9W3jOdWl div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ts9W3jOdWl H5 {
  color: #fafafa;
}
.cid-ts9W3jOdWl .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tsIqewwu4r {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tsIqewwu4r nav.navbar {
  position: fixed;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsIqewwu4r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsIqewwu4r .dropdown-item:hover,
.cid-tsIqewwu4r .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-tsIqewwu4r .dropdown-item:hover span {
  color: white;
}
.cid-tsIqewwu4r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsIqewwu4r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsIqewwu4r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsIqewwu4r .nav-link {
  position: relative;
}
.cid-tsIqewwu4r .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tsIqewwu4r .container {
    flex-wrap: nowrap;
  }
}
.cid-tsIqewwu4r .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsIqewwu4r .dropdown-menu,
.cid-tsIqewwu4r .navbar.opened {
  background: #8ab839 !important;
}
.cid-tsIqewwu4r .nav-item:focus,
.cid-tsIqewwu4r .nav-link:focus {
  outline: none;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsIqewwu4r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsIqewwu4r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsIqewwu4r .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: #8ab839;
}
.cid-tsIqewwu4r .navbar.opened {
  transition: all 0.3s;
}
.cid-tsIqewwu4r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsIqewwu4r .navbar .navbar-logo img {
  width: auto;
}
.cid-tsIqewwu4r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsIqewwu4r .navbar.collapsed {
  justify-content: center;
}
.cid-tsIqewwu4r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsIqewwu4r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsIqewwu4r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsIqewwu4r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsIqewwu4r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsIqewwu4r .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-tsIqewwu4r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsIqewwu4r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsIqewwu4r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsIqewwu4r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsIqewwu4r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsIqewwu4r .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsIqewwu4r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsIqewwu4r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsIqewwu4r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsIqewwu4r .dropdown-item.active,
.cid-tsIqewwu4r .dropdown-item:active {
  background-color: transparent;
}
.cid-tsIqewwu4r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsIqewwu4r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8ab839;
}
.cid-tsIqewwu4r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsIqewwu4r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsIqewwu4r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsIqewwu4r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsIqewwu4r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIqewwu4r .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tsIqewwu4r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar {
    height: 70px;
  }
  .cid-tsIqewwu4r .navbar.opened {
    height: auto;
  }
  .cid-tsIqewwu4r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsqvkHVWjC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsqvkI1RmN {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tsqvkI1RmN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsqvkI1RmN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsqvkI1RmN .item {
  padding-bottom: 2rem;
}
.cid-tsqvkI1RmN .item-wrapper {
  position: relative;
}
.cid-tsqvkI1RmN .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tsqvkI1RmN .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tsqvkI1RmN .carousel-control,
.cid-tsqvkI1RmN .close {
  background: #1b1b1b;
}
.cid-tsqvkI1RmN .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tsqvkI1RmN .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tsqvkI1RmN .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tsqvkI1RmN .carousel-control-next span {
  margin-left: 5px;
}
.cid-tsqvkI1RmN .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tsqvkI1RmN .close::before {
  content: '\e91a';
}
.cid-tsqvkI1RmN .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tsqvkI1RmN .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tsqvkI1RmN .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsqvkI1RmN .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tsqvkI1RmN .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tsqvkI1RmN .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tsqvkI1RmN .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tsqvkI1RmN .carousel-indicators li.active,
.cid-tsqvkI1RmN .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tsqvkI1RmN .carousel-indicators li::after,
.cid-tsqvkI1RmN .carousel-indicators li::before {
  content: none;
}
.cid-tsqvkI1RmN .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tsqvkI1RmN .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tsqvkI1RmN .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tsqvkI1RmN .carousel-indicators {
    display: none;
  }
}
.cid-tsqvkI1RmN .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tsqvkI1RmN .carousel-inner > .active {
  display: block;
}
.cid-tsqvkI1RmN .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsqvkI1RmN .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tsqvkI1RmN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tsqvkI1RmN .carousel-control,
  .cid-tsqvkI1RmN .carousel-indicators,
  .cid-tsqvkI1RmN .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tsqvkI1RmN .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tsqvkI1RmN .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tsqvkI1RmN .carousel-indicators .active,
.cid-tsqvkI1RmN .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tsqvkI1RmN .carousel-indicators .active {
  background: #fff;
}
.cid-tsqvkI1RmN .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tsqvkI1RmN .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tsqvkI1RmN .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tsqvkI1RmN .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tsqvkI1RmN .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tsqvkI1RmN .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tsqvkI1RmN .carousel {
  width: 100%;
}
.cid-tsqvkI1RmN .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tsqvkI1RmN .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tsqvkI1RmN .modal.fade .modal-dialog,
.cid-tsqvkI1RmN .modal.in .modal-dialog {
  transform: none;
}
.cid-tsqvkI1RmN .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tsqvkI1RmN H6 {
  text-align: left;
  color: #8d8d8d;
}
.cid-tsqvkKMYCq {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-tsqvkKMYCq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsqvkKMYCq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsqvkKMYCq .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tsqvkKMYCq .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tsqvkKMYCq .row {
    text-align: center;
  }
  .cid-tsqvkKMYCq .row > div {
    margin: auto;
  }
  .cid-tsqvkKMYCq .social-row {
    justify-content: center;
  }
}
.cid-tsqvkKMYCq .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tsqvkKMYCq .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tsqvkKMYCq .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsqvkKMYCq .list {
    margin-bottom: 0rem;
  }
}
.cid-tsqvkKMYCq .mbr-text {
  color: #fafafa;
}
.cid-tsqvkKMYCq .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tsqvkKMYCq .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tsqvkKMYCq div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tsqvkKMYCq H5 {
  color: #fafafa;
}
.cid-tsqvkKMYCq .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tsIqewwu4r {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tsIqewwu4r nav.navbar {
  position: fixed;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsIqewwu4r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsIqewwu4r .dropdown-item:hover,
.cid-tsIqewwu4r .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-tsIqewwu4r .dropdown-item:hover span {
  color: white;
}
.cid-tsIqewwu4r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsIqewwu4r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsIqewwu4r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsIqewwu4r .nav-link {
  position: relative;
}
.cid-tsIqewwu4r .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tsIqewwu4r .container {
    flex-wrap: nowrap;
  }
}
.cid-tsIqewwu4r .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsIqewwu4r .dropdown-menu,
.cid-tsIqewwu4r .navbar.opened {
  background: #8ab839 !important;
}
.cid-tsIqewwu4r .nav-item:focus,
.cid-tsIqewwu4r .nav-link:focus {
  outline: none;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsIqewwu4r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsIqewwu4r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsIqewwu4r .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: #8ab839;
}
.cid-tsIqewwu4r .navbar.opened {
  transition: all 0.3s;
}
.cid-tsIqewwu4r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsIqewwu4r .navbar .navbar-logo img {
  width: auto;
}
.cid-tsIqewwu4r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsIqewwu4r .navbar.collapsed {
  justify-content: center;
}
.cid-tsIqewwu4r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsIqewwu4r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsIqewwu4r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsIqewwu4r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsIqewwu4r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsIqewwu4r .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-tsIqewwu4r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsIqewwu4r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsIqewwu4r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsIqewwu4r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsIqewwu4r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsIqewwu4r .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsIqewwu4r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsIqewwu4r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsIqewwu4r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsIqewwu4r .dropdown-item.active,
.cid-tsIqewwu4r .dropdown-item:active {
  background-color: transparent;
}
.cid-tsIqewwu4r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsIqewwu4r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8ab839;
}
.cid-tsIqewwu4r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsIqewwu4r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsIqewwu4r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsIqewwu4r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsIqewwu4r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIqewwu4r .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tsIqewwu4r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar {
    height: 70px;
  }
  .cid-tsIqewwu4r .navbar.opened {
    height: auto;
  }
  .cid-tsIqewwu4r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsrAa8DpjW {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsrAa8I989 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tsrAa8I989 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsrAa8I989 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsrAa8I989 .item {
  padding-bottom: 2rem;
}
.cid-tsrAa8I989 .item-wrapper {
  position: relative;
}
.cid-tsrAa8I989 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tsrAa8I989 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tsrAa8I989 .carousel-control,
.cid-tsrAa8I989 .close {
  background: #1b1b1b;
}
.cid-tsrAa8I989 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tsrAa8I989 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tsrAa8I989 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tsrAa8I989 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tsrAa8I989 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tsrAa8I989 .close::before {
  content: '\e91a';
}
.cid-tsrAa8I989 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tsrAa8I989 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tsrAa8I989 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsrAa8I989 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tsrAa8I989 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tsrAa8I989 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tsrAa8I989 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tsrAa8I989 .carousel-indicators li.active,
.cid-tsrAa8I989 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tsrAa8I989 .carousel-indicators li::after,
.cid-tsrAa8I989 .carousel-indicators li::before {
  content: none;
}
.cid-tsrAa8I989 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tsrAa8I989 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tsrAa8I989 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tsrAa8I989 .carousel-indicators {
    display: none;
  }
}
.cid-tsrAa8I989 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tsrAa8I989 .carousel-inner > .active {
  display: block;
}
.cid-tsrAa8I989 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsrAa8I989 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tsrAa8I989 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tsrAa8I989 .carousel-control,
  .cid-tsrAa8I989 .carousel-indicators,
  .cid-tsrAa8I989 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tsrAa8I989 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tsrAa8I989 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tsrAa8I989 .carousel-indicators .active,
.cid-tsrAa8I989 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tsrAa8I989 .carousel-indicators .active {
  background: #fff;
}
.cid-tsrAa8I989 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tsrAa8I989 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tsrAa8I989 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tsrAa8I989 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tsrAa8I989 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tsrAa8I989 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tsrAa8I989 .carousel {
  width: 100%;
}
.cid-tsrAa8I989 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tsrAa8I989 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tsrAa8I989 .modal.fade .modal-dialog,
.cid-tsrAa8I989 .modal.in .modal-dialog {
  transform: none;
}
.cid-tsrAa8I989 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tsrAa8I989 H6 {
  text-align: left;
  color: #8d8d8d;
}
.cid-tsrAaaZnAp {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-tsrAaaZnAp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsrAaaZnAp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsrAaaZnAp .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tsrAaaZnAp .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tsrAaaZnAp .row {
    text-align: center;
  }
  .cid-tsrAaaZnAp .row > div {
    margin: auto;
  }
  .cid-tsrAaaZnAp .social-row {
    justify-content: center;
  }
}
.cid-tsrAaaZnAp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tsrAaaZnAp .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tsrAaaZnAp .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsrAaaZnAp .list {
    margin-bottom: 0rem;
  }
}
.cid-tsrAaaZnAp .mbr-text {
  color: #fafafa;
}
.cid-tsrAaaZnAp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tsrAaaZnAp .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tsrAaaZnAp div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tsrAaaZnAp H5 {
  color: #fafafa;
}
.cid-tsrAaaZnAp .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tsIqewwu4r {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tsIqewwu4r nav.navbar {
  position: fixed;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsIqewwu4r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsIqewwu4r .dropdown-item:hover,
.cid-tsIqewwu4r .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-tsIqewwu4r .dropdown-item:hover span {
  color: white;
}
.cid-tsIqewwu4r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsIqewwu4r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsIqewwu4r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsIqewwu4r .nav-link {
  position: relative;
}
.cid-tsIqewwu4r .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tsIqewwu4r .container {
    flex-wrap: nowrap;
  }
}
.cid-tsIqewwu4r .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsIqewwu4r .dropdown-menu,
.cid-tsIqewwu4r .navbar.opened {
  background: #8ab839 !important;
}
.cid-tsIqewwu4r .nav-item:focus,
.cid-tsIqewwu4r .nav-link:focus {
  outline: none;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsIqewwu4r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsIqewwu4r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsIqewwu4r .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: #8ab839;
}
.cid-tsIqewwu4r .navbar.opened {
  transition: all 0.3s;
}
.cid-tsIqewwu4r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsIqewwu4r .navbar .navbar-logo img {
  width: auto;
}
.cid-tsIqewwu4r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsIqewwu4r .navbar.collapsed {
  justify-content: center;
}
.cid-tsIqewwu4r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsIqewwu4r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsIqewwu4r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsIqewwu4r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsIqewwu4r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsIqewwu4r .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-tsIqewwu4r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsIqewwu4r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsIqewwu4r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsIqewwu4r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsIqewwu4r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsIqewwu4r .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsIqewwu4r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsIqewwu4r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsIqewwu4r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsIqewwu4r .dropdown-item.active,
.cid-tsIqewwu4r .dropdown-item:active {
  background-color: transparent;
}
.cid-tsIqewwu4r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsIqewwu4r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8ab839;
}
.cid-tsIqewwu4r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsIqewwu4r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsIqewwu4r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsIqewwu4r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsIqewwu4r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIqewwu4r .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tsIqewwu4r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar {
    height: 70px;
  }
  .cid-tsIqewwu4r .navbar.opened {
    height: auto;
  }
  .cid-tsIqewwu4r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsrIevx7OS {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsrIevCRVd {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tsrIevCRVd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsrIevCRVd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsrIevCRVd .item {
  padding-bottom: 2rem;
}
.cid-tsrIevCRVd .item-wrapper {
  position: relative;
}
.cid-tsrIevCRVd .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tsrIevCRVd .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tsrIevCRVd .carousel-control,
.cid-tsrIevCRVd .close {
  background: #1b1b1b;
}
.cid-tsrIevCRVd .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tsrIevCRVd .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tsrIevCRVd .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tsrIevCRVd .carousel-control-next span {
  margin-left: 5px;
}
.cid-tsrIevCRVd .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tsrIevCRVd .close::before {
  content: '\e91a';
}
.cid-tsrIevCRVd .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tsrIevCRVd .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tsrIevCRVd .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsrIevCRVd .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tsrIevCRVd .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tsrIevCRVd .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tsrIevCRVd .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tsrIevCRVd .carousel-indicators li.active,
.cid-tsrIevCRVd .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tsrIevCRVd .carousel-indicators li::after,
.cid-tsrIevCRVd .carousel-indicators li::before {
  content: none;
}
.cid-tsrIevCRVd .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tsrIevCRVd .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tsrIevCRVd .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tsrIevCRVd .carousel-indicators {
    display: none;
  }
}
.cid-tsrIevCRVd .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tsrIevCRVd .carousel-inner > .active {
  display: block;
}
.cid-tsrIevCRVd .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsrIevCRVd .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tsrIevCRVd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tsrIevCRVd .carousel-control,
  .cid-tsrIevCRVd .carousel-indicators,
  .cid-tsrIevCRVd .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tsrIevCRVd .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tsrIevCRVd .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tsrIevCRVd .carousel-indicators .active,
.cid-tsrIevCRVd .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tsrIevCRVd .carousel-indicators .active {
  background: #fff;
}
.cid-tsrIevCRVd .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tsrIevCRVd .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tsrIevCRVd .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tsrIevCRVd .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tsrIevCRVd .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tsrIevCRVd .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tsrIevCRVd .carousel {
  width: 100%;
}
.cid-tsrIevCRVd .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tsrIevCRVd .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tsrIevCRVd .modal.fade .modal-dialog,
.cid-tsrIevCRVd .modal.in .modal-dialog {
  transform: none;
}
.cid-tsrIevCRVd .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tsrIevCRVd H6 {
  text-align: left;
  color: #8d8d8d;
}
.cid-tsrIewsdc4 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-tsrIewsdc4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsrIewsdc4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsrIewsdc4 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tsrIewsdc4 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tsrIewsdc4 .row {
    text-align: center;
  }
  .cid-tsrIewsdc4 .row > div {
    margin: auto;
  }
  .cid-tsrIewsdc4 .social-row {
    justify-content: center;
  }
}
.cid-tsrIewsdc4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tsrIewsdc4 .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tsrIewsdc4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsrIewsdc4 .list {
    margin-bottom: 0rem;
  }
}
.cid-tsrIewsdc4 .mbr-text {
  color: #fafafa;
}
.cid-tsrIewsdc4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tsrIewsdc4 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tsrIewsdc4 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tsrIewsdc4 H5 {
  color: #fafafa;
}
.cid-tsrIewsdc4 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tsIqewwu4r {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tsIqewwu4r nav.navbar {
  position: fixed;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsIqewwu4r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsIqewwu4r .dropdown-item:hover,
.cid-tsIqewwu4r .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-tsIqewwu4r .dropdown-item:hover span {
  color: white;
}
.cid-tsIqewwu4r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsIqewwu4r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsIqewwu4r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsIqewwu4r .nav-link {
  position: relative;
}
.cid-tsIqewwu4r .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tsIqewwu4r .container {
    flex-wrap: nowrap;
  }
}
.cid-tsIqewwu4r .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsIqewwu4r .dropdown-menu,
.cid-tsIqewwu4r .navbar.opened {
  background: #8ab839 !important;
}
.cid-tsIqewwu4r .nav-item:focus,
.cid-tsIqewwu4r .nav-link:focus {
  outline: none;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsIqewwu4r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsIqewwu4r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsIqewwu4r .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: #8ab839;
}
.cid-tsIqewwu4r .navbar.opened {
  transition: all 0.3s;
}
.cid-tsIqewwu4r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsIqewwu4r .navbar .navbar-logo img {
  width: auto;
}
.cid-tsIqewwu4r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsIqewwu4r .navbar.collapsed {
  justify-content: center;
}
.cid-tsIqewwu4r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsIqewwu4r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsIqewwu4r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsIqewwu4r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsIqewwu4r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsIqewwu4r .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-tsIqewwu4r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsIqewwu4r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsIqewwu4r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsIqewwu4r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsIqewwu4r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsIqewwu4r .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsIqewwu4r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsIqewwu4r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsIqewwu4r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsIqewwu4r .dropdown-item.active,
.cid-tsIqewwu4r .dropdown-item:active {
  background-color: transparent;
}
.cid-tsIqewwu4r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsIqewwu4r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8ab839;
}
.cid-tsIqewwu4r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsIqewwu4r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsIqewwu4r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsIqewwu4r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsIqewwu4r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIqewwu4r .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tsIqewwu4r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar {
    height: 70px;
  }
  .cid-tsIqewwu4r .navbar.opened {
    height: auto;
  }
  .cid-tsIqewwu4r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tssbmE54pu {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tssbmEapcy {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tssbmEapcy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tssbmEapcy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tssbmEapcy .item {
  padding-bottom: 2rem;
}
.cid-tssbmEapcy .item-wrapper {
  position: relative;
}
.cid-tssbmEapcy .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tssbmEapcy .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tssbmEapcy .carousel-control,
.cid-tssbmEapcy .close {
  background: #1b1b1b;
}
.cid-tssbmEapcy .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tssbmEapcy .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tssbmEapcy .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tssbmEapcy .carousel-control-next span {
  margin-left: 5px;
}
.cid-tssbmEapcy .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tssbmEapcy .close::before {
  content: '\e91a';
}
.cid-tssbmEapcy .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tssbmEapcy .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tssbmEapcy .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tssbmEapcy .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tssbmEapcy .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tssbmEapcy .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tssbmEapcy .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tssbmEapcy .carousel-indicators li.active,
.cid-tssbmEapcy .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tssbmEapcy .carousel-indicators li::after,
.cid-tssbmEapcy .carousel-indicators li::before {
  content: none;
}
.cid-tssbmEapcy .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tssbmEapcy .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tssbmEapcy .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tssbmEapcy .carousel-indicators {
    display: none;
  }
}
.cid-tssbmEapcy .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tssbmEapcy .carousel-inner > .active {
  display: block;
}
.cid-tssbmEapcy .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tssbmEapcy .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tssbmEapcy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tssbmEapcy .carousel-control,
  .cid-tssbmEapcy .carousel-indicators,
  .cid-tssbmEapcy .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tssbmEapcy .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tssbmEapcy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tssbmEapcy .carousel-indicators .active,
.cid-tssbmEapcy .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tssbmEapcy .carousel-indicators .active {
  background: #fff;
}
.cid-tssbmEapcy .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tssbmEapcy .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tssbmEapcy .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tssbmEapcy .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tssbmEapcy .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tssbmEapcy .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tssbmEapcy .carousel {
  width: 100%;
}
.cid-tssbmEapcy .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tssbmEapcy .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tssbmEapcy .modal.fade .modal-dialog,
.cid-tssbmEapcy .modal.in .modal-dialog {
  transform: none;
}
.cid-tssbmEapcy .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tssbmEapcy H6 {
  text-align: left;
  color: #8d8d8d;
}
.cid-tssbmFgmiU {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-tssbmFgmiU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tssbmFgmiU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tssbmFgmiU .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tssbmFgmiU .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tssbmFgmiU .row {
    text-align: center;
  }
  .cid-tssbmFgmiU .row > div {
    margin: auto;
  }
  .cid-tssbmFgmiU .social-row {
    justify-content: center;
  }
}
.cid-tssbmFgmiU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tssbmFgmiU .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tssbmFgmiU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tssbmFgmiU .list {
    margin-bottom: 0rem;
  }
}
.cid-tssbmFgmiU .mbr-text {
  color: #fafafa;
}
.cid-tssbmFgmiU .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tssbmFgmiU .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tssbmFgmiU div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tssbmFgmiU H5 {
  color: #fafafa;
}
.cid-tssbmFgmiU .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tsIqewwu4r {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tsIqewwu4r nav.navbar {
  position: fixed;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsIqewwu4r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsIqewwu4r .dropdown-item:hover,
.cid-tsIqewwu4r .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-tsIqewwu4r .dropdown-item:hover span {
  color: white;
}
.cid-tsIqewwu4r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsIqewwu4r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsIqewwu4r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsIqewwu4r .nav-link {
  position: relative;
}
.cid-tsIqewwu4r .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tsIqewwu4r .container {
    flex-wrap: nowrap;
  }
}
.cid-tsIqewwu4r .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsIqewwu4r .dropdown-menu,
.cid-tsIqewwu4r .navbar.opened {
  background: #8ab839 !important;
}
.cid-tsIqewwu4r .nav-item:focus,
.cid-tsIqewwu4r .nav-link:focus {
  outline: none;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsIqewwu4r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsIqewwu4r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsIqewwu4r .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: #8ab839;
}
.cid-tsIqewwu4r .navbar.opened {
  transition: all 0.3s;
}
.cid-tsIqewwu4r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsIqewwu4r .navbar .navbar-logo img {
  width: auto;
}
.cid-tsIqewwu4r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsIqewwu4r .navbar.collapsed {
  justify-content: center;
}
.cid-tsIqewwu4r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsIqewwu4r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsIqewwu4r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsIqewwu4r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsIqewwu4r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsIqewwu4r .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-tsIqewwu4r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsIqewwu4r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsIqewwu4r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsIqewwu4r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsIqewwu4r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsIqewwu4r .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsIqewwu4r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsIqewwu4r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsIqewwu4r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsIqewwu4r .dropdown-item.active,
.cid-tsIqewwu4r .dropdown-item:active {
  background-color: transparent;
}
.cid-tsIqewwu4r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsIqewwu4r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8ab839;
}
.cid-tsIqewwu4r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsIqewwu4r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsIqewwu4r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsIqewwu4r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsIqewwu4r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIqewwu4r .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tsIqewwu4r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar {
    height: 70px;
  }
  .cid-tsIqewwu4r .navbar.opened {
    height: auto;
  }
  .cid-tsIqewwu4r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsslx7oiAW {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsslx7uwxx {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tsslx7uwxx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsslx7uwxx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsslx7uwxx .item {
  padding-bottom: 2rem;
}
.cid-tsslx7uwxx .item-wrapper {
  position: relative;
}
.cid-tsslx7uwxx .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tsslx7uwxx .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tsslx7uwxx .carousel-control,
.cid-tsslx7uwxx .close {
  background: #1b1b1b;
}
.cid-tsslx7uwxx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tsslx7uwxx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tsslx7uwxx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tsslx7uwxx .carousel-control-next span {
  margin-left: 5px;
}
.cid-tsslx7uwxx .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tsslx7uwxx .close::before {
  content: '\e91a';
}
.cid-tsslx7uwxx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tsslx7uwxx .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tsslx7uwxx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsslx7uwxx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tsslx7uwxx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tsslx7uwxx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tsslx7uwxx .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tsslx7uwxx .carousel-indicators li.active,
.cid-tsslx7uwxx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tsslx7uwxx .carousel-indicators li::after,
.cid-tsslx7uwxx .carousel-indicators li::before {
  content: none;
}
.cid-tsslx7uwxx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tsslx7uwxx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tsslx7uwxx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tsslx7uwxx .carousel-indicators {
    display: none;
  }
}
.cid-tsslx7uwxx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tsslx7uwxx .carousel-inner > .active {
  display: block;
}
.cid-tsslx7uwxx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsslx7uwxx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tsslx7uwxx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tsslx7uwxx .carousel-control,
  .cid-tsslx7uwxx .carousel-indicators,
  .cid-tsslx7uwxx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tsslx7uwxx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tsslx7uwxx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tsslx7uwxx .carousel-indicators .active,
.cid-tsslx7uwxx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tsslx7uwxx .carousel-indicators .active {
  background: #fff;
}
.cid-tsslx7uwxx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tsslx7uwxx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tsslx7uwxx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tsslx7uwxx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tsslx7uwxx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tsslx7uwxx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tsslx7uwxx .carousel {
  width: 100%;
}
.cid-tsslx7uwxx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tsslx7uwxx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tsslx7uwxx .modal.fade .modal-dialog,
.cid-tsslx7uwxx .modal.in .modal-dialog {
  transform: none;
}
.cid-tsslx7uwxx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tsslx7uwxx H6 {
  text-align: left;
  color: #8d8d8d;
}
.cid-tsslx8YCqg {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-tsslx8YCqg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsslx8YCqg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsslx8YCqg .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tsslx8YCqg .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tsslx8YCqg .row {
    text-align: center;
  }
  .cid-tsslx8YCqg .row > div {
    margin: auto;
  }
  .cid-tsslx8YCqg .social-row {
    justify-content: center;
  }
}
.cid-tsslx8YCqg .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tsslx8YCqg .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tsslx8YCqg .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsslx8YCqg .list {
    margin-bottom: 0rem;
  }
}
.cid-tsslx8YCqg .mbr-text {
  color: #fafafa;
}
.cid-tsslx8YCqg .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tsslx8YCqg .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tsslx8YCqg div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tsslx8YCqg H5 {
  color: #fafafa;
}
.cid-tsslx8YCqg .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tsIqewwu4r {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tsIqewwu4r nav.navbar {
  position: fixed;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsIqewwu4r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsIqewwu4r .dropdown-item:hover,
.cid-tsIqewwu4r .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-tsIqewwu4r .dropdown-item:hover span {
  color: white;
}
.cid-tsIqewwu4r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsIqewwu4r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsIqewwu4r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsIqewwu4r .nav-link {
  position: relative;
}
.cid-tsIqewwu4r .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tsIqewwu4r .container {
    flex-wrap: nowrap;
  }
}
.cid-tsIqewwu4r .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsIqewwu4r .dropdown-menu,
.cid-tsIqewwu4r .navbar.opened {
  background: #8ab839 !important;
}
.cid-tsIqewwu4r .nav-item:focus,
.cid-tsIqewwu4r .nav-link:focus {
  outline: none;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsIqewwu4r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsIqewwu4r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsIqewwu4r .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: #8ab839;
}
.cid-tsIqewwu4r .navbar.opened {
  transition: all 0.3s;
}
.cid-tsIqewwu4r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsIqewwu4r .navbar .navbar-logo img {
  width: auto;
}
.cid-tsIqewwu4r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsIqewwu4r .navbar.collapsed {
  justify-content: center;
}
.cid-tsIqewwu4r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsIqewwu4r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsIqewwu4r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsIqewwu4r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsIqewwu4r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsIqewwu4r .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-tsIqewwu4r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsIqewwu4r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsIqewwu4r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsIqewwu4r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsIqewwu4r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsIqewwu4r .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsIqewwu4r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsIqewwu4r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsIqewwu4r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsIqewwu4r .dropdown-item.active,
.cid-tsIqewwu4r .dropdown-item:active {
  background-color: transparent;
}
.cid-tsIqewwu4r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsIqewwu4r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8ab839;
}
.cid-tsIqewwu4r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsIqewwu4r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsIqewwu4r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsIqewwu4r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsIqewwu4r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIqewwu4r .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tsIqewwu4r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar {
    height: 70px;
  }
  .cid-tsIqewwu4r .navbar.opened {
    height: auto;
  }
  .cid-tsIqewwu4r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tssdRgFwKv {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tssdRgK4G7 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tssdRgK4G7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tssdRgK4G7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tssdRgK4G7 .item {
  padding-bottom: 2rem;
}
.cid-tssdRgK4G7 .item-wrapper {
  position: relative;
}
.cid-tssdRgK4G7 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tssdRgK4G7 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tssdRgK4G7 .carousel-control,
.cid-tssdRgK4G7 .close {
  background: #1b1b1b;
}
.cid-tssdRgK4G7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tssdRgK4G7 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tssdRgK4G7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tssdRgK4G7 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tssdRgK4G7 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tssdRgK4G7 .close::before {
  content: '\e91a';
}
.cid-tssdRgK4G7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tssdRgK4G7 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tssdRgK4G7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tssdRgK4G7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tssdRgK4G7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tssdRgK4G7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tssdRgK4G7 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tssdRgK4G7 .carousel-indicators li.active,
.cid-tssdRgK4G7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tssdRgK4G7 .carousel-indicators li::after,
.cid-tssdRgK4G7 .carousel-indicators li::before {
  content: none;
}
.cid-tssdRgK4G7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tssdRgK4G7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tssdRgK4G7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tssdRgK4G7 .carousel-indicators {
    display: none;
  }
}
.cid-tssdRgK4G7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tssdRgK4G7 .carousel-inner > .active {
  display: block;
}
.cid-tssdRgK4G7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tssdRgK4G7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tssdRgK4G7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tssdRgK4G7 .carousel-control,
  .cid-tssdRgK4G7 .carousel-indicators,
  .cid-tssdRgK4G7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tssdRgK4G7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tssdRgK4G7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tssdRgK4G7 .carousel-indicators .active,
.cid-tssdRgK4G7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tssdRgK4G7 .carousel-indicators .active {
  background: #fff;
}
.cid-tssdRgK4G7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tssdRgK4G7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tssdRgK4G7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tssdRgK4G7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tssdRgK4G7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tssdRgK4G7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tssdRgK4G7 .carousel {
  width: 100%;
}
.cid-tssdRgK4G7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tssdRgK4G7 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tssdRgK4G7 .modal.fade .modal-dialog,
.cid-tssdRgK4G7 .modal.in .modal-dialog {
  transform: none;
}
.cid-tssdRgK4G7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tssdRgK4G7 H6 {
  text-align: left;
  color: #8d8d8d;
}
.cid-tssdRixeqQ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-tssdRixeqQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tssdRixeqQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tssdRixeqQ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tssdRixeqQ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tssdRixeqQ .row {
    text-align: center;
  }
  .cid-tssdRixeqQ .row > div {
    margin: auto;
  }
  .cid-tssdRixeqQ .social-row {
    justify-content: center;
  }
}
.cid-tssdRixeqQ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tssdRixeqQ .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tssdRixeqQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tssdRixeqQ .list {
    margin-bottom: 0rem;
  }
}
.cid-tssdRixeqQ .mbr-text {
  color: #fafafa;
}
.cid-tssdRixeqQ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tssdRixeqQ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tssdRixeqQ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tssdRixeqQ H5 {
  color: #fafafa;
}
.cid-tssdRixeqQ .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tsIqewwu4r {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tsIqewwu4r nav.navbar {
  position: fixed;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsIqewwu4r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsIqewwu4r .dropdown-item:hover,
.cid-tsIqewwu4r .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-tsIqewwu4r .dropdown-item:hover span {
  color: white;
}
.cid-tsIqewwu4r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsIqewwu4r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsIqewwu4r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsIqewwu4r .nav-link {
  position: relative;
}
.cid-tsIqewwu4r .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tsIqewwu4r .container {
    flex-wrap: nowrap;
  }
}
.cid-tsIqewwu4r .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsIqewwu4r .dropdown-menu,
.cid-tsIqewwu4r .navbar.opened {
  background: #8ab839 !important;
}
.cid-tsIqewwu4r .nav-item:focus,
.cid-tsIqewwu4r .nav-link:focus {
  outline: none;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsIqewwu4r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsIqewwu4r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsIqewwu4r .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: #8ab839;
}
.cid-tsIqewwu4r .navbar.opened {
  transition: all 0.3s;
}
.cid-tsIqewwu4r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsIqewwu4r .navbar .navbar-logo img {
  width: auto;
}
.cid-tsIqewwu4r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsIqewwu4r .navbar.collapsed {
  justify-content: center;
}
.cid-tsIqewwu4r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsIqewwu4r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsIqewwu4r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsIqewwu4r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsIqewwu4r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsIqewwu4r .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-tsIqewwu4r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsIqewwu4r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsIqewwu4r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsIqewwu4r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsIqewwu4r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsIqewwu4r .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsIqewwu4r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsIqewwu4r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsIqewwu4r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsIqewwu4r .dropdown-item.active,
.cid-tsIqewwu4r .dropdown-item:active {
  background-color: transparent;
}
.cid-tsIqewwu4r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsIqewwu4r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8ab839;
}
.cid-tsIqewwu4r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsIqewwu4r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsIqewwu4r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsIqewwu4r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsIqewwu4r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIqewwu4r .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tsIqewwu4r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar {
    height: 70px;
  }
  .cid-tsIqewwu4r .navbar.opened {
    height: auto;
  }
  .cid-tsIqewwu4r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsso8be3am {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsso8bogAF {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tsso8bogAF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsso8bogAF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsso8bogAF .item {
  padding-bottom: 2rem;
}
.cid-tsso8bogAF .item-wrapper {
  position: relative;
}
.cid-tsso8bogAF .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tsso8bogAF .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tsso8bogAF .carousel-control,
.cid-tsso8bogAF .close {
  background: #1b1b1b;
}
.cid-tsso8bogAF .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tsso8bogAF .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tsso8bogAF .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tsso8bogAF .carousel-control-next span {
  margin-left: 5px;
}
.cid-tsso8bogAF .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tsso8bogAF .close::before {
  content: '\e91a';
}
.cid-tsso8bogAF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tsso8bogAF .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tsso8bogAF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsso8bogAF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tsso8bogAF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tsso8bogAF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tsso8bogAF .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tsso8bogAF .carousel-indicators li.active,
.cid-tsso8bogAF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tsso8bogAF .carousel-indicators li::after,
.cid-tsso8bogAF .carousel-indicators li::before {
  content: none;
}
.cid-tsso8bogAF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tsso8bogAF .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tsso8bogAF .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tsso8bogAF .carousel-indicators {
    display: none;
  }
}
.cid-tsso8bogAF .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tsso8bogAF .carousel-inner > .active {
  display: block;
}
.cid-tsso8bogAF .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsso8bogAF .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tsso8bogAF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tsso8bogAF .carousel-control,
  .cid-tsso8bogAF .carousel-indicators,
  .cid-tsso8bogAF .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tsso8bogAF .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tsso8bogAF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tsso8bogAF .carousel-indicators .active,
.cid-tsso8bogAF .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tsso8bogAF .carousel-indicators .active {
  background: #fff;
}
.cid-tsso8bogAF .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tsso8bogAF .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tsso8bogAF .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tsso8bogAF .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tsso8bogAF .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tsso8bogAF .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tsso8bogAF .carousel {
  width: 100%;
}
.cid-tsso8bogAF .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tsso8bogAF .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tsso8bogAF .modal.fade .modal-dialog,
.cid-tsso8bogAF .modal.in .modal-dialog {
  transform: none;
}
.cid-tsso8bogAF .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tsso8bogAF H6 {
  text-align: left;
  color: #8d8d8d;
}
.cid-tsso8d6lWB {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-tsso8d6lWB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsso8d6lWB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsso8d6lWB .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tsso8d6lWB .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tsso8d6lWB .row {
    text-align: center;
  }
  .cid-tsso8d6lWB .row > div {
    margin: auto;
  }
  .cid-tsso8d6lWB .social-row {
    justify-content: center;
  }
}
.cid-tsso8d6lWB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tsso8d6lWB .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tsso8d6lWB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsso8d6lWB .list {
    margin-bottom: 0rem;
  }
}
.cid-tsso8d6lWB .mbr-text {
  color: #fafafa;
}
.cid-tsso8d6lWB .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tsso8d6lWB .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tsso8d6lWB div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tsso8d6lWB H5 {
  color: #fafafa;
}
.cid-tsso8d6lWB .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tsIqewwu4r {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tsIqewwu4r nav.navbar {
  position: fixed;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsIqewwu4r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsIqewwu4r .dropdown-item:hover,
.cid-tsIqewwu4r .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-tsIqewwu4r .dropdown-item:hover span {
  color: white;
}
.cid-tsIqewwu4r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsIqewwu4r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsIqewwu4r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsIqewwu4r .nav-link {
  position: relative;
}
.cid-tsIqewwu4r .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tsIqewwu4r .container {
    flex-wrap: nowrap;
  }
}
.cid-tsIqewwu4r .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsIqewwu4r .dropdown-menu,
.cid-tsIqewwu4r .navbar.opened {
  background: #8ab839 !important;
}
.cid-tsIqewwu4r .nav-item:focus,
.cid-tsIqewwu4r .nav-link:focus {
  outline: none;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsIqewwu4r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsIqewwu4r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsIqewwu4r .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: #8ab839;
}
.cid-tsIqewwu4r .navbar.opened {
  transition: all 0.3s;
}
.cid-tsIqewwu4r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsIqewwu4r .navbar .navbar-logo img {
  width: auto;
}
.cid-tsIqewwu4r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsIqewwu4r .navbar.collapsed {
  justify-content: center;
}
.cid-tsIqewwu4r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsIqewwu4r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsIqewwu4r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsIqewwu4r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsIqewwu4r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsIqewwu4r .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-tsIqewwu4r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsIqewwu4r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsIqewwu4r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsIqewwu4r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsIqewwu4r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsIqewwu4r .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsIqewwu4r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsIqewwu4r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsIqewwu4r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsIqewwu4r .dropdown-item.active,
.cid-tsIqewwu4r .dropdown-item:active {
  background-color: transparent;
}
.cid-tsIqewwu4r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsIqewwu4r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8ab839;
}
.cid-tsIqewwu4r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsIqewwu4r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsIqewwu4r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsIqewwu4r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsIqewwu4r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIqewwu4r .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tsIqewwu4r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar {
    height: 70px;
  }
  .cid-tsIqewwu4r .navbar.opened {
    height: auto;
  }
  .cid-tsIqewwu4r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tswsNI5Q5D {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tswsNIbehn {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tswsNIbehn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswsNIbehn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tswsNIbehn .item {
  padding-bottom: 2rem;
}
.cid-tswsNIbehn .item-wrapper {
  position: relative;
}
.cid-tswsNIbehn .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tswsNIbehn .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tswsNIbehn .carousel-control,
.cid-tswsNIbehn .close {
  background: #1b1b1b;
}
.cid-tswsNIbehn .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tswsNIbehn .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tswsNIbehn .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tswsNIbehn .carousel-control-next span {
  margin-left: 5px;
}
.cid-tswsNIbehn .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tswsNIbehn .close::before {
  content: '\e91a';
}
.cid-tswsNIbehn .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tswsNIbehn .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tswsNIbehn .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tswsNIbehn .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tswsNIbehn .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tswsNIbehn .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tswsNIbehn .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tswsNIbehn .carousel-indicators li.active,
.cid-tswsNIbehn .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tswsNIbehn .carousel-indicators li::after,
.cid-tswsNIbehn .carousel-indicators li::before {
  content: none;
}
.cid-tswsNIbehn .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tswsNIbehn .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tswsNIbehn .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tswsNIbehn .carousel-indicators {
    display: none;
  }
}
.cid-tswsNIbehn .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tswsNIbehn .carousel-inner > .active {
  display: block;
}
.cid-tswsNIbehn .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tswsNIbehn .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tswsNIbehn .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tswsNIbehn .carousel-control,
  .cid-tswsNIbehn .carousel-indicators,
  .cid-tswsNIbehn .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tswsNIbehn .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tswsNIbehn .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tswsNIbehn .carousel-indicators .active,
.cid-tswsNIbehn .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tswsNIbehn .carousel-indicators .active {
  background: #fff;
}
.cid-tswsNIbehn .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tswsNIbehn .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tswsNIbehn .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tswsNIbehn .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tswsNIbehn .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tswsNIbehn .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tswsNIbehn .carousel {
  width: 100%;
}
.cid-tswsNIbehn .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tswsNIbehn .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tswsNIbehn .modal.fade .modal-dialog,
.cid-tswsNIbehn .modal.in .modal-dialog {
  transform: none;
}
.cid-tswsNIbehn .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tswsNIbehn H6 {
  text-align: left;
  color: #8d8d8d;
}
.cid-tswsNLwBo9 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-tswsNLwBo9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswsNLwBo9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tswsNLwBo9 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tswsNLwBo9 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tswsNLwBo9 .row {
    text-align: center;
  }
  .cid-tswsNLwBo9 .row > div {
    margin: auto;
  }
  .cid-tswsNLwBo9 .social-row {
    justify-content: center;
  }
}
.cid-tswsNLwBo9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tswsNLwBo9 .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tswsNLwBo9 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tswsNLwBo9 .list {
    margin-bottom: 0rem;
  }
}
.cid-tswsNLwBo9 .mbr-text {
  color: #fafafa;
}
.cid-tswsNLwBo9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tswsNLwBo9 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tswsNLwBo9 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tswsNLwBo9 H5 {
  color: #fafafa;
}
.cid-tswsNLwBo9 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tsIqewwu4r {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tsIqewwu4r nav.navbar {
  position: fixed;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsIqewwu4r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsIqewwu4r .dropdown-item:hover,
.cid-tsIqewwu4r .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-tsIqewwu4r .dropdown-item:hover span {
  color: white;
}
.cid-tsIqewwu4r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsIqewwu4r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsIqewwu4r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsIqewwu4r .nav-link {
  position: relative;
}
.cid-tsIqewwu4r .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tsIqewwu4r .container {
    flex-wrap: nowrap;
  }
}
.cid-tsIqewwu4r .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsIqewwu4r .dropdown-menu,
.cid-tsIqewwu4r .navbar.opened {
  background: #8ab839 !important;
}
.cid-tsIqewwu4r .nav-item:focus,
.cid-tsIqewwu4r .nav-link:focus {
  outline: none;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsIqewwu4r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsIqewwu4r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsIqewwu4r .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: #8ab839;
}
.cid-tsIqewwu4r .navbar.opened {
  transition: all 0.3s;
}
.cid-tsIqewwu4r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsIqewwu4r .navbar .navbar-logo img {
  width: auto;
}
.cid-tsIqewwu4r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsIqewwu4r .navbar.collapsed {
  justify-content: center;
}
.cid-tsIqewwu4r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsIqewwu4r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsIqewwu4r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsIqewwu4r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsIqewwu4r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsIqewwu4r .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-tsIqewwu4r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsIqewwu4r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsIqewwu4r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsIqewwu4r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsIqewwu4r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsIqewwu4r .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsIqewwu4r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsIqewwu4r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsIqewwu4r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsIqewwu4r .dropdown-item.active,
.cid-tsIqewwu4r .dropdown-item:active {
  background-color: transparent;
}
.cid-tsIqewwu4r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsIqewwu4r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8ab839;
}
.cid-tsIqewwu4r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsIqewwu4r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsIqewwu4r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsIqewwu4r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsIqewwu4r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIqewwu4r .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tsIqewwu4r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar {
    height: 70px;
  }
  .cid-tsIqewwu4r .navbar.opened {
    height: auto;
  }
  .cid-tsIqewwu4r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tswuNX8K7q {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tswuNXgLdF {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tswuNXgLdF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswuNXgLdF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tswuNXgLdF .item {
  padding-bottom: 2rem;
}
.cid-tswuNXgLdF .item-wrapper {
  position: relative;
}
.cid-tswuNXgLdF .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tswuNXgLdF .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tswuNXgLdF .carousel-control,
.cid-tswuNXgLdF .close {
  background: #1b1b1b;
}
.cid-tswuNXgLdF .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tswuNXgLdF .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tswuNXgLdF .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tswuNXgLdF .carousel-control-next span {
  margin-left: 5px;
}
.cid-tswuNXgLdF .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tswuNXgLdF .close::before {
  content: '\e91a';
}
.cid-tswuNXgLdF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tswuNXgLdF .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tswuNXgLdF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tswuNXgLdF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tswuNXgLdF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tswuNXgLdF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tswuNXgLdF .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tswuNXgLdF .carousel-indicators li.active,
.cid-tswuNXgLdF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tswuNXgLdF .carousel-indicators li::after,
.cid-tswuNXgLdF .carousel-indicators li::before {
  content: none;
}
.cid-tswuNXgLdF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tswuNXgLdF .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tswuNXgLdF .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tswuNXgLdF .carousel-indicators {
    display: none;
  }
}
.cid-tswuNXgLdF .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tswuNXgLdF .carousel-inner > .active {
  display: block;
}
.cid-tswuNXgLdF .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tswuNXgLdF .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tswuNXgLdF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tswuNXgLdF .carousel-control,
  .cid-tswuNXgLdF .carousel-indicators,
  .cid-tswuNXgLdF .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tswuNXgLdF .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tswuNXgLdF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tswuNXgLdF .carousel-indicators .active,
.cid-tswuNXgLdF .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tswuNXgLdF .carousel-indicators .active {
  background: #fff;
}
.cid-tswuNXgLdF .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tswuNXgLdF .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tswuNXgLdF .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tswuNXgLdF .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tswuNXgLdF .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tswuNXgLdF .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tswuNXgLdF .carousel {
  width: 100%;
}
.cid-tswuNXgLdF .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tswuNXgLdF .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tswuNXgLdF .modal.fade .modal-dialog,
.cid-tswuNXgLdF .modal.in .modal-dialog {
  transform: none;
}
.cid-tswuNXgLdF .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tswuNXgLdF H6 {
  text-align: left;
  color: #8d8d8d;
}
.cid-tswuNYrvEy {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-tswuNYrvEy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswuNYrvEy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tswuNYrvEy .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tswuNYrvEy .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tswuNYrvEy .row {
    text-align: center;
  }
  .cid-tswuNYrvEy .row > div {
    margin: auto;
  }
  .cid-tswuNYrvEy .social-row {
    justify-content: center;
  }
}
.cid-tswuNYrvEy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tswuNYrvEy .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tswuNYrvEy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tswuNYrvEy .list {
    margin-bottom: 0rem;
  }
}
.cid-tswuNYrvEy .mbr-text {
  color: #fafafa;
}
.cid-tswuNYrvEy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tswuNYrvEy .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tswuNYrvEy div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tswuNYrvEy H5 {
  color: #fafafa;
}
.cid-tswuNYrvEy .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tsIqewwu4r {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tsIqewwu4r nav.navbar {
  position: fixed;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsIqewwu4r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsIqewwu4r .dropdown-item:hover,
.cid-tsIqewwu4r .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-tsIqewwu4r .dropdown-item:hover span {
  color: white;
}
.cid-tsIqewwu4r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsIqewwu4r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsIqewwu4r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsIqewwu4r .nav-link {
  position: relative;
}
.cid-tsIqewwu4r .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tsIqewwu4r .container {
    flex-wrap: nowrap;
  }
}
.cid-tsIqewwu4r .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsIqewwu4r .dropdown-menu,
.cid-tsIqewwu4r .navbar.opened {
  background: #8ab839 !important;
}
.cid-tsIqewwu4r .nav-item:focus,
.cid-tsIqewwu4r .nav-link:focus {
  outline: none;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsIqewwu4r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsIqewwu4r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsIqewwu4r .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: #8ab839;
}
.cid-tsIqewwu4r .navbar.opened {
  transition: all 0.3s;
}
.cid-tsIqewwu4r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsIqewwu4r .navbar .navbar-logo img {
  width: auto;
}
.cid-tsIqewwu4r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsIqewwu4r .navbar.collapsed {
  justify-content: center;
}
.cid-tsIqewwu4r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsIqewwu4r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsIqewwu4r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsIqewwu4r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsIqewwu4r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsIqewwu4r .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-tsIqewwu4r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsIqewwu4r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsIqewwu4r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsIqewwu4r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsIqewwu4r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsIqewwu4r .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsIqewwu4r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsIqewwu4r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsIqewwu4r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsIqewwu4r .dropdown-item.active,
.cid-tsIqewwu4r .dropdown-item:active {
  background-color: transparent;
}
.cid-tsIqewwu4r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsIqewwu4r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8ab839;
}
.cid-tsIqewwu4r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsIqewwu4r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsIqewwu4r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsIqewwu4r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsIqewwu4r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIqewwu4r .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tsIqewwu4r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar {
    height: 70px;
  }
  .cid-tsIqewwu4r .navbar.opened {
    height: auto;
  }
  .cid-tsIqewwu4r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tswvqj61cu {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tswvqjbGJZ {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tswvqjbGJZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswvqjbGJZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tswvqjbGJZ .item {
  padding-bottom: 2rem;
}
.cid-tswvqjbGJZ .item-wrapper {
  position: relative;
}
.cid-tswvqjbGJZ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tswvqjbGJZ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tswvqjbGJZ .carousel-control,
.cid-tswvqjbGJZ .close {
  background: #1b1b1b;
}
.cid-tswvqjbGJZ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tswvqjbGJZ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tswvqjbGJZ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tswvqjbGJZ .carousel-control-next span {
  margin-left: 5px;
}
.cid-tswvqjbGJZ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tswvqjbGJZ .close::before {
  content: '\e91a';
}
.cid-tswvqjbGJZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tswvqjbGJZ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tswvqjbGJZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tswvqjbGJZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tswvqjbGJZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tswvqjbGJZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tswvqjbGJZ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tswvqjbGJZ .carousel-indicators li.active,
.cid-tswvqjbGJZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tswvqjbGJZ .carousel-indicators li::after,
.cid-tswvqjbGJZ .carousel-indicators li::before {
  content: none;
}
.cid-tswvqjbGJZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tswvqjbGJZ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tswvqjbGJZ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tswvqjbGJZ .carousel-indicators {
    display: none;
  }
}
.cid-tswvqjbGJZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tswvqjbGJZ .carousel-inner > .active {
  display: block;
}
.cid-tswvqjbGJZ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tswvqjbGJZ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tswvqjbGJZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tswvqjbGJZ .carousel-control,
  .cid-tswvqjbGJZ .carousel-indicators,
  .cid-tswvqjbGJZ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tswvqjbGJZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tswvqjbGJZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tswvqjbGJZ .carousel-indicators .active,
.cid-tswvqjbGJZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tswvqjbGJZ .carousel-indicators .active {
  background: #fff;
}
.cid-tswvqjbGJZ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tswvqjbGJZ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tswvqjbGJZ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tswvqjbGJZ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tswvqjbGJZ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tswvqjbGJZ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tswvqjbGJZ .carousel {
  width: 100%;
}
.cid-tswvqjbGJZ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tswvqjbGJZ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tswvqjbGJZ .modal.fade .modal-dialog,
.cid-tswvqjbGJZ .modal.in .modal-dialog {
  transform: none;
}
.cid-tswvqjbGJZ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tswvqjbGJZ H6 {
  text-align: left;
  color: #8d8d8d;
}
.cid-tswvqjMZds {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-tswvqjMZds .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswvqjMZds .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tswvqjMZds .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tswvqjMZds .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tswvqjMZds .row {
    text-align: center;
  }
  .cid-tswvqjMZds .row > div {
    margin: auto;
  }
  .cid-tswvqjMZds .social-row {
    justify-content: center;
  }
}
.cid-tswvqjMZds .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tswvqjMZds .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tswvqjMZds .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tswvqjMZds .list {
    margin-bottom: 0rem;
  }
}
.cid-tswvqjMZds .mbr-text {
  color: #fafafa;
}
.cid-tswvqjMZds .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tswvqjMZds .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tswvqjMZds div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tswvqjMZds H5 {
  color: #fafafa;
}
.cid-tswvqjMZds .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tsIqewwu4r {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tsIqewwu4r nav.navbar {
  position: fixed;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsIqewwu4r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsIqewwu4r .dropdown-item:hover,
.cid-tsIqewwu4r .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-tsIqewwu4r .dropdown-item:hover span {
  color: white;
}
.cid-tsIqewwu4r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsIqewwu4r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsIqewwu4r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsIqewwu4r .nav-link {
  position: relative;
}
.cid-tsIqewwu4r .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tsIqewwu4r .container {
    flex-wrap: nowrap;
  }
}
.cid-tsIqewwu4r .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsIqewwu4r .dropdown-menu,
.cid-tsIqewwu4r .navbar.opened {
  background: #8ab839 !important;
}
.cid-tsIqewwu4r .nav-item:focus,
.cid-tsIqewwu4r .nav-link:focus {
  outline: none;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsIqewwu4r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsIqewwu4r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsIqewwu4r .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: #8ab839;
}
.cid-tsIqewwu4r .navbar.opened {
  transition: all 0.3s;
}
.cid-tsIqewwu4r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsIqewwu4r .navbar .navbar-logo img {
  width: auto;
}
.cid-tsIqewwu4r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsIqewwu4r .navbar.collapsed {
  justify-content: center;
}
.cid-tsIqewwu4r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsIqewwu4r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsIqewwu4r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsIqewwu4r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsIqewwu4r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsIqewwu4r .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-tsIqewwu4r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsIqewwu4r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsIqewwu4r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsIqewwu4r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsIqewwu4r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsIqewwu4r .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsIqewwu4r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsIqewwu4r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsIqewwu4r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsIqewwu4r .dropdown-item.active,
.cid-tsIqewwu4r .dropdown-item:active {
  background-color: transparent;
}
.cid-tsIqewwu4r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsIqewwu4r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8ab839;
}
.cid-tsIqewwu4r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsIqewwu4r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsIqewwu4r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsIqewwu4r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsIqewwu4r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIqewwu4r .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tsIqewwu4r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar {
    height: 70px;
  }
  .cid-tsIqewwu4r .navbar.opened {
    height: auto;
  }
  .cid-tsIqewwu4r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsww8FGzG4 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsww8FLmZ9 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tsww8FLmZ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsww8FLmZ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsww8FLmZ9 .item {
  padding-bottom: 2rem;
}
.cid-tsww8FLmZ9 .item-wrapper {
  position: relative;
}
.cid-tsww8FLmZ9 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tsww8FLmZ9 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tsww8FLmZ9 .carousel-control,
.cid-tsww8FLmZ9 .close {
  background: #1b1b1b;
}
.cid-tsww8FLmZ9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tsww8FLmZ9 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tsww8FLmZ9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tsww8FLmZ9 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tsww8FLmZ9 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tsww8FLmZ9 .close::before {
  content: '\e91a';
}
.cid-tsww8FLmZ9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tsww8FLmZ9 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tsww8FLmZ9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsww8FLmZ9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tsww8FLmZ9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tsww8FLmZ9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tsww8FLmZ9 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tsww8FLmZ9 .carousel-indicators li.active,
.cid-tsww8FLmZ9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tsww8FLmZ9 .carousel-indicators li::after,
.cid-tsww8FLmZ9 .carousel-indicators li::before {
  content: none;
}
.cid-tsww8FLmZ9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tsww8FLmZ9 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tsww8FLmZ9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tsww8FLmZ9 .carousel-indicators {
    display: none;
  }
}
.cid-tsww8FLmZ9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tsww8FLmZ9 .carousel-inner > .active {
  display: block;
}
.cid-tsww8FLmZ9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsww8FLmZ9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tsww8FLmZ9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tsww8FLmZ9 .carousel-control,
  .cid-tsww8FLmZ9 .carousel-indicators,
  .cid-tsww8FLmZ9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tsww8FLmZ9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tsww8FLmZ9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tsww8FLmZ9 .carousel-indicators .active,
.cid-tsww8FLmZ9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tsww8FLmZ9 .carousel-indicators .active {
  background: #fff;
}
.cid-tsww8FLmZ9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tsww8FLmZ9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tsww8FLmZ9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tsww8FLmZ9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tsww8FLmZ9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tsww8FLmZ9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tsww8FLmZ9 .carousel {
  width: 100%;
}
.cid-tsww8FLmZ9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tsww8FLmZ9 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tsww8FLmZ9 .modal.fade .modal-dialog,
.cid-tsww8FLmZ9 .modal.in .modal-dialog {
  transform: none;
}
.cid-tsww8FLmZ9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tsww8FLmZ9 H6 {
  text-align: left;
  color: #8d8d8d;
}
.cid-tsww8GCzhB {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-tsww8GCzhB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsww8GCzhB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsww8GCzhB .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tsww8GCzhB .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tsww8GCzhB .row {
    text-align: center;
  }
  .cid-tsww8GCzhB .row > div {
    margin: auto;
  }
  .cid-tsww8GCzhB .social-row {
    justify-content: center;
  }
}
.cid-tsww8GCzhB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tsww8GCzhB .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tsww8GCzhB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsww8GCzhB .list {
    margin-bottom: 0rem;
  }
}
.cid-tsww8GCzhB .mbr-text {
  color: #fafafa;
}
.cid-tsww8GCzhB .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tsww8GCzhB .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tsww8GCzhB div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tsww8GCzhB H5 {
  color: #fafafa;
}
.cid-tsww8GCzhB .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tsIqewwu4r {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tsIqewwu4r nav.navbar {
  position: fixed;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsIqewwu4r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsIqewwu4r .dropdown-item:hover,
.cid-tsIqewwu4r .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-tsIqewwu4r .dropdown-item:hover span {
  color: white;
}
.cid-tsIqewwu4r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsIqewwu4r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsIqewwu4r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsIqewwu4r .nav-link {
  position: relative;
}
.cid-tsIqewwu4r .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tsIqewwu4r .container {
    flex-wrap: nowrap;
  }
}
.cid-tsIqewwu4r .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsIqewwu4r .dropdown-menu,
.cid-tsIqewwu4r .navbar.opened {
  background: #8ab839 !important;
}
.cid-tsIqewwu4r .nav-item:focus,
.cid-tsIqewwu4r .nav-link:focus {
  outline: none;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsIqewwu4r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsIqewwu4r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsIqewwu4r .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: #8ab839;
}
.cid-tsIqewwu4r .navbar.opened {
  transition: all 0.3s;
}
.cid-tsIqewwu4r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsIqewwu4r .navbar .navbar-logo img {
  width: auto;
}
.cid-tsIqewwu4r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsIqewwu4r .navbar.collapsed {
  justify-content: center;
}
.cid-tsIqewwu4r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsIqewwu4r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsIqewwu4r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsIqewwu4r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsIqewwu4r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsIqewwu4r .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-tsIqewwu4r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsIqewwu4r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsIqewwu4r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsIqewwu4r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsIqewwu4r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsIqewwu4r .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsIqewwu4r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsIqewwu4r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsIqewwu4r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsIqewwu4r .dropdown-item.active,
.cid-tsIqewwu4r .dropdown-item:active {
  background-color: transparent;
}
.cid-tsIqewwu4r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsIqewwu4r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8ab839;
}
.cid-tsIqewwu4r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsIqewwu4r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsIqewwu4r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsIqewwu4r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsIqewwu4r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIqewwu4r .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tsIqewwu4r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar {
    height: 70px;
  }
  .cid-tsIqewwu4r .navbar.opened {
    height: auto;
  }
  .cid-tsIqewwu4r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tswy5lL51q {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vakZy3glrq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vakZy3glrq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vakZy3glrq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vakZy3glrq .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-vakZy3glrq .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vakZy3glrq .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vakZy3glrq .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vakZy3glrq .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vakZy3glrq .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-vakZy3glrq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vakZy3glrq .card-title {
  color: #232323;
}
.cid-vakZy3glrq .mbr-text,
.cid-vakZy3glrq .mbr-section-btn {
  color: #232323;
}
.cid-vaI5q8T6dW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaI5q8T6dW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaI5q8T6dW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaI5q8T6dW .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-vaI5q8T6dW .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vaI5q8T6dW .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vaI5q8T6dW .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vaI5q8T6dW .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vaI5q8T6dW .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-vaI5q8T6dW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vaI5q8T6dW .card-title {
  color: #232323;
}
.cid-vaI5q8T6dW .mbr-text,
.cid-vaI5q8T6dW .mbr-section-btn {
  color: #232323;
}
.cid-tswy5lRCFo {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tswy5lRCFo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswy5lRCFo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tswy5lRCFo .item {
  padding-bottom: 2rem;
}
.cid-tswy5lRCFo .item-wrapper {
  position: relative;
}
.cid-tswy5lRCFo .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tswy5lRCFo .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tswy5lRCFo .carousel-control,
.cid-tswy5lRCFo .close {
  background: #1b1b1b;
}
.cid-tswy5lRCFo .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tswy5lRCFo .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tswy5lRCFo .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tswy5lRCFo .carousel-control-next span {
  margin-left: 5px;
}
.cid-tswy5lRCFo .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tswy5lRCFo .close::before {
  content: '\e91a';
}
.cid-tswy5lRCFo .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tswy5lRCFo .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tswy5lRCFo .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tswy5lRCFo .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tswy5lRCFo .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tswy5lRCFo .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tswy5lRCFo .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tswy5lRCFo .carousel-indicators li.active,
.cid-tswy5lRCFo .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tswy5lRCFo .carousel-indicators li::after,
.cid-tswy5lRCFo .carousel-indicators li::before {
  content: none;
}
.cid-tswy5lRCFo .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tswy5lRCFo .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tswy5lRCFo .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tswy5lRCFo .carousel-indicators {
    display: none;
  }
}
.cid-tswy5lRCFo .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tswy5lRCFo .carousel-inner > .active {
  display: block;
}
.cid-tswy5lRCFo .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tswy5lRCFo .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tswy5lRCFo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tswy5lRCFo .carousel-control,
  .cid-tswy5lRCFo .carousel-indicators,
  .cid-tswy5lRCFo .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tswy5lRCFo .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tswy5lRCFo .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tswy5lRCFo .carousel-indicators .active,
.cid-tswy5lRCFo .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tswy5lRCFo .carousel-indicators .active {
  background: #fff;
}
.cid-tswy5lRCFo .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tswy5lRCFo .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tswy5lRCFo .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tswy5lRCFo .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tswy5lRCFo .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tswy5lRCFo .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tswy5lRCFo .carousel {
  width: 100%;
}
.cid-tswy5lRCFo .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tswy5lRCFo .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tswy5lRCFo .modal.fade .modal-dialog,
.cid-tswy5lRCFo .modal.in .modal-dialog {
  transform: none;
}
.cid-tswy5lRCFo .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tswy5lRCFo H6 {
  text-align: left;
  color: #8d8d8d;
}
.cid-tswy5nTb39 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-tswy5nTb39 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswy5nTb39 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tswy5nTb39 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tswy5nTb39 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tswy5nTb39 .row {
    text-align: center;
  }
  .cid-tswy5nTb39 .row > div {
    margin: auto;
  }
  .cid-tswy5nTb39 .social-row {
    justify-content: center;
  }
}
.cid-tswy5nTb39 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tswy5nTb39 .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tswy5nTb39 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tswy5nTb39 .list {
    margin-bottom: 0rem;
  }
}
.cid-tswy5nTb39 .mbr-text {
  color: #fafafa;
}
.cid-tswy5nTb39 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tswy5nTb39 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tswy5nTb39 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tswy5nTb39 H5 {
  color: #fafafa;
}
.cid-tswy5nTb39 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tsIqewwu4r {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tsIqewwu4r nav.navbar {
  position: fixed;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsIqewwu4r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsIqewwu4r .dropdown-item:hover,
.cid-tsIqewwu4r .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-tsIqewwu4r .dropdown-item:hover span {
  color: white;
}
.cid-tsIqewwu4r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsIqewwu4r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsIqewwu4r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsIqewwu4r .nav-link {
  position: relative;
}
.cid-tsIqewwu4r .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tsIqewwu4r .container {
    flex-wrap: nowrap;
  }
}
.cid-tsIqewwu4r .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsIqewwu4r .dropdown-menu,
.cid-tsIqewwu4r .navbar.opened {
  background: #8ab839 !important;
}
.cid-tsIqewwu4r .nav-item:focus,
.cid-tsIqewwu4r .nav-link:focus {
  outline: none;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsIqewwu4r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsIqewwu4r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsIqewwu4r .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: #8ab839;
}
.cid-tsIqewwu4r .navbar.opened {
  transition: all 0.3s;
}
.cid-tsIqewwu4r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsIqewwu4r .navbar .navbar-logo img {
  width: auto;
}
.cid-tsIqewwu4r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsIqewwu4r .navbar.collapsed {
  justify-content: center;
}
.cid-tsIqewwu4r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsIqewwu4r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsIqewwu4r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsIqewwu4r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsIqewwu4r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsIqewwu4r .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-tsIqewwu4r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsIqewwu4r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsIqewwu4r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsIqewwu4r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsIqewwu4r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsIqewwu4r .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsIqewwu4r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsIqewwu4r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsIqewwu4r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsIqewwu4r .dropdown-item.active,
.cid-tsIqewwu4r .dropdown-item:active {
  background-color: transparent;
}
.cid-tsIqewwu4r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsIqewwu4r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8ab839;
}
.cid-tsIqewwu4r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsIqewwu4r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsIqewwu4r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsIqewwu4r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsIqewwu4r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIqewwu4r .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tsIqewwu4r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar {
    height: 70px;
  }
  .cid-tsIqewwu4r .navbar.opened {
    height: auto;
  }
  .cid-tsIqewwu4r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tswCWgtuyQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #8ab839;
}
.cid-tswCWgtuyQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswCWgtuyQ .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-tswCWgtuyQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tswCWgtuyQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tswCWgtuyQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-tswCWgtuyQ .mbr-text {
  color: #2a4058;
}
.cid-tswDu9uLjf {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tswDu9uLjf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswDu9uLjf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMe8OXV6bO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMe8OXV6bO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMe8OXV6bO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMe8OXV6bO .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tMe8OXV6bO .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tMe8OXV6bO .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tMe8OXV6bO .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tMe8OXV6bO .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tMe8OXV6bO .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tMe8OXV6bO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tMe8OXV6bO .card-title {
  color: #232323;
}
.cid-tMe8OXV6bO .mbr-text,
.cid-tMe8OXV6bO .mbr-section-btn {
  color: #232323;
}
.cid-tMe7GgEdRV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8ab839;
}
.cid-tMe7GgEdRV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMe7GgEdRV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMe7GgEdRV .content-wrapper {
  background: #8ab839;
}
@media (max-width: 991px) {
  .cid-tMe7GgEdRV .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tMe7GgEdRV .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tMe7GgEdRV .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tMe7GgEdRV .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tMe7GgEdRV .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tMe7GgEdRV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tMe7GgEdRV .card-title {
  color: #232323;
}
.cid-tMe7GgEdRV .mbr-text,
.cid-tMe7GgEdRV .mbr-section-btn {
  color: #232323;
}
.cid-tsOmm6PHOQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsOmm6PHOQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsOmm6PHOQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsOmm6PHOQ .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tsOmm6PHOQ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsOmm6PHOQ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsOmm6PHOQ .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsOmm6PHOQ .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tsOmm6PHOQ .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tsOmm6PHOQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsOmm6PHOQ .card-title {
  color: #232323;
}
.cid-tsOmm6PHOQ .mbr-text,
.cid-tsOmm6PHOQ .mbr-section-btn {
  color: #232323;
}
.cid-tsI8nhWegI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #8ab839;
}
.cid-tsI8nhWegI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsI8nhWegI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsI8nhWegI .video-wrapper iframe {
  width: 100%;
}
.cid-tsI8nhWegI .mbr-section-title,
.cid-tsI8nhWegI .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tsI8nhWegI .text-wrapper {
    padding: 2rem;
  }
}
.cid-tsI9a6xQ2F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsI9a6xQ2F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsI9a6xQ2F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsI9a6xQ2F .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tsI9a6xQ2F .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsI9a6xQ2F .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsI9a6xQ2F .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsI9a6xQ2F .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tsI9a6xQ2F .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tsI9a6xQ2F .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsI9a6xQ2F .card-title {
  color: #232323;
}
.cid-tsI9a6xQ2F .mbr-text,
.cid-tsI9a6xQ2F .mbr-section-btn {
  color: #232323;
}
.cid-tsI7wU3cUn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #8ab839;
}
.cid-tsI7wU3cUn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsI7wU3cUn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsI7wU3cUn .video-wrapper iframe {
  width: 100%;
}
.cid-tsI7wU3cUn .mbr-section-title,
.cid-tsI7wU3cUn .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tsI7wU3cUn .text-wrapper {
    padding: 2rem;
  }
}
.cid-tsI7wU3cUn .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tsI7wU3cUn .mbr-description {
  color: #fafafa;
}
.cid-tswYJ8Q4dw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8ab839;
}
.cid-tswYJ8Q4dw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswYJ8Q4dw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tswYJ8Q4dw .content-wrapper {
  background: #8ab839;
}
@media (max-width: 991px) {
  .cid-tswYJ8Q4dw .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tswYJ8Q4dw .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tswYJ8Q4dw .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tswYJ8Q4dw .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tswYJ8Q4dw .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tswYJ8Q4dw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tswYJ8Q4dw .card-title {
  color: #fafafa;
}
.cid-tswYJ8Q4dw .mbr-text,
.cid-tswYJ8Q4dw .mbr-section-btn {
  color: #fafafa;
}
.cid-tswXTwKJsR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tswXTwKJsR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswXTwKJsR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tswXTwKJsR .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tswXTwKJsR .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tswXTwKJsR .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tswXTwKJsR .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tswXTwKJsR .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tswXTwKJsR .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tswXTwKJsR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tswXTwKJsR .card-title {
  color: #232323;
}
.cid-tswXTwKJsR .mbr-text,
.cid-tswXTwKJsR .mbr-section-btn {
  color: #232323;
}
.cid-tswXBKumgu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8ab839;
}
.cid-tswXBKumgu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswXBKumgu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tswXBKumgu .content-wrapper {
  background: #8ab839;
}
@media (max-width: 991px) {
  .cid-tswXBKumgu .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tswXBKumgu .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tswXBKumgu .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tswXBKumgu .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tswXBKumgu .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tswXBKumgu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tswXBKumgu .card-title {
  color: #fafafa;
}
.cid-tswXBKumgu .mbr-text,
.cid-tswXBKumgu .mbr-section-btn {
  color: #fafafa;
}
.cid-tswXmtrvc5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tswXmtrvc5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswXmtrvc5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tswXmtrvc5 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tswXmtrvc5 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tswXmtrvc5 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tswXmtrvc5 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tswXmtrvc5 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tswXmtrvc5 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tswXmtrvc5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tswXmtrvc5 .card-title {
  color: #232323;
}
.cid-tswXmtrvc5 .mbr-text,
.cid-tswXmtrvc5 .mbr-section-btn {
  color: #232323;
}
.cid-tswX8sESHU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8ab839;
}
.cid-tswX8sESHU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswX8sESHU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tswX8sESHU .content-wrapper {
  background: #8ab839;
}
@media (max-width: 991px) {
  .cid-tswX8sESHU .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tswX8sESHU .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tswX8sESHU .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tswX8sESHU .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tswX8sESHU .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tswX8sESHU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tswX8sESHU .card-title {
  color: #fafafa;
}
.cid-tswX8sESHU .mbr-text,
.cid-tswX8sESHU .mbr-section-btn {
  color: #fafafa;
}
.cid-tswWS2sGOY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tswWS2sGOY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswWS2sGOY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tswWS2sGOY .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tswWS2sGOY .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tswWS2sGOY .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tswWS2sGOY .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tswWS2sGOY .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tswWS2sGOY .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tswWS2sGOY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tswWS2sGOY .card-title {
  color: #232323;
}
.cid-tswWS2sGOY .mbr-text,
.cid-tswWS2sGOY .mbr-section-btn {
  color: #232323;
}
.cid-tswWoRnOO2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8ab839;
}
.cid-tswWoRnOO2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswWoRnOO2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tswWoRnOO2 .content-wrapper {
  background: #8ab839;
}
@media (max-width: 991px) {
  .cid-tswWoRnOO2 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tswWoRnOO2 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tswWoRnOO2 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tswWoRnOO2 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tswWoRnOO2 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tswWoRnOO2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tswWoRnOO2 .card-title {
  color: #fafafa;
}
.cid-tswWoRnOO2 .mbr-text,
.cid-tswWoRnOO2 .mbr-section-btn {
  color: #fafafa;
}
.cid-tswW97zMio {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tswW97zMio .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswW97zMio .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tswW97zMio .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tswW97zMio .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tswW97zMio .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tswW97zMio .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tswW97zMio .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tswW97zMio .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tswW97zMio .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tswW97zMio .card-title {
  color: #232323;
}
.cid-tswW97zMio .mbr-text,
.cid-tswW97zMio .mbr-section-btn {
  color: #232323;
}
.cid-tswVZiOKNn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8ab839;
}
.cid-tswVZiOKNn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswVZiOKNn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tswVZiOKNn .content-wrapper {
  background: #8ab839;
}
@media (max-width: 991px) {
  .cid-tswVZiOKNn .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tswVZiOKNn .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tswVZiOKNn .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tswVZiOKNn .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tswVZiOKNn .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tswVZiOKNn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tswVZiOKNn .card-title {
  color: #fafafa;
}
.cid-tswVZiOKNn .mbr-text,
.cid-tswVZiOKNn .mbr-section-btn {
  color: #fafafa;
}
.cid-tswVwhH08F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tswVwhH08F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswVwhH08F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tswVwhH08F .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tswVwhH08F .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tswVwhH08F .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tswVwhH08F .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tswVwhH08F .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tswVwhH08F .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tswVwhH08F .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tswVwhH08F .card-title {
  color: #232323;
}
.cid-tswVwhH08F .mbr-text,
.cid-tswVwhH08F .mbr-section-btn {
  color: #232323;
}
.cid-tswVgh98aE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8ab839;
}
.cid-tswVgh98aE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswVgh98aE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tswVgh98aE .content-wrapper {
  background: #8ab839;
}
@media (max-width: 991px) {
  .cid-tswVgh98aE .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tswVgh98aE .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tswVgh98aE .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tswVgh98aE .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tswVgh98aE .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tswVgh98aE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tswVgh98aE .card-title {
  color: #fafafa;
}
.cid-tswVgh98aE .mbr-text,
.cid-tswVgh98aE .mbr-section-btn {
  color: #fafafa;
}
.cid-tswV1Oez2z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tswV1Oez2z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswV1Oez2z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tswV1Oez2z .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tswV1Oez2z .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tswV1Oez2z .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tswV1Oez2z .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tswV1Oez2z .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tswV1Oez2z .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tswV1Oez2z .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tswV1Oez2z .card-title {
  color: #232323;
}
.cid-tswV1Oez2z .mbr-text,
.cid-tswV1Oez2z .mbr-section-btn {
  color: #232323;
}
.cid-tswUFsX8CN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8ab839;
}
.cid-tswUFsX8CN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswUFsX8CN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tswUFsX8CN .content-wrapper {
  background: #8ab839;
}
@media (max-width: 991px) {
  .cid-tswUFsX8CN .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tswUFsX8CN .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tswUFsX8CN .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tswUFsX8CN .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tswUFsX8CN .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tswUFsX8CN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tswUFsX8CN .card-title {
  color: #fafafa;
}
.cid-tswUFsX8CN .mbr-text,
.cid-tswUFsX8CN .mbr-section-btn {
  color: #fafafa;
}
.cid-tswTcwvlqU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tswTcwvlqU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswTcwvlqU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tswTcwvlqU .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tswTcwvlqU .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tswTcwvlqU .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tswTcwvlqU .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tswTcwvlqU .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tswTcwvlqU .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tswTcwvlqU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tswTcwvlqU .card-title {
  color: #232323;
}
.cid-tswTcwvlqU .mbr-text,
.cid-tswTcwvlqU .mbr-section-btn {
  color: #232323;
}
.cid-tswSyBB2Pm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8ab839;
}
.cid-tswSyBB2Pm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswSyBB2Pm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tswSyBB2Pm .content-wrapper {
  background: #8ab839;
}
@media (max-width: 991px) {
  .cid-tswSyBB2Pm .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tswSyBB2Pm .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tswSyBB2Pm .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tswSyBB2Pm .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tswSyBB2Pm .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tswSyBB2Pm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tswSyBB2Pm .card-title {
  color: #fafafa;
}
.cid-tswSyBB2Pm .mbr-text,
.cid-tswSyBB2Pm .mbr-section-btn {
  color: #fafafa;
}
.cid-tswS57KyLK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tswS57KyLK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswS57KyLK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tswS57KyLK .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tswS57KyLK .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tswS57KyLK .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tswS57KyLK .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tswS57KyLK .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tswS57KyLK .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tswS57KyLK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tswS57KyLK .card-title {
  color: #232323;
}
.cid-tswS57KyLK .mbr-text,
.cid-tswS57KyLK .mbr-section-btn {
  color: #232323;
}
.cid-tswRGFsNby {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8ab839;
}
.cid-tswRGFsNby .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswRGFsNby .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tswRGFsNby .content-wrapper {
  background: #8ab839;
}
@media (max-width: 991px) {
  .cid-tswRGFsNby .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tswRGFsNby .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tswRGFsNby .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tswRGFsNby .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tswRGFsNby .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tswRGFsNby .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tswRGFsNby .card-title {
  color: #fafafa;
}
.cid-tswRGFsNby .mbr-text,
.cid-tswRGFsNby .mbr-section-btn {
  color: #fafafa;
}
.cid-tswRgAkFpq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tswRgAkFpq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswRgAkFpq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tswRgAkFpq .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tswRgAkFpq .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tswRgAkFpq .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tswRgAkFpq .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tswRgAkFpq .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tswRgAkFpq .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tswRgAkFpq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tswRgAkFpq .card-title {
  color: #232323;
}
.cid-tswRgAkFpq .mbr-text,
.cid-tswRgAkFpq .mbr-section-btn {
  color: #232323;
}
.cid-tswR4EGakD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8ab839;
}
.cid-tswR4EGakD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswR4EGakD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tswR4EGakD .content-wrapper {
  background: #8ab839;
}
@media (max-width: 991px) {
  .cid-tswR4EGakD .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tswR4EGakD .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tswR4EGakD .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tswR4EGakD .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tswR4EGakD .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tswR4EGakD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tswR4EGakD .card-title {
  color: #fafafa;
}
.cid-tswR4EGakD .mbr-text,
.cid-tswR4EGakD .mbr-section-btn {
  color: #fafafa;
}
.cid-tswQEK0Ke0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tswQEK0Ke0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswQEK0Ke0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tswQEK0Ke0 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tswQEK0Ke0 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tswQEK0Ke0 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tswQEK0Ke0 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tswQEK0Ke0 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tswQEK0Ke0 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tswQEK0Ke0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tswQEK0Ke0 .card-title {
  color: #232323;
}
.cid-tswQEK0Ke0 .mbr-text,
.cid-tswQEK0Ke0 .mbr-section-btn {
  color: #232323;
}
.cid-tswQl8JWvl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8ab839;
}
.cid-tswQl8JWvl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswQl8JWvl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tswQl8JWvl .content-wrapper {
  background: #8ab839;
}
@media (max-width: 991px) {
  .cid-tswQl8JWvl .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tswQl8JWvl .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tswQl8JWvl .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tswQl8JWvl .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tswQl8JWvl .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tswQl8JWvl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tswQl8JWvl .card-title {
  color: #fafafa;
}
.cid-tswQl8JWvl .mbr-text,
.cid-tswQl8JWvl .mbr-section-btn {
  color: #fafafa;
}
.cid-tswPXDZ6Gp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tswPXDZ6Gp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswPXDZ6Gp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tswPXDZ6Gp .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tswPXDZ6Gp .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tswPXDZ6Gp .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tswPXDZ6Gp .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tswPXDZ6Gp .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tswPXDZ6Gp .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tswPXDZ6Gp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tswPXDZ6Gp .card-title {
  color: #232323;
}
.cid-tswPXDZ6Gp .mbr-text,
.cid-tswPXDZ6Gp .mbr-section-btn {
  color: #232323;
}
.cid-tswNGV2Jqo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8ab839;
}
.cid-tswNGV2Jqo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswNGV2Jqo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tswNGV2Jqo .content-wrapper {
  background: #8ab839;
}
@media (max-width: 991px) {
  .cid-tswNGV2Jqo .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tswNGV2Jqo .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tswNGV2Jqo .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tswNGV2Jqo .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tswNGV2Jqo .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tswNGV2Jqo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tswNGV2Jqo .card-title {
  color: #fafafa;
}
.cid-tswNGV2Jqo .mbr-text,
.cid-tswNGV2Jqo .mbr-section-btn {
  color: #fafafa;
}
.cid-tswNvvT1nF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tswNvvT1nF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswNvvT1nF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tswNvvT1nF .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tswNvvT1nF .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tswNvvT1nF .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tswNvvT1nF .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tswNvvT1nF .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tswNvvT1nF .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tswNvvT1nF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tswNvvT1nF .card-title {
  color: #232323;
}
.cid-tswNvvT1nF .mbr-text,
.cid-tswNvvT1nF .mbr-section-btn {
  color: #232323;
}
.cid-tswN1n6ese {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8ab839;
}
.cid-tswN1n6ese .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswN1n6ese .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tswN1n6ese .content-wrapper {
  background: #8ab839;
}
@media (max-width: 991px) {
  .cid-tswN1n6ese .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tswN1n6ese .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tswN1n6ese .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tswN1n6ese .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tswN1n6ese .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tswN1n6ese .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tswN1n6ese .card-title {
  color: #fafafa;
}
.cid-tswN1n6ese .mbr-text,
.cid-tswN1n6ese .mbr-section-btn {
  color: #fafafa;
}
.cid-tswMzn89tS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tswMzn89tS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswMzn89tS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tswMzn89tS .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tswMzn89tS .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tswMzn89tS .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tswMzn89tS .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tswMzn89tS .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tswMzn89tS .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tswMzn89tS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tswMzn89tS .card-title {
  color: #232323;
}
.cid-tswMzn89tS .mbr-text,
.cid-tswMzn89tS .mbr-section-btn {
  color: #232323;
}
.cid-tswLLceX1I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8ab839;
}
.cid-tswLLceX1I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswLLceX1I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tswLLceX1I .content-wrapper {
  background: #8ab839;
}
@media (max-width: 991px) {
  .cid-tswLLceX1I .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tswLLceX1I .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tswLLceX1I .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tswLLceX1I .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tswLLceX1I .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tswLLceX1I .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tswLLceX1I .card-title {
  color: #fafafa;
}
.cid-tswLLceX1I .mbr-text,
.cid-tswLLceX1I .mbr-section-btn {
  color: #fafafa;
}
.cid-tswJQmeIn9 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tswJQmeIn9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswJQmeIn9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tswJQmeIn9 .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-tswJWopXzQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tswJWopXzQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswJWopXzQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tswJWopXzQ .item {
  padding-bottom: 2rem;
}
.cid-tswJWopXzQ .item-wrapper {
  position: relative;
}
.cid-tswJWopXzQ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tswJWopXzQ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tswJWopXzQ .carousel-control,
.cid-tswJWopXzQ .close {
  background: #1b1b1b;
}
.cid-tswJWopXzQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tswJWopXzQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tswJWopXzQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tswJWopXzQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-tswJWopXzQ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tswJWopXzQ .close::before {
  content: '\e91a';
}
.cid-tswJWopXzQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tswJWopXzQ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tswJWopXzQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tswJWopXzQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tswJWopXzQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tswJWopXzQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tswJWopXzQ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tswJWopXzQ .carousel-indicators li.active,
.cid-tswJWopXzQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tswJWopXzQ .carousel-indicators li::after,
.cid-tswJWopXzQ .carousel-indicators li::before {
  content: none;
}
.cid-tswJWopXzQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tswJWopXzQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tswJWopXzQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tswJWopXzQ .carousel-indicators {
    display: none;
  }
}
.cid-tswJWopXzQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tswJWopXzQ .carousel-inner > .active {
  display: block;
}
.cid-tswJWopXzQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tswJWopXzQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tswJWopXzQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tswJWopXzQ .carousel-control,
  .cid-tswJWopXzQ .carousel-indicators,
  .cid-tswJWopXzQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tswJWopXzQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tswJWopXzQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tswJWopXzQ .carousel-indicators .active,
.cid-tswJWopXzQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tswJWopXzQ .carousel-indicators .active {
  background: #fff;
}
.cid-tswJWopXzQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tswJWopXzQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tswJWopXzQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tswJWopXzQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tswJWopXzQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tswJWopXzQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tswJWopXzQ .carousel {
  width: 100%;
}
.cid-tswJWopXzQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tswJWopXzQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tswJWopXzQ .modal.fade .modal-dialog,
.cid-tswJWopXzQ .modal.in .modal-dialog {
  transform: none;
}
.cid-tswJWopXzQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tswJWopXzQ H6 {
  text-align: center;
}
.cid-tswJAs8ilo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #8ab839;
}
.cid-tswJAs8ilo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswJAs8ilo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tswJAs8ilo .video-wrapper iframe {
  width: 100%;
}
.cid-tswJAs8ilo .mbr-section-title,
.cid-tswJAs8ilo .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tswJAs8ilo .text-wrapper {
    padding: 2rem;
  }
}
.cid-tswJAs8ilo .mbr-text {
  color: #fafafa;
}
.cid-tswJAs8ilo .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tswJ8stow3 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tswJ8stow3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswJ8stow3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tswJ8stow3 .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-tswISCCnUx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #8ab839;
}
.cid-tswISCCnUx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswISCCnUx .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-tswISCCnUx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tswISCCnUx img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tswISCCnUx .text-wrapper {
    padding: 2rem;
  }
}
.cid-tswISCCnUx .mbr-section-title {
  color: #fafafa;
}
.cid-tswISCCnUx .mbr-text {
  color: #fafafa;
}
.cid-tswEBNKbKz {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tswEBNKbKz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswEBNKbKz .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-tswEBNKbKz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tswEBNKbKz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tswEBNKbKz .text-wrapper {
    padding: 2rem;
  }
}
.cid-tswEbyjpJ9 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #8ab839;
}
.cid-tswEbyjpJ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswEbyjpJ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tswEbyjpJ9 .video-wrapper iframe {
  width: 100%;
}
.cid-tswEbyjpJ9 .mbr-section-title,
.cid-tswEbyjpJ9 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tswEbyjpJ9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tswEbyjpJ9 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tswEbyjpJ9 .mbr-text {
  color: #fafafa;
}
.cid-tswDLKIiRU {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tswDLKIiRU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswDLKIiRU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tswDLKIiRU .video-wrapper iframe {
  width: 100%;
}
.cid-tswDLKIiRU .mbr-section-title,
.cid-tswDLKIiRU .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tswDLKIiRU .text-wrapper {
    padding: 2rem;
  }
}
.cid-tswCKz4dYj {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-tswCKz4dYj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswCKz4dYj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tswCKz4dYj .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tswCKz4dYj .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tswCKz4dYj .row {
    text-align: center;
  }
  .cid-tswCKz4dYj .row > div {
    margin: auto;
  }
  .cid-tswCKz4dYj .social-row {
    justify-content: center;
  }
}
.cid-tswCKz4dYj .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tswCKz4dYj .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tswCKz4dYj .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tswCKz4dYj .list {
    margin-bottom: 0rem;
  }
}
.cid-tswCKz4dYj .mbr-text {
  color: #fafafa;
}
.cid-tswCKz4dYj .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tswCKz4dYj .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tswCKz4dYj div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tswCKz4dYj H5 {
  color: #fafafa;
}
.cid-tswCKz4dYj .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tsIqewwu4r {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tsIqewwu4r nav.navbar {
  position: fixed;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsIqewwu4r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsIqewwu4r .dropdown-item:hover,
.cid-tsIqewwu4r .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-tsIqewwu4r .dropdown-item:hover span {
  color: white;
}
.cid-tsIqewwu4r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsIqewwu4r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsIqewwu4r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsIqewwu4r .nav-link {
  position: relative;
}
.cid-tsIqewwu4r .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tsIqewwu4r .container {
    flex-wrap: nowrap;
  }
}
.cid-tsIqewwu4r .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsIqewwu4r .dropdown-menu,
.cid-tsIqewwu4r .navbar.opened {
  background: #8ab839 !important;
}
.cid-tsIqewwu4r .nav-item:focus,
.cid-tsIqewwu4r .nav-link:focus {
  outline: none;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsIqewwu4r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsIqewwu4r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsIqewwu4r .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: #8ab839;
}
.cid-tsIqewwu4r .navbar.opened {
  transition: all 0.3s;
}
.cid-tsIqewwu4r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsIqewwu4r .navbar .navbar-logo img {
  width: auto;
}
.cid-tsIqewwu4r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsIqewwu4r .navbar.collapsed {
  justify-content: center;
}
.cid-tsIqewwu4r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsIqewwu4r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsIqewwu4r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsIqewwu4r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsIqewwu4r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsIqewwu4r .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-tsIqewwu4r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsIqewwu4r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsIqewwu4r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsIqewwu4r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsIqewwu4r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsIqewwu4r .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsIqewwu4r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsIqewwu4r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsIqewwu4r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsIqewwu4r .dropdown-item.active,
.cid-tsIqewwu4r .dropdown-item:active {
  background-color: transparent;
}
.cid-tsIqewwu4r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsIqewwu4r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8ab839;
}
.cid-tsIqewwu4r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsIqewwu4r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsIqewwu4r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsIqewwu4r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsIqewwu4r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIqewwu4r .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tsIqewwu4r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar {
    height: 70px;
  }
  .cid-tsIqewwu4r .navbar.opened {
    height: auto;
  }
  .cid-tsIqewwu4r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsxc1rCbWK {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsxc1rCbWK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsxc1rCbWK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsxc1rCbWK .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-tsxc7E96ij {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8ab839;
}
.cid-tsxc7E96ij .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tsxc7E96ij .mbr-text {
  color: #fafafa;
}
.cid-tsxcXa76mG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsxcXa76mG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsxcXa76mG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsxcXa76mG .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-tsxcMzno6t {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tsxcMzno6t .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsxcMzno6t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsxcMzno6t .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tsxcMzno6t .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tsxcMzno6t .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-tsxdj7i3qj {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tsxdj7i3qj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsxdj7i3qj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsxdj7i3qj .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tsxdj7i3qj .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tsxdj7i3qj .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-tsxdjBCarH {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tsxdjBCarH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsxdjBCarH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsxdjBCarH .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tsxdjBCarH .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tsxdjBCarH .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-uGEhOfHjfk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGEhOfHjfk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGEhOfHjfk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGEhOfHjfk .text-wrapper {
    padding: 2rem;
  }
}
.cid-uGEhOfHjfk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uGEhOfHjfk .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uGEhOfHjfk .mbr-text {
  color: #c9a871;
}
.cid-uGEhOfHjfk .name {
  color: #2d4f9b;
}
.cid-uGEhOfHjfk .position {
  color: #2d4f9b;
}
.cid-uGEa1JthDe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGEa1JthDe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGEa1JthDe .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-uGEa1JthDe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGEa1JthDe img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uGEa1JthDe .text-wrapper {
    padding: 2rem;
  }
}
.cid-uGEa1JthDe .mbr-section-title {
  color: #232323;
}
.cid-uGE7C0gyH7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGE7C0gyH7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGE7C0gyH7 .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-uGE7C0gyH7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGE7C0gyH7 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uGE7C0gyH7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uGE7C0gyH7 .mbr-section-title {
  color: #232323;
}
.cid-uGIJAWQj4e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGIJAWQj4e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGIJAWQj4e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGIJAWQj4e .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uGIJAWQj4e .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGIJAWQj4e .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uGIJAWQj4e .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGIJAWQj4e .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uGIJAWQj4e .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uGIJAWQj4e .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uGIJAWQj4e .card-title {
  color: #232323;
}
.cid-uGIJAWQj4e .mbr-text,
.cid-uGIJAWQj4e .mbr-section-btn {
  color: #232323;
}
.cid-tsI6iXtaqZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsI6iXtaqZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsI6iXtaqZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsI6iXtaqZ .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tsI6iXtaqZ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsI6iXtaqZ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsI6iXtaqZ .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsI6iXtaqZ .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tsI6iXtaqZ .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tsI6iXtaqZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsI6iXtaqZ .card-title {
  color: #232323;
}
.cid-tsI6iXtaqZ .mbr-text,
.cid-tsI6iXtaqZ .mbr-section-btn {
  color: #232323;
}
.cid-tsxfGyJynz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsxfGyJynz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsxfGyJynz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsxfGyJynz .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tsxfGyJynz .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsxfGyJynz .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsxfGyJynz .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsxfGyJynz .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tsxfGyJynz .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tsxfGyJynz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsxfGyJynz .card-title {
  color: #232323;
}
.cid-tsxfGyJynz .mbr-text,
.cid-tsxfGyJynz .mbr-section-btn {
  color: #232323;
}
.cid-tsxg8oAXUV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsxg8oAXUV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsxg8oAXUV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsxg8oAXUV .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tsxg8oAXUV .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsxg8oAXUV .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsxg8oAXUV .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsxg8oAXUV .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tsxg8oAXUV .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tsxg8oAXUV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsxg8oAXUV .card-title {
  color: #232323;
}
.cid-tsxg8oAXUV .mbr-text,
.cid-tsxg8oAXUV .mbr-section-btn {
  color: #232323;
}
.cid-tsxgwdQToS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsxgwdQToS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsxgwdQToS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsxgwdQToS .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tsxgwdQToS .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsxgwdQToS .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsxgwdQToS .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsxgwdQToS .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tsxgwdQToS .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tsxgwdQToS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsxgwdQToS .card-title {
  color: #232323;
}
.cid-tsxgwdQToS .mbr-text,
.cid-tsxgwdQToS .mbr-section-btn {
  color: #232323;
}
.cid-tsxgMwvc0h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsxgMwvc0h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsxgMwvc0h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsxgMwvc0h .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tsxgMwvc0h .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsxgMwvc0h .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsxgMwvc0h .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsxgMwvc0h .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tsxgMwvc0h .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tsxgMwvc0h .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsxgMwvc0h .card-title {
  color: #232323;
}
.cid-tsxgMwvc0h .mbr-text,
.cid-tsxgMwvc0h .mbr-section-btn {
  color: #232323;
}
.cid-tsxh3xivk1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsxh3xivk1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsxh3xivk1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsxh3xivk1 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tsxh3xivk1 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsxh3xivk1 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsxh3xivk1 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsxh3xivk1 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tsxh3xivk1 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tsxh3xivk1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsxh3xivk1 .card-title {
  color: #232323;
}
.cid-tsxh3xivk1 .mbr-text,
.cid-tsxh3xivk1 .mbr-section-btn {
  color: #232323;
}
.cid-tsxhiCEQqm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsxhiCEQqm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsxhiCEQqm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsxhiCEQqm .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tsxhiCEQqm .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsxhiCEQqm .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsxhiCEQqm .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsxhiCEQqm .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tsxhiCEQqm .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tsxhiCEQqm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsxhiCEQqm .card-title {
  color: #232323;
}
.cid-tsxhiCEQqm .mbr-text,
.cid-tsxhiCEQqm .mbr-section-btn {
  color: #232323;
}
.cid-tsxhSxuHhJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tsxhSxuHhJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsxhSxuHhJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsxhSxuHhJ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tsxhSxuHhJ .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tsxhSxuHhJ .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tsxhSxuHhJ P {
  text-align: left;
}
.cid-tsximvby0y {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tsximvby0y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsximvby0y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsximvby0y .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tsximvby0y .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tsximvby0y .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tsximvby0y P {
  text-align: left;
}
.cid-tsxj0QpLi8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tsxj0QpLi8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsxj0QpLi8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsxj0QpLi8 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tsxj0QpLi8 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tsxj0QpLi8 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tsxjdKc8dU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tsxjdKc8dU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsxjdKc8dU .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-tsxjdKc8dU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tsxjdKc8dU .row {
  flex-direction: row-reverse;
}
.cid-tsxjdKc8dU img {
  width: 100%;
}
.cid-tsxjnJnh1a {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tsxjnJnh1a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsxjnJnh1a .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-tsxjnJnh1a .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tsxjnJnh1a .row {
  flex-direction: row-reverse;
}
.cid-tsxjnJnh1a img {
  width: 100%;
}
.cid-tsxknxnncC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #8ab839;
}
.cid-tsxknxnncC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsxknxnncC .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-tsxknxnncC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tsxknxnncC .row {
  flex-direction: row-reverse;
}
.cid-tsxknxnncC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tsxknxnncC .text-wrapper {
    padding: 2rem;
  }
}
.cid-tsxknxnncC .mbr-section-title {
  color: #fafafa;
}
.cid-tsxknxnncC .mbr-text {
  color: #fafafa;
}
.cid-tsxkMOk0C5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tsxkMOk0C5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsxkMOk0C5 .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-tsxkMOk0C5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tsxkMOk0C5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tsxkMOk0C5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tsxkMOk0C5 .mbr-section-title {
  color: #232323;
}
.cid-tsxl9v52Di {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #8ab839;
}
.cid-tsxl9v52Di .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsxl9v52Di .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsxl9v52Di .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-tsxpxw4v76 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsxpxw4v76 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsxpxw4v76 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsxpxw4v76 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tsxpxw4v76 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsxpxw4v76 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsxpxw4v76 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsxpxw4v76 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tsxpxw4v76 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tsxpxw4v76 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsxpxw4v76 .card-title {
  color: #232323;
}
.cid-tsxpxw4v76 .mbr-text,
.cid-tsxpxw4v76 .mbr-section-btn {
  color: #232323;
}
.cid-tsxpbmx0O0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8ab839;
}
.cid-tsxpbmx0O0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsxpbmx0O0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsxpbmx0O0 .content-wrapper {
  background: #8ab839;
}
@media (max-width: 991px) {
  .cid-tsxpbmx0O0 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsxpbmx0O0 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsxpbmx0O0 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsxpbmx0O0 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tsxpbmx0O0 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tsxpbmx0O0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsxpbmx0O0 .card-title {
  color: #fafafa;
}
.cid-tsxpbmx0O0 .mbr-text,
.cid-tsxpbmx0O0 .mbr-section-btn {
  color: #fafafa;
}
.cid-tsxoUWXBKF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsxoUWXBKF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsxoUWXBKF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsxoUWXBKF .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tsxoUWXBKF .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsxoUWXBKF .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsxoUWXBKF .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsxoUWXBKF .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tsxoUWXBKF .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tsxoUWXBKF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsxoUWXBKF .card-title {
  color: #232323;
}
.cid-tsxoUWXBKF .mbr-text,
.cid-tsxoUWXBKF .mbr-section-btn {
  color: #232323;
}
.cid-tsxoI6wX8S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8ab839;
}
.cid-tsxoI6wX8S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsxoI6wX8S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsxoI6wX8S .content-wrapper {
  background: #8ab839;
}
@media (max-width: 991px) {
  .cid-tsxoI6wX8S .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsxoI6wX8S .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsxoI6wX8S .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsxoI6wX8S .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tsxoI6wX8S .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tsxoI6wX8S .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsxoI6wX8S .card-title {
  color: #fafafa;
}
.cid-tsxoI6wX8S .mbr-text,
.cid-tsxoI6wX8S .mbr-section-btn {
  color: #fafafa;
}
.cid-tsxoqfEeYE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsxoqfEeYE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsxoqfEeYE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsxoqfEeYE .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tsxoqfEeYE .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsxoqfEeYE .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsxoqfEeYE .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsxoqfEeYE .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tsxoqfEeYE .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tsxoqfEeYE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsxoqfEeYE .card-title {
  color: #232323;
}
.cid-tsxoqfEeYE .mbr-text,
.cid-tsxoqfEeYE .mbr-section-btn {
  color: #232323;
}
.cid-tsxo7k1OJK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8ab839;
}
.cid-tsxo7k1OJK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsxo7k1OJK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsxo7k1OJK .content-wrapper {
  background: #8ab839;
}
@media (max-width: 991px) {
  .cid-tsxo7k1OJK .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsxo7k1OJK .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsxo7k1OJK .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsxo7k1OJK .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tsxo7k1OJK .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tsxo7k1OJK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsxo7k1OJK .card-title {
  color: #fafafa;
}
.cid-tsxo7k1OJK .mbr-text,
.cid-tsxo7k1OJK .mbr-section-btn {
  color: #fafafa;
}
.cid-tsxm0TdrMQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsxm0TdrMQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsxm0TdrMQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsxm0TdrMQ .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tsxm0TdrMQ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsxm0TdrMQ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsxm0TdrMQ .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsxm0TdrMQ .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tsxm0TdrMQ .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tsxm0TdrMQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsxm0TdrMQ .card-title {
  color: #232323;
}
.cid-tsxm0TdrMQ .mbr-text,
.cid-tsxm0TdrMQ .mbr-section-btn {
  color: #232323;
}
.cid-tsxlJLe9uO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8ab839;
}
.cid-tsxlJLe9uO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsxlJLe9uO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsxlJLe9uO .content-wrapper {
  background: #8ab839;
}
@media (max-width: 991px) {
  .cid-tsxlJLe9uO .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsxlJLe9uO .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsxlJLe9uO .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsxlJLe9uO .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tsxlJLe9uO .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tsxlJLe9uO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsxlJLe9uO .card-title {
  color: #fafafa;
}
.cid-tsxlJLe9uO .mbr-text,
.cid-tsxlJLe9uO .mbr-section-btn {
  color: #fafafa;
}
.cid-tsxldLv1E6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsxldLv1E6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsxldLv1E6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsxldLv1E6 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tsxldLv1E6 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsxldLv1E6 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsxldLv1E6 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsxldLv1E6 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tsxldLv1E6 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tsxldLv1E6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsxldLv1E6 .card-title {
  color: #232323;
}
.cid-tsxldLv1E6 .mbr-text,
.cid-tsxldLv1E6 .mbr-section-btn {
  color: #232323;
}
.cid-tsxlgBitRA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8ab839;
}
.cid-tsxlgBitRA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsxlgBitRA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsxlgBitRA .content-wrapper {
  background: #8ab839;
}
@media (max-width: 991px) {
  .cid-tsxlgBitRA .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsxlgBitRA .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsxlgBitRA .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsxlgBitRA .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tsxlgBitRA .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tsxlgBitRA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsxlgBitRA .card-title {
  color: #fafafa;
}
.cid-tsxlgBitRA .mbr-text,
.cid-tsxlgBitRA .mbr-section-btn {
  color: #fafafa;
}
.cid-tsxb6LPaKk {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-tsxb6LPaKk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsxb6LPaKk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsxb6LPaKk .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tsxb6LPaKk .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tsxb6LPaKk .row {
    text-align: center;
  }
  .cid-tsxb6LPaKk .row > div {
    margin: auto;
  }
  .cid-tsxb6LPaKk .social-row {
    justify-content: center;
  }
}
.cid-tsxb6LPaKk .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tsxb6LPaKk .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tsxb6LPaKk .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsxb6LPaKk .list {
    margin-bottom: 0rem;
  }
}
.cid-tsxb6LPaKk .mbr-text {
  color: #fafafa;
}
.cid-tsxb6LPaKk .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tsxb6LPaKk .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tsxb6LPaKk div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tsxb6LPaKk H5 {
  color: #fafafa;
}
.cid-tsxb6LPaKk .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tsIqewwu4r {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tsIqewwu4r nav.navbar {
  position: fixed;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsIqewwu4r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsIqewwu4r .dropdown-item:hover,
.cid-tsIqewwu4r .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-tsIqewwu4r .dropdown-item:hover span {
  color: white;
}
.cid-tsIqewwu4r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsIqewwu4r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsIqewwu4r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsIqewwu4r .nav-link {
  position: relative;
}
.cid-tsIqewwu4r .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tsIqewwu4r .container {
    flex-wrap: nowrap;
  }
}
.cid-tsIqewwu4r .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsIqewwu4r .dropdown-menu,
.cid-tsIqewwu4r .navbar.opened {
  background: #8ab839 !important;
}
.cid-tsIqewwu4r .nav-item:focus,
.cid-tsIqewwu4r .nav-link:focus {
  outline: none;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsIqewwu4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsIqewwu4r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsIqewwu4r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsIqewwu4r .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: #8ab839;
}
.cid-tsIqewwu4r .navbar.opened {
  transition: all 0.3s;
}
.cid-tsIqewwu4r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsIqewwu4r .navbar .navbar-logo img {
  width: auto;
}
.cid-tsIqewwu4r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsIqewwu4r .navbar.collapsed {
  justify-content: center;
}
.cid-tsIqewwu4r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsIqewwu4r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsIqewwu4r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsIqewwu4r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsIqewwu4r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsIqewwu4r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsIqewwu4r .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-tsIqewwu4r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsIqewwu4r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsIqewwu4r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsIqewwu4r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsIqewwu4r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsIqewwu4r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsIqewwu4r .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsIqewwu4r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsIqewwu4r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsIqewwu4r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsIqewwu4r .dropdown-item.active,
.cid-tsIqewwu4r .dropdown-item:active {
  background-color: transparent;
}
.cid-tsIqewwu4r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsIqewwu4r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsIqewwu4r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8ab839;
}
.cid-tsIqewwu4r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsIqewwu4r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsIqewwu4r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsIqewwu4r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsIqewwu4r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsIqewwu4r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsIqewwu4r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsIqewwu4r .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tsIqewwu4r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsIqewwu4r .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-tsIqewwu4r .navbar {
    height: 70px;
  }
  .cid-tsIqewwu4r .navbar.opened {
    height: auto;
  }
  .cid-tsIqewwu4r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
