body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Meadows2';
  font-size: 9.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 11.75rem;
}
.display-2 {
  font-family: 'Raleway', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 7.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 6.58rem;
    font-size: calc( 3.9399999999999995rem + (9.4 - 3.9399999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.9399999999999995rem + (9.4 - 3.9399999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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: #89ac4c !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #89ac4c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #89ac4c !important;
  border-color: #89ac4c !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: #597031 !important;
  border-color: #597031 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #597031 !important;
  border-color: #597031 !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: #40b0bf !important;
  border-color: #40b0bf !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: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !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: #89ac4c !important;
  border-color: #89ac4c !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: #597031 !important;
  border-color: #597031 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #597031 !important;
  border-color: #597031 !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: #89ac4c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #597031 !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: #89ac4c !important;
  border-color: #89ac4c !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: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !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: #40b0bf !important;
  border-color: #40b0bf !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: #89ac4c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #597031 !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: #89ac4c !important;
  border-color: #89ac4c !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: #89ac4c !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #89ac4c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #51652d !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: #266a73 !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: #51652d !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: #89ac4c;
}
.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: #89ac4c;
}
.mbr-gallery-filter li.active .btn {
  background-color: #89ac4c;
  border-color: #89ac4c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #89ac4c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c3d6a2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.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: #c3d6a2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Raleway', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #89ac4c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Raleway', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #89ac4c;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #89ac4c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #89ac4c;
}
.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: #89ac4c;
  border-bottom-color: #89ac4c;
}
.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: #89ac4c !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='%2389ac4c' %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-uYyQLiDKFf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uYyQLiDKFf nav.navbar {
  position: fixed;
}
.cid-uYyQLiDKFf .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-uYyQLiDKFf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYyQLiDKFf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYyQLiDKFf .dropdown-item:hover,
.cid-uYyQLiDKFf .dropdown-item:focus {
  background: #89ac4c !important;
  color: white !important;
}
.cid-uYyQLiDKFf .dropdown-item:hover span {
  color: white;
}
.cid-uYyQLiDKFf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYyQLiDKFf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYyQLiDKFf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYyQLiDKFf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYyQLiDKFf .nav-link {
  position: relative;
}
.cid-uYyQLiDKFf .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYyQLiDKFf .container {
    flex-wrap: wrap;
  }
}
.cid-uYyQLiDKFf .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYyQLiDKFf .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uYyQLiDKFf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYyQLiDKFf .dropdown-menu,
.cid-uYyQLiDKFf .navbar.opened {
  background: #ffffff !important;
}
.cid-uYyQLiDKFf .nav-item:focus,
.cid-uYyQLiDKFf .nav-link:focus {
  outline: none;
}
.cid-uYyQLiDKFf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYyQLiDKFf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYyQLiDKFf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYyQLiDKFf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYyQLiDKFf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYyQLiDKFf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYyQLiDKFf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uYyQLiDKFf .navbar.opened {
  transition: all 0.3s;
}
.cid-uYyQLiDKFf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYyQLiDKFf .navbar .navbar-logo img {
  width: auto;
}
.cid-uYyQLiDKFf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYyQLiDKFf .navbar.collapsed {
  justify-content: center;
}
.cid-uYyQLiDKFf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYyQLiDKFf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYyQLiDKFf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uYyQLiDKFf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYyQLiDKFf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYyQLiDKFf .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-uYyQLiDKFf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYyQLiDKFf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYyQLiDKFf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYyQLiDKFf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYyQLiDKFf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYyQLiDKFf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYyQLiDKFf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYyQLiDKFf .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-uYyQLiDKFf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYyQLiDKFf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYyQLiDKFf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYyQLiDKFf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYyQLiDKFf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYyQLiDKFf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYyQLiDKFf .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYyQLiDKFf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYyQLiDKFf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYyQLiDKFf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYyQLiDKFf .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-uYyQLiDKFf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYyQLiDKFf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYyQLiDKFf .dropdown-item.active,
.cid-uYyQLiDKFf .dropdown-item:active {
  background-color: transparent;
}
.cid-uYyQLiDKFf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYyQLiDKFf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYyQLiDKFf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYyQLiDKFf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYyQLiDKFf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYyQLiDKFf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYyQLiDKFf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYyQLiDKFf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYyQLiDKFf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYyQLiDKFf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYyQLiDKFf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYyQLiDKFf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYyQLiDKFf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYyQLiDKFf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYyQLiDKFf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYyQLiDKFf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYyQLiDKFf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYyQLiDKFf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYyQLiDKFf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYyQLiDKFf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYyQLiDKFf .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-uYyQLiDKFf .navbar {
    height: 70px;
  }
  .cid-uYyQLiDKFf .navbar.opened {
    height: auto;
  }
  .cid-uYyQLiDKFf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYQiCQEHgz {
  background-image: url("../../../assets/images/homepage-idea-1-3000px.jpg-2000x1301.jpg");
}
.cid-uYQiCQEHgz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYQiCQEHgz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYQiCQEHgz .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-uYQiCQEHgz .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-uYQiCQEHgz .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-uYQiCQEHgz .mbr-section-title {
  color: #ffffff;
}
.cid-uYQiCQEHgz .mbr-text,
.cid-uYQiCQEHgz .mbr-section-btn,
.cid-uYQiCQEHgz .social-row {
  color: #ffffff;
}
.cid-uYQiCQEHgz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2NV1ehkOM {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v2NV1ehkOM img,
.cid-v2NV1ehkOM .item-img {
  width: 100%;
}
.cid-v2NV1ehkOM .item:focus,
.cid-v2NV1ehkOM span:focus {
  outline: none;
}
.cid-v2NV1ehkOM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v2NV1ehkOM .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v2NV1ehkOM .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v2NV1ehkOM .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v2NV1ehkOM .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v2NV1ehkOM .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v2NV1ehkOM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v2NV1ehkOM .mbr-section-title {
  color: #353535;
}
.cid-v2NV1ehkOM .mbr-text,
.cid-v2NV1ehkOM .mbr-section-btn {
  text-align: left;
}
.cid-v2NV1ehkOM .item-title {
  text-align: left;
}
.cid-v2NV1ehkOM .item-subtitle {
  text-align: left;
}
.cid-v2NV1ehkOM .mbr-section-subtitle {
  color: #353535;
}
.cid-vbdJTGSIa4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-vbdJTGSIa4 .mbr-overlay {
  background: #89ac4c;
  opacity: 0.7;
}
.cid-vbdJTGSIa4 img,
.cid-vbdJTGSIa4 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vbdJTGSIa4 .item:focus,
.cid-vbdJTGSIa4 span:focus {
  outline: none;
}
.cid-vbdJTGSIa4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vbdJTGSIa4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vbdJTGSIa4 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vbdJTGSIa4 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vbdJTGSIa4 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vbdJTGSIa4 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vbdJTGSIa4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vbdJTGSIa4 .mbr-section-title {
  color: #fafafa;
}
.cid-vbdJTGSIa4 .mbr-text,
.cid-vbdJTGSIa4 .mbr-section-btn {
  text-align: left;
}
.cid-vbdJTGSIa4 .item-title {
  text-align: left;
}
.cid-vbdJTGSIa4 .item-subtitle {
  text-align: left;
}
.cid-vbdJTGSIa4 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-vdEKAAGvbr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdEKAAGvbr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdEKAAGvbr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdEKAAGvbr .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdEKAAGvbr .container-fluid {
    padding: 0 15px;
  }
}
.cid-vdEKAAGvbr .row {
  margin: 0;
}
.cid-vdEKAAGvbr .row .card {
  padding: 0;
}
.cid-vdEKAAGvbr .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdEKAAGvbr .image-wrapper {
    height: 350px;
    margin-bottom: 15px;
  }
}
.cid-vdEKAAGvbr .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-vdEKAAGvbr .card-wrapper {
  padding: 70px 30px;
  background-color: #f7f4f2;
}
@media (max-width: 992px) {
  .cid-vdEKAAGvbr .card-wrapper {
    padding: 15px;
  }
}
.cid-vdEKAAGvbr .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #89ac4c;
  margin-bottom: 15px;
}
.cid-vdEKAAGvbr .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vdEKAAGvbr .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vdEKAAGvbr .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vdEKAAGvbr .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-vdEKAAGvbr .form-wrap .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vdEKAAGvbr .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-vdEKAAGvbr .form-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 16px;
  border: 1px solid #cdcbd0 !important;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-vdEKAAGvbr .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vdEKAAGvbr .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #232323 !important;
  box-shadow: none;
}
.cid-vdEKAAGvbr .form-wrap .dragArea.row .form-group .form-control:hover::placeholder,
.cid-vdEKAAGvbr .form-wrap .dragArea.row .form-group .form-control:focus::placeholder {
  color: #232323;
}
.cid-vdEKAAGvbr .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #232323;
  transition: all .3s ease;
}
.cid-vdEKAAGvbr .form-wrap .dragArea.row .form-group textarea {
  min-height: 155px;
}
.cid-vdEKAAGvbr .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-vdEKAAGvbr .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #cdcbd0;
  border-color: #cdcbd0;
}
.cid-vdEKAAGvbr .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vdEKAAGvbr .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-vdEKAAGvbr .mbr-label {
  color: #000000;
}
.cid-vdEKAAGvbr .mbr-section-title {
  color: #000000;
}
.cid-vdEKAAGvbr .mbr-text {
  color: #000000;
}
.cid-vdEKAAGvbr label {
  color: #000000;
}
.cid-vb7LwJhp2O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-vb7LwJhp2O .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb7LwJhp2O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb7LwJhp2O .google-map {
  height: 30rem;
  position: relative;
}
.cid-vb7LwJhp2O .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vb7LwJhp2O .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vb7LwJhp2O .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vb7LwJhp2O .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vb7IbfUIKZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #89ac4c;
  overflow: hidden;
}
.cid-vbiS9QWSS3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vbiS9QWSS3 nav.navbar {
  position: fixed;
}
.cid-vbiS9QWSS3 .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-vbiS9QWSS3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vbiS9QWSS3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vbiS9QWSS3 .dropdown-item:hover,
.cid-vbiS9QWSS3 .dropdown-item:focus {
  background: #89ac4c !important;
  color: white !important;
}
.cid-vbiS9QWSS3 .dropdown-item:hover span {
  color: white;
}
.cid-vbiS9QWSS3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbiS9QWSS3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbiS9QWSS3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbiS9QWSS3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbiS9QWSS3 .nav-link {
  position: relative;
}
.cid-vbiS9QWSS3 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vbiS9QWSS3 .container {
    flex-wrap: wrap;
  }
}
.cid-vbiS9QWSS3 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vbiS9QWSS3 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vbiS9QWSS3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbiS9QWSS3 .dropdown-menu,
.cid-vbiS9QWSS3 .navbar.opened {
  background: #ffffff !important;
}
.cid-vbiS9QWSS3 .nav-item:focus,
.cid-vbiS9QWSS3 .nav-link:focus {
  outline: none;
}
.cid-vbiS9QWSS3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbiS9QWSS3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbiS9QWSS3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbiS9QWSS3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbiS9QWSS3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbiS9QWSS3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbiS9QWSS3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vbiS9QWSS3 .navbar.opened {
  transition: all 0.3s;
}
.cid-vbiS9QWSS3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbiS9QWSS3 .navbar .navbar-logo img {
  width: auto;
}
.cid-vbiS9QWSS3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbiS9QWSS3 .navbar.collapsed {
  justify-content: center;
}
.cid-vbiS9QWSS3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbiS9QWSS3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbiS9QWSS3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-vbiS9QWSS3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbiS9QWSS3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbiS9QWSS3 .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-vbiS9QWSS3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbiS9QWSS3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbiS9QWSS3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbiS9QWSS3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbiS9QWSS3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbiS9QWSS3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbiS9QWSS3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbiS9QWSS3 .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-vbiS9QWSS3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbiS9QWSS3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbiS9QWSS3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbiS9QWSS3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vbiS9QWSS3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbiS9QWSS3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vbiS9QWSS3 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vbiS9QWSS3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbiS9QWSS3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbiS9QWSS3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbiS9QWSS3 .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-vbiS9QWSS3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbiS9QWSS3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbiS9QWSS3 .dropdown-item.active,
.cid-vbiS9QWSS3 .dropdown-item:active {
  background-color: transparent;
}
.cid-vbiS9QWSS3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbiS9QWSS3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbiS9QWSS3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbiS9QWSS3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vbiS9QWSS3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbiS9QWSS3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbiS9QWSS3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbiS9QWSS3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbiS9QWSS3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbiS9QWSS3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vbiS9QWSS3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbiS9QWSS3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbiS9QWSS3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbiS9QWSS3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbiS9QWSS3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbiS9QWSS3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbiS9QWSS3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbiS9QWSS3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbiS9QWSS3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbiS9QWSS3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbiS9QWSS3 .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-vbiS9QWSS3 .navbar {
    height: 70px;
  }
  .cid-vbiS9QWSS3 .navbar.opened {
    height: auto;
  }
  .cid-vbiS9QWSS3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbiS9RgkMO {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/panel-nursing-3000.jpg-2000x1000.jpg");
}
.cid-vbiS9RgkMO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbiS9RgkMO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbiS9RgkMO .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-vbiS9RgkMO .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-vbiS9RgkMO .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-vbiS9RgkMO .mbr-section-title {
  color: #ffffff;
}
.cid-vbiS9RgkMO .mbr-text,
.cid-vbiS9RgkMO .mbr-section-btn,
.cid-vbiS9RgkMO .social-row {
  color: #ffffff;
}
.cid-vbiS9RgkMO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vbiS9RyxNx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vbiS9RyxNx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbiS9RyxNx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbiS9RyxNx .mbr-section-title {
  color: #353535;
}
.cid-vbiS9RyxNx .mbr-section-subtitle {
  color: #353535;
}
.cid-vbiS9RMPUk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-vbiS9RMPUk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbiS9RMPUk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbiS9RMPUk .row {
  margin: 0 -15px;
}
.cid-vbiS9RMPUk .row .card {
  padding: 0 15px;
}
.cid-vbiS9RMPUk .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1440px) {
  .cid-vbiS9RMPUk .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vbiS9RMPUk .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vbiS9RMPUk .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-vbiS9RMPUk .items-wrapper .item .item-wrapper {
  padding: 30px;
  height: 100%;
  border: 1px solid #fefff5;
}
@media (max-width: 992px) {
  .cid-vbiS9RMPUk .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vbiS9RMPUk .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vbiS9RMPUk .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vbiS9RMPUk .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 40px;
}
.cid-vbiS9RMPUk .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vbiS9RMPUk .items-wrapper .item .item-wrapper .item-title {
    margin-bottom: 20px;
  }
}
.cid-vbiS9RMPUk .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vbiS9RMPUk .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vbiS9RMPUk .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vbiS9RMPUk .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbiS9RMPUk .item-title {
  color: #fefff5;
}
.cid-vbiS9RMPUk .item-text {
  color: #fefff5;
}
.cid-vbiS9SlGs3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vbiS9SlGs3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbiS9SlGs3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbiS9SlGs3 .mbr-section-title {
  color: #353535;
}
.cid-vbiS9SlGs3 .mbr-section-subtitle {
  color: #353535;
}
.cid-vbiS9SzFXO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #89ac4c;
  overflow: hidden;
}
.cid-vbiH6QLDSj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vbiH6QLDSj nav.navbar {
  position: fixed;
}
.cid-vbiH6QLDSj .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-vbiH6QLDSj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vbiH6QLDSj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vbiH6QLDSj .dropdown-item:hover,
.cid-vbiH6QLDSj .dropdown-item:focus {
  background: #89ac4c !important;
  color: white !important;
}
.cid-vbiH6QLDSj .dropdown-item:hover span {
  color: white;
}
.cid-vbiH6QLDSj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbiH6QLDSj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbiH6QLDSj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbiH6QLDSj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbiH6QLDSj .nav-link {
  position: relative;
}
.cid-vbiH6QLDSj .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vbiH6QLDSj .container {
    flex-wrap: wrap;
  }
}
.cid-vbiH6QLDSj .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vbiH6QLDSj .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vbiH6QLDSj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbiH6QLDSj .dropdown-menu,
.cid-vbiH6QLDSj .navbar.opened {
  background: #ffffff !important;
}
.cid-vbiH6QLDSj .nav-item:focus,
.cid-vbiH6QLDSj .nav-link:focus {
  outline: none;
}
.cid-vbiH6QLDSj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbiH6QLDSj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbiH6QLDSj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbiH6QLDSj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbiH6QLDSj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbiH6QLDSj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbiH6QLDSj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vbiH6QLDSj .navbar.opened {
  transition: all 0.3s;
}
.cid-vbiH6QLDSj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbiH6QLDSj .navbar .navbar-logo img {
  width: auto;
}
.cid-vbiH6QLDSj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbiH6QLDSj .navbar.collapsed {
  justify-content: center;
}
.cid-vbiH6QLDSj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbiH6QLDSj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbiH6QLDSj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-vbiH6QLDSj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbiH6QLDSj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbiH6QLDSj .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-vbiH6QLDSj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbiH6QLDSj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbiH6QLDSj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbiH6QLDSj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbiH6QLDSj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbiH6QLDSj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbiH6QLDSj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbiH6QLDSj .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-vbiH6QLDSj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbiH6QLDSj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbiH6QLDSj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbiH6QLDSj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vbiH6QLDSj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbiH6QLDSj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vbiH6QLDSj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vbiH6QLDSj .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbiH6QLDSj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbiH6QLDSj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbiH6QLDSj .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-vbiH6QLDSj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbiH6QLDSj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbiH6QLDSj .dropdown-item.active,
.cid-vbiH6QLDSj .dropdown-item:active {
  background-color: transparent;
}
.cid-vbiH6QLDSj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbiH6QLDSj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbiH6QLDSj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbiH6QLDSj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vbiH6QLDSj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbiH6QLDSj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbiH6QLDSj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbiH6QLDSj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbiH6QLDSj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbiH6QLDSj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vbiH6QLDSj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbiH6QLDSj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbiH6QLDSj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbiH6QLDSj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbiH6QLDSj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbiH6QLDSj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbiH6QLDSj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbiH6QLDSj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbiH6QLDSj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbiH6QLDSj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbiH6QLDSj .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-vbiH6QLDSj .navbar {
    height: 70px;
  }
  .cid-vbiH6QLDSj .navbar.opened {
    height: auto;
  }
  .cid-vbiH6QLDSj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbiH6R9fmg {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dementia-care-panel-3000px.jpg-2000x1068.jpg");
}
.cid-vbiH6R9fmg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbiH6R9fmg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbiH6R9fmg .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-vbiH6R9fmg .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-vbiH6R9fmg .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-vbiH6R9fmg .mbr-section-title {
  color: #ffffff;
}
.cid-vbiH6R9fmg .mbr-text,
.cid-vbiH6R9fmg .mbr-section-btn,
.cid-vbiH6R9fmg .social-row {
  color: #ffffff;
}
.cid-vbiH6R9fmg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vbiJ6Yk12K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vbiJ6Yk12K .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbiJ6Yk12K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbiJ6Yk12K .mbr-section-title {
  color: #353535;
}
.cid-vbiJ6Yk12K .mbr-section-subtitle {
  color: #353535;
}
.cid-vbiIMH2ukM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-vbiIMH2ukM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbiIMH2ukM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbiIMH2ukM .row {
  margin: 0 -15px;
}
.cid-vbiIMH2ukM .row .card {
  padding: 0 15px;
}
.cid-vbiIMH2ukM .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1440px) {
  .cid-vbiIMH2ukM .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vbiIMH2ukM .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vbiIMH2ukM .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-vbiIMH2ukM .items-wrapper .item .item-wrapper {
  padding: 30px;
  height: 100%;
  border: 1px solid #fefff5;
}
@media (max-width: 992px) {
  .cid-vbiIMH2ukM .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vbiIMH2ukM .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vbiIMH2ukM .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vbiIMH2ukM .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 40px;
}
.cid-vbiIMH2ukM .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vbiIMH2ukM .items-wrapper .item .item-wrapper .item-title {
    margin-bottom: 20px;
  }
}
.cid-vbiIMH2ukM .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vbiIMH2ukM .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vbiIMH2ukM .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vbiIMH2ukM .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbiIMH2ukM .item-title {
  color: #fefff5;
}
.cid-vbiIMH2ukM .item-text {
  color: #fefff5;
}
.cid-vbiMelIZHa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbiMelIZHa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbiMelIZHa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbiMelIZHa .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-vbiMelIZHa .text-wrapper {
    padding: 2rem;
  }
}
.cid-vbiMelIZHa .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vbiMelIZHa .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vbiOS61uMQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vbiOS61uMQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbiOS61uMQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbiOS61uMQ .mbr-section-title {
  color: #353535;
}
.cid-vbiOS61uMQ .mbr-section-subtitle {
  color: #353535;
}
.cid-vbiH6SNHPr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #89ac4c;
  overflow: hidden;
}
.cid-vbo5SJxLf9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vbo5SJxLf9 nav.navbar {
  position: fixed;
}
.cid-vbo5SJxLf9 .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-vbo5SJxLf9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vbo5SJxLf9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vbo5SJxLf9 .dropdown-item:hover,
.cid-vbo5SJxLf9 .dropdown-item:focus {
  background: #89ac4c !important;
  color: white !important;
}
.cid-vbo5SJxLf9 .dropdown-item:hover span {
  color: white;
}
.cid-vbo5SJxLf9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbo5SJxLf9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbo5SJxLf9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbo5SJxLf9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbo5SJxLf9 .nav-link {
  position: relative;
}
.cid-vbo5SJxLf9 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vbo5SJxLf9 .container {
    flex-wrap: wrap;
  }
}
.cid-vbo5SJxLf9 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vbo5SJxLf9 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vbo5SJxLf9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbo5SJxLf9 .dropdown-menu,
.cid-vbo5SJxLf9 .navbar.opened {
  background: #ffffff !important;
}
.cid-vbo5SJxLf9 .nav-item:focus,
.cid-vbo5SJxLf9 .nav-link:focus {
  outline: none;
}
.cid-vbo5SJxLf9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbo5SJxLf9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbo5SJxLf9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbo5SJxLf9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbo5SJxLf9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbo5SJxLf9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbo5SJxLf9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vbo5SJxLf9 .navbar.opened {
  transition: all 0.3s;
}
.cid-vbo5SJxLf9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbo5SJxLf9 .navbar .navbar-logo img {
  width: auto;
}
.cid-vbo5SJxLf9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbo5SJxLf9 .navbar.collapsed {
  justify-content: center;
}
.cid-vbo5SJxLf9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbo5SJxLf9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbo5SJxLf9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-vbo5SJxLf9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbo5SJxLf9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbo5SJxLf9 .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-vbo5SJxLf9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbo5SJxLf9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbo5SJxLf9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbo5SJxLf9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbo5SJxLf9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbo5SJxLf9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbo5SJxLf9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbo5SJxLf9 .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-vbo5SJxLf9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbo5SJxLf9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbo5SJxLf9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbo5SJxLf9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vbo5SJxLf9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbo5SJxLf9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vbo5SJxLf9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vbo5SJxLf9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbo5SJxLf9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbo5SJxLf9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbo5SJxLf9 .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-vbo5SJxLf9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbo5SJxLf9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbo5SJxLf9 .dropdown-item.active,
.cid-vbo5SJxLf9 .dropdown-item:active {
  background-color: transparent;
}
.cid-vbo5SJxLf9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbo5SJxLf9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbo5SJxLf9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbo5SJxLf9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vbo5SJxLf9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbo5SJxLf9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbo5SJxLf9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbo5SJxLf9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbo5SJxLf9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbo5SJxLf9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vbo5SJxLf9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbo5SJxLf9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbo5SJxLf9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbo5SJxLf9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbo5SJxLf9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbo5SJxLf9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbo5SJxLf9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbo5SJxLf9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbo5SJxLf9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbo5SJxLf9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbo5SJxLf9 .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-vbo5SJxLf9 .navbar {
    height: 70px;
  }
  .cid-vbo5SJxLf9 .navbar.opened {
    height: auto;
  }
  .cid-vbo5SJxLf9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbo5SK657F {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/privacy-policy-image-3000px.jpg-2000x1046.jpg");
}
.cid-vbo5SK657F .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbo5SK657F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbo5SK657F .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-vbo5SK657F .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-vbo5SK657F .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-vbo5SK657F .mbr-section-title {
  color: #ffffff;
}
.cid-vbo5SK657F .mbr-text,
.cid-vbo5SK657F .mbr-section-btn,
.cid-vbo5SK657F .social-row {
  color: #ffffff;
}
.cid-vbo5SK657F .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vbo5SKtQMO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vbo5SKtQMO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbo5SKtQMO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbo5SKtQMO .mbr-section-title {
  color: #353535;
}
.cid-vbo5SKtQMO .mbr-section-subtitle {
  color: #353535;
}
.cid-vbo5SKtQMO .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-vbo5SLnjFT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #89ac4c;
  overflow: hidden;
}
.cid-vboc3u4GAB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vboc3u4GAB nav.navbar {
  position: fixed;
}
.cid-vboc3u4GAB .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-vboc3u4GAB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vboc3u4GAB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vboc3u4GAB .dropdown-item:hover,
.cid-vboc3u4GAB .dropdown-item:focus {
  background: #89ac4c !important;
  color: white !important;
}
.cid-vboc3u4GAB .dropdown-item:hover span {
  color: white;
}
.cid-vboc3u4GAB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vboc3u4GAB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vboc3u4GAB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vboc3u4GAB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vboc3u4GAB .nav-link {
  position: relative;
}
.cid-vboc3u4GAB .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vboc3u4GAB .container {
    flex-wrap: wrap;
  }
}
.cid-vboc3u4GAB .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vboc3u4GAB .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vboc3u4GAB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vboc3u4GAB .dropdown-menu,
.cid-vboc3u4GAB .navbar.opened {
  background: #ffffff !important;
}
.cid-vboc3u4GAB .nav-item:focus,
.cid-vboc3u4GAB .nav-link:focus {
  outline: none;
}
.cid-vboc3u4GAB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vboc3u4GAB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vboc3u4GAB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vboc3u4GAB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vboc3u4GAB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vboc3u4GAB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vboc3u4GAB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vboc3u4GAB .navbar.opened {
  transition: all 0.3s;
}
.cid-vboc3u4GAB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vboc3u4GAB .navbar .navbar-logo img {
  width: auto;
}
.cid-vboc3u4GAB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vboc3u4GAB .navbar.collapsed {
  justify-content: center;
}
.cid-vboc3u4GAB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vboc3u4GAB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vboc3u4GAB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-vboc3u4GAB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vboc3u4GAB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vboc3u4GAB .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-vboc3u4GAB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vboc3u4GAB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vboc3u4GAB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vboc3u4GAB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vboc3u4GAB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vboc3u4GAB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vboc3u4GAB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vboc3u4GAB .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-vboc3u4GAB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vboc3u4GAB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vboc3u4GAB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vboc3u4GAB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vboc3u4GAB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vboc3u4GAB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vboc3u4GAB .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vboc3u4GAB .navbar.navbar-short {
  min-height: 60px;
}
.cid-vboc3u4GAB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vboc3u4GAB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vboc3u4GAB .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-vboc3u4GAB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vboc3u4GAB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vboc3u4GAB .dropdown-item.active,
.cid-vboc3u4GAB .dropdown-item:active {
  background-color: transparent;
}
.cid-vboc3u4GAB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vboc3u4GAB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vboc3u4GAB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vboc3u4GAB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vboc3u4GAB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vboc3u4GAB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vboc3u4GAB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vboc3u4GAB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vboc3u4GAB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vboc3u4GAB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vboc3u4GAB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vboc3u4GAB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vboc3u4GAB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vboc3u4GAB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vboc3u4GAB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vboc3u4GAB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vboc3u4GAB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vboc3u4GAB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vboc3u4GAB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vboc3u4GAB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vboc3u4GAB .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-vboc3u4GAB .navbar {
    height: 70px;
  }
  .cid-vboc3u4GAB .navbar.opened {
    height: auto;
  }
  .cid-vboc3u4GAB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vboc3uo5nz {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/respite-panel-3000px.jpg-2000x1000.jpg");
}
.cid-vboc3uo5nz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vboc3uo5nz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vboc3uo5nz .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-vboc3uo5nz .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-vboc3uo5nz .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-vboc3uo5nz .mbr-section-title {
  color: #ffffff;
}
.cid-vboc3uo5nz .mbr-text,
.cid-vboc3uo5nz .mbr-section-btn,
.cid-vboc3uo5nz .social-row {
  color: #ffffff;
}
.cid-vboc3uo5nz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vboc3uGLLz {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vboc3uGLLz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vboc3uGLLz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vboc3uGLLz .mbr-section-title {
  color: #353535;
}
.cid-vboc3uGLLz .mbr-section-subtitle {
  color: #353535;
}
.cid-vbohxCi474 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbohxCi474 img,
.cid-vbohxCi474 .item-img {
  width: 100%;
}
.cid-vbohxCi474 .item:focus,
.cid-vbohxCi474 span:focus {
  outline: none;
}
.cid-vbohxCi474 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vbohxCi474 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vbohxCi474 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vbohxCi474 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vbohxCi474 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vbohxCi474 .mbr-section-title {
  color: #232323;
}
.cid-vbohxCi474 .mbr-text,
.cid-vbohxCi474 .mbr-section-btn {
  text-align: left;
}
.cid-vbohxCi474 .item-title {
  text-align: left;
}
.cid-vbohxCi474 .item-subtitle {
  text-align: left;
}
.cid-vbomWksyQW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbomWksyQW img,
.cid-vbomWksyQW .item-img {
  width: 100%;
}
.cid-vbomWksyQW .item:focus,
.cid-vbomWksyQW span:focus {
  outline: none;
}
.cid-vbomWksyQW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vbomWksyQW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vbomWksyQW .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vbomWksyQW .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vbomWksyQW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vbomWksyQW .mbr-section-title {
  color: #232323;
}
.cid-vbomWksyQW .mbr-text,
.cid-vbomWksyQW .mbr-section-btn {
  text-align: left;
}
.cid-vbomWksyQW .item-title {
  text-align: left;
}
.cid-vbomWksyQW .item-subtitle {
  text-align: left;
}
.cid-vboc3vatUP {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vboc3vatUP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vboc3vatUP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vboc3vatUP .mbr-section-title {
  color: #353535;
}
.cid-vboc3vatUP .mbr-section-subtitle {
  color: #353535;
}
.cid-vboc3vnyfF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #89ac4c;
  overflow: hidden;
}
.cid-vbocviMoHx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vbocviMoHx nav.navbar {
  position: fixed;
}
.cid-vbocviMoHx .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-vbocviMoHx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vbocviMoHx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vbocviMoHx .dropdown-item:hover,
.cid-vbocviMoHx .dropdown-item:focus {
  background: #89ac4c !important;
  color: white !important;
}
.cid-vbocviMoHx .dropdown-item:hover span {
  color: white;
}
.cid-vbocviMoHx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbocviMoHx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbocviMoHx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbocviMoHx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbocviMoHx .nav-link {
  position: relative;
}
.cid-vbocviMoHx .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vbocviMoHx .container {
    flex-wrap: wrap;
  }
}
.cid-vbocviMoHx .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vbocviMoHx .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vbocviMoHx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbocviMoHx .dropdown-menu,
.cid-vbocviMoHx .navbar.opened {
  background: #ffffff !important;
}
.cid-vbocviMoHx .nav-item:focus,
.cid-vbocviMoHx .nav-link:focus {
  outline: none;
}
.cid-vbocviMoHx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbocviMoHx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbocviMoHx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbocviMoHx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbocviMoHx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbocviMoHx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbocviMoHx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vbocviMoHx .navbar.opened {
  transition: all 0.3s;
}
.cid-vbocviMoHx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbocviMoHx .navbar .navbar-logo img {
  width: auto;
}
.cid-vbocviMoHx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbocviMoHx .navbar.collapsed {
  justify-content: center;
}
.cid-vbocviMoHx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbocviMoHx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbocviMoHx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-vbocviMoHx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbocviMoHx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbocviMoHx .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-vbocviMoHx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbocviMoHx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbocviMoHx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbocviMoHx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbocviMoHx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbocviMoHx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbocviMoHx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbocviMoHx .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-vbocviMoHx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbocviMoHx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbocviMoHx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbocviMoHx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vbocviMoHx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbocviMoHx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vbocviMoHx .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vbocviMoHx .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbocviMoHx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbocviMoHx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbocviMoHx .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-vbocviMoHx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbocviMoHx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbocviMoHx .dropdown-item.active,
.cid-vbocviMoHx .dropdown-item:active {
  background-color: transparent;
}
.cid-vbocviMoHx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbocviMoHx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbocviMoHx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbocviMoHx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vbocviMoHx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbocviMoHx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbocviMoHx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbocviMoHx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbocviMoHx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbocviMoHx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vbocviMoHx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbocviMoHx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbocviMoHx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbocviMoHx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbocviMoHx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbocviMoHx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbocviMoHx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbocviMoHx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbocviMoHx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbocviMoHx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbocviMoHx .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-vbocviMoHx .navbar {
    height: 70px;
  }
  .cid-vbocviMoHx .navbar.opened {
    height: auto;
  }
  .cid-vbocviMoHx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbocvj9RpB {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/residential-panel-3000px.jpg-2000x1000.jpg");
}
.cid-vbocvj9RpB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbocvj9RpB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbocvj9RpB .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-vbocvj9RpB .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-vbocvj9RpB .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-vbocvj9RpB .mbr-section-title {
  color: #ffffff;
}
.cid-vbocvj9RpB .mbr-text,
.cid-vbocvj9RpB .mbr-section-btn,
.cid-vbocvj9RpB .social-row {
  color: #ffffff;
}
.cid-vbocvj9RpB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vbocvjsm9a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vbocvjsm9a .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbocvjsm9a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbocvjsm9a .mbr-section-title {
  color: #353535;
}
.cid-vbocvjsm9a .mbr-section-subtitle {
  color: #353535;
}
.cid-vbocvjGQ4u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-vbocvjGQ4u .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbocvjGQ4u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbocvjGQ4u .row {
  margin: 0 -15px;
}
.cid-vbocvjGQ4u .row .card {
  padding: 0 15px;
}
.cid-vbocvjGQ4u .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1440px) {
  .cid-vbocvjGQ4u .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vbocvjGQ4u .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vbocvjGQ4u .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-vbocvjGQ4u .items-wrapper .item .item-wrapper {
  padding: 30px;
  height: 100%;
  border: 1px solid #fefff5;
}
@media (max-width: 992px) {
  .cid-vbocvjGQ4u .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vbocvjGQ4u .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vbocvjGQ4u .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vbocvjGQ4u .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 40px;
}
.cid-vbocvjGQ4u .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vbocvjGQ4u .items-wrapper .item .item-wrapper .item-title {
    margin-bottom: 20px;
  }
}
.cid-vbocvjGQ4u .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vbocvjGQ4u .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vbocvjGQ4u .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vbocvjGQ4u .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbocvjGQ4u .item-title {
  color: #fefff5;
}
.cid-vbocvjGQ4u .item-text {
  color: #fefff5;
}
.cid-vbocvk1YAm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vbocvk1YAm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbocvk1YAm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbocvk1YAm .mbr-section-title {
  color: #353535;
}
.cid-vbocvk1YAm .mbr-section-subtitle {
  color: #353535;
}
.cid-vbocvkf70d {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #89ac4c;
  overflow: hidden;
}
.cid-vbGW6maoro {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vbGW6maoro nav.navbar {
  position: fixed;
}
.cid-vbGW6maoro .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-vbGW6maoro .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vbGW6maoro .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vbGW6maoro .dropdown-item:hover,
.cid-vbGW6maoro .dropdown-item:focus {
  background: #89ac4c !important;
  color: white !important;
}
.cid-vbGW6maoro .dropdown-item:hover span {
  color: white;
}
.cid-vbGW6maoro .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbGW6maoro .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbGW6maoro .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbGW6maoro .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbGW6maoro .nav-link {
  position: relative;
}
.cid-vbGW6maoro .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vbGW6maoro .container {
    flex-wrap: wrap;
  }
}
.cid-vbGW6maoro .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vbGW6maoro .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vbGW6maoro .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbGW6maoro .dropdown-menu,
.cid-vbGW6maoro .navbar.opened {
  background: #ffffff !important;
}
.cid-vbGW6maoro .nav-item:focus,
.cid-vbGW6maoro .nav-link:focus {
  outline: none;
}
.cid-vbGW6maoro .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbGW6maoro .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbGW6maoro .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbGW6maoro .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbGW6maoro .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbGW6maoro .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbGW6maoro .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vbGW6maoro .navbar.opened {
  transition: all 0.3s;
}
.cid-vbGW6maoro .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbGW6maoro .navbar .navbar-logo img {
  width: auto;
}
.cid-vbGW6maoro .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbGW6maoro .navbar.collapsed {
  justify-content: center;
}
.cid-vbGW6maoro .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbGW6maoro .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbGW6maoro .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-vbGW6maoro .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbGW6maoro .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbGW6maoro .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-vbGW6maoro .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbGW6maoro .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbGW6maoro .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbGW6maoro .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbGW6maoro .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbGW6maoro .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbGW6maoro .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbGW6maoro .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-vbGW6maoro .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbGW6maoro .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbGW6maoro .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbGW6maoro .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vbGW6maoro .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbGW6maoro .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vbGW6maoro .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vbGW6maoro .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbGW6maoro .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbGW6maoro .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbGW6maoro .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-vbGW6maoro .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbGW6maoro .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbGW6maoro .dropdown-item.active,
.cid-vbGW6maoro .dropdown-item:active {
  background-color: transparent;
}
.cid-vbGW6maoro .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbGW6maoro .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbGW6maoro .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbGW6maoro .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vbGW6maoro .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbGW6maoro .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbGW6maoro ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbGW6maoro .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbGW6maoro button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbGW6maoro button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vbGW6maoro button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbGW6maoro button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbGW6maoro button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbGW6maoro button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbGW6maoro nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbGW6maoro nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbGW6maoro nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbGW6maoro nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbGW6maoro .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbGW6maoro a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbGW6maoro .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-vbGW6maoro .navbar {
    height: 70px;
  }
  .cid-vbGW6maoro .navbar.opened {
    height: auto;
  }
  .cid-vbGW6maoro .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbGW6mufLc {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/team-panel-3000-v4.jpg-2000x1119.jpg");
}
.cid-vbGW6mufLc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbGW6mufLc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbGW6mufLc .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-vbGW6mufLc .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-vbGW6mufLc .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-vbGW6mufLc .mbr-section-title {
  color: #ffffff;
}
.cid-vbGW6mufLc .mbr-text,
.cid-vbGW6mufLc .mbr-section-btn,
.cid-vbGW6mufLc .social-row {
  color: #ffffff;
}
.cid-vbGW6mufLc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vbH1GkVWRk {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbH1GkVWRk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbH1GkVWRk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbGYZxIooR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vbGYZxIooR .mbr-text {
    text-align: center;
  }
}
.cid-vbGYZxIooR .container-fluid {
  padding: 0;
}
.cid-vbGYZxIooR .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-vbGYZxIooR img {
  height: 100%;
  object-fit: cover;
}
.cid-vbGYZxIooR .mbr-figure {
  height: 100%;
}
.cid-vbGYZxIooR .col-lg-6 {
  padding: 0;
}
.cid-vbGYZxIooR .row {
  margin: 0;
}
.cid-vbGYZxIooR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbGYZxIooR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbH310lW7q {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vbH310lW7q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbH310lW7q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbH310lW7q .content-wrapper {
  margin-bottom: 88px;
}
@media (max-width: 992px) {
  .cid-vbH310lW7q .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vbH310lW7q .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vbH310lW7q .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vbH310lW7q .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vbH310lW7q .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vbH310lW7q .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 38px 22px;
}
@media (max-width: 1200px) {
  .cid-vbH310lW7q .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vbH310lW7q .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vbH310lW7q .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-vbH310lW7q .items-wrapper .item:hover .item-wrapper,
.cid-vbH310lW7q .items-wrapper .item:focus .item-wrapper {
  transform: scale(1.03);
}
.cid-vbH310lW7q .items-wrapper .item .item-wrapper {
  height: 100%;
  border: 2px solid #ffffff;
  box-shadow: 0 16px 0 #ffffff;
  background-color: #ffffff;
  transition: all .3s ease;
  overflow: hidden;
}
.cid-vbH310lW7q .items-wrapper .item .item-wrapper .item-img {
  background-color: #ffffff;
}
.cid-vbH310lW7q .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vbH310lW7q .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vbH310lW7q .items-wrapper .item .item-wrapper .item-content {
  padding: 25px 25px 32px 25px;
}
@media (max-width: 992px) {
  .cid-vbH310lW7q .items-wrapper .item .item-wrapper .item-content {
    padding: 22px;
  }
}
.cid-vbH310lW7q .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vbH310lW7q .items-wrapper .item .item-wrapper .item-content .item-date {
  margin-bottom: 22px;
}
.cid-vbH310lW7q .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vbH310lW7q .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbH310lW7q .mbr-section-title,
.cid-vbH310lW7q .title-wrapper {
  color: #353535;
  text-align: center;
}
.cid-vbH310lW7q .mbr-text,
.cid-vbH310lW7q .text-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-vbH310lW7q .item-title {
  color: #3a001d;
}
.cid-vbH310lW7q .item-date {
  color: #3a001d;
}
.cid-vbH310lW7q .item-text {
  color: #3a001d;
}
.cid-vbH310lW7q .item-title,
.cid-vbH310lW7q .mbr-section-btn {
  color: #353535;
}
.cid-vbH5Pl8Xnn {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-vbH5Pl8Xnn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbH5Pl8Xnn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbH5Pl8Xnn .content-wrapper {
  margin-bottom: 88px;
}
@media (max-width: 992px) {
  .cid-vbH5Pl8Xnn .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vbH5Pl8Xnn .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vbH5Pl8Xnn .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vbH5Pl8Xnn .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vbH5Pl8Xnn .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vbH5Pl8Xnn .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 38px 22px;
}
@media (max-width: 1200px) {
  .cid-vbH5Pl8Xnn .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vbH5Pl8Xnn .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vbH5Pl8Xnn .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-vbH5Pl8Xnn .items-wrapper .item:hover .item-wrapper,
.cid-vbH5Pl8Xnn .items-wrapper .item:focus .item-wrapper {
  transform: scale(1.03);
}
.cid-vbH5Pl8Xnn .items-wrapper .item .item-wrapper {
  height: 100%;
  border: 2px solid #ffffff;
  box-shadow: 0 16px 0 #ffffff;
  background-color: #ffffff;
  transition: all .3s ease;
  overflow: hidden;
}
.cid-vbH5Pl8Xnn .items-wrapper .item .item-wrapper .item-img {
  background-color: #ffffff;
}
.cid-vbH5Pl8Xnn .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vbH5Pl8Xnn .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vbH5Pl8Xnn .items-wrapper .item .item-wrapper .item-content {
  padding: 25px 25px 32px 25px;
}
@media (max-width: 992px) {
  .cid-vbH5Pl8Xnn .items-wrapper .item .item-wrapper .item-content {
    padding: 22px;
  }
}
.cid-vbH5Pl8Xnn .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vbH5Pl8Xnn .items-wrapper .item .item-wrapper .item-content .item-date {
  margin-bottom: 22px;
}
.cid-vbH5Pl8Xnn .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vbH5Pl8Xnn .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbH5Pl8Xnn .mbr-section-title,
.cid-vbH5Pl8Xnn .title-wrapper {
  color: #353535;
  text-align: center;
}
.cid-vbH5Pl8Xnn .mbr-text,
.cid-vbH5Pl8Xnn .text-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-vbH5Pl8Xnn .item-title {
  color: #3a001d;
}
.cid-vbH5Pl8Xnn .item-date {
  color: #3a001d;
}
.cid-vbH5Pl8Xnn .item-text {
  color: #3a001d;
}
.cid-vbH5Pl8Xnn .item-title,
.cid-vbH5Pl8Xnn .mbr-section-btn {
  color: #353535;
}
.cid-vbHfQLgQak {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vbHfQLgQak .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbHfQLgQak .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbHfQLgQak .mbr-section-title {
  color: #353535;
}
.cid-vbHfQLgQak .mbr-section-subtitle {
  color: #353535;
}
.cid-vbGW6nsP2d {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #89ac4c;
  overflow: hidden;
}
.cid-vbN3GJS7qo {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vbN3GJS7qo nav.navbar {
  position: fixed;
}
.cid-vbN3GJS7qo .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-vbN3GJS7qo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vbN3GJS7qo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vbN3GJS7qo .dropdown-item:hover,
.cid-vbN3GJS7qo .dropdown-item:focus {
  background: #89ac4c !important;
  color: white !important;
}
.cid-vbN3GJS7qo .dropdown-item:hover span {
  color: white;
}
.cid-vbN3GJS7qo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbN3GJS7qo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbN3GJS7qo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbN3GJS7qo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbN3GJS7qo .nav-link {
  position: relative;
}
.cid-vbN3GJS7qo .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vbN3GJS7qo .container {
    flex-wrap: wrap;
  }
}
.cid-vbN3GJS7qo .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vbN3GJS7qo .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vbN3GJS7qo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbN3GJS7qo .dropdown-menu,
.cid-vbN3GJS7qo .navbar.opened {
  background: #ffffff !important;
}
.cid-vbN3GJS7qo .nav-item:focus,
.cid-vbN3GJS7qo .nav-link:focus {
  outline: none;
}
.cid-vbN3GJS7qo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbN3GJS7qo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbN3GJS7qo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbN3GJS7qo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbN3GJS7qo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbN3GJS7qo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbN3GJS7qo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vbN3GJS7qo .navbar.opened {
  transition: all 0.3s;
}
.cid-vbN3GJS7qo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbN3GJS7qo .navbar .navbar-logo img {
  width: auto;
}
.cid-vbN3GJS7qo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbN3GJS7qo .navbar.collapsed {
  justify-content: center;
}
.cid-vbN3GJS7qo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbN3GJS7qo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbN3GJS7qo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-vbN3GJS7qo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbN3GJS7qo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbN3GJS7qo .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-vbN3GJS7qo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbN3GJS7qo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbN3GJS7qo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbN3GJS7qo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbN3GJS7qo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbN3GJS7qo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbN3GJS7qo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbN3GJS7qo .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-vbN3GJS7qo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbN3GJS7qo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbN3GJS7qo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbN3GJS7qo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vbN3GJS7qo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbN3GJS7qo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vbN3GJS7qo .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vbN3GJS7qo .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbN3GJS7qo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbN3GJS7qo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbN3GJS7qo .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-vbN3GJS7qo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbN3GJS7qo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbN3GJS7qo .dropdown-item.active,
.cid-vbN3GJS7qo .dropdown-item:active {
  background-color: transparent;
}
.cid-vbN3GJS7qo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbN3GJS7qo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbN3GJS7qo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbN3GJS7qo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vbN3GJS7qo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbN3GJS7qo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbN3GJS7qo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbN3GJS7qo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbN3GJS7qo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbN3GJS7qo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vbN3GJS7qo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbN3GJS7qo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbN3GJS7qo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbN3GJS7qo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbN3GJS7qo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbN3GJS7qo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbN3GJS7qo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbN3GJS7qo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbN3GJS7qo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbN3GJS7qo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbN3GJS7qo .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-vbN3GJS7qo .navbar {
    height: 70px;
  }
  .cid-vbN3GJS7qo .navbar.opened {
    height: auto;
  }
  .cid-vbN3GJS7qo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbN3GKatxN {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/news-and-events-page.jpg-2000x1057.jpg");
}
.cid-vbN3GKatxN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbN3GKatxN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbN3GKatxN .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-vbN3GKatxN .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-vbN3GKatxN .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-vbN3GKatxN .mbr-section-title {
  color: #ffffff;
}
.cid-vbN3GKatxN .mbr-text,
.cid-vbN3GKatxN .mbr-section-btn,
.cid-vbN3GKatxN .social-row {
  color: #ffffff;
}
.cid-vbN3GKatxN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vbN3GKrWBL {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbN3GKrWBL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbN3GKrWBL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbN3GKCvFj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vbN3GKCvFj .mbr-text {
    text-align: center;
  }
}
.cid-vbN3GKCvFj .container-fluid {
  padding: 0;
}
.cid-vbN3GKCvFj .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-vbN3GKCvFj img {
  height: 100%;
  object-fit: cover;
}
.cid-vbN3GKCvFj .mbr-figure {
  height: 100%;
}
.cid-vbN3GKCvFj .col-lg-6 {
  padding: 0;
}
.cid-vbN3GKCvFj .row {
  margin: 0;
}
.cid-vbN3GKCvFj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbN3GKCvFj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcCP4Z4ek6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcCP4Z4ek6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcCP4Z4ek6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcCP4Z4ek6 .item {
  padding-bottom: 2rem;
}
.cid-vcCP4Z4ek6 .item-wrapper {
  position: relative;
}
.cid-vcCP4Z4ek6 .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-vcCP4Z4ek6 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcCP4Z4ek6 .carousel-control,
.cid-vcCP4Z4ek6 .close {
  background: #1b1b1b;
}
.cid-vcCP4Z4ek6 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcCP4Z4ek6 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcCP4Z4ek6 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcCP4Z4ek6 .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcCP4Z4ek6 .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-vcCP4Z4ek6 .close::before {
  content: '\e91a';
}
.cid-vcCP4Z4ek6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcCP4Z4ek6 .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-vcCP4Z4ek6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcCP4Z4ek6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcCP4Z4ek6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcCP4Z4ek6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcCP4Z4ek6 .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-vcCP4Z4ek6 .carousel-indicators li.active,
.cid-vcCP4Z4ek6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcCP4Z4ek6 .carousel-indicators li::after,
.cid-vcCP4Z4ek6 .carousel-indicators li::before {
  content: none;
}
.cid-vcCP4Z4ek6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcCP4Z4ek6 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcCP4Z4ek6 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcCP4Z4ek6 .carousel-indicators {
    display: none;
  }
}
.cid-vcCP4Z4ek6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcCP4Z4ek6 .carousel-inner > .active {
  display: block;
}
.cid-vcCP4Z4ek6 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcCP4Z4ek6 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcCP4Z4ek6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcCP4Z4ek6 .carousel-control,
  .cid-vcCP4Z4ek6 .carousel-indicators,
  .cid-vcCP4Z4ek6 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcCP4Z4ek6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcCP4Z4ek6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcCP4Z4ek6 .carousel-indicators .active,
.cid-vcCP4Z4ek6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcCP4Z4ek6 .carousel-indicators .active {
  background: #fff;
}
.cid-vcCP4Z4ek6 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcCP4Z4ek6 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcCP4Z4ek6 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcCP4Z4ek6 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcCP4Z4ek6 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcCP4Z4ek6 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcCP4Z4ek6 .carousel {
  width: 100%;
}
.cid-vcCP4Z4ek6 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcCP4Z4ek6 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcCP4Z4ek6 .modal.fade .modal-dialog,
.cid-vcCP4Z4ek6 .modal.in .modal-dialog {
  transform: none;
}
.cid-vcCP4Z4ek6 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcCP4Z4ek6 H6 {
  text-align: center;
}
.cid-vdnmqoEm8X {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vdnmqoEm8X .mbr-text {
    text-align: center;
  }
}
.cid-vdnmqoEm8X .container-fluid {
  padding: 0;
}
.cid-vdnmqoEm8X .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-vdnmqoEm8X img {
  height: 100%;
  object-fit: cover;
}
.cid-vdnmqoEm8X .mbr-figure {
  height: 100%;
}
.cid-vdnmqoEm8X .col-lg-6 {
  padding: 0;
}
.cid-vdnmqoEm8X .row {
  margin: 0;
}
.cid-vdnmqoEm8X .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdnmqoEm8X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdtSwrd8K7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdtSwrd8K7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdtSwrd8K7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdtSwrd8K7 .item {
  padding-bottom: 2rem;
}
.cid-vdtSwrd8K7 .item-wrapper {
  position: relative;
}
.cid-vdtSwrd8K7 .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-vdtSwrd8K7 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vdtSwrd8K7 .carousel-control,
.cid-vdtSwrd8K7 .close {
  background: #1b1b1b;
}
.cid-vdtSwrd8K7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vdtSwrd8K7 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vdtSwrd8K7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vdtSwrd8K7 .carousel-control-next span {
  margin-left: 5px;
}
.cid-vdtSwrd8K7 .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-vdtSwrd8K7 .close::before {
  content: '\e91a';
}
.cid-vdtSwrd8K7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vdtSwrd8K7 .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-vdtSwrd8K7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdtSwrd8K7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdtSwrd8K7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdtSwrd8K7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vdtSwrd8K7 .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-vdtSwrd8K7 .carousel-indicators li.active,
.cid-vdtSwrd8K7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vdtSwrd8K7 .carousel-indicators li::after,
.cid-vdtSwrd8K7 .carousel-indicators li::before {
  content: none;
}
.cid-vdtSwrd8K7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vdtSwrd8K7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vdtSwrd8K7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vdtSwrd8K7 .carousel-indicators {
    display: none;
  }
}
.cid-vdtSwrd8K7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vdtSwrd8K7 .carousel-inner > .active {
  display: block;
}
.cid-vdtSwrd8K7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdtSwrd8K7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdtSwrd8K7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vdtSwrd8K7 .carousel-control,
  .cid-vdtSwrd8K7 .carousel-indicators,
  .cid-vdtSwrd8K7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vdtSwrd8K7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vdtSwrd8K7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vdtSwrd8K7 .carousel-indicators .active,
.cid-vdtSwrd8K7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vdtSwrd8K7 .carousel-indicators .active {
  background: #fff;
}
.cid-vdtSwrd8K7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vdtSwrd8K7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vdtSwrd8K7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vdtSwrd8K7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vdtSwrd8K7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vdtSwrd8K7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vdtSwrd8K7 .carousel {
  width: 100%;
}
.cid-vdtSwrd8K7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vdtSwrd8K7 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vdtSwrd8K7 .modal.fade .modal-dialog,
.cid-vdtSwrd8K7 .modal.in .modal-dialog {
  transform: none;
}
.cid-vdtSwrd8K7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vdtSwrd8K7 H6 {
  text-align: center;
}
.cid-vdEIMi25no {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vdEIMi25no .mbr-text {
    text-align: center;
  }
}
.cid-vdEIMi25no .container-fluid {
  padding: 0;
}
.cid-vdEIMi25no .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-vdEIMi25no img {
  height: 100%;
  object-fit: cover;
}
.cid-vdEIMi25no .mbr-figure {
  height: 100%;
}
.cid-vdEIMi25no .col-lg-6 {
  padding: 0;
}
.cid-vdEIMi25no .row {
  margin: 0;
}
.cid-vdEIMi25no .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdEIMi25no .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdEIL4EbaU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdEIL4EbaU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdEIL4EbaU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdEIL4EbaU .item {
  padding-bottom: 2rem;
}
.cid-vdEIL4EbaU .item-wrapper {
  position: relative;
}
.cid-vdEIL4EbaU .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-vdEIL4EbaU .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vdEIL4EbaU .carousel-control,
.cid-vdEIL4EbaU .close {
  background: #1b1b1b;
}
.cid-vdEIL4EbaU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vdEIL4EbaU .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vdEIL4EbaU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vdEIL4EbaU .carousel-control-next span {
  margin-left: 5px;
}
.cid-vdEIL4EbaU .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-vdEIL4EbaU .close::before {
  content: '\e91a';
}
.cid-vdEIL4EbaU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vdEIL4EbaU .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-vdEIL4EbaU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdEIL4EbaU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdEIL4EbaU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdEIL4EbaU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vdEIL4EbaU .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-vdEIL4EbaU .carousel-indicators li.active,
.cid-vdEIL4EbaU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vdEIL4EbaU .carousel-indicators li::after,
.cid-vdEIL4EbaU .carousel-indicators li::before {
  content: none;
}
.cid-vdEIL4EbaU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vdEIL4EbaU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vdEIL4EbaU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vdEIL4EbaU .carousel-indicators {
    display: none;
  }
}
.cid-vdEIL4EbaU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vdEIL4EbaU .carousel-inner > .active {
  display: block;
}
.cid-vdEIL4EbaU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdEIL4EbaU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdEIL4EbaU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vdEIL4EbaU .carousel-control,
  .cid-vdEIL4EbaU .carousel-indicators,
  .cid-vdEIL4EbaU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vdEIL4EbaU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vdEIL4EbaU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vdEIL4EbaU .carousel-indicators .active,
.cid-vdEIL4EbaU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vdEIL4EbaU .carousel-indicators .active {
  background: #fff;
}
.cid-vdEIL4EbaU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vdEIL4EbaU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vdEIL4EbaU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vdEIL4EbaU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vdEIL4EbaU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vdEIL4EbaU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vdEIL4EbaU .carousel {
  width: 100%;
}
.cid-vdEIL4EbaU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vdEIL4EbaU .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vdEIL4EbaU .modal.fade .modal-dialog,
.cid-vdEIL4EbaU .modal.in .modal-dialog {
  transform: none;
}
.cid-vdEIL4EbaU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vdEIL4EbaU H6 {
  text-align: center;
}
.cid-vbN3GLMaE2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #89ac4c;
  overflow: hidden;
}
.cid-vbN6eAdKWR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vbN6eAdKWR nav.navbar {
  position: fixed;
}
.cid-vbN6eAdKWR .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-vbN6eAdKWR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vbN6eAdKWR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vbN6eAdKWR .dropdown-item:hover,
.cid-vbN6eAdKWR .dropdown-item:focus {
  background: #89ac4c !important;
  color: white !important;
}
.cid-vbN6eAdKWR .dropdown-item:hover span {
  color: white;
}
.cid-vbN6eAdKWR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbN6eAdKWR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbN6eAdKWR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbN6eAdKWR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbN6eAdKWR .nav-link {
  position: relative;
}
.cid-vbN6eAdKWR .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vbN6eAdKWR .container {
    flex-wrap: wrap;
  }
}
.cid-vbN6eAdKWR .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vbN6eAdKWR .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vbN6eAdKWR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbN6eAdKWR .dropdown-menu,
.cid-vbN6eAdKWR .navbar.opened {
  background: #ffffff !important;
}
.cid-vbN6eAdKWR .nav-item:focus,
.cid-vbN6eAdKWR .nav-link:focus {
  outline: none;
}
.cid-vbN6eAdKWR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbN6eAdKWR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbN6eAdKWR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbN6eAdKWR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbN6eAdKWR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbN6eAdKWR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbN6eAdKWR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vbN6eAdKWR .navbar.opened {
  transition: all 0.3s;
}
.cid-vbN6eAdKWR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbN6eAdKWR .navbar .navbar-logo img {
  width: auto;
}
.cid-vbN6eAdKWR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbN6eAdKWR .navbar.collapsed {
  justify-content: center;
}
.cid-vbN6eAdKWR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbN6eAdKWR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbN6eAdKWR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-vbN6eAdKWR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbN6eAdKWR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbN6eAdKWR .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-vbN6eAdKWR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbN6eAdKWR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbN6eAdKWR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbN6eAdKWR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbN6eAdKWR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbN6eAdKWR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbN6eAdKWR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbN6eAdKWR .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-vbN6eAdKWR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbN6eAdKWR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbN6eAdKWR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbN6eAdKWR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vbN6eAdKWR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbN6eAdKWR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vbN6eAdKWR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vbN6eAdKWR .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbN6eAdKWR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbN6eAdKWR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbN6eAdKWR .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-vbN6eAdKWR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbN6eAdKWR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbN6eAdKWR .dropdown-item.active,
.cid-vbN6eAdKWR .dropdown-item:active {
  background-color: transparent;
}
.cid-vbN6eAdKWR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbN6eAdKWR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbN6eAdKWR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbN6eAdKWR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vbN6eAdKWR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbN6eAdKWR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbN6eAdKWR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbN6eAdKWR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbN6eAdKWR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbN6eAdKWR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vbN6eAdKWR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbN6eAdKWR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbN6eAdKWR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbN6eAdKWR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbN6eAdKWR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbN6eAdKWR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbN6eAdKWR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbN6eAdKWR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbN6eAdKWR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbN6eAdKWR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbN6eAdKWR .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-vbN6eAdKWR .navbar {
    height: 70px;
  }
  .cid-vbN6eAdKWR .navbar.opened {
    height: auto;
  }
  .cid-vbN6eAdKWR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbN6eAzJp5 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/gallery-strip-2-3000px.jpg-2000x1187.jpg");
}
.cid-vbN6eAzJp5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbN6eAzJp5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbN6eAzJp5 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-vbN6eAzJp5 .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-vbN6eAzJp5 .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-vbN6eAzJp5 .mbr-section-title {
  color: #ffffff;
}
.cid-vbN6eAzJp5 .mbr-text,
.cid-vbN6eAzJp5 .mbr-section-btn,
.cid-vbN6eAzJp5 .social-row {
  color: #ffffff;
}
.cid-vbN6eAzJp5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vbSZkiDhHW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbSZkiDhHW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbSZkiDhHW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbSZkiDhHW .item {
  padding-bottom: 2rem;
}
.cid-vbSZkiDhHW .item-wrapper {
  position: relative;
}
.cid-vbSZkiDhHW .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-vbSZkiDhHW .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vbSZkiDhHW .carousel-control,
.cid-vbSZkiDhHW .close {
  background: #1b1b1b;
}
.cid-vbSZkiDhHW .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vbSZkiDhHW .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vbSZkiDhHW .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vbSZkiDhHW .carousel-control-next span {
  margin-left: 5px;
}
.cid-vbSZkiDhHW .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-vbSZkiDhHW .close::before {
  content: '\e91a';
}
.cid-vbSZkiDhHW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vbSZkiDhHW .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-vbSZkiDhHW .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vbSZkiDhHW .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vbSZkiDhHW .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vbSZkiDhHW .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vbSZkiDhHW .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-vbSZkiDhHW .carousel-indicators li.active,
.cid-vbSZkiDhHW .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vbSZkiDhHW .carousel-indicators li::after,
.cid-vbSZkiDhHW .carousel-indicators li::before {
  content: none;
}
.cid-vbSZkiDhHW .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vbSZkiDhHW .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vbSZkiDhHW .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vbSZkiDhHW .carousel-indicators {
    display: none;
  }
}
.cid-vbSZkiDhHW .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vbSZkiDhHW .carousel-inner > .active {
  display: block;
}
.cid-vbSZkiDhHW .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vbSZkiDhHW .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vbSZkiDhHW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vbSZkiDhHW .carousel-control,
  .cid-vbSZkiDhHW .carousel-indicators,
  .cid-vbSZkiDhHW .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vbSZkiDhHW .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vbSZkiDhHW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vbSZkiDhHW .carousel-indicators .active,
.cid-vbSZkiDhHW .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vbSZkiDhHW .carousel-indicators .active {
  background: #fff;
}
.cid-vbSZkiDhHW .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vbSZkiDhHW .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vbSZkiDhHW .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vbSZkiDhHW .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vbSZkiDhHW .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vbSZkiDhHW .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vbSZkiDhHW .carousel {
  width: 100%;
}
.cid-vbSZkiDhHW .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vbSZkiDhHW .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vbSZkiDhHW .modal.fade .modal-dialog,
.cid-vbSZkiDhHW .modal.in .modal-dialog {
  transform: none;
}
.cid-vbSZkiDhHW .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vbSZkiDhHW H6 {
  text-align: center;
}
.cid-vceR745ohk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vceR745ohk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vceR745ohk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vceR745ohk .item {
  padding-bottom: 2rem;
}
.cid-vceR745ohk .item-wrapper {
  position: relative;
}
.cid-vceR745ohk .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-vceR745ohk .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vceR745ohk .carousel-control,
.cid-vceR745ohk .close {
  background: #1b1b1b;
}
.cid-vceR745ohk .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vceR745ohk .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vceR745ohk .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vceR745ohk .carousel-control-next span {
  margin-left: 5px;
}
.cid-vceR745ohk .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-vceR745ohk .close::before {
  content: '\e91a';
}
.cid-vceR745ohk .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vceR745ohk .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-vceR745ohk .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vceR745ohk .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vceR745ohk .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vceR745ohk .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vceR745ohk .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-vceR745ohk .carousel-indicators li.active,
.cid-vceR745ohk .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vceR745ohk .carousel-indicators li::after,
.cid-vceR745ohk .carousel-indicators li::before {
  content: none;
}
.cid-vceR745ohk .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vceR745ohk .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vceR745ohk .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vceR745ohk .carousel-indicators {
    display: none;
  }
}
.cid-vceR745ohk .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vceR745ohk .carousel-inner > .active {
  display: block;
}
.cid-vceR745ohk .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vceR745ohk .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vceR745ohk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vceR745ohk .carousel-control,
  .cid-vceR745ohk .carousel-indicators,
  .cid-vceR745ohk .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vceR745ohk .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vceR745ohk .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vceR745ohk .carousel-indicators .active,
.cid-vceR745ohk .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vceR745ohk .carousel-indicators .active {
  background: #fff;
}
.cid-vceR745ohk .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vceR745ohk .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vceR745ohk .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vceR745ohk .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vceR745ohk .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vceR745ohk .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vceR745ohk .carousel {
  width: 100%;
}
.cid-vceR745ohk .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vceR745ohk .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vceR745ohk .modal.fade .modal-dialog,
.cid-vceR745ohk .modal.in .modal-dialog {
  transform: none;
}
.cid-vceR745ohk .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vceR745ohk H6 {
  text-align: center;
}
.cid-vceRMrs8PY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vceRMrs8PY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vceRMrs8PY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vceRMrs8PY .item {
  padding-bottom: 2rem;
}
.cid-vceRMrs8PY .item-wrapper {
  position: relative;
}
.cid-vceRMrs8PY .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-vceRMrs8PY .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vceRMrs8PY .carousel-control,
.cid-vceRMrs8PY .close {
  background: #1b1b1b;
}
.cid-vceRMrs8PY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vceRMrs8PY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vceRMrs8PY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vceRMrs8PY .carousel-control-next span {
  margin-left: 5px;
}
.cid-vceRMrs8PY .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-vceRMrs8PY .close::before {
  content: '\e91a';
}
.cid-vceRMrs8PY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vceRMrs8PY .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-vceRMrs8PY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vceRMrs8PY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vceRMrs8PY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vceRMrs8PY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vceRMrs8PY .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-vceRMrs8PY .carousel-indicators li.active,
.cid-vceRMrs8PY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vceRMrs8PY .carousel-indicators li::after,
.cid-vceRMrs8PY .carousel-indicators li::before {
  content: none;
}
.cid-vceRMrs8PY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vceRMrs8PY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vceRMrs8PY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vceRMrs8PY .carousel-indicators {
    display: none;
  }
}
.cid-vceRMrs8PY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vceRMrs8PY .carousel-inner > .active {
  display: block;
}
.cid-vceRMrs8PY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vceRMrs8PY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vceRMrs8PY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vceRMrs8PY .carousel-control,
  .cid-vceRMrs8PY .carousel-indicators,
  .cid-vceRMrs8PY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vceRMrs8PY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vceRMrs8PY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vceRMrs8PY .carousel-indicators .active,
.cid-vceRMrs8PY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vceRMrs8PY .carousel-indicators .active {
  background: #fff;
}
.cid-vceRMrs8PY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vceRMrs8PY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vceRMrs8PY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vceRMrs8PY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vceRMrs8PY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vceRMrs8PY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vceRMrs8PY .carousel {
  width: 100%;
}
.cid-vceRMrs8PY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vceRMrs8PY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vceRMrs8PY .modal.fade .modal-dialog,
.cid-vceRMrs8PY .modal.in .modal-dialog {
  transform: none;
}
.cid-vceRMrs8PY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vceRMrs8PY H6 {
  text-align: center;
}
.cid-vceS6FoM6B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vceS6FoM6B .mbr-fallback-image.disabled {
  display: none;
}
.cid-vceS6FoM6B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vceS6FoM6B .item {
  padding-bottom: 2rem;
}
.cid-vceS6FoM6B .item-wrapper {
  position: relative;
}
.cid-vceS6FoM6B .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-vceS6FoM6B .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vceS6FoM6B .carousel-control,
.cid-vceS6FoM6B .close {
  background: #1b1b1b;
}
.cid-vceS6FoM6B .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vceS6FoM6B .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vceS6FoM6B .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vceS6FoM6B .carousel-control-next span {
  margin-left: 5px;
}
.cid-vceS6FoM6B .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-vceS6FoM6B .close::before {
  content: '\e91a';
}
.cid-vceS6FoM6B .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vceS6FoM6B .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-vceS6FoM6B .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vceS6FoM6B .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vceS6FoM6B .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vceS6FoM6B .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vceS6FoM6B .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-vceS6FoM6B .carousel-indicators li.active,
.cid-vceS6FoM6B .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vceS6FoM6B .carousel-indicators li::after,
.cid-vceS6FoM6B .carousel-indicators li::before {
  content: none;
}
.cid-vceS6FoM6B .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vceS6FoM6B .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vceS6FoM6B .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vceS6FoM6B .carousel-indicators {
    display: none;
  }
}
.cid-vceS6FoM6B .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vceS6FoM6B .carousel-inner > .active {
  display: block;
}
.cid-vceS6FoM6B .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vceS6FoM6B .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vceS6FoM6B .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vceS6FoM6B .carousel-control,
  .cid-vceS6FoM6B .carousel-indicators,
  .cid-vceS6FoM6B .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vceS6FoM6B .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vceS6FoM6B .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vceS6FoM6B .carousel-indicators .active,
.cid-vceS6FoM6B .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vceS6FoM6B .carousel-indicators .active {
  background: #fff;
}
.cid-vceS6FoM6B .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vceS6FoM6B .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vceS6FoM6B .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vceS6FoM6B .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vceS6FoM6B .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vceS6FoM6B .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vceS6FoM6B .carousel {
  width: 100%;
}
.cid-vceS6FoM6B .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vceS6FoM6B .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vceS6FoM6B .modal.fade .modal-dialog,
.cid-vceS6FoM6B .modal.in .modal-dialog {
  transform: none;
}
.cid-vceS6FoM6B .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vceS6FoM6B H6 {
  text-align: center;
}
.cid-vceSwWJUpP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vceSwWJUpP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vceSwWJUpP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vceSwWJUpP .item {
  padding-bottom: 2rem;
}
.cid-vceSwWJUpP .item-wrapper {
  position: relative;
}
.cid-vceSwWJUpP .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-vceSwWJUpP .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vceSwWJUpP .carousel-control,
.cid-vceSwWJUpP .close {
  background: #1b1b1b;
}
.cid-vceSwWJUpP .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vceSwWJUpP .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vceSwWJUpP .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vceSwWJUpP .carousel-control-next span {
  margin-left: 5px;
}
.cid-vceSwWJUpP .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-vceSwWJUpP .close::before {
  content: '\e91a';
}
.cid-vceSwWJUpP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vceSwWJUpP .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-vceSwWJUpP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vceSwWJUpP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vceSwWJUpP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vceSwWJUpP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vceSwWJUpP .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-vceSwWJUpP .carousel-indicators li.active,
.cid-vceSwWJUpP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vceSwWJUpP .carousel-indicators li::after,
.cid-vceSwWJUpP .carousel-indicators li::before {
  content: none;
}
.cid-vceSwWJUpP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vceSwWJUpP .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vceSwWJUpP .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vceSwWJUpP .carousel-indicators {
    display: none;
  }
}
.cid-vceSwWJUpP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vceSwWJUpP .carousel-inner > .active {
  display: block;
}
.cid-vceSwWJUpP .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vceSwWJUpP .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vceSwWJUpP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vceSwWJUpP .carousel-control,
  .cid-vceSwWJUpP .carousel-indicators,
  .cid-vceSwWJUpP .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vceSwWJUpP .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vceSwWJUpP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vceSwWJUpP .carousel-indicators .active,
.cid-vceSwWJUpP .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vceSwWJUpP .carousel-indicators .active {
  background: #fff;
}
.cid-vceSwWJUpP .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vceSwWJUpP .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vceSwWJUpP .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vceSwWJUpP .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vceSwWJUpP .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vceSwWJUpP .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vceSwWJUpP .carousel {
  width: 100%;
}
.cid-vceSwWJUpP .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vceSwWJUpP .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vceSwWJUpP .modal.fade .modal-dialog,
.cid-vceSwWJUpP .modal.in .modal-dialog {
  transform: none;
}
.cid-vceSwWJUpP .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vceSwWJUpP H6 {
  text-align: center;
}
.cid-vbN6eBh4B6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #89ac4c;
  overflow: hidden;
}
.cid-vcxxnP4QQ3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vcxxnP4QQ3 nav.navbar {
  position: fixed;
}
.cid-vcxxnP4QQ3 .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-vcxxnP4QQ3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcxxnP4QQ3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcxxnP4QQ3 .dropdown-item:hover,
.cid-vcxxnP4QQ3 .dropdown-item:focus {
  background: #89ac4c !important;
  color: white !important;
}
.cid-vcxxnP4QQ3 .dropdown-item:hover span {
  color: white;
}
.cid-vcxxnP4QQ3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcxxnP4QQ3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcxxnP4QQ3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcxxnP4QQ3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcxxnP4QQ3 .nav-link {
  position: relative;
}
.cid-vcxxnP4QQ3 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcxxnP4QQ3 .container {
    flex-wrap: wrap;
  }
}
.cid-vcxxnP4QQ3 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcxxnP4QQ3 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vcxxnP4QQ3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcxxnP4QQ3 .dropdown-menu,
.cid-vcxxnP4QQ3 .navbar.opened {
  background: #ffffff !important;
}
.cid-vcxxnP4QQ3 .nav-item:focus,
.cid-vcxxnP4QQ3 .nav-link:focus {
  outline: none;
}
.cid-vcxxnP4QQ3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcxxnP4QQ3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcxxnP4QQ3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcxxnP4QQ3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcxxnP4QQ3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcxxnP4QQ3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcxxnP4QQ3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vcxxnP4QQ3 .navbar.opened {
  transition: all 0.3s;
}
.cid-vcxxnP4QQ3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcxxnP4QQ3 .navbar .navbar-logo img {
  width: auto;
}
.cid-vcxxnP4QQ3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcxxnP4QQ3 .navbar.collapsed {
  justify-content: center;
}
.cid-vcxxnP4QQ3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcxxnP4QQ3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcxxnP4QQ3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-vcxxnP4QQ3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcxxnP4QQ3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcxxnP4QQ3 .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-vcxxnP4QQ3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcxxnP4QQ3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcxxnP4QQ3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcxxnP4QQ3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcxxnP4QQ3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcxxnP4QQ3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcxxnP4QQ3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcxxnP4QQ3 .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-vcxxnP4QQ3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcxxnP4QQ3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcxxnP4QQ3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcxxnP4QQ3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vcxxnP4QQ3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcxxnP4QQ3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vcxxnP4QQ3 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vcxxnP4QQ3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcxxnP4QQ3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcxxnP4QQ3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcxxnP4QQ3 .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-vcxxnP4QQ3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcxxnP4QQ3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcxxnP4QQ3 .dropdown-item.active,
.cid-vcxxnP4QQ3 .dropdown-item:active {
  background-color: transparent;
}
.cid-vcxxnP4QQ3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcxxnP4QQ3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcxxnP4QQ3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcxxnP4QQ3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vcxxnP4QQ3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcxxnP4QQ3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcxxnP4QQ3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcxxnP4QQ3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcxxnP4QQ3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcxxnP4QQ3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vcxxnP4QQ3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcxxnP4QQ3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcxxnP4QQ3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcxxnP4QQ3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcxxnP4QQ3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcxxnP4QQ3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcxxnP4QQ3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcxxnP4QQ3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcxxnP4QQ3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcxxnP4QQ3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcxxnP4QQ3 .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-vcxxnP4QQ3 .navbar {
    height: 70px;
  }
  .cid-vcxxnP4QQ3 .navbar.opened {
    height: auto;
  }
  .cid-vcxxnP4QQ3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcxxnPqZ6d {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/gallery-page.jpg-2000x1136.jpg");
}
.cid-vcxxnPqZ6d .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcxxnPqZ6d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcxxnPqZ6d .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-vcxxnPqZ6d .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-vcxxnPqZ6d .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-vcxxnPqZ6d .mbr-section-title {
  color: #ffffff;
}
.cid-vcxxnPqZ6d .mbr-text,
.cid-vcxxnPqZ6d .mbr-section-btn,
.cid-vcxxnPqZ6d .social-row {
  color: #ffffff;
}
.cid-vcxxnPqZ6d .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vcxxnPJT8q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcxxnPJT8q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcxxnPJT8q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcxxnPJT8q .item {
  padding-bottom: 2rem;
}
.cid-vcxxnPJT8q .item-wrapper {
  position: relative;
}
.cid-vcxxnPJT8q .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-vcxxnPJT8q .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcxxnPJT8q .carousel-control,
.cid-vcxxnPJT8q .close {
  background: #1b1b1b;
}
.cid-vcxxnPJT8q .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcxxnPJT8q .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcxxnPJT8q .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcxxnPJT8q .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcxxnPJT8q .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-vcxxnPJT8q .close::before {
  content: '\e91a';
}
.cid-vcxxnPJT8q .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcxxnPJT8q .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-vcxxnPJT8q .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcxxnPJT8q .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcxxnPJT8q .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcxxnPJT8q .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcxxnPJT8q .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-vcxxnPJT8q .carousel-indicators li.active,
.cid-vcxxnPJT8q .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcxxnPJT8q .carousel-indicators li::after,
.cid-vcxxnPJT8q .carousel-indicators li::before {
  content: none;
}
.cid-vcxxnPJT8q .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcxxnPJT8q .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcxxnPJT8q .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcxxnPJT8q .carousel-indicators {
    display: none;
  }
}
.cid-vcxxnPJT8q .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcxxnPJT8q .carousel-inner > .active {
  display: block;
}
.cid-vcxxnPJT8q .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcxxnPJT8q .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcxxnPJT8q .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcxxnPJT8q .carousel-control,
  .cid-vcxxnPJT8q .carousel-indicators,
  .cid-vcxxnPJT8q .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcxxnPJT8q .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcxxnPJT8q .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcxxnPJT8q .carousel-indicators .active,
.cid-vcxxnPJT8q .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcxxnPJT8q .carousel-indicators .active {
  background: #fff;
}
.cid-vcxxnPJT8q .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcxxnPJT8q .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcxxnPJT8q .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcxxnPJT8q .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcxxnPJT8q .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcxxnPJT8q .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcxxnPJT8q .carousel {
  width: 100%;
}
.cid-vcxxnPJT8q .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcxxnPJT8q .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcxxnPJT8q .modal.fade .modal-dialog,
.cid-vcxxnPJT8q .modal.in .modal-dialog {
  transform: none;
}
.cid-vcxxnPJT8q .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcxxnPJT8q H6 {
  text-align: center;
}
.cid-vcxAJSvmtY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcxAJSvmtY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcxAJSvmtY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcxAJSvmtY .item {
  padding-bottom: 2rem;
}
.cid-vcxAJSvmtY .item-wrapper {
  position: relative;
}
.cid-vcxAJSvmtY .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-vcxAJSvmtY .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcxAJSvmtY .carousel-control,
.cid-vcxAJSvmtY .close {
  background: #1b1b1b;
}
.cid-vcxAJSvmtY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcxAJSvmtY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcxAJSvmtY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcxAJSvmtY .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcxAJSvmtY .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-vcxAJSvmtY .close::before {
  content: '\e91a';
}
.cid-vcxAJSvmtY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcxAJSvmtY .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-vcxAJSvmtY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcxAJSvmtY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcxAJSvmtY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcxAJSvmtY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcxAJSvmtY .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-vcxAJSvmtY .carousel-indicators li.active,
.cid-vcxAJSvmtY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcxAJSvmtY .carousel-indicators li::after,
.cid-vcxAJSvmtY .carousel-indicators li::before {
  content: none;
}
.cid-vcxAJSvmtY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcxAJSvmtY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcxAJSvmtY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcxAJSvmtY .carousel-indicators {
    display: none;
  }
}
.cid-vcxAJSvmtY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcxAJSvmtY .carousel-inner > .active {
  display: block;
}
.cid-vcxAJSvmtY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcxAJSvmtY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcxAJSvmtY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcxAJSvmtY .carousel-control,
  .cid-vcxAJSvmtY .carousel-indicators,
  .cid-vcxAJSvmtY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcxAJSvmtY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcxAJSvmtY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcxAJSvmtY .carousel-indicators .active,
.cid-vcxAJSvmtY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcxAJSvmtY .carousel-indicators .active {
  background: #fff;
}
.cid-vcxAJSvmtY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcxAJSvmtY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcxAJSvmtY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcxAJSvmtY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcxAJSvmtY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcxAJSvmtY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcxAJSvmtY .carousel {
  width: 100%;
}
.cid-vcxAJSvmtY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcxAJSvmtY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcxAJSvmtY .modal.fade .modal-dialog,
.cid-vcxAJSvmtY .modal.in .modal-dialog {
  transform: none;
}
.cid-vcxAJSvmtY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcxAJSvmtY H6 {
  text-align: center;
}
.cid-vcxxnQ8fik {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcxxnQ8fik .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcxxnQ8fik .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcxxnQ8fik .item {
  padding-bottom: 2rem;
}
.cid-vcxxnQ8fik .item-wrapper {
  position: relative;
}
.cid-vcxxnQ8fik .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-vcxxnQ8fik .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcxxnQ8fik .carousel-control,
.cid-vcxxnQ8fik .close {
  background: #1b1b1b;
}
.cid-vcxxnQ8fik .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcxxnQ8fik .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcxxnQ8fik .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcxxnQ8fik .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcxxnQ8fik .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-vcxxnQ8fik .close::before {
  content: '\e91a';
}
.cid-vcxxnQ8fik .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcxxnQ8fik .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-vcxxnQ8fik .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcxxnQ8fik .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcxxnQ8fik .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcxxnQ8fik .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcxxnQ8fik .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-vcxxnQ8fik .carousel-indicators li.active,
.cid-vcxxnQ8fik .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcxxnQ8fik .carousel-indicators li::after,
.cid-vcxxnQ8fik .carousel-indicators li::before {
  content: none;
}
.cid-vcxxnQ8fik .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcxxnQ8fik .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcxxnQ8fik .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcxxnQ8fik .carousel-indicators {
    display: none;
  }
}
.cid-vcxxnQ8fik .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcxxnQ8fik .carousel-inner > .active {
  display: block;
}
.cid-vcxxnQ8fik .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcxxnQ8fik .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcxxnQ8fik .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcxxnQ8fik .carousel-control,
  .cid-vcxxnQ8fik .carousel-indicators,
  .cid-vcxxnQ8fik .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcxxnQ8fik .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcxxnQ8fik .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcxxnQ8fik .carousel-indicators .active,
.cid-vcxxnQ8fik .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcxxnQ8fik .carousel-indicators .active {
  background: #fff;
}
.cid-vcxxnQ8fik .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcxxnQ8fik .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcxxnQ8fik .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcxxnQ8fik .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcxxnQ8fik .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcxxnQ8fik .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcxxnQ8fik .carousel {
  width: 100%;
}
.cid-vcxxnQ8fik .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcxxnQ8fik .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcxxnQ8fik .modal.fade .modal-dialog,
.cid-vcxxnQ8fik .modal.in .modal-dialog {
  transform: none;
}
.cid-vcxxnQ8fik .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcxxnQ8fik H6 {
  text-align: center;
}
.cid-vcxxnRRHdl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #89ac4c;
  overflow: hidden;
}
.cid-viQ5On7SI6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-viQ5On7SI6 nav.navbar {
  position: fixed;
}
.cid-viQ5On7SI6 .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-viQ5On7SI6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-viQ5On7SI6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-viQ5On7SI6 .dropdown-item:hover,
.cid-viQ5On7SI6 .dropdown-item:focus {
  background: #89ac4c !important;
  color: white !important;
}
.cid-viQ5On7SI6 .dropdown-item:hover span {
  color: white;
}
.cid-viQ5On7SI6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-viQ5On7SI6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-viQ5On7SI6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-viQ5On7SI6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-viQ5On7SI6 .nav-link {
  position: relative;
}
.cid-viQ5On7SI6 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-viQ5On7SI6 .container {
    flex-wrap: wrap;
  }
}
.cid-viQ5On7SI6 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-viQ5On7SI6 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-viQ5On7SI6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-viQ5On7SI6 .dropdown-menu,
.cid-viQ5On7SI6 .navbar.opened {
  background: #ffffff !important;
}
.cid-viQ5On7SI6 .nav-item:focus,
.cid-viQ5On7SI6 .nav-link:focus {
  outline: none;
}
.cid-viQ5On7SI6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-viQ5On7SI6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-viQ5On7SI6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-viQ5On7SI6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-viQ5On7SI6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-viQ5On7SI6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-viQ5On7SI6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-viQ5On7SI6 .navbar.opened {
  transition: all 0.3s;
}
.cid-viQ5On7SI6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-viQ5On7SI6 .navbar .navbar-logo img {
  width: auto;
}
.cid-viQ5On7SI6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-viQ5On7SI6 .navbar.collapsed {
  justify-content: center;
}
.cid-viQ5On7SI6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-viQ5On7SI6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-viQ5On7SI6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-viQ5On7SI6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-viQ5On7SI6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-viQ5On7SI6 .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-viQ5On7SI6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-viQ5On7SI6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-viQ5On7SI6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-viQ5On7SI6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-viQ5On7SI6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-viQ5On7SI6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-viQ5On7SI6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-viQ5On7SI6 .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-viQ5On7SI6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-viQ5On7SI6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-viQ5On7SI6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-viQ5On7SI6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-viQ5On7SI6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-viQ5On7SI6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-viQ5On7SI6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-viQ5On7SI6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-viQ5On7SI6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-viQ5On7SI6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-viQ5On7SI6 .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-viQ5On7SI6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-viQ5On7SI6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-viQ5On7SI6 .dropdown-item.active,
.cid-viQ5On7SI6 .dropdown-item:active {
  background-color: transparent;
}
.cid-viQ5On7SI6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-viQ5On7SI6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-viQ5On7SI6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-viQ5On7SI6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-viQ5On7SI6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-viQ5On7SI6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-viQ5On7SI6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-viQ5On7SI6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-viQ5On7SI6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-viQ5On7SI6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-viQ5On7SI6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-viQ5On7SI6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viQ5On7SI6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viQ5On7SI6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-viQ5On7SI6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viQ5On7SI6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-viQ5On7SI6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-viQ5On7SI6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viQ5On7SI6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-viQ5On7SI6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-viQ5On7SI6 .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-viQ5On7SI6 .navbar {
    height: 70px;
  }
  .cid-viQ5On7SI6 .navbar.opened {
    height: auto;
  }
  .cid-viQ5On7SI6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-viQ5OnBODa {
  background-image: url("../../../assets/images/sek05470sekharabrahamphotography-edit.jpg-1024x683.jpg");
}
.cid-viQ5OnBODa .mbr-fallback-image.disabled {
  display: none;
}
.cid-viQ5OnBODa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viQ5OnBODa .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-viQ5OnBODa .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-viQ5OnBODa .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-viQ5OnBODa .mbr-section-title {
  color: #ffffff;
}
.cid-viQ5OnBODa .mbr-text,
.cid-viQ5OnBODa .mbr-section-btn,
.cid-viQ5OnBODa .social-row {
  color: #ffffff;
}
.cid-viQ5OnBODa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-viQ5OpkQ1Y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #89ac4c;
  overflow: hidden;
}
