.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Dela Gothic One', display;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Dela Gothic One', display;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Dela Gothic One', display;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffa0a0 !important;
}
.bg-success {
  background-color: #393193 !important;
}
.bg-info {
  background-color: #bcef9b !important;
}
.bg-warning {
  background-color: #ffa0a0 !important;
}
.bg-danger {
  background-color: #008063 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffa0a0 !important;
  border-color: #ffa0a0 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffd3d3 !important;
  border-color: #ffd3d3 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffd3d3 !important;
  border-color: #ffd3d3 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
}
.btn-info,
.btn-info:active {
  background-color: #bcef9b !important;
  border-color: #bcef9b !important;
  color: #3b7813 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #d9f6c7 !important;
  border-color: #d9f6c7 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #3b7813 !important;
  background-color: #d9f6c7 !important;
  border-color: #d9f6c7 !important;
}
.btn-success,
.btn-success:active {
  background-color: #393193 !important;
  border-color: #393193 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #483eb9 !important;
  border-color: #483eb9 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #483eb9 !important;
  border-color: #483eb9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffa0a0 !important;
  border-color: #ffa0a0 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffd3d3 !important;
  border-color: #ffd3d3 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffd3d3 !important;
  border-color: #ffd3d3 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #008063 !important;
  border-color: #008063 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #00b38a !important;
  border-color: #00b38a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #00b38a !important;
  border-color: #00b38a !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffa0a0;
  color: #ffa0a0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff4949 !important;
  background-color: transparent !important;
  border-color: #ff4949 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa0a0 !important;
  border-color: #ffa0a0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffa600;
  color: #ffa600;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a86e00 !important;
  background-color: transparent !important;
  border-color: #a86e00 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #bcef9b;
  color: #bcef9b;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #8ae350 !important;
  background-color: transparent !important;
  border-color: #8ae350 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #3b7813 !important;
  background-color: #bcef9b !important;
  border-color: #bcef9b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #393193;
  color: #393193;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #201b52 !important;
  background-color: transparent !important;
  border-color: #201b52 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #393193 !important;
  border-color: #393193 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffa0a0;
  color: #ffa0a0;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff4949 !important;
  background-color: transparent !important;
  border-color: #ff4949 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa0a0 !important;
  border-color: #ffa0a0 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #008063;
  color: #008063;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #002920 !important;
  background-color: transparent !important;
  border-color: #002920 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #008063 !important;
  border-color: #008063 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffa0a0 !important;
}
.text-secondary {
  color: #ffa600 !important;
}
.text-success {
  color: #393193 !important;
}
.text-info {
  color: #bcef9b !important;
}
.text-warning {
  color: #ffa0a0 !important;
}
.text-danger {
  color: #008063 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ff3a3a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #996400 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1b1846 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #81e143 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff3a3a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #001a14 !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: #ffa0a0;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #bcef9b;
}
.alert-warning {
  background-color: #ffa0a0;
}
.alert-danger {
  background-color: #008063;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffa0a0;
  border-color: #ffa0a0;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffa0a0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #7b73d0;
}
.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: #00ffc5;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffa0a0 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ffa0a0;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffa0a0;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffa0a0;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffa0a0;
  border-bottom-color: #ffa0a0;
}
.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: #ffa0a0 !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: #ffa600 !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='%23ffa0a0' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tHeG7yune1 {
  z-index: 1000;
  width: 100%;
}
.cid-tHeG7yune1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tHeG7yune1 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tHeG7yune1 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-tHeG7yune1 .navbar-nav {
    max-width: 45%;
  }
}
.cid-tHeG7yune1 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tHeG7yune1 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tHeG7yune1 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tHeG7yune1 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tHeG7yune1 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tHeG7yune1 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tHeG7yune1 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tHeG7yune1 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tHeG7yune1 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-tHeG7yune1 .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-tHeG7yune1 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tHeG7yune1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tHeG7yune1 .navbar-brand img {
  border-radius: 0px !important;
}
.cid-tHeG7yune1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHeG7yune1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHeG7yune1 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tHeG7yune1 .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tHeG7yune1 .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tHeG7yune1 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tHeG7yune1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tHeG7yune1 .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #2e481a !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #2e481a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tHeG7yune1 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tHeG7yune1 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tHeG7yune1 .iconfont-wrapper {
  color: #ed85be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tHeG7yune1 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #2e481a;
  background: #2e481a !important;
}
.cid-tHeG7yune1 .nav-item:focus,
.cid-tHeG7yune1 .nav-link:focus {
  outline: none;
}
.cid-tHeG7yune1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tHeG7yune1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHeG7yune1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tHeG7yune1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tHeG7yune1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tHeG7yune1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tHeG7yune1 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tHeG7yune1 .navbar.opened {
  transition: all 0.3s;
}
.cid-tHeG7yune1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tHeG7yune1 .navbar .navbar-logo img {
  width: auto;
}
.cid-tHeG7yune1 .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-tHeG7yune1 .navbar.collapsed {
  justify-content: center;
}
.cid-tHeG7yune1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tHeG7yune1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHeG7yune1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tHeG7yune1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHeG7yune1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHeG7yune1 .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-tHeG7yune1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHeG7yune1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tHeG7yune1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tHeG7yune1 .navbar {
    min-height: 72px;
  }
  .cid-tHeG7yune1 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tHeG7yune1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHeG7yune1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHeG7yune1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHeG7yune1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHeG7yune1 .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-tHeG7yune1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tHeG7yune1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tHeG7yune1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tHeG7yune1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tHeG7yune1 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tHeG7yune1 .dropdown-item.active,
.cid-tHeG7yune1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tHeG7yune1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHeG7yune1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHeG7yune1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHeG7yune1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2e481a;
}
.cid-tHeG7yune1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tHeG7yune1 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tHeG7yune1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tHeG7yune1 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tHeG7yune1 .navbar-buttons {
    text-align: left;
  }
}
.cid-tHeG7yune1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tHeG7yune1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8cbc;
}
.cid-tHeG7yune1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tHeG7yune1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHeG7yune1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHeG7yune1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tHeG7yune1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHeG7yune1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tHeG7yune1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tHeG7yune1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHeG7yune1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tHeG7yune1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tHeG7yune1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tHeG7yune1 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tHeG7yune1 .navbar {
    height: 70px;
  }
  .cid-tHeG7yune1 .navbar.opened {
    height: auto;
  }
  .cid-tHeG7yune1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHeG7yune1 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tHeG7yune1 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tHeG7yune1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tHeG7yune1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tHeG7yune1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tHeG7yune1 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tHeG7yune1 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tHeG7yune1 .navbar-brand {
    margin-right: auto;
  }
  .cid-tHeG7yune1 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2e481a;
    opacity: 1;
    border-color: #2e481a !important;
    background: #2e481a !important;
    backdrop-filter: blur(8px);
  }
  .cid-tHeG7yune1 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tHeG7yune1 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tHeG7yune1 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tHeG7yune1 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tHeG7yune1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tHeG7yune1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tHeG7yune1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tHeG7yune1 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tHeG7yune1 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tHeG7yune1 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZ7u2AsPhN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/keyvisual-empty-web.jpeg");
}
.cid-uZ7u2AsPhN .content-head {
  max-width: 800px;
}
.cid-uZ7u2AsPhN .mbr-section-title {
  color: #ffffff;
}
.cid-uZ7u2AsPhN .mbr-text,
.cid-uZ7u2AsPhN .mbr-section-btn {
  color: #ffffff;
}
.cid-uLPVHpAYLU {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #122a00;
}
.cid-uLPVHpAYLU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLPVHpAYLU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uLPVHpAYLU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLPVHpAYLU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uLPVHpAYLU .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uLPVHpAYLU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLPVHpAYLU .mbr-section-title {
  color: #9fe870;
}
.cid-uLPVHpAYLU .mbr-text,
.cid-uLPVHpAYLU .mbr-section-btn {
  color: #9fe870;
}
.cid-uL4aQQv6XV {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #393193;
}
.cid-uL4aQQv6XV img,
.cid-uL4aQQv6XV .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uL4aQQv6XV .item:focus,
.cid-uL4aQQv6XV span:focus {
  outline: none;
}
.cid-uL4aQQv6XV .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uL4aQQv6XV .item {
    margin-bottom: 1rem;
  }
}
.cid-uL4aQQv6XV .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uL4aQQv6XV .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL4aQQv6XV .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uL4aQQv6XV .item-wrapper {
  position: relative;
  background: #163300;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uL4aQQv6XV .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uL4aQQv6XV .mbr-section-title {
  color: #ffa0a0;
}
.cid-uL4aQQv6XV .item-title {
  text-align: center;
  color: #ffa0a0;
}
.cid-uL4aQQv6XV .item-subtitle {
  text-align: left;
}
.cid-uL4aQQv6XV .mbr-text,
.cid-uL4aQQv6XV .item .mbr-section-btn {
  text-align: center;
  color: #ffa0a0;
}
.cid-uL4aQQv6XV .content-head {
  max-width: 800px;
}
.cid-uL4aQQv6XV .mbr-section-subtitle,
.cid-uL4aQQv6XV .mbr-section-head .mbr-section-btn {
  color: #ffa0a0;
}
.cid-uL5c1GUm9i {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #393193;
}
.cid-uL5c1GUm9i img,
.cid-uL5c1GUm9i .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uL5c1GUm9i .item:focus,
.cid-uL5c1GUm9i span:focus {
  outline: none;
}
.cid-uL5c1GUm9i .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uL5c1GUm9i .item {
    margin-bottom: 1rem;
  }
}
.cid-uL5c1GUm9i .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uL5c1GUm9i .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL5c1GUm9i .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uL5c1GUm9i .item-wrapper {
  position: relative;
  background: #163300;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uL5c1GUm9i .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uL5c1GUm9i .mbr-section-title {
  color: #ffa0a0;
}
.cid-uL5c1GUm9i .item-title {
  text-align: center;
  color: #ffa0a0;
}
.cid-uL5c1GUm9i .item-subtitle {
  text-align: left;
}
.cid-uL5c1GUm9i .mbr-text,
.cid-uL5c1GUm9i .item .mbr-section-btn {
  text-align: center;
  color: #ffa0a0;
}
.cid-uL5c1GUm9i .content-head {
  max-width: 800px;
}
.cid-uL5c1GUm9i .mbr-section-subtitle,
.cid-uL5c1GUm9i .mbr-section-head .mbr-section-btn {
  color: #ffa0a0;
}
.cid-uRQCA3Qdyo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2e481a;
}
.cid-uRQCA3Qdyo .content-head {
  max-width: 800px;
}
.cid-uRQCA3Qdyo .mbr-text,
.cid-uRQCA3Qdyo .mbr-section-btn {
  color: #ffa0a0;
}
.cid-uLPWmvJP4G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffa0a0;
}
.cid-uLPWmvJP4G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLPWmvJP4G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLPWmvJP4G .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLPWmvJP4G .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uLPWmvJP4G .google-map {
  height: 100%;
  position: relative;
}
.cid-uLPWmvJP4G .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uLPWmvJP4G .google-map iframe {
    min-height: 350px;
  }
}
.cid-uLPWmvJP4G .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-uLPWmvJP4G .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uLPWmvJP4G .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uLPWmvJP4G .card-wrapper {
  padding: 2.25rem;
  background: #2e481a;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uLPWmvJP4G .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uLPWmvJP4G .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uLPWmvJP4G ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uLPWmvJP4G .content-head {
  max-width: 800px;
}
.cid-uLPWmvJP4G .cardTitle {
  color: #9fe870;
}
.cid-uLPWmvJP4G .list,
.cid-uLPWmvJP4G .item-wrap {
  color: #9fe870;
}
.cid-uLPWmvJP4G .mbr-section-title {
  color: #163300;
}
.cid-uLQ1jvCaxY {
  z-index: 1000;
  width: 100%;
}
.cid-uLQ1jvCaxY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uLQ1jvCaxY .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLQ1jvCaxY .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uLQ1jvCaxY .navbar-nav {
    max-width: 45%;
  }
}
.cid-uLQ1jvCaxY .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uLQ1jvCaxY .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uLQ1jvCaxY .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLQ1jvCaxY .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLQ1jvCaxY .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLQ1jvCaxY .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uLQ1jvCaxY .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLQ1jvCaxY .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLQ1jvCaxY .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uLQ1jvCaxY .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uLQ1jvCaxY .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uLQ1jvCaxY .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLQ1jvCaxY .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uLQ1jvCaxY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLQ1jvCaxY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLQ1jvCaxY .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLQ1jvCaxY .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uLQ1jvCaxY .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLQ1jvCaxY .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLQ1jvCaxY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uLQ1jvCaxY .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #2e481a !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #2e481a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uLQ1jvCaxY .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLQ1jvCaxY .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLQ1jvCaxY .iconfont-wrapper {
  color: #ed85be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLQ1jvCaxY .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #2e481a;
  background: #2e481a !important;
}
.cid-uLQ1jvCaxY .nav-item:focus,
.cid-uLQ1jvCaxY .nav-link:focus {
  outline: none;
}
.cid-uLQ1jvCaxY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLQ1jvCaxY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLQ1jvCaxY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLQ1jvCaxY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLQ1jvCaxY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLQ1jvCaxY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLQ1jvCaxY .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uLQ1jvCaxY .navbar.opened {
  transition: all 0.3s;
}
.cid-uLQ1jvCaxY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLQ1jvCaxY .navbar .navbar-logo img {
  width: auto;
}
.cid-uLQ1jvCaxY .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uLQ1jvCaxY .navbar.collapsed {
  justify-content: center;
}
.cid-uLQ1jvCaxY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLQ1jvCaxY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLQ1jvCaxY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uLQ1jvCaxY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLQ1jvCaxY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLQ1jvCaxY .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-uLQ1jvCaxY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLQ1jvCaxY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLQ1jvCaxY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLQ1jvCaxY .navbar {
    min-height: 72px;
  }
  .cid-uLQ1jvCaxY .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLQ1jvCaxY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLQ1jvCaxY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLQ1jvCaxY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLQ1jvCaxY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLQ1jvCaxY .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-uLQ1jvCaxY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLQ1jvCaxY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLQ1jvCaxY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLQ1jvCaxY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLQ1jvCaxY .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLQ1jvCaxY .dropdown-item.active,
.cid-uLQ1jvCaxY .dropdown-item:active {
  background-color: transparent;
}
.cid-uLQ1jvCaxY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLQ1jvCaxY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLQ1jvCaxY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLQ1jvCaxY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2e481a;
}
.cid-uLQ1jvCaxY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLQ1jvCaxY .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLQ1jvCaxY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLQ1jvCaxY .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLQ1jvCaxY .navbar-buttons {
    text-align: left;
  }
}
.cid-uLQ1jvCaxY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLQ1jvCaxY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8cbc;
}
.cid-uLQ1jvCaxY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLQ1jvCaxY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLQ1jvCaxY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLQ1jvCaxY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLQ1jvCaxY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLQ1jvCaxY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLQ1jvCaxY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLQ1jvCaxY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLQ1jvCaxY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLQ1jvCaxY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLQ1jvCaxY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLQ1jvCaxY .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLQ1jvCaxY .navbar {
    height: 70px;
  }
  .cid-uLQ1jvCaxY .navbar.opened {
    height: auto;
  }
  .cid-uLQ1jvCaxY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLQ1jvCaxY .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLQ1jvCaxY .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLQ1jvCaxY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLQ1jvCaxY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uLQ1jvCaxY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLQ1jvCaxY .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLQ1jvCaxY .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLQ1jvCaxY .navbar-brand {
    margin-right: auto;
  }
  .cid-uLQ1jvCaxY .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2e481a;
    opacity: 1;
    border-color: #2e481a !important;
    background: #2e481a !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLQ1jvCaxY .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLQ1jvCaxY .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLQ1jvCaxY .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLQ1jvCaxY .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLQ1jvCaxY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLQ1jvCaxY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uLQ1jvCaxY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLQ1jvCaxY .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLQ1jvCaxY .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLQ1jvCaxY .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLQ5RzNrhx {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uLQ5RzNrhx {
    align-items: flex-end;
  }
  .cid-uLQ5RzNrhx .row {
    justify-content: center;
  }
  .cid-uLQ5RzNrhx .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLQ5RzNrhx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLQ5RzNrhx {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uLQ5RzNrhx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLQ5RzNrhx .content-wrap {
    width: 100%;
  }
}
.cid-uLQ5RzNrhx .mbr-section-title,
.cid-uLQ5RzNrhx .mbr-section-subtitle {
  text-align: center;
}
.cid-uLQ5RzNrhx .mbr-text,
.cid-uLQ5RzNrhx .mbr-section-btn {
  text-align: center;
}
.cid-uLQ1jwyo7I {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #163300;
}
.cid-uLQ1jwyo7I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQ1jwyo7I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQ1jwyo7I .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLQ1jwyo7I .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLQ1jwyo7I .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uLQ1jwyo7I .content-head {
  max-width: 800px;
}
.cid-uLQ1jwyo7I .mbr-section-title {
  color: #ffa0a0;
}
.cid-uLQ1jwyo7I .card-text {
  color: #ffa0a0;
}
.cid-uLQ1jwyo7I .card-title {
  color: #edefeb;
}
.cid-uLQ1jwyo7I .mbr-section-subtitle {
  color: #ffa0a0;
}
.cid-uLUdQXq6qt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #393193;
}
.cid-uLUdQXq6qt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLUdQXq6qt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLUdQXq6qt .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLUdQXq6qt .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLUdQXq6qt .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uLUdQXq6qt .content-head {
  max-width: 800px;
}
.cid-uLUdQXq6qt .mbr-section-title {
  color: #ffa0a0;
}
.cid-uLUdQXq6qt .card-text {
  color: #ffa0a0;
}
.cid-uLUdQXq6qt .card-title {
  color: #edefeb;
}
.cid-uLUdQXq6qt .mbr-section-subtitle {
  color: #ffa0a0;
}
.cid-uRQPZmpvKy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #163300;
}
.cid-uRQPZmpvKy .content-head {
  max-width: 800px;
}
.cid-uRQPZmpvKy .mbr-text,
.cid-uRQPZmpvKy .mbr-section-btn {
  color: #ffa0a0;
}
.cid-uLQ1jx0zHM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffa0a0;
}
.cid-uLQ1jx0zHM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQ1jx0zHM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLQ1jx0zHM .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLQ1jx0zHM .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uLQ1jx0zHM .google-map {
  height: 100%;
  position: relative;
}
.cid-uLQ1jx0zHM .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uLQ1jx0zHM .google-map iframe {
    min-height: 350px;
  }
}
.cid-uLQ1jx0zHM .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-uLQ1jx0zHM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uLQ1jx0zHM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uLQ1jx0zHM .card-wrapper {
  padding: 2.25rem;
  background: #2e481a;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uLQ1jx0zHM .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uLQ1jx0zHM .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uLQ1jx0zHM ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uLQ1jx0zHM .content-head {
  max-width: 800px;
}
.cid-uLQ1jx0zHM .cardTitle {
  color: #9fe870;
}
.cid-uLQ1jx0zHM .list,
.cid-uLQ1jx0zHM .item-wrap {
  color: #9fe870;
}
.cid-uLQ1jx0zHM .mbr-section-title {
  color: #163300;
}
.cid-tHeG7yune1 {
  z-index: 1000;
  width: 100%;
}
.cid-tHeG7yune1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tHeG7yune1 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tHeG7yune1 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-tHeG7yune1 .navbar-nav {
    max-width: 45%;
  }
}
.cid-tHeG7yune1 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tHeG7yune1 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tHeG7yune1 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tHeG7yune1 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tHeG7yune1 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tHeG7yune1 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tHeG7yune1 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tHeG7yune1 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tHeG7yune1 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-tHeG7yune1 .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-tHeG7yune1 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tHeG7yune1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tHeG7yune1 .navbar-brand img {
  border-radius: 0px !important;
}
.cid-tHeG7yune1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHeG7yune1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHeG7yune1 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tHeG7yune1 .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tHeG7yune1 .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tHeG7yune1 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tHeG7yune1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tHeG7yune1 .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #2e481a !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #2e481a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tHeG7yune1 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tHeG7yune1 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tHeG7yune1 .iconfont-wrapper {
  color: #ed85be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tHeG7yune1 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #2e481a;
  background: #2e481a !important;
}
.cid-tHeG7yune1 .nav-item:focus,
.cid-tHeG7yune1 .nav-link:focus {
  outline: none;
}
.cid-tHeG7yune1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tHeG7yune1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHeG7yune1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tHeG7yune1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tHeG7yune1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tHeG7yune1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tHeG7yune1 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tHeG7yune1 .navbar.opened {
  transition: all 0.3s;
}
.cid-tHeG7yune1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tHeG7yune1 .navbar .navbar-logo img {
  width: auto;
}
.cid-tHeG7yune1 .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-tHeG7yune1 .navbar.collapsed {
  justify-content: center;
}
.cid-tHeG7yune1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tHeG7yune1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHeG7yune1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tHeG7yune1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHeG7yune1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHeG7yune1 .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-tHeG7yune1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHeG7yune1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tHeG7yune1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tHeG7yune1 .navbar {
    min-height: 72px;
  }
  .cid-tHeG7yune1 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tHeG7yune1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHeG7yune1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHeG7yune1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHeG7yune1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHeG7yune1 .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-tHeG7yune1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tHeG7yune1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tHeG7yune1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tHeG7yune1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tHeG7yune1 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tHeG7yune1 .dropdown-item.active,
.cid-tHeG7yune1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tHeG7yune1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHeG7yune1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHeG7yune1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHeG7yune1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2e481a;
}
.cid-tHeG7yune1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tHeG7yune1 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tHeG7yune1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tHeG7yune1 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tHeG7yune1 .navbar-buttons {
    text-align: left;
  }
}
.cid-tHeG7yune1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tHeG7yune1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8cbc;
}
.cid-tHeG7yune1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tHeG7yune1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHeG7yune1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHeG7yune1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tHeG7yune1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHeG7yune1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tHeG7yune1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tHeG7yune1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHeG7yune1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tHeG7yune1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tHeG7yune1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tHeG7yune1 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tHeG7yune1 .navbar {
    height: 70px;
  }
  .cid-tHeG7yune1 .navbar.opened {
    height: auto;
  }
  .cid-tHeG7yune1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHeG7yune1 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tHeG7yune1 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tHeG7yune1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tHeG7yune1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tHeG7yune1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tHeG7yune1 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tHeG7yune1 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tHeG7yune1 .navbar-brand {
    margin-right: auto;
  }
  .cid-tHeG7yune1 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2e481a;
    opacity: 1;
    border-color: #2e481a !important;
    background: #2e481a !important;
    backdrop-filter: blur(8px);
  }
  .cid-tHeG7yune1 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tHeG7yune1 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tHeG7yune1 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tHeG7yune1 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tHeG7yune1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tHeG7yune1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tHeG7yune1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tHeG7yune1 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tHeG7yune1 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tHeG7yune1 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tHeG8PGECK {
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/4elementy.jpg");
}
.cid-tHeG8PGECK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHeG8PGECK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-tHeG8PGECK .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #393193;
}
.cid-tHeG8PGECK .mbr-section-title {
  color: #ffa0a0;
}
.cid-tHeG8PGECK .mbr-text,
.cid-tHeG8PGECK .mbr-section-btn {
  color: #ffffff;
}
.cid-tHeG8PGECK .media-content,
.cid-tHeG8PGECK .mbr-figure {
  align-self: center;
}
.cid-tHeG8PGECK .mbr-figure iframe {
  width: 100%;
  overflow: hidden;
}
.cid-tHeG8PGECK .app-video-wrapper {
  background: transparent;
}
.cid-uLaeciYHe6 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #393193;
}
.cid-uLaeciYHe6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaeciYHe6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLaeciYHe6 .card-wrapper {
  background: #ffa0a0;
}
@media (max-width: 767px) {
  .cid-uLaeciYHe6 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uLaeciYHe6 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uLaeciYHe6 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uLaeciYHe6 .mbr-text,
.cid-uLaeciYHe6 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uLaeciYHe6 .card-title,
.cid-uLaeciYHe6 .card-box {
  text-align: center;
  color: #000000;
}
.cid-uLaeciYHe6 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uLaeciYHe6 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uLaeciYHe6 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2e481a;
  background-color: #2e481a;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uLaeciYHe6 .mbr-text UL {
  text-align: left;
}
.cid-uL6XBhxiRc {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #163300;
}
.cid-uL6XBhxiRc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6XBhxiRc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6XBhxiRc .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uL6XBhxiRc .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uL6XBhxiRc .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uL6XBhxiRc .content-head {
  max-width: 800px;
}
.cid-uL6XBhxiRc .mbr-section-title {
  color: #ffa0a0;
}
.cid-uL6XBhxiRc .card-text {
  color: #ffa0a0;
}
.cid-uL6XBhxiRc .card-title {
  color: #ffffff;
}
.cid-uL78xTBr5j {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #393193;
}
.cid-uL78xTBr5j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL78xTBr5j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL78xTBr5j .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uL78xTBr5j .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uL78xTBr5j .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uL78xTBr5j .content-head {
  max-width: 800px;
}
.cid-uL78xTBr5j .mbr-section-title {
  color: #ffa0a0;
}
.cid-uL78xTBr5j .card-text {
  color: #ffa0a0;
}
.cid-uL78xTBr5j .card-title {
  color: #ffffff;
}
.cid-uL78xTBr5j .mbr-section-subtitle {
  color: #ffa0a0;
}
.cid-uL746oYERM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #163300;
}
.cid-uL746oYERM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL746oYERM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL746oYERM .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uL746oYERM .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uL746oYERM .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uL746oYERM .content-head {
  max-width: 800px;
}
.cid-uL746oYERM .mbr-section-title {
  color: #ffa0a0;
}
.cid-uL746oYERM .card-text {
  color: #ffa0a0;
}
.cid-uL746oYERM .card-title {
  color: #edefeb;
}
.cid-uL746oYERM .mbr-section-subtitle {
  color: #ffa0a0;
}
.cid-uLa2GM0jQv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #393193;
}
.cid-uLa2GM0jQv .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uLa2GM0jQv form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uLa2GM0jQv form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uLa2GM0jQv form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uLa2GM0jQv .content-head {
  max-width: 800px;
}
.cid-uLa2GM0jQv .mbr-section-title {
  color: #ffa0a0;
}
.cid-uLa2GM0jQv .mbr-section-subtitle {
  color: #ffa0a0;
  text-align: left;
}
.cid-uLPYAbGXgf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffa0a0;
}
.cid-uLPYAbGXgf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLPYAbGXgf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLPYAbGXgf .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLPYAbGXgf .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uLPYAbGXgf .google-map {
  height: 100%;
  position: relative;
}
.cid-uLPYAbGXgf .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uLPYAbGXgf .google-map iframe {
    min-height: 350px;
  }
}
.cid-uLPYAbGXgf .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-uLPYAbGXgf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uLPYAbGXgf .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uLPYAbGXgf .card-wrapper {
  padding: 2.25rem;
  background: #2e481a;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uLPYAbGXgf .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uLPYAbGXgf .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uLPYAbGXgf ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uLPYAbGXgf .content-head {
  max-width: 800px;
}
.cid-uLPYAbGXgf .cardTitle {
  color: #9fe870;
}
.cid-uLPYAbGXgf .list,
.cid-uLPYAbGXgf .item-wrap {
  color: #9fe870;
}
.cid-uLPYAbGXgf .mbr-section-title {
  color: #163300;
}
.cid-uLmTu2ogpy {
  z-index: 1000;
  width: 100%;
}
.cid-uLmTu2ogpy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uLmTu2ogpy .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLmTu2ogpy .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uLmTu2ogpy .navbar-nav {
    max-width: 45%;
  }
}
.cid-uLmTu2ogpy .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uLmTu2ogpy .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uLmTu2ogpy .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLmTu2ogpy .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLmTu2ogpy .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLmTu2ogpy .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uLmTu2ogpy .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLmTu2ogpy .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLmTu2ogpy .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uLmTu2ogpy .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uLmTu2ogpy .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uLmTu2ogpy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLmTu2ogpy .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uLmTu2ogpy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLmTu2ogpy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLmTu2ogpy .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLmTu2ogpy .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uLmTu2ogpy .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLmTu2ogpy .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLmTu2ogpy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uLmTu2ogpy .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #2e481a !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #2e481a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uLmTu2ogpy .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLmTu2ogpy .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLmTu2ogpy .iconfont-wrapper {
  color: #ed85be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLmTu2ogpy .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #2e481a;
  background: #2e481a !important;
}
.cid-uLmTu2ogpy .nav-item:focus,
.cid-uLmTu2ogpy .nav-link:focus {
  outline: none;
}
.cid-uLmTu2ogpy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLmTu2ogpy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLmTu2ogpy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLmTu2ogpy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLmTu2ogpy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLmTu2ogpy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLmTu2ogpy .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uLmTu2ogpy .navbar.opened {
  transition: all 0.3s;
}
.cid-uLmTu2ogpy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLmTu2ogpy .navbar .navbar-logo img {
  width: auto;
}
.cid-uLmTu2ogpy .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uLmTu2ogpy .navbar.collapsed {
  justify-content: center;
}
.cid-uLmTu2ogpy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLmTu2ogpy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLmTu2ogpy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uLmTu2ogpy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLmTu2ogpy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLmTu2ogpy .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-uLmTu2ogpy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLmTu2ogpy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLmTu2ogpy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLmTu2ogpy .navbar {
    min-height: 72px;
  }
  .cid-uLmTu2ogpy .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLmTu2ogpy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLmTu2ogpy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLmTu2ogpy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLmTu2ogpy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLmTu2ogpy .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-uLmTu2ogpy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLmTu2ogpy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLmTu2ogpy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLmTu2ogpy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLmTu2ogpy .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLmTu2ogpy .dropdown-item.active,
.cid-uLmTu2ogpy .dropdown-item:active {
  background-color: transparent;
}
.cid-uLmTu2ogpy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLmTu2ogpy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLmTu2ogpy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLmTu2ogpy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2e481a;
}
.cid-uLmTu2ogpy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLmTu2ogpy .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLmTu2ogpy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLmTu2ogpy .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLmTu2ogpy .navbar-buttons {
    text-align: left;
  }
}
.cid-uLmTu2ogpy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLmTu2ogpy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8cbc;
}
.cid-uLmTu2ogpy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLmTu2ogpy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmTu2ogpy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLmTu2ogpy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLmTu2ogpy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmTu2ogpy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLmTu2ogpy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLmTu2ogpy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLmTu2ogpy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLmTu2ogpy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLmTu2ogpy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLmTu2ogpy .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLmTu2ogpy .navbar {
    height: 70px;
  }
  .cid-uLmTu2ogpy .navbar.opened {
    height: auto;
  }
  .cid-uLmTu2ogpy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLmTu2ogpy .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLmTu2ogpy .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLmTu2ogpy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLmTu2ogpy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uLmTu2ogpy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLmTu2ogpy .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLmTu2ogpy .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLmTu2ogpy .navbar-brand {
    margin-right: auto;
  }
  .cid-uLmTu2ogpy .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2e481a;
    opacity: 1;
    border-color: #2e481a !important;
    background: #2e481a !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLmTu2ogpy .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLmTu2ogpy .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLmTu2ogpy .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLmTu2ogpy .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLmTu2ogpy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLmTu2ogpy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uLmTu2ogpy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLmTu2ogpy .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLmTu2ogpy .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLmTu2ogpy .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLmUhZGuL0 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/baroque-kopie.jpg");
}
.cid-uLmUhZGuL0 .mbr-overlay {
  background-color: #393193;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uLmUhZGuL0 {
    align-items: flex-end;
  }
  .cid-uLmUhZGuL0 .row {
    justify-content: center;
  }
  .cid-uLmUhZGuL0 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLmUhZGuL0 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLmUhZGuL0 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uLmUhZGuL0 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLmUhZGuL0 .content-wrap {
    width: 100%;
  }
}
.cid-uLmUhZGuL0 .mbr-section-title,
.cid-uLmUhZGuL0 .mbr-section-subtitle {
  text-align: center;
}
.cid-uLmUhZGuL0 .mbr-text,
.cid-uLmUhZGuL0 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uLmUhZGuL0 .mbr-section-title {
  color: #ffa0a0;
}
.cid-uLmTu2MqZq {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #393193;
}
.cid-uLmTu2MqZq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLmTu2MqZq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLmTu2MqZq .card-wrapper {
  background: #ffa0a0;
}
@media (max-width: 767px) {
  .cid-uLmTu2MqZq .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uLmTu2MqZq .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uLmTu2MqZq .card-wrapper {
    padding: 4rem;
  }
}
.cid-uLmTu2MqZq .mbr-text,
.cid-uLmTu2MqZq .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uLmTu2MqZq .card-title,
.cid-uLmTu2MqZq .card-box {
  text-align: center;
  color: #000000;
}
.cid-uLmTu2MqZq .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uLmTu2MqZq .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uLmTu2MqZq .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2e481a;
  background-color: #2e481a;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uLmTu2MqZq .mbr-text UL {
  text-align: left;
}
.cid-uLmTu2V9TR {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #163300;
}
.cid-uLmTu2V9TR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLmTu2V9TR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLmTu2V9TR .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLmTu2V9TR .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLmTu2V9TR .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uLmTu2V9TR .content-head {
  max-width: 800px;
}
.cid-uLmTu2V9TR .mbr-section-title {
  color: #ffa0a0;
}
.cid-uLmTu2V9TR .card-text {
  color: #ffa0a0;
}
.cid-uLmTu2V9TR .card-title {
  color: #ffffff;
}
.cid-uLmTu3b1Lf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #393193;
}
.cid-uLmTu3b1Lf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLmTu3b1Lf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLmTu3b1Lf .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLmTu3b1Lf .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLmTu3b1Lf .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uLmTu3b1Lf .content-head {
  max-width: 800px;
}
.cid-uLmTu3b1Lf .mbr-section-title {
  color: #ffa0a0;
}
.cid-uLmTu3b1Lf .card-text {
  color: #ffa0a0;
}
.cid-uLmTu3b1Lf .card-title {
  color: #ffffff;
}
.cid-uLmTu3b1Lf .mbr-section-subtitle {
  color: #ffa0a0;
}
.cid-uLmTu3o6rC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #163300;
}
.cid-uLmTu3o6rC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLmTu3o6rC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLmTu3o6rC .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLmTu3o6rC .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLmTu3o6rC .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uLmTu3o6rC .content-head {
  max-width: 800px;
}
.cid-uLmTu3o6rC .mbr-section-title {
  color: #ffa0a0;
}
.cid-uLmTu3o6rC .card-text {
  color: #ffa0a0;
}
.cid-uLmTu3o6rC .card-title {
  color: #edefeb;
}
.cid-uLmTu3o6rC .mbr-section-subtitle {
  color: #ffa0a0;
}
.cid-uLmTu3BfjH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #393193;
}
.cid-uLmTu3BfjH .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uLmTu3BfjH form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uLmTu3BfjH form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uLmTu3BfjH form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uLmTu3BfjH .content-head {
  max-width: 800px;
}
.cid-uLmTu3BfjH .mbr-section-title {
  color: #ffa0a0;
}
.cid-uLmTu3BfjH .mbr-section-subtitle {
  color: #ffa0a0;
  text-align: left;
}
.cid-uLPYOFt5vd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffa0a0;
}
.cid-uLPYOFt5vd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLPYOFt5vd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLPYOFt5vd .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLPYOFt5vd .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uLPYOFt5vd .google-map {
  height: 100%;
  position: relative;
}
.cid-uLPYOFt5vd .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uLPYOFt5vd .google-map iframe {
    min-height: 350px;
  }
}
.cid-uLPYOFt5vd .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-uLPYOFt5vd .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uLPYOFt5vd .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uLPYOFt5vd .card-wrapper {
  padding: 2.25rem;
  background: #2e481a;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uLPYOFt5vd .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uLPYOFt5vd .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uLPYOFt5vd ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uLPYOFt5vd .content-head {
  max-width: 800px;
}
.cid-uLPYOFt5vd .cardTitle {
  color: #9fe870;
}
.cid-uLPYOFt5vd .list,
.cid-uLPYOFt5vd .item-wrap {
  color: #9fe870;
}
.cid-uLPYOFt5vd .mbr-section-title {
  color: #163300;
}
.cid-uLCWkgqkSM {
  z-index: 1000;
  width: 100%;
}
.cid-uLCWkgqkSM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uLCWkgqkSM .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLCWkgqkSM .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uLCWkgqkSM .navbar-nav {
    max-width: 45%;
  }
}
.cid-uLCWkgqkSM .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uLCWkgqkSM .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uLCWkgqkSM .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLCWkgqkSM .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLCWkgqkSM .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLCWkgqkSM .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uLCWkgqkSM .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLCWkgqkSM .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLCWkgqkSM .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uLCWkgqkSM .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uLCWkgqkSM .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uLCWkgqkSM .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLCWkgqkSM .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uLCWkgqkSM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLCWkgqkSM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLCWkgqkSM .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLCWkgqkSM .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uLCWkgqkSM .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLCWkgqkSM .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLCWkgqkSM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uLCWkgqkSM .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #2e481a !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #2e481a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uLCWkgqkSM .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLCWkgqkSM .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLCWkgqkSM .iconfont-wrapper {
  color: #ed85be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLCWkgqkSM .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #2e481a;
  background: #2e481a !important;
}
.cid-uLCWkgqkSM .nav-item:focus,
.cid-uLCWkgqkSM .nav-link:focus {
  outline: none;
}
.cid-uLCWkgqkSM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLCWkgqkSM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLCWkgqkSM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLCWkgqkSM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLCWkgqkSM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLCWkgqkSM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLCWkgqkSM .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uLCWkgqkSM .navbar.opened {
  transition: all 0.3s;
}
.cid-uLCWkgqkSM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLCWkgqkSM .navbar .navbar-logo img {
  width: auto;
}
.cid-uLCWkgqkSM .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uLCWkgqkSM .navbar.collapsed {
  justify-content: center;
}
.cid-uLCWkgqkSM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLCWkgqkSM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLCWkgqkSM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uLCWkgqkSM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLCWkgqkSM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLCWkgqkSM .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-uLCWkgqkSM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLCWkgqkSM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLCWkgqkSM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLCWkgqkSM .navbar {
    min-height: 72px;
  }
  .cid-uLCWkgqkSM .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLCWkgqkSM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLCWkgqkSM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLCWkgqkSM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLCWkgqkSM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLCWkgqkSM .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-uLCWkgqkSM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLCWkgqkSM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLCWkgqkSM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLCWkgqkSM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLCWkgqkSM .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLCWkgqkSM .dropdown-item.active,
.cid-uLCWkgqkSM .dropdown-item:active {
  background-color: transparent;
}
.cid-uLCWkgqkSM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLCWkgqkSM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLCWkgqkSM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLCWkgqkSM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2e481a;
}
.cid-uLCWkgqkSM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLCWkgqkSM .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLCWkgqkSM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLCWkgqkSM .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLCWkgqkSM .navbar-buttons {
    text-align: left;
  }
}
.cid-uLCWkgqkSM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLCWkgqkSM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8cbc;
}
.cid-uLCWkgqkSM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLCWkgqkSM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLCWkgqkSM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLCWkgqkSM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLCWkgqkSM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLCWkgqkSM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLCWkgqkSM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLCWkgqkSM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLCWkgqkSM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLCWkgqkSM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLCWkgqkSM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLCWkgqkSM .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLCWkgqkSM .navbar {
    height: 70px;
  }
  .cid-uLCWkgqkSM .navbar.opened {
    height: auto;
  }
  .cid-uLCWkgqkSM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLCWkgqkSM .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLCWkgqkSM .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLCWkgqkSM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLCWkgqkSM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uLCWkgqkSM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLCWkgqkSM .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLCWkgqkSM .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLCWkgqkSM .navbar-brand {
    margin-right: auto;
  }
  .cid-uLCWkgqkSM .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2e481a;
    opacity: 1;
    border-color: #2e481a !important;
    background: #2e481a !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLCWkgqkSM .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLCWkgqkSM .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLCWkgqkSM .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLCWkgqkSM .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLCWkgqkSM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLCWkgqkSM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uLCWkgqkSM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLCWkgqkSM .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLCWkgqkSM .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLCWkgqkSM .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLCWkgDoHi {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/gothic-kopie.jpg");
}
.cid-uLCWkgDoHi .mbr-overlay {
  background-color: #393193;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uLCWkgDoHi {
    align-items: flex-end;
  }
  .cid-uLCWkgDoHi .row {
    justify-content: center;
  }
  .cid-uLCWkgDoHi .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLCWkgDoHi .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLCWkgDoHi {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uLCWkgDoHi .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLCWkgDoHi .content-wrap {
    width: 100%;
  }
}
.cid-uLCWkgDoHi .mbr-section-title,
.cid-uLCWkgDoHi .mbr-section-subtitle {
  text-align: center;
}
.cid-uLCWkgDoHi .mbr-text,
.cid-uLCWkgDoHi .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uLCWkgDoHi .mbr-section-title {
  color: #ffffff;
}
.cid-uLCWkgNSd0 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #393193;
}
.cid-uLCWkgNSd0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLCWkgNSd0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLCWkgNSd0 .card-wrapper {
  background: #ffa0a0;
}
@media (max-width: 767px) {
  .cid-uLCWkgNSd0 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uLCWkgNSd0 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uLCWkgNSd0 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uLCWkgNSd0 .mbr-text,
.cid-uLCWkgNSd0 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uLCWkgNSd0 .card-title,
.cid-uLCWkgNSd0 .card-box {
  text-align: center;
  color: #000000;
}
.cid-uLCWkgNSd0 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uLCWkgNSd0 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uLCWkgNSd0 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2e481a;
  background-color: #2e481a;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uLCWkgNSd0 .mbr-text UL {
  text-align: left;
}
.cid-uLCWkgXiWA {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #163300;
}
.cid-uLCWkgXiWA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLCWkgXiWA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLCWkgXiWA .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLCWkgXiWA .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLCWkgXiWA .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uLCWkgXiWA .content-head {
  max-width: 800px;
}
.cid-uLCWkgXiWA .mbr-section-title {
  color: #ffa0a0;
}
.cid-uLCWkgXiWA .card-text {
  color: #ffa0a0;
}
.cid-uLCWkgXiWA .card-title {
  color: #ffffff;
}
.cid-uLCWkheaLH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #393193;
}
.cid-uLCWkheaLH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLCWkheaLH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLCWkheaLH .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLCWkheaLH .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLCWkheaLH .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uLCWkheaLH .content-head {
  max-width: 800px;
}
.cid-uLCWkheaLH .mbr-section-title {
  color: #ffa0a0;
}
.cid-uLCWkheaLH .card-text {
  color: #ffa0a0;
}
.cid-uLCWkheaLH .card-title {
  color: #ffffff;
}
.cid-uLCWkheaLH .mbr-section-subtitle {
  color: #ffa0a0;
}
.cid-uLCWkhvtjB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #163300;
}
.cid-uLCWkhvtjB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLCWkhvtjB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLCWkhvtjB .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLCWkhvtjB .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLCWkhvtjB .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uLCWkhvtjB .content-head {
  max-width: 800px;
}
.cid-uLCWkhvtjB .mbr-section-title {
  color: #ffa0a0;
}
.cid-uLCWkhvtjB .card-text {
  color: #ffa0a0;
}
.cid-uLCWkhvtjB .card-title {
  color: #edefeb;
}
.cid-uLCWkhvtjB .mbr-section-subtitle {
  color: #ffa0a0;
}
.cid-uLCWkhJGln {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #393193;
}
.cid-uLCWkhJGln .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uLCWkhJGln form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uLCWkhJGln form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uLCWkhJGln form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uLCWkhJGln .content-head {
  max-width: 800px;
}
.cid-uLCWkhJGln .mbr-section-title {
  color: #ffa0a0;
}
.cid-uLCWkhJGln .mbr-section-subtitle {
  color: #ffa0a0;
  text-align: left;
}
.cid-uLPYWaKuzq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffa0a0;
}
.cid-uLPYWaKuzq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLPYWaKuzq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLPYWaKuzq .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLPYWaKuzq .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uLPYWaKuzq .google-map {
  height: 100%;
  position: relative;
}
.cid-uLPYWaKuzq .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uLPYWaKuzq .google-map iframe {
    min-height: 350px;
  }
}
.cid-uLPYWaKuzq .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-uLPYWaKuzq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uLPYWaKuzq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uLPYWaKuzq .card-wrapper {
  padding: 2.25rem;
  background: #2e481a;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uLPYWaKuzq .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uLPYWaKuzq .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uLPYWaKuzq ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uLPYWaKuzq .content-head {
  max-width: 800px;
}
.cid-uLPYWaKuzq .cardTitle {
  color: #9fe870;
}
.cid-uLPYWaKuzq .list,
.cid-uLPYWaKuzq .item-wrap {
  color: #9fe870;
}
.cid-uLPYWaKuzq .mbr-section-title {
  color: #163300;
}
.cid-uLCXK1fkxY {
  z-index: 1000;
  width: 100%;
}
.cid-uLCXK1fkxY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uLCXK1fkxY .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLCXK1fkxY .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uLCXK1fkxY .navbar-nav {
    max-width: 45%;
  }
}
.cid-uLCXK1fkxY .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uLCXK1fkxY .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uLCXK1fkxY .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLCXK1fkxY .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLCXK1fkxY .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLCXK1fkxY .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uLCXK1fkxY .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLCXK1fkxY .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLCXK1fkxY .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uLCXK1fkxY .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uLCXK1fkxY .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uLCXK1fkxY .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLCXK1fkxY .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uLCXK1fkxY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLCXK1fkxY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLCXK1fkxY .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLCXK1fkxY .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uLCXK1fkxY .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLCXK1fkxY .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLCXK1fkxY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uLCXK1fkxY .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #2e481a !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #2e481a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uLCXK1fkxY .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLCXK1fkxY .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLCXK1fkxY .iconfont-wrapper {
  color: #ed85be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLCXK1fkxY .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #2e481a;
  background: #2e481a !important;
}
.cid-uLCXK1fkxY .nav-item:focus,
.cid-uLCXK1fkxY .nav-link:focus {
  outline: none;
}
.cid-uLCXK1fkxY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLCXK1fkxY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLCXK1fkxY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLCXK1fkxY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLCXK1fkxY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLCXK1fkxY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLCXK1fkxY .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uLCXK1fkxY .navbar.opened {
  transition: all 0.3s;
}
.cid-uLCXK1fkxY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLCXK1fkxY .navbar .navbar-logo img {
  width: auto;
}
.cid-uLCXK1fkxY .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uLCXK1fkxY .navbar.collapsed {
  justify-content: center;
}
.cid-uLCXK1fkxY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLCXK1fkxY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLCXK1fkxY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uLCXK1fkxY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLCXK1fkxY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLCXK1fkxY .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-uLCXK1fkxY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLCXK1fkxY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLCXK1fkxY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLCXK1fkxY .navbar {
    min-height: 72px;
  }
  .cid-uLCXK1fkxY .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLCXK1fkxY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLCXK1fkxY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLCXK1fkxY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLCXK1fkxY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLCXK1fkxY .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-uLCXK1fkxY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLCXK1fkxY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLCXK1fkxY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLCXK1fkxY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLCXK1fkxY .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLCXK1fkxY .dropdown-item.active,
.cid-uLCXK1fkxY .dropdown-item:active {
  background-color: transparent;
}
.cid-uLCXK1fkxY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLCXK1fkxY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLCXK1fkxY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLCXK1fkxY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2e481a;
}
.cid-uLCXK1fkxY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLCXK1fkxY .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLCXK1fkxY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLCXK1fkxY .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLCXK1fkxY .navbar-buttons {
    text-align: left;
  }
}
.cid-uLCXK1fkxY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLCXK1fkxY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8cbc;
}
.cid-uLCXK1fkxY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLCXK1fkxY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLCXK1fkxY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLCXK1fkxY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLCXK1fkxY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLCXK1fkxY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLCXK1fkxY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLCXK1fkxY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLCXK1fkxY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLCXK1fkxY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLCXK1fkxY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLCXK1fkxY .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLCXK1fkxY .navbar {
    height: 70px;
  }
  .cid-uLCXK1fkxY .navbar.opened {
    height: auto;
  }
  .cid-uLCXK1fkxY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLCXK1fkxY .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLCXK1fkxY .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLCXK1fkxY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLCXK1fkxY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uLCXK1fkxY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLCXK1fkxY .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLCXK1fkxY .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLCXK1fkxY .navbar-brand {
    margin-right: auto;
  }
  .cid-uLCXK1fkxY .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2e481a;
    opacity: 1;
    border-color: #2e481a !important;
    background: #2e481a !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLCXK1fkxY .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLCXK1fkxY .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLCXK1fkxY .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLCXK1fkxY .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLCXK1fkxY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLCXK1fkxY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uLCXK1fkxY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLCXK1fkxY .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLCXK1fkxY .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLCXK1fkxY .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLCXK1sHrB {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/company-kopie.jpg");
}
.cid-uLCXK1sHrB .mbr-overlay {
  background-color: #393193;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uLCXK1sHrB {
    align-items: flex-end;
  }
  .cid-uLCXK1sHrB .row {
    justify-content: center;
  }
  .cid-uLCXK1sHrB .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLCXK1sHrB .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLCXK1sHrB {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uLCXK1sHrB .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLCXK1sHrB .content-wrap {
    width: 100%;
  }
}
.cid-uLCXK1sHrB .mbr-section-title,
.cid-uLCXK1sHrB .mbr-section-subtitle {
  text-align: center;
}
.cid-uLCXK1sHrB .mbr-text,
.cid-uLCXK1sHrB .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uLCXK1sHrB .mbr-section-title {
  color: #9fe870;
}
.cid-uLCXK1AEEN {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #393193;
}
.cid-uLCXK1AEEN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLCXK1AEEN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLCXK1AEEN .card-wrapper {
  background: #ffa0a0;
}
@media (max-width: 767px) {
  .cid-uLCXK1AEEN .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uLCXK1AEEN .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uLCXK1AEEN .card-wrapper {
    padding: 4rem;
  }
}
.cid-uLCXK1AEEN .mbr-text,
.cid-uLCXK1AEEN .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uLCXK1AEEN .card-title,
.cid-uLCXK1AEEN .card-box {
  text-align: center;
  color: #000000;
}
.cid-uLCXK1AEEN .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uLCXK1AEEN .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uLCXK1AEEN .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2e481a;
  background-color: #2e481a;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uLCXK1AEEN .mbr-text UL {
  text-align: left;
}
.cid-uLCXK1I6lJ {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #163300;
}
.cid-uLCXK1I6lJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLCXK1I6lJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLCXK1I6lJ .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLCXK1I6lJ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLCXK1I6lJ .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uLCXK1I6lJ .content-head {
  max-width: 800px;
}
.cid-uLCXK1I6lJ .mbr-section-title {
  color: #ffa0a0;
}
.cid-uLCXK1I6lJ .card-text {
  color: #ffa0a0;
}
.cid-uLCXK1I6lJ .card-title {
  color: #ffffff;
}
.cid-uLCXK1Y3mW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #393193;
}
.cid-uLCXK1Y3mW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLCXK1Y3mW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLCXK1Y3mW .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLCXK1Y3mW .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLCXK1Y3mW .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uLCXK1Y3mW .content-head {
  max-width: 800px;
}
.cid-uLCXK1Y3mW .mbr-section-title {
  color: #ffa0a0;
}
.cid-uLCXK1Y3mW .card-text {
  color: #ffa0a0;
}
.cid-uLCXK1Y3mW .card-title {
  color: #ffffff;
}
.cid-uLCXK1Y3mW .mbr-section-subtitle {
  color: #ffa0a0;
}
.cid-uLCXK2ct81 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #163300;
}
.cid-uLCXK2ct81 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLCXK2ct81 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLCXK2ct81 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLCXK2ct81 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLCXK2ct81 .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uLCXK2ct81 .content-head {
  max-width: 800px;
}
.cid-uLCXK2ct81 .mbr-section-title {
  color: #ffa0a0;
}
.cid-uLCXK2ct81 .card-text {
  color: #ffa0a0;
}
.cid-uLCXK2ct81 .card-title {
  color: #edefeb;
}
.cid-uLCXK2ct81 .mbr-section-subtitle {
  color: #ffa0a0;
}
.cid-uLCXK2pYI6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #393193;
}
.cid-uLCXK2pYI6 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uLCXK2pYI6 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uLCXK2pYI6 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uLCXK2pYI6 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uLCXK2pYI6 .content-head {
  max-width: 800px;
}
.cid-uLCXK2pYI6 .mbr-section-title {
  color: #ffa0a0;
}
.cid-uLCXK2pYI6 .mbr-section-subtitle {
  color: #ffa0a0;
  text-align: left;
}
.cid-uLPZ0iOySm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffa0a0;
}
.cid-uLPZ0iOySm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLPZ0iOySm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLPZ0iOySm .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLPZ0iOySm .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uLPZ0iOySm .google-map {
  height: 100%;
  position: relative;
}
.cid-uLPZ0iOySm .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uLPZ0iOySm .google-map iframe {
    min-height: 350px;
  }
}
.cid-uLPZ0iOySm .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-uLPZ0iOySm .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uLPZ0iOySm .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uLPZ0iOySm .card-wrapper {
  padding: 2.25rem;
  background: #2e481a;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uLPZ0iOySm .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uLPZ0iOySm .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uLPZ0iOySm ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uLPZ0iOySm .content-head {
  max-width: 800px;
}
.cid-uLPZ0iOySm .cardTitle {
  color: #9fe870;
}
.cid-uLPZ0iOySm .list,
.cid-uLPZ0iOySm .item-wrap {
  color: #9fe870;
}
.cid-uLPZ0iOySm .mbr-section-title {
  color: #163300;
}
.cid-uLEgLrgJ7d {
  z-index: 1000;
  width: 100%;
}
.cid-uLEgLrgJ7d .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uLEgLrgJ7d .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLEgLrgJ7d .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uLEgLrgJ7d .navbar-nav {
    max-width: 45%;
  }
}
.cid-uLEgLrgJ7d .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uLEgLrgJ7d .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uLEgLrgJ7d .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLEgLrgJ7d .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLEgLrgJ7d .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLEgLrgJ7d .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uLEgLrgJ7d .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLEgLrgJ7d .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLEgLrgJ7d .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uLEgLrgJ7d .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uLEgLrgJ7d .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uLEgLrgJ7d .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLEgLrgJ7d .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uLEgLrgJ7d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLEgLrgJ7d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLEgLrgJ7d .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLEgLrgJ7d .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uLEgLrgJ7d .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLEgLrgJ7d .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLEgLrgJ7d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uLEgLrgJ7d .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #2e481a !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #2e481a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uLEgLrgJ7d .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLEgLrgJ7d .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLEgLrgJ7d .iconfont-wrapper {
  color: #ed85be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLEgLrgJ7d .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #2e481a;
  background: #2e481a !important;
}
.cid-uLEgLrgJ7d .nav-item:focus,
.cid-uLEgLrgJ7d .nav-link:focus {
  outline: none;
}
.cid-uLEgLrgJ7d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLEgLrgJ7d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLEgLrgJ7d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLEgLrgJ7d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLEgLrgJ7d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLEgLrgJ7d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLEgLrgJ7d .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uLEgLrgJ7d .navbar.opened {
  transition: all 0.3s;
}
.cid-uLEgLrgJ7d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLEgLrgJ7d .navbar .navbar-logo img {
  width: auto;
}
.cid-uLEgLrgJ7d .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uLEgLrgJ7d .navbar.collapsed {
  justify-content: center;
}
.cid-uLEgLrgJ7d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLEgLrgJ7d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLEgLrgJ7d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uLEgLrgJ7d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLEgLrgJ7d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLEgLrgJ7d .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-uLEgLrgJ7d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLEgLrgJ7d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLEgLrgJ7d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLEgLrgJ7d .navbar {
    min-height: 72px;
  }
  .cid-uLEgLrgJ7d .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLEgLrgJ7d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLEgLrgJ7d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLEgLrgJ7d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLEgLrgJ7d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLEgLrgJ7d .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-uLEgLrgJ7d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLEgLrgJ7d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLEgLrgJ7d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLEgLrgJ7d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLEgLrgJ7d .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLEgLrgJ7d .dropdown-item.active,
.cid-uLEgLrgJ7d .dropdown-item:active {
  background-color: transparent;
}
.cid-uLEgLrgJ7d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLEgLrgJ7d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLEgLrgJ7d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLEgLrgJ7d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2e481a;
}
.cid-uLEgLrgJ7d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLEgLrgJ7d .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLEgLrgJ7d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLEgLrgJ7d .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLEgLrgJ7d .navbar-buttons {
    text-align: left;
  }
}
.cid-uLEgLrgJ7d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLEgLrgJ7d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8cbc;
}
.cid-uLEgLrgJ7d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLEgLrgJ7d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEgLrgJ7d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEgLrgJ7d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLEgLrgJ7d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEgLrgJ7d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLEgLrgJ7d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLEgLrgJ7d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEgLrgJ7d .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLEgLrgJ7d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLEgLrgJ7d .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLEgLrgJ7d .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLEgLrgJ7d .navbar {
    height: 70px;
  }
  .cid-uLEgLrgJ7d .navbar.opened {
    height: auto;
  }
  .cid-uLEgLrgJ7d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLEgLrgJ7d .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLEgLrgJ7d .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLEgLrgJ7d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLEgLrgJ7d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uLEgLrgJ7d .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLEgLrgJ7d .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLEgLrgJ7d .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLEgLrgJ7d .navbar-brand {
    margin-right: auto;
  }
  .cid-uLEgLrgJ7d .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2e481a;
    opacity: 1;
    border-color: #2e481a !important;
    background: #2e481a !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLEgLrgJ7d .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLEgLrgJ7d .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLEgLrgJ7d .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLEgLrgJ7d .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLEgLrgJ7d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLEgLrgJ7d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uLEgLrgJ7d .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLEgLrgJ7d .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLEgLrgJ7d .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLEgLrgJ7d .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZ7oB8hVj3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/keyvisual-empty-web.jpeg");
}
.cid-uZ7oB8hVj3 .content-head {
  max-width: 800px;
}
.cid-uZ7oB8hVj3 .mbr-section-title {
  color: #ffffff;
}
.cid-uZ7oB8hVj3 .mbr-text,
.cid-uZ7oB8hVj3 .mbr-section-btn {
  color: #ffffff;
}
.cid-uLEgLrzQCg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #393193;
}
.cid-uLEgLrzQCg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEgLrzQCg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEgLrzQCg .card-wrapper {
  background: #ffa0a0;
}
@media (max-width: 767px) {
  .cid-uLEgLrzQCg .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uLEgLrzQCg .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uLEgLrzQCg .card-wrapper {
    padding: 4rem;
  }
}
.cid-uLEgLrzQCg .mbr-text,
.cid-uLEgLrzQCg .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uLEgLrzQCg .card-title,
.cid-uLEgLrzQCg .card-box {
  text-align: center;
  color: #000000;
}
.cid-uLEgLrzQCg .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uLEgLrzQCg .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uLEgLrzQCg .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2e481a;
  background-color: #2e481a;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uLEgLrzQCg .mbr-text UL {
  text-align: left;
}
.cid-uLEgLrG6sf {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #163300;
}
.cid-uLEgLrG6sf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEgLrG6sf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEgLrG6sf .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLEgLrG6sf .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLEgLrG6sf .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uLEgLrG6sf .content-head {
  max-width: 800px;
}
.cid-uLEgLrG6sf .mbr-section-title {
  color: #ffa0a0;
}
.cid-uLEgLrG6sf .card-text {
  color: #ffa0a0;
}
.cid-uLEgLrG6sf .card-title {
  color: #ffffff;
}
.cid-uZvIZNnkrI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #163300;
}
.cid-uZvIZNnkrI .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZvIZNnkrI .item {
    margin-bottom: 1rem;
  }
}
.cid-uZvIZNnkrI .item-wrapper {
  position: relative;
}
.cid-uZvIZNnkrI .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 transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uZvIZNnkrI .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uZvIZNnkrI .carousel-control,
.cid-uZvIZNnkrI .close {
  background: #1b1b1b;
}
.cid-uZvIZNnkrI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uZvIZNnkrI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uZvIZNnkrI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uZvIZNnkrI .carousel-control-next span {
  margin-left: 5px;
}
.cid-uZvIZNnkrI .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-uZvIZNnkrI .close::before {
  content: '\e91a';
}
.cid-uZvIZNnkrI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uZvIZNnkrI .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-uZvIZNnkrI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZvIZNnkrI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZvIZNnkrI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZvIZNnkrI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uZvIZNnkrI .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-uZvIZNnkrI .carousel-indicators li.active,
.cid-uZvIZNnkrI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZvIZNnkrI .carousel-indicators li::after,
.cid-uZvIZNnkrI .carousel-indicators li::before {
  content: none;
}
.cid-uZvIZNnkrI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZvIZNnkrI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uZvIZNnkrI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZvIZNnkrI .carousel-indicators {
    display: none;
  }
}
.cid-uZvIZNnkrI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZvIZNnkrI .carousel-inner > .active {
  display: block;
}
.cid-uZvIZNnkrI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZvIZNnkrI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZvIZNnkrI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uZvIZNnkrI .carousel-control,
  .cid-uZvIZNnkrI .carousel-indicators,
  .cid-uZvIZNnkrI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uZvIZNnkrI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uZvIZNnkrI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZvIZNnkrI .carousel-indicators .active,
.cid-uZvIZNnkrI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uZvIZNnkrI .carousel-indicators .active {
  background: #fff;
}
.cid-uZvIZNnkrI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uZvIZNnkrI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uZvIZNnkrI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZvIZNnkrI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uZvIZNnkrI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uZvIZNnkrI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uZvIZNnkrI .carousel {
  width: 100%;
}
.cid-uZvIZNnkrI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uZvIZNnkrI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uZvIZNnkrI .modal.fade .modal-dialog,
.cid-uZvIZNnkrI .modal.in .modal-dialog {
  transform: none;
}
.cid-uZvIZNnkrI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uZvIZNnkrI .content-head {
  max-width: 800px;
}
.cid-uZvIZNnkrI H4 {
  color: #ffa0a0;
}
.cid-uLEgLrVJW9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #393193;
}
.cid-uLEgLrVJW9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEgLrVJW9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEgLrVJW9 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLEgLrVJW9 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLEgLrVJW9 .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uLEgLrVJW9 .content-head {
  max-width: 800px;
}
.cid-uLEgLrVJW9 .mbr-section-title {
  color: #ffa0a0;
}
.cid-uLEgLrVJW9 .card-text {
  color: #ffa0a0;
}
.cid-uLEgLrVJW9 .card-title {
  color: #ffffff;
}
.cid-uLEgLrVJW9 .mbr-section-subtitle {
  color: #ffa0a0;
}
.cid-uLEgLs7AtL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #163300;
}
.cid-uLEgLs7AtL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEgLs7AtL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEgLs7AtL .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLEgLs7AtL .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLEgLs7AtL .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uLEgLs7AtL .content-head {
  max-width: 800px;
}
.cid-uLEgLs7AtL .mbr-section-title {
  color: #ffa0a0;
}
.cid-uLEgLs7AtL .card-text {
  color: #ffa0a0;
}
.cid-uLEgLs7AtL .card-title {
  color: #edefeb;
}
.cid-uLEgLs7AtL .mbr-section-subtitle {
  color: #ffa0a0;
}
.cid-uLEgLsky2w {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #393193;
}
.cid-uLEgLsky2w .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uLEgLsky2w form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uLEgLsky2w form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uLEgLsky2w form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uLEgLsky2w .content-head {
  max-width: 800px;
}
.cid-uLEgLsky2w .mbr-section-title {
  color: #ffa0a0;
}
.cid-uLEgLsky2w .mbr-section-subtitle {
  color: #ffa0a0;
  text-align: left;
}
.cid-uLPZhJxStP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffa0a0;
}
.cid-uLPZhJxStP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLPZhJxStP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLPZhJxStP .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLPZhJxStP .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uLPZhJxStP .google-map {
  height: 100%;
  position: relative;
}
.cid-uLPZhJxStP .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uLPZhJxStP .google-map iframe {
    min-height: 350px;
  }
}
.cid-uLPZhJxStP .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-uLPZhJxStP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uLPZhJxStP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uLPZhJxStP .card-wrapper {
  padding: 2.25rem;
  background: #2e481a;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uLPZhJxStP .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uLPZhJxStP .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uLPZhJxStP ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uLPZhJxStP .content-head {
  max-width: 800px;
}
.cid-uLPZhJxStP .cardTitle {
  color: #9fe870;
}
.cid-uLPZhJxStP .list,
.cid-uLPZhJxStP .item-wrap {
  color: #9fe870;
}
.cid-uLPZhJxStP .mbr-section-title {
  color: #163300;
}
.cid-uLEgRKQipf {
  z-index: 1000;
  width: 100%;
}
.cid-uLEgRKQipf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uLEgRKQipf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLEgRKQipf .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uLEgRKQipf .navbar-nav {
    max-width: 45%;
  }
}
.cid-uLEgRKQipf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uLEgRKQipf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uLEgRKQipf .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLEgRKQipf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLEgRKQipf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLEgRKQipf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uLEgRKQipf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLEgRKQipf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLEgRKQipf .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uLEgRKQipf .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uLEgRKQipf .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uLEgRKQipf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLEgRKQipf .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uLEgRKQipf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLEgRKQipf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLEgRKQipf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLEgRKQipf .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uLEgRKQipf .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLEgRKQipf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLEgRKQipf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uLEgRKQipf .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #2e481a !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #2e481a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uLEgRKQipf .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLEgRKQipf .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLEgRKQipf .iconfont-wrapper {
  color: #ed85be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLEgRKQipf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #2e481a;
  background: #2e481a !important;
}
.cid-uLEgRKQipf .nav-item:focus,
.cid-uLEgRKQipf .nav-link:focus {
  outline: none;
}
.cid-uLEgRKQipf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLEgRKQipf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLEgRKQipf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLEgRKQipf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLEgRKQipf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLEgRKQipf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLEgRKQipf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uLEgRKQipf .navbar.opened {
  transition: all 0.3s;
}
.cid-uLEgRKQipf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLEgRKQipf .navbar .navbar-logo img {
  width: auto;
}
.cid-uLEgRKQipf .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uLEgRKQipf .navbar.collapsed {
  justify-content: center;
}
.cid-uLEgRKQipf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLEgRKQipf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLEgRKQipf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uLEgRKQipf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLEgRKQipf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLEgRKQipf .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-uLEgRKQipf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLEgRKQipf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLEgRKQipf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLEgRKQipf .navbar {
    min-height: 72px;
  }
  .cid-uLEgRKQipf .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLEgRKQipf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLEgRKQipf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLEgRKQipf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLEgRKQipf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLEgRKQipf .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-uLEgRKQipf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLEgRKQipf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLEgRKQipf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLEgRKQipf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLEgRKQipf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLEgRKQipf .dropdown-item.active,
.cid-uLEgRKQipf .dropdown-item:active {
  background-color: transparent;
}
.cid-uLEgRKQipf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLEgRKQipf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLEgRKQipf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLEgRKQipf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2e481a;
}
.cid-uLEgRKQipf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLEgRKQipf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLEgRKQipf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLEgRKQipf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLEgRKQipf .navbar-buttons {
    text-align: left;
  }
}
.cid-uLEgRKQipf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLEgRKQipf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8cbc;
}
.cid-uLEgRKQipf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLEgRKQipf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEgRKQipf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEgRKQipf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLEgRKQipf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEgRKQipf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLEgRKQipf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLEgRKQipf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEgRKQipf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLEgRKQipf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLEgRKQipf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLEgRKQipf .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLEgRKQipf .navbar {
    height: 70px;
  }
  .cid-uLEgRKQipf .navbar.opened {
    height: auto;
  }
  .cid-uLEgRKQipf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLEgRKQipf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLEgRKQipf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLEgRKQipf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLEgRKQipf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uLEgRKQipf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLEgRKQipf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLEgRKQipf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLEgRKQipf .navbar-brand {
    margin-right: auto;
  }
  .cid-uLEgRKQipf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2e481a;
    opacity: 1;
    border-color: #2e481a !important;
    background: #2e481a !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLEgRKQipf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLEgRKQipf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLEgRKQipf .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLEgRKQipf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLEgRKQipf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLEgRKQipf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uLEgRKQipf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLEgRKQipf .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLEgRKQipf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLEgRKQipf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLEgRL2RxN {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/uvodnk.png");
}
.cid-uLEgRL2RxN .mbr-overlay {
  background-color: #393193;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uLEgRL2RxN {
    align-items: flex-end;
  }
  .cid-uLEgRL2RxN .row {
    justify-content: center;
  }
  .cid-uLEgRL2RxN .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLEgRL2RxN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLEgRL2RxN {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uLEgRL2RxN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLEgRL2RxN .content-wrap {
    width: 100%;
  }
}
.cid-uLEgRL2RxN .mbr-section-title,
.cid-uLEgRL2RxN .mbr-section-subtitle {
  text-align: center;
}
.cid-uLEgRL2RxN .mbr-text,
.cid-uLEgRL2RxN .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uLEgRL2RxN .mbr-section-title {
  color: #ffa0a0;
}
.cid-uLEgRLbgCP {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #393193;
}
.cid-uLEgRLbgCP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEgRLbgCP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEgRLbgCP .card-wrapper {
  background: #ffa0a0;
}
@media (max-width: 767px) {
  .cid-uLEgRLbgCP .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uLEgRLbgCP .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uLEgRLbgCP .card-wrapper {
    padding: 4rem;
  }
}
.cid-uLEgRLbgCP .mbr-text,
.cid-uLEgRLbgCP .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uLEgRLbgCP .card-title,
.cid-uLEgRLbgCP .card-box {
  text-align: center;
  color: #000000;
}
.cid-uLEgRLbgCP .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uLEgRLbgCP .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uLEgRLbgCP .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2e481a;
  background-color: #2e481a;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uLEgRLbgCP .mbr-text UL {
  text-align: left;
}
.cid-uLEgRLkhDd {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #163300;
}
.cid-uLEgRLkhDd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEgRLkhDd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEgRLkhDd .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLEgRLkhDd .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLEgRLkhDd .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uLEgRLkhDd .content-head {
  max-width: 800px;
}
.cid-uLEgRLkhDd .mbr-section-title {
  color: #ffa0a0;
}
.cid-uLEgRLkhDd .card-text {
  color: #ffa0a0;
}
.cid-uLEgRLkhDd .card-title {
  color: #ffffff;
}
.cid-uLEgRLBnPf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #393193;
}
.cid-uLEgRLBnPf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEgRLBnPf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEgRLBnPf .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLEgRLBnPf .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLEgRLBnPf .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uLEgRLBnPf .content-head {
  max-width: 800px;
}
.cid-uLEgRLBnPf .mbr-section-title {
  color: #ffa0a0;
}
.cid-uLEgRLBnPf .card-text {
  color: #ffa0a0;
}
.cid-uLEgRLBnPf .card-title {
  color: #ffffff;
}
.cid-uLEgRLBnPf .mbr-section-subtitle {
  color: #ffa0a0;
}
.cid-uLEgRLP3hr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #163300;
}
.cid-uLEgRLP3hr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEgRLP3hr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEgRLP3hr .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLEgRLP3hr .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLEgRLP3hr .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uLEgRLP3hr .content-head {
  max-width: 800px;
}
.cid-uLEgRLP3hr .mbr-section-title {
  color: #ffa0a0;
}
.cid-uLEgRLP3hr .card-text {
  color: #ffa0a0;
}
.cid-uLEgRLP3hr .card-title {
  color: #edefeb;
}
.cid-uLEgRLP3hr .mbr-section-subtitle {
  color: #ffa0a0;
}
.cid-uLEgRM3TaY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #393193;
}
.cid-uLEgRM3TaY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uLEgRM3TaY form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uLEgRM3TaY form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uLEgRM3TaY form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uLEgRM3TaY .content-head {
  max-width: 800px;
}
.cid-uLEgRM3TaY .mbr-section-title {
  color: #ffa0a0;
}
.cid-uLEgRM3TaY .mbr-section-subtitle {
  color: #ffa0a0;
  text-align: left;
}
.cid-uLPZmTfkte {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffa0a0;
}
.cid-uLPZmTfkte .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLPZmTfkte .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLPZmTfkte .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLPZmTfkte .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uLPZmTfkte .google-map {
  height: 100%;
  position: relative;
}
.cid-uLPZmTfkte .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uLPZmTfkte .google-map iframe {
    min-height: 350px;
  }
}
.cid-uLPZmTfkte .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-uLPZmTfkte .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uLPZmTfkte .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uLPZmTfkte .card-wrapper {
  padding: 2.25rem;
  background: #2e481a;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uLPZmTfkte .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uLPZmTfkte .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uLPZmTfkte ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uLPZmTfkte .content-head {
  max-width: 800px;
}
.cid-uLPZmTfkte .cardTitle {
  color: #9fe870;
}
.cid-uLPZmTfkte .list,
.cid-uLPZmTfkte .item-wrap {
  color: #9fe870;
}
.cid-uLPZmTfkte .mbr-section-title {
  color: #163300;
}
.cid-uLEgTTtkk4 {
  z-index: 1000;
  width: 100%;
}
.cid-uLEgTTtkk4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uLEgTTtkk4 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLEgTTtkk4 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uLEgTTtkk4 .navbar-nav {
    max-width: 45%;
  }
}
.cid-uLEgTTtkk4 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uLEgTTtkk4 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uLEgTTtkk4 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLEgTTtkk4 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLEgTTtkk4 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLEgTTtkk4 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uLEgTTtkk4 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLEgTTtkk4 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLEgTTtkk4 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uLEgTTtkk4 .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uLEgTTtkk4 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uLEgTTtkk4 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLEgTTtkk4 .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uLEgTTtkk4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLEgTTtkk4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLEgTTtkk4 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLEgTTtkk4 .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uLEgTTtkk4 .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLEgTTtkk4 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLEgTTtkk4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uLEgTTtkk4 .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #2e481a !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #2e481a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uLEgTTtkk4 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLEgTTtkk4 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLEgTTtkk4 .iconfont-wrapper {
  color: #ed85be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLEgTTtkk4 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #2e481a;
  background: #2e481a !important;
}
.cid-uLEgTTtkk4 .nav-item:focus,
.cid-uLEgTTtkk4 .nav-link:focus {
  outline: none;
}
.cid-uLEgTTtkk4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLEgTTtkk4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLEgTTtkk4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLEgTTtkk4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLEgTTtkk4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLEgTTtkk4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLEgTTtkk4 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uLEgTTtkk4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLEgTTtkk4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLEgTTtkk4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uLEgTTtkk4 .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uLEgTTtkk4 .navbar.collapsed {
  justify-content: center;
}
.cid-uLEgTTtkk4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLEgTTtkk4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLEgTTtkk4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uLEgTTtkk4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLEgTTtkk4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLEgTTtkk4 .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-uLEgTTtkk4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLEgTTtkk4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLEgTTtkk4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLEgTTtkk4 .navbar {
    min-height: 72px;
  }
  .cid-uLEgTTtkk4 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLEgTTtkk4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLEgTTtkk4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLEgTTtkk4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLEgTTtkk4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLEgTTtkk4 .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-uLEgTTtkk4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLEgTTtkk4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLEgTTtkk4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLEgTTtkk4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLEgTTtkk4 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLEgTTtkk4 .dropdown-item.active,
.cid-uLEgTTtkk4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLEgTTtkk4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLEgTTtkk4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLEgTTtkk4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLEgTTtkk4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2e481a;
}
.cid-uLEgTTtkk4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLEgTTtkk4 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLEgTTtkk4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLEgTTtkk4 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLEgTTtkk4 .navbar-buttons {
    text-align: left;
  }
}
.cid-uLEgTTtkk4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLEgTTtkk4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8cbc;
}
.cid-uLEgTTtkk4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLEgTTtkk4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEgTTtkk4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEgTTtkk4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLEgTTtkk4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEgTTtkk4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLEgTTtkk4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLEgTTtkk4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEgTTtkk4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLEgTTtkk4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLEgTTtkk4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLEgTTtkk4 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLEgTTtkk4 .navbar {
    height: 70px;
  }
  .cid-uLEgTTtkk4 .navbar.opened {
    height: auto;
  }
  .cid-uLEgTTtkk4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLEgTTtkk4 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLEgTTtkk4 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLEgTTtkk4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLEgTTtkk4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uLEgTTtkk4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLEgTTtkk4 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLEgTTtkk4 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLEgTTtkk4 .navbar-brand {
    margin-right: auto;
  }
  .cid-uLEgTTtkk4 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2e481a;
    opacity: 1;
    border-color: #2e481a !important;
    background: #2e481a !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLEgTTtkk4 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLEgTTtkk4 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLEgTTtkk4 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLEgTTtkk4 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLEgTTtkk4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLEgTTtkk4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uLEgTTtkk4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLEgTTtkk4 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLEgTTtkk4 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLEgTTtkk4 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRWvMcBtId {
  padding-top: 8rem;
  padding-bottom: 3rem;
}
.cid-uRWvMcBtId .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRWvMcBtId .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uRWvMcBtId .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #393193;
}
.cid-uRWvMcBtId .mbr-section-title {
  color: #ffa0a0;
}
.cid-uRWvMcBtId .mbr-text,
.cid-uRWvMcBtId .mbr-section-btn {
  color: #ffffff;
}
.cid-uRWvMcBtId .media-content,
.cid-uRWvMcBtId .mbr-figure {
  align-self: center;
}
.cid-uRWvMcBtId .mbr-figure iframe {
  width: 100%;
  overflow: hidden;
}
.cid-uRWvMcBtId .app-video-wrapper {
  background: transparent;
}
.cid-uRWvMcBtId .content-head {
  max-width: 800px;
}
.cid-uLEgTTLaup {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #393193;
}
.cid-uLEgTTLaup .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEgTTLaup .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEgTTLaup .card-wrapper {
  background: #ffa0a0;
}
@media (max-width: 767px) {
  .cid-uLEgTTLaup .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uLEgTTLaup .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uLEgTTLaup .card-wrapper {
    padding: 4rem;
  }
}
.cid-uLEgTTLaup .mbr-text,
.cid-uLEgTTLaup .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uLEgTTLaup .card-title,
.cid-uLEgTTLaup .card-box {
  text-align: center;
  color: #000000;
}
.cid-uLEgTTLaup .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uLEgTTLaup .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uLEgTTLaup .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2e481a;
  background-color: #2e481a;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uLEgTTLaup .mbr-text UL {
  text-align: left;
}
.cid-uLEgTTS08N {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #163300;
}
.cid-uLEgTTS08N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEgTTS08N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEgTTS08N .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLEgTTS08N .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLEgTTS08N .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uLEgTTS08N .content-head {
  max-width: 800px;
}
.cid-uLEgTTS08N .mbr-section-title {
  color: #ffa0a0;
}
.cid-uLEgTTS08N .card-text {
  color: #ffa0a0;
}
.cid-uLEgTTS08N .card-title {
  color: #ffffff;
}
.cid-uLEgTU6xKx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #393193;
}
.cid-uLEgTU6xKx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEgTU6xKx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEgTU6xKx .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLEgTU6xKx .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLEgTU6xKx .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uLEgTU6xKx .content-head {
  max-width: 800px;
}
.cid-uLEgTU6xKx .mbr-section-title {
  color: #ffa0a0;
}
.cid-uLEgTU6xKx .card-text {
  color: #ffa0a0;
}
.cid-uLEgTU6xKx .card-title {
  color: #ffffff;
}
.cid-uLEgTU6xKx .mbr-section-subtitle {
  color: #ffa0a0;
}
.cid-uLEgTUiUyj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #163300;
}
.cid-uLEgTUiUyj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEgTUiUyj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEgTUiUyj .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLEgTUiUyj .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLEgTUiUyj .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uLEgTUiUyj .content-head {
  max-width: 800px;
}
.cid-uLEgTUiUyj .mbr-section-title {
  color: #ffa0a0;
}
.cid-uLEgTUiUyj .card-text {
  color: #ffa0a0;
}
.cid-uLEgTUiUyj .card-title {
  color: #edefeb;
}
.cid-uLEgTUiUyj .mbr-section-subtitle {
  color: #ffa0a0;
}
.cid-uLEgTUukmv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #393193;
}
.cid-uLEgTUukmv .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uLEgTUukmv form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uLEgTUukmv form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uLEgTUukmv form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uLEgTUukmv .content-head {
  max-width: 800px;
}
.cid-uLEgTUukmv .mbr-section-title {
  color: #ffa0a0;
}
.cid-uLEgTUukmv .mbr-section-subtitle {
  color: #ffa0a0;
  text-align: left;
}
.cid-uLPZqF6fYd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffa0a0;
}
.cid-uLPZqF6fYd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLPZqF6fYd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLPZqF6fYd .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLPZqF6fYd .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uLPZqF6fYd .google-map {
  height: 100%;
  position: relative;
}
.cid-uLPZqF6fYd .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uLPZqF6fYd .google-map iframe {
    min-height: 350px;
  }
}
.cid-uLPZqF6fYd .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-uLPZqF6fYd .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uLPZqF6fYd .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uLPZqF6fYd .card-wrapper {
  padding: 2.25rem;
  background: #2e481a;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uLPZqF6fYd .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uLPZqF6fYd .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uLPZqF6fYd ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uLPZqF6fYd .content-head {
  max-width: 800px;
}
.cid-uLPZqF6fYd .cardTitle {
  color: #9fe870;
}
.cid-uLPZqF6fYd .list,
.cid-uLPZqF6fYd .item-wrap {
  color: #9fe870;
}
.cid-uLPZqF6fYd .mbr-section-title {
  color: #163300;
}
.cid-uLEh2xnNKQ {
  z-index: 1000;
  width: 100%;
}
.cid-uLEh2xnNKQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uLEh2xnNKQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLEh2xnNKQ .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uLEh2xnNKQ .navbar-nav {
    max-width: 45%;
  }
}
.cid-uLEh2xnNKQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uLEh2xnNKQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uLEh2xnNKQ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLEh2xnNKQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLEh2xnNKQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLEh2xnNKQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uLEh2xnNKQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLEh2xnNKQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLEh2xnNKQ .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uLEh2xnNKQ .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uLEh2xnNKQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uLEh2xnNKQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLEh2xnNKQ .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uLEh2xnNKQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLEh2xnNKQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLEh2xnNKQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLEh2xnNKQ .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uLEh2xnNKQ .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLEh2xnNKQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLEh2xnNKQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uLEh2xnNKQ .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #2e481a !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #2e481a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uLEh2xnNKQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLEh2xnNKQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLEh2xnNKQ .iconfont-wrapper {
  color: #ed85be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLEh2xnNKQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #2e481a;
  background: #2e481a !important;
}
.cid-uLEh2xnNKQ .nav-item:focus,
.cid-uLEh2xnNKQ .nav-link:focus {
  outline: none;
}
.cid-uLEh2xnNKQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLEh2xnNKQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLEh2xnNKQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLEh2xnNKQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLEh2xnNKQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLEh2xnNKQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLEh2xnNKQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uLEh2xnNKQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uLEh2xnNKQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLEh2xnNKQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uLEh2xnNKQ .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uLEh2xnNKQ .navbar.collapsed {
  justify-content: center;
}
.cid-uLEh2xnNKQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLEh2xnNKQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLEh2xnNKQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uLEh2xnNKQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLEh2xnNKQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLEh2xnNKQ .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-uLEh2xnNKQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLEh2xnNKQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLEh2xnNKQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLEh2xnNKQ .navbar {
    min-height: 72px;
  }
  .cid-uLEh2xnNKQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLEh2xnNKQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLEh2xnNKQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLEh2xnNKQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLEh2xnNKQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLEh2xnNKQ .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-uLEh2xnNKQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLEh2xnNKQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLEh2xnNKQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLEh2xnNKQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLEh2xnNKQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLEh2xnNKQ .dropdown-item.active,
.cid-uLEh2xnNKQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uLEh2xnNKQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLEh2xnNKQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLEh2xnNKQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLEh2xnNKQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2e481a;
}
.cid-uLEh2xnNKQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLEh2xnNKQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLEh2xnNKQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLEh2xnNKQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLEh2xnNKQ .navbar-buttons {
    text-align: left;
  }
}
.cid-uLEh2xnNKQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLEh2xnNKQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8cbc;
}
.cid-uLEh2xnNKQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLEh2xnNKQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEh2xnNKQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEh2xnNKQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLEh2xnNKQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEh2xnNKQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLEh2xnNKQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLEh2xnNKQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEh2xnNKQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLEh2xnNKQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLEh2xnNKQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLEh2xnNKQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLEh2xnNKQ .navbar {
    height: 70px;
  }
  .cid-uLEh2xnNKQ .navbar.opened {
    height: auto;
  }
  .cid-uLEh2xnNKQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLEh2xnNKQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLEh2xnNKQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLEh2xnNKQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLEh2xnNKQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uLEh2xnNKQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLEh2xnNKQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLEh2xnNKQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLEh2xnNKQ .navbar-brand {
    margin-right: auto;
  }
  .cid-uLEh2xnNKQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2e481a;
    opacity: 1;
    border-color: #2e481a !important;
    background: #2e481a !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLEh2xnNKQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLEh2xnNKQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLEh2xnNKQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLEh2xnNKQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLEh2xnNKQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLEh2xnNKQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uLEh2xnNKQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLEh2xnNKQ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLEh2xnNKQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLEh2xnNKQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRXf8LuKv0 {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/cyberpong.jpg");
}
.cid-uRXf8LuKv0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRXf8LuKv0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uRXf8LuKv0 .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #393193;
}
.cid-uRXf8LuKv0 .mbr-section-title {
  color: #ffa0a0;
}
.cid-uRXf8LuKv0 .mbr-text,
.cid-uRXf8LuKv0 .mbr-section-btn {
  color: #ffffff;
}
.cid-uRXf8LuKv0 .media-content,
.cid-uRXf8LuKv0 .mbr-figure {
  align-self: center;
}
.cid-uRXf8LuKv0 .mbr-figure iframe {
  width: 100%;
  overflow: hidden;
}
.cid-uRXf8LuKv0 .app-video-wrapper {
  background: transparent;
}
.cid-uRXf8LuKv0 .content-head {
  max-width: 800px;
}
.cid-uLEh2xNP5n {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #393193;
}
.cid-uLEh2xNP5n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEh2xNP5n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEh2xNP5n .card-wrapper {
  background: #ffa0a0;
}
@media (max-width: 767px) {
  .cid-uLEh2xNP5n .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uLEh2xNP5n .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uLEh2xNP5n .card-wrapper {
    padding: 4rem;
  }
}
.cid-uLEh2xNP5n .mbr-text,
.cid-uLEh2xNP5n .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uLEh2xNP5n .card-title,
.cid-uLEh2xNP5n .card-box {
  text-align: center;
  color: #000000;
}
.cid-uLEh2xNP5n .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uLEh2xNP5n .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uLEh2xNP5n .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2e481a;
  background-color: #2e481a;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uLEh2xNP5n .mbr-text UL {
  text-align: left;
}
.cid-uLEh2xX2tB {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #163300;
}
.cid-uLEh2xX2tB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEh2xX2tB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEh2xX2tB .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLEh2xX2tB .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLEh2xX2tB .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uLEh2xX2tB .content-head {
  max-width: 800px;
}
.cid-uLEh2xX2tB .mbr-section-title {
  color: #ffa0a0;
}
.cid-uLEh2xX2tB .card-text {
  color: #ffa0a0;
}
.cid-uLEh2xX2tB .card-title {
  color: #ffffff;
}
.cid-uLEh2yfYin {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #393193;
}
.cid-uLEh2yfYin .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEh2yfYin .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEh2yfYin .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLEh2yfYin .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLEh2yfYin .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uLEh2yfYin .content-head {
  max-width: 800px;
}
.cid-uLEh2yfYin .mbr-section-title {
  color: #ffa0a0;
}
.cid-uLEh2yfYin .card-text {
  color: #ffa0a0;
}
.cid-uLEh2yfYin .card-title {
  color: #ffffff;
}
.cid-uLEh2yfYin .mbr-section-subtitle {
  color: #ffa0a0;
}
.cid-uLEh2yvAiO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #163300;
}
.cid-uLEh2yvAiO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEh2yvAiO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEh2yvAiO .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLEh2yvAiO .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLEh2yvAiO .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uLEh2yvAiO .content-head {
  max-width: 800px;
}
.cid-uLEh2yvAiO .mbr-section-title {
  color: #ffa0a0;
}
.cid-uLEh2yvAiO .card-text {
  color: #ffa0a0;
}
.cid-uLEh2yvAiO .card-title {
  color: #edefeb;
}
.cid-uLEh2yvAiO .mbr-section-subtitle {
  color: #ffa0a0;
}
.cid-uLEh2yK6mp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #393193;
}
.cid-uLEh2yK6mp .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uLEh2yK6mp form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uLEh2yK6mp form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uLEh2yK6mp form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uLEh2yK6mp .content-head {
  max-width: 800px;
}
.cid-uLEh2yK6mp .mbr-section-title {
  color: #ffa0a0;
}
.cid-uLEh2yK6mp .mbr-section-subtitle {
  color: #ffa0a0;
  text-align: left;
}
.cid-uLPZxznJ7R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffa0a0;
}
.cid-uLPZxznJ7R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLPZxznJ7R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLPZxznJ7R .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLPZxznJ7R .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uLPZxznJ7R .google-map {
  height: 100%;
  position: relative;
}
.cid-uLPZxznJ7R .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uLPZxznJ7R .google-map iframe {
    min-height: 350px;
  }
}
.cid-uLPZxznJ7R .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-uLPZxznJ7R .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uLPZxznJ7R .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uLPZxznJ7R .card-wrapper {
  padding: 2.25rem;
  background: #2e481a;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uLPZxznJ7R .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uLPZxznJ7R .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uLPZxznJ7R ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uLPZxznJ7R .content-head {
  max-width: 800px;
}
.cid-uLPZxznJ7R .cardTitle {
  color: #9fe870;
}
.cid-uLPZxznJ7R .list,
.cid-uLPZxznJ7R .item-wrap {
  color: #9fe870;
}
.cid-uLPZxznJ7R .mbr-section-title {
  color: #163300;
}
.cid-uLEl4f8LeJ {
  z-index: 1000;
  width: 100%;
}
.cid-uLEl4f8LeJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uLEl4f8LeJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLEl4f8LeJ .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uLEl4f8LeJ .navbar-nav {
    max-width: 45%;
  }
}
.cid-uLEl4f8LeJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uLEl4f8LeJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uLEl4f8LeJ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLEl4f8LeJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLEl4f8LeJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLEl4f8LeJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uLEl4f8LeJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLEl4f8LeJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLEl4f8LeJ .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uLEl4f8LeJ .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uLEl4f8LeJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uLEl4f8LeJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLEl4f8LeJ .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uLEl4f8LeJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLEl4f8LeJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLEl4f8LeJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLEl4f8LeJ .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uLEl4f8LeJ .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLEl4f8LeJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLEl4f8LeJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uLEl4f8LeJ .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #2e481a !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #2e481a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uLEl4f8LeJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLEl4f8LeJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLEl4f8LeJ .iconfont-wrapper {
  color: #ed85be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLEl4f8LeJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #2e481a;
  background: #2e481a !important;
}
.cid-uLEl4f8LeJ .nav-item:focus,
.cid-uLEl4f8LeJ .nav-link:focus {
  outline: none;
}
.cid-uLEl4f8LeJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLEl4f8LeJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLEl4f8LeJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLEl4f8LeJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLEl4f8LeJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLEl4f8LeJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLEl4f8LeJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uLEl4f8LeJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uLEl4f8LeJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLEl4f8LeJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uLEl4f8LeJ .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uLEl4f8LeJ .navbar.collapsed {
  justify-content: center;
}
.cid-uLEl4f8LeJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLEl4f8LeJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLEl4f8LeJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uLEl4f8LeJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLEl4f8LeJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLEl4f8LeJ .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-uLEl4f8LeJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLEl4f8LeJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLEl4f8LeJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLEl4f8LeJ .navbar {
    min-height: 72px;
  }
  .cid-uLEl4f8LeJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLEl4f8LeJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLEl4f8LeJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLEl4f8LeJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLEl4f8LeJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLEl4f8LeJ .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-uLEl4f8LeJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLEl4f8LeJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLEl4f8LeJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLEl4f8LeJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLEl4f8LeJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLEl4f8LeJ .dropdown-item.active,
.cid-uLEl4f8LeJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uLEl4f8LeJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLEl4f8LeJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLEl4f8LeJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLEl4f8LeJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2e481a;
}
.cid-uLEl4f8LeJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLEl4f8LeJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLEl4f8LeJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLEl4f8LeJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLEl4f8LeJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uLEl4f8LeJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLEl4f8LeJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8cbc;
}
.cid-uLEl4f8LeJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLEl4f8LeJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEl4f8LeJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEl4f8LeJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLEl4f8LeJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEl4f8LeJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLEl4f8LeJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLEl4f8LeJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEl4f8LeJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLEl4f8LeJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLEl4f8LeJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLEl4f8LeJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLEl4f8LeJ .navbar {
    height: 70px;
  }
  .cid-uLEl4f8LeJ .navbar.opened {
    height: auto;
  }
  .cid-uLEl4f8LeJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLEl4f8LeJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLEl4f8LeJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLEl4f8LeJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLEl4f8LeJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uLEl4f8LeJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLEl4f8LeJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLEl4f8LeJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLEl4f8LeJ .navbar-brand {
    margin-right: auto;
  }
  .cid-uLEl4f8LeJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2e481a;
    opacity: 1;
    border-color: #2e481a !important;
    background: #2e481a !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLEl4f8LeJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLEl4f8LeJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLEl4f8LeJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLEl4f8LeJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLEl4f8LeJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLEl4f8LeJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uLEl4f8LeJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLEl4f8LeJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLEl4f8LeJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLEl4f8LeJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLEl4fjIht {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/cihle.png");
}
.cid-uLEl4fjIht .mbr-overlay {
  background-color: #393193;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uLEl4fjIht {
    align-items: flex-end;
  }
  .cid-uLEl4fjIht .row {
    justify-content: center;
  }
  .cid-uLEl4fjIht .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLEl4fjIht .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLEl4fjIht {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uLEl4fjIht .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLEl4fjIht .content-wrap {
    width: 100%;
  }
}
.cid-uLEl4fjIht .mbr-section-title,
.cid-uLEl4fjIht .mbr-section-subtitle {
  text-align: center;
}
.cid-uLEl4fjIht .mbr-text,
.cid-uLEl4fjIht .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uLEl4fjIht .mbr-section-title {
  color: #ffa0a0;
}
.cid-uLEl4frMVR {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #393193;
}
.cid-uLEl4frMVR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEl4frMVR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEl4frMVR .card-wrapper {
  background: #ffa0a0;
}
@media (max-width: 767px) {
  .cid-uLEl4frMVR .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uLEl4frMVR .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uLEl4frMVR .card-wrapper {
    padding: 4rem;
  }
}
.cid-uLEl4frMVR .mbr-text,
.cid-uLEl4frMVR .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uLEl4frMVR .card-title,
.cid-uLEl4frMVR .card-box {
  text-align: center;
  color: #000000;
}
.cid-uLEl4frMVR .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uLEl4frMVR .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uLEl4frMVR .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2e481a;
  background-color: #2e481a;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uLEl4frMVR .mbr-text UL {
  text-align: left;
}
.cid-uLEl4fzSty {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #163300;
}
.cid-uLEl4fzSty .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEl4fzSty .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEl4fzSty .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLEl4fzSty .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLEl4fzSty .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uLEl4fzSty .content-head {
  max-width: 800px;
}
.cid-uLEl4fzSty .mbr-section-title {
  color: #ffa0a0;
}
.cid-uLEl4fzSty .card-text {
  color: #ffa0a0;
}
.cid-uLEl4fzSty .card-title {
  color: #ffffff;
}
.cid-uLEl4fOYQw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #393193;
}
.cid-uLEl4fOYQw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEl4fOYQw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEl4fOYQw .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLEl4fOYQw .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLEl4fOYQw .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uLEl4fOYQw .content-head {
  max-width: 800px;
}
.cid-uLEl4fOYQw .mbr-section-title {
  color: #ffa0a0;
}
.cid-uLEl4fOYQw .card-text {
  color: #ffa0a0;
}
.cid-uLEl4fOYQw .card-title {
  color: #ffffff;
}
.cid-uLEl4fOYQw .mbr-section-subtitle {
  color: #ffa0a0;
}
.cid-uLEl4g1CmN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #163300;
}
.cid-uLEl4g1CmN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEl4g1CmN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEl4g1CmN .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLEl4g1CmN .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLEl4g1CmN .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uLEl4g1CmN .content-head {
  max-width: 800px;
}
.cid-uLEl4g1CmN .mbr-section-title {
  color: #ffa0a0;
}
.cid-uLEl4g1CmN .card-text {
  color: #ffa0a0;
}
.cid-uLEl4g1CmN .card-title {
  color: #edefeb;
}
.cid-uLEl4g1CmN .mbr-section-subtitle {
  color: #ffa0a0;
}
.cid-uLEl4gdLJt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #393193;
}
.cid-uLEl4gdLJt .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uLEl4gdLJt form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uLEl4gdLJt form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uLEl4gdLJt form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uLEl4gdLJt .content-head {
  max-width: 800px;
}
.cid-uLEl4gdLJt .mbr-section-title {
  color: #ffa0a0;
}
.cid-uLEl4gdLJt .mbr-section-subtitle {
  color: #ffa0a0;
  text-align: left;
}
.cid-uLPZKWREoG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffa0a0;
}
.cid-uLPZKWREoG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLPZKWREoG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLPZKWREoG .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLPZKWREoG .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uLPZKWREoG .google-map {
  height: 100%;
  position: relative;
}
.cid-uLPZKWREoG .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uLPZKWREoG .google-map iframe {
    min-height: 350px;
  }
}
.cid-uLPZKWREoG .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-uLPZKWREoG .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uLPZKWREoG .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uLPZKWREoG .card-wrapper {
  padding: 2.25rem;
  background: #2e481a;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uLPZKWREoG .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uLPZKWREoG .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uLPZKWREoG ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uLPZKWREoG .content-head {
  max-width: 800px;
}
.cid-uLPZKWREoG .cardTitle {
  color: #9fe870;
}
.cid-uLPZKWREoG .list,
.cid-uLPZKWREoG .item-wrap {
  color: #9fe870;
}
.cid-uLPZKWREoG .mbr-section-title {
  color: #163300;
}
.cid-uRFp9Ydy2Y {
  z-index: 1000;
  width: 100%;
}
.cid-uRFp9Ydy2Y .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRFp9Ydy2Y .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRFp9Ydy2Y .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uRFp9Ydy2Y .navbar-nav {
    max-width: 45%;
  }
}
.cid-uRFp9Ydy2Y .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uRFp9Ydy2Y .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uRFp9Ydy2Y .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRFp9Ydy2Y .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRFp9Ydy2Y .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRFp9Ydy2Y .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uRFp9Ydy2Y .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRFp9Ydy2Y .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRFp9Ydy2Y .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uRFp9Ydy2Y .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uRFp9Ydy2Y .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRFp9Ydy2Y .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRFp9Ydy2Y .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uRFp9Ydy2Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRFp9Ydy2Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRFp9Ydy2Y .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRFp9Ydy2Y .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uRFp9Ydy2Y .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRFp9Ydy2Y .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRFp9Ydy2Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uRFp9Ydy2Y .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #2e481a !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #2e481a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uRFp9Ydy2Y .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRFp9Ydy2Y .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRFp9Ydy2Y .iconfont-wrapper {
  color: #ed85be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRFp9Ydy2Y .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #2e481a;
  background: #2e481a !important;
}
.cid-uRFp9Ydy2Y .nav-item:focus,
.cid-uRFp9Ydy2Y .nav-link:focus {
  outline: none;
}
.cid-uRFp9Ydy2Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRFp9Ydy2Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRFp9Ydy2Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRFp9Ydy2Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRFp9Ydy2Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRFp9Ydy2Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRFp9Ydy2Y .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRFp9Ydy2Y .navbar.opened {
  transition: all 0.3s;
}
.cid-uRFp9Ydy2Y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRFp9Ydy2Y .navbar .navbar-logo img {
  width: auto;
}
.cid-uRFp9Ydy2Y .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uRFp9Ydy2Y .navbar.collapsed {
  justify-content: center;
}
.cid-uRFp9Ydy2Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRFp9Ydy2Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRFp9Ydy2Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uRFp9Ydy2Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRFp9Ydy2Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRFp9Ydy2Y .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-uRFp9Ydy2Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRFp9Ydy2Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRFp9Ydy2Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRFp9Ydy2Y .navbar {
    min-height: 72px;
  }
  .cid-uRFp9Ydy2Y .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRFp9Ydy2Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRFp9Ydy2Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRFp9Ydy2Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRFp9Ydy2Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRFp9Ydy2Y .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-uRFp9Ydy2Y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRFp9Ydy2Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRFp9Ydy2Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRFp9Ydy2Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRFp9Ydy2Y .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRFp9Ydy2Y .dropdown-item.active,
.cid-uRFp9Ydy2Y .dropdown-item:active {
  background-color: transparent;
}
.cid-uRFp9Ydy2Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRFp9Ydy2Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRFp9Ydy2Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRFp9Ydy2Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2e481a;
}
.cid-uRFp9Ydy2Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRFp9Ydy2Y .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRFp9Ydy2Y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRFp9Ydy2Y .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRFp9Ydy2Y .navbar-buttons {
    text-align: left;
  }
}
.cid-uRFp9Ydy2Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRFp9Ydy2Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8cbc;
}
.cid-uRFp9Ydy2Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRFp9Ydy2Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRFp9Ydy2Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRFp9Ydy2Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRFp9Ydy2Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRFp9Ydy2Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRFp9Ydy2Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRFp9Ydy2Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRFp9Ydy2Y .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRFp9Ydy2Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRFp9Ydy2Y .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRFp9Ydy2Y .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRFp9Ydy2Y .navbar {
    height: 70px;
  }
  .cid-uRFp9Ydy2Y .navbar.opened {
    height: auto;
  }
  .cid-uRFp9Ydy2Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRFp9Ydy2Y .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRFp9Ydy2Y .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRFp9Ydy2Y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRFp9Ydy2Y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uRFp9Ydy2Y .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRFp9Ydy2Y .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRFp9Ydy2Y .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRFp9Ydy2Y .navbar-brand {
    margin-right: auto;
  }
  .cid-uRFp9Ydy2Y .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2e481a;
    opacity: 1;
    border-color: #2e481a !important;
    background: #2e481a !important;
    backdrop-filter: blur(8px);
  }
  .cid-uRFp9Ydy2Y .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRFp9Ydy2Y .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRFp9Ydy2Y .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRFp9Ydy2Y .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRFp9Ydy2Y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRFp9Ydy2Y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uRFp9Ydy2Y .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRFp9Ydy2Y .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRFp9Ydy2Y .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uRFp9Ydy2Y .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRFp9Yq8nT {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .cid-uRFp9Yq8nT {
    align-items: flex-end;
  }
  .cid-uRFp9Yq8nT .row {
    justify-content: center;
  }
  .cid-uRFp9Yq8nT .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRFp9Yq8nT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRFp9Yq8nT {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uRFp9Yq8nT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRFp9Yq8nT .content-wrap {
    width: 100%;
  }
}
.cid-uRFp9Yq8nT .mbr-section-title,
.cid-uRFp9Yq8nT .mbr-section-subtitle {
  text-align: center;
}
.cid-uRFp9Yq8nT .mbr-text,
.cid-uRFp9Yq8nT .mbr-section-btn {
  text-align: center;
  color: #bcef9b;
}
.cid-uRFp9Yq8nT .mbr-section-title {
  color: #bcef9b;
}
.cid-uRFpqtTd1D {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #122a00;
}
.cid-uRFpqtTd1D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRFpqtTd1D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uRFpqtTd1D .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRFpqtTd1D .row {
  flex-direction: row-reverse;
}
.cid-uRFpqtTd1D .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRFpqtTd1D .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uRFpqtTd1D .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRFpqtTd1D .mbr-section-title {
  color: #ffa0a0;
  text-align: center;
}
.cid-uRFpqtTd1D .mbr-text,
.cid-uRFpqtTd1D .mbr-section-btn {
  color: #ffa0a0;
  text-align: center;
}
.cid-uRFsjbvyC7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #122a00;
}
.cid-uRFsjbvyC7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRFsjbvyC7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uRFsjbvyC7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRFsjbvyC7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRFsjbvyC7 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uRFsjbvyC7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRFsjbvyC7 .mbr-section-title {
  color: #ffa0a0;
  text-align: center;
}
.cid-uRFsjbvyC7 .mbr-text,
.cid-uRFsjbvyC7 .mbr-section-btn {
  color: #ffa0a0;
  text-align: center;
}
.cid-uRFIBDGqkI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #122a00;
}
.cid-uRFIBDGqkI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRFIBDGqkI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uRFIBDGqkI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRFIBDGqkI .row {
  flex-direction: row-reverse;
}
.cid-uRFIBDGqkI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRFIBDGqkI .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uRFIBDGqkI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRFIBDGqkI .mbr-section-title {
  color: #ffa0a0;
  text-align: center;
}
.cid-uRFIBDGqkI .mbr-text,
.cid-uRFIBDGqkI .mbr-section-btn {
  color: #ffa0a0;
  text-align: center;
}
.cid-uRFLiFhlYn {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #122a00;
}
.cid-uRFLiFhlYn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRFLiFhlYn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uRFLiFhlYn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRFLiFhlYn .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRFLiFhlYn .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uRFLiFhlYn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRFLiFhlYn .mbr-section-title {
  color: #ffa0a0;
  text-align: center;
}
.cid-uRFLiFhlYn .mbr-text,
.cid-uRFLiFhlYn .mbr-section-btn {
  color: #ffa0a0;
  text-align: center;
}
.cid-uRFp9YXq6j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffa0a0;
}
.cid-uRFp9YXq6j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRFp9YXq6j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRFp9YXq6j .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRFp9YXq6j .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uRFp9YXq6j .google-map {
  height: 100%;
  position: relative;
}
.cid-uRFp9YXq6j .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uRFp9YXq6j .google-map iframe {
    min-height: 350px;
  }
}
.cid-uRFp9YXq6j .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-uRFp9YXq6j .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRFp9YXq6j .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRFp9YXq6j .card-wrapper {
  padding: 2.25rem;
  background: #2e481a;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRFp9YXq6j .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRFp9YXq6j .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uRFp9YXq6j ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uRFp9YXq6j .content-head {
  max-width: 800px;
}
.cid-uRFp9YXq6j .cardTitle {
  color: #9fe870;
}
.cid-uRFp9YXq6j .list,
.cid-uRFp9YXq6j .item-wrap {
  color: #9fe870;
}
.cid-uRFp9YXq6j .mbr-section-title {
  color: #163300;
}
.cid-uRRnnBRB9P {
  z-index: 1000;
  width: 100%;
}
.cid-uRRnnBRB9P .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRRnnBRB9P .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRRnnBRB9P .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uRRnnBRB9P .navbar-nav {
    max-width: 45%;
  }
}
.cid-uRRnnBRB9P .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uRRnnBRB9P .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uRRnnBRB9P .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRRnnBRB9P .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRRnnBRB9P .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRRnnBRB9P .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uRRnnBRB9P .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRRnnBRB9P .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRRnnBRB9P .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uRRnnBRB9P .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uRRnnBRB9P .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRRnnBRB9P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRRnnBRB9P .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uRRnnBRB9P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRRnnBRB9P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRRnnBRB9P .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRRnnBRB9P .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uRRnnBRB9P .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRRnnBRB9P .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRRnnBRB9P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uRRnnBRB9P .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #2e481a !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #2e481a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uRRnnBRB9P .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRRnnBRB9P .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRRnnBRB9P .iconfont-wrapper {
  color: #ed85be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRRnnBRB9P .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #2e481a;
  background: #2e481a !important;
}
.cid-uRRnnBRB9P .nav-item:focus,
.cid-uRRnnBRB9P .nav-link:focus {
  outline: none;
}
.cid-uRRnnBRB9P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRRnnBRB9P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRRnnBRB9P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRRnnBRB9P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRRnnBRB9P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRRnnBRB9P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRRnnBRB9P .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRRnnBRB9P .navbar.opened {
  transition: all 0.3s;
}
.cid-uRRnnBRB9P .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRRnnBRB9P .navbar .navbar-logo img {
  width: auto;
}
.cid-uRRnnBRB9P .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uRRnnBRB9P .navbar.collapsed {
  justify-content: center;
}
.cid-uRRnnBRB9P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRRnnBRB9P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRRnnBRB9P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uRRnnBRB9P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRRnnBRB9P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRRnnBRB9P .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-uRRnnBRB9P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRRnnBRB9P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRRnnBRB9P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRRnnBRB9P .navbar {
    min-height: 72px;
  }
  .cid-uRRnnBRB9P .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRRnnBRB9P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRRnnBRB9P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRRnnBRB9P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRRnnBRB9P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRRnnBRB9P .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-uRRnnBRB9P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRRnnBRB9P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRRnnBRB9P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRRnnBRB9P .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRRnnBRB9P .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRRnnBRB9P .dropdown-item.active,
.cid-uRRnnBRB9P .dropdown-item:active {
  background-color: transparent;
}
.cid-uRRnnBRB9P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRRnnBRB9P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRRnnBRB9P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRRnnBRB9P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2e481a;
}
.cid-uRRnnBRB9P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRRnnBRB9P .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRRnnBRB9P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRRnnBRB9P .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRRnnBRB9P .navbar-buttons {
    text-align: left;
  }
}
.cid-uRRnnBRB9P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRRnnBRB9P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8cbc;
}
.cid-uRRnnBRB9P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRRnnBRB9P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRRnnBRB9P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRRnnBRB9P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRRnnBRB9P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRRnnBRB9P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRRnnBRB9P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRRnnBRB9P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRRnnBRB9P .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRRnnBRB9P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRRnnBRB9P .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRRnnBRB9P .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRRnnBRB9P .navbar {
    height: 70px;
  }
  .cid-uRRnnBRB9P .navbar.opened {
    height: auto;
  }
  .cid-uRRnnBRB9P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRRnnBRB9P .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRRnnBRB9P .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRRnnBRB9P .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRRnnBRB9P .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uRRnnBRB9P .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRRnnBRB9P .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRRnnBRB9P .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRRnnBRB9P .navbar-brand {
    margin-right: auto;
  }
  .cid-uRRnnBRB9P .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2e481a;
    opacity: 1;
    border-color: #2e481a !important;
    background: #2e481a !important;
    backdrop-filter: blur(8px);
  }
  .cid-uRRnnBRB9P .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRRnnBRB9P .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRRnnBRB9P .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRRnnBRB9P .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRRnnBRB9P .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRRnnBRB9P .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uRRnnBRB9P .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRRnnBRB9P .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRRnnBRB9P .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uRRnnBRB9P .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRRnnC10DF {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/renessaince-1.jpg");
}
.cid-uRRnnC10DF .mbr-overlay {
  background-color: #393193;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uRRnnC10DF {
    align-items: flex-end;
  }
  .cid-uRRnnC10DF .row {
    justify-content: center;
  }
  .cid-uRRnnC10DF .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRRnnC10DF .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRRnnC10DF {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uRRnnC10DF .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRRnnC10DF .content-wrap {
    width: 100%;
  }
}
.cid-uRRnnC10DF .mbr-section-title,
.cid-uRRnnC10DF .mbr-section-subtitle {
  text-align: center;
}
.cid-uRRnnC10DF .mbr-text,
.cid-uRRnnC10DF .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uRRnnC10DF .mbr-section-title {
  color: #ffffff;
}
.cid-uRRnnCar4l {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #393193;
}
.cid-uRRnnCar4l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRnnCar4l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRnnCar4l .card-wrapper {
  background: #ffa0a0;
}
@media (max-width: 767px) {
  .cid-uRRnnCar4l .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRRnnCar4l .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uRRnnCar4l .card-wrapper {
    padding: 4rem;
  }
}
.cid-uRRnnCar4l .mbr-text,
.cid-uRRnnCar4l .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uRRnnCar4l .card-title,
.cid-uRRnnCar4l .card-box {
  text-align: center;
  color: #000000;
}
.cid-uRRnnCar4l .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uRRnnCar4l .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uRRnnCar4l .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2e481a;
  background-color: #2e481a;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uRRnnCar4l .mbr-text UL {
  text-align: left;
}
.cid-uRRnnCiV7a {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #163300;
}
.cid-uRRnnCiV7a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRnnCiV7a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRnnCiV7a .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRRnnCiV7a .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRRnnCiV7a .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uRRnnCiV7a .content-head {
  max-width: 800px;
}
.cid-uRRnnCiV7a .mbr-section-title {
  color: #ffa0a0;
}
.cid-uRRnnCiV7a .card-text {
  color: #ffa0a0;
}
.cid-uRRnnCiV7a .card-title {
  color: #ffffff;
}
.cid-uRRnnCzcJl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #393193;
}
.cid-uRRnnCzcJl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRnnCzcJl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRnnCzcJl .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRRnnCzcJl .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRRnnCzcJl .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uRRnnCzcJl .content-head {
  max-width: 800px;
}
.cid-uRRnnCzcJl .mbr-section-title {
  color: #ffa0a0;
}
.cid-uRRnnCzcJl .card-text {
  color: #ffa0a0;
}
.cid-uRRnnCzcJl .card-title {
  color: #ffffff;
}
.cid-uRRnnCzcJl .mbr-section-subtitle {
  color: #ffa0a0;
}
.cid-uRRnnCLiqt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #163300;
}
.cid-uRRnnCLiqt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRnnCLiqt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRnnCLiqt .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRRnnCLiqt .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRRnnCLiqt .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uRRnnCLiqt .content-head {
  max-width: 800px;
}
.cid-uRRnnCLiqt .mbr-section-title {
  color: #ffa0a0;
}
.cid-uRRnnCLiqt .card-text {
  color: #ffa0a0;
}
.cid-uRRnnCLiqt .card-title {
  color: #edefeb;
}
.cid-uRRnnCLiqt .mbr-section-subtitle {
  color: #ffa0a0;
}
.cid-uRRnnCXqFz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #393193;
}
.cid-uRRnnCXqFz .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uRRnnCXqFz form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uRRnnCXqFz form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uRRnnCXqFz form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uRRnnCXqFz .content-head {
  max-width: 800px;
}
.cid-uRRnnCXqFz .mbr-section-title {
  color: #ffa0a0;
}
.cid-uRRnnCXqFz .mbr-section-subtitle {
  color: #ffa0a0;
  text-align: left;
}
.cid-uRRnnD6x9l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffa0a0;
}
.cid-uRRnnD6x9l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRnnD6x9l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRRnnD6x9l .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRRnnD6x9l .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uRRnnD6x9l .google-map {
  height: 100%;
  position: relative;
}
.cid-uRRnnD6x9l .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uRRnnD6x9l .google-map iframe {
    min-height: 350px;
  }
}
.cid-uRRnnD6x9l .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-uRRnnD6x9l .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRRnnD6x9l .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRRnnD6x9l .card-wrapper {
  padding: 2.25rem;
  background: #2e481a;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRRnnD6x9l .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRRnnD6x9l .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uRRnnD6x9l ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uRRnnD6x9l .content-head {
  max-width: 800px;
}
.cid-uRRnnD6x9l .cardTitle {
  color: #9fe870;
}
.cid-uRRnnD6x9l .list,
.cid-uRRnnD6x9l .item-wrap {
  color: #9fe870;
}
.cid-uRRnnD6x9l .mbr-section-title {
  color: #163300;
}
.cid-uUdCguHqQS {
  z-index: 1000;
  width: 100%;
}
.cid-uUdCguHqQS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uUdCguHqQS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUdCguHqQS .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uUdCguHqQS .navbar-nav {
    max-width: 45%;
  }
}
.cid-uUdCguHqQS .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uUdCguHqQS .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uUdCguHqQS .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uUdCguHqQS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUdCguHqQS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUdCguHqQS .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uUdCguHqQS .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUdCguHqQS .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUdCguHqQS .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uUdCguHqQS .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uUdCguHqQS .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUdCguHqQS .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUdCguHqQS .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uUdCguHqQS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUdCguHqQS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUdCguHqQS .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUdCguHqQS .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uUdCguHqQS .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uUdCguHqQS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUdCguHqQS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uUdCguHqQS .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #2e481a !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #2e481a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uUdCguHqQS .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUdCguHqQS .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUdCguHqQS .iconfont-wrapper {
  color: #ed85be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUdCguHqQS .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #2e481a;
  background: #2e481a !important;
}
.cid-uUdCguHqQS .nav-item:focus,
.cid-uUdCguHqQS .nav-link:focus {
  outline: none;
}
.cid-uUdCguHqQS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUdCguHqQS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUdCguHqQS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUdCguHqQS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUdCguHqQS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUdCguHqQS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUdCguHqQS .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uUdCguHqQS .navbar.opened {
  transition: all 0.3s;
}
.cid-uUdCguHqQS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUdCguHqQS .navbar .navbar-logo img {
  width: auto;
}
.cid-uUdCguHqQS .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uUdCguHqQS .navbar.collapsed {
  justify-content: center;
}
.cid-uUdCguHqQS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUdCguHqQS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUdCguHqQS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uUdCguHqQS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUdCguHqQS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUdCguHqQS .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-uUdCguHqQS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUdCguHqQS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUdCguHqQS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUdCguHqQS .navbar {
    min-height: 72px;
  }
  .cid-uUdCguHqQS .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUdCguHqQS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUdCguHqQS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUdCguHqQS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUdCguHqQS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUdCguHqQS .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-uUdCguHqQS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUdCguHqQS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUdCguHqQS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUdCguHqQS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUdCguHqQS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUdCguHqQS .dropdown-item.active,
.cid-uUdCguHqQS .dropdown-item:active {
  background-color: transparent;
}
.cid-uUdCguHqQS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUdCguHqQS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUdCguHqQS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUdCguHqQS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2e481a;
}
.cid-uUdCguHqQS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUdCguHqQS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUdCguHqQS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUdCguHqQS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUdCguHqQS .navbar-buttons {
    text-align: left;
  }
}
.cid-uUdCguHqQS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUdCguHqQS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8cbc;
}
.cid-uUdCguHqQS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUdCguHqQS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUdCguHqQS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUdCguHqQS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUdCguHqQS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUdCguHqQS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUdCguHqQS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUdCguHqQS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUdCguHqQS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUdCguHqQS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUdCguHqQS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUdCguHqQS .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUdCguHqQS .navbar {
    height: 70px;
  }
  .cid-uUdCguHqQS .navbar.opened {
    height: auto;
  }
  .cid-uUdCguHqQS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUdCguHqQS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUdCguHqQS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUdCguHqQS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUdCguHqQS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uUdCguHqQS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUdCguHqQS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUdCguHqQS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUdCguHqQS .navbar-brand {
    margin-right: auto;
  }
  .cid-uUdCguHqQS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2e481a;
    opacity: 1;
    border-color: #2e481a !important;
    background: #2e481a !important;
    backdrop-filter: blur(8px);
  }
  .cid-uUdCguHqQS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUdCguHqQS .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUdCguHqQS .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUdCguHqQS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUdCguHqQS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUdCguHqQS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uUdCguHqQS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUdCguHqQS .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUdCguHqQS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uUdCguHqQS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uUdCguR0Bs {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/sklo-1.png");
}
.cid-uUdCguR0Bs .mbr-overlay {
  background-color: #393193;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uUdCguR0Bs {
    align-items: flex-end;
  }
  .cid-uUdCguR0Bs .row {
    justify-content: center;
  }
  .cid-uUdCguR0Bs .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uUdCguR0Bs .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uUdCguR0Bs {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uUdCguR0Bs .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uUdCguR0Bs .content-wrap {
    width: 100%;
  }
}
.cid-uUdCguR0Bs .mbr-section-title,
.cid-uUdCguR0Bs .mbr-section-subtitle {
  text-align: center;
}
.cid-uUdCguR0Bs .mbr-text,
.cid-uUdCguR0Bs .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uUdCguR0Bs .mbr-section-title {
  color: #ffffff;
}
.cid-uUdCguZhfl {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #393193;
}
.cid-uUdCguZhfl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUdCguZhfl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUdCguZhfl .card-wrapper {
  background: #ffa0a0;
}
@media (max-width: 767px) {
  .cid-uUdCguZhfl .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUdCguZhfl .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uUdCguZhfl .card-wrapper {
    padding: 4rem;
  }
}
.cid-uUdCguZhfl .mbr-text,
.cid-uUdCguZhfl .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uUdCguZhfl .card-title,
.cid-uUdCguZhfl .card-box {
  text-align: center;
  color: #000000;
}
.cid-uUdCguZhfl .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uUdCguZhfl .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uUdCguZhfl .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2e481a;
  background-color: #2e481a;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uUdCguZhfl .mbr-text UL {
  text-align: left;
}
.cid-uUdCgv7eSe {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #163300;
}
.cid-uUdCgv7eSe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUdCgv7eSe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUdCgv7eSe .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uUdCgv7eSe .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUdCgv7eSe .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uUdCgv7eSe .content-head {
  max-width: 800px;
}
.cid-uUdCgv7eSe .mbr-section-title {
  color: #ffa0a0;
}
.cid-uUdCgv7eSe .card-text {
  color: #ffa0a0;
}
.cid-uUdCgv7eSe .card-title {
  color: #ffffff;
}
.cid-uUdCgvkxCl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #393193;
}
.cid-uUdCgvkxCl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUdCgvkxCl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUdCgvkxCl .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uUdCgvkxCl .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUdCgvkxCl .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uUdCgvkxCl .content-head {
  max-width: 800px;
}
.cid-uUdCgvkxCl .mbr-section-title {
  color: #ffa0a0;
}
.cid-uUdCgvkxCl .card-text {
  color: #ffa0a0;
}
.cid-uUdCgvkxCl .card-title {
  color: #ffffff;
}
.cid-uUdCgvkxCl .mbr-section-subtitle {
  color: #ffa0a0;
}
.cid-uUdCgvx61q {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #163300;
}
.cid-uUdCgvx61q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUdCgvx61q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUdCgvx61q .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uUdCgvx61q .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUdCgvx61q .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uUdCgvx61q .content-head {
  max-width: 800px;
}
.cid-uUdCgvx61q .mbr-section-title {
  color: #ffa0a0;
}
.cid-uUdCgvx61q .card-text {
  color: #ffa0a0;
}
.cid-uUdCgvx61q .card-title {
  color: #edefeb;
}
.cid-uUdCgvx61q .mbr-section-subtitle {
  color: #ffa0a0;
}
.cid-uUdCgvKwTS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #393193;
}
.cid-uUdCgvKwTS .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uUdCgvKwTS form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uUdCgvKwTS form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uUdCgvKwTS form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uUdCgvKwTS .content-head {
  max-width: 800px;
}
.cid-uUdCgvKwTS .mbr-section-title {
  color: #ffa0a0;
}
.cid-uUdCgvKwTS .mbr-section-subtitle {
  color: #ffa0a0;
  text-align: left;
}
.cid-uUdCgvRr95 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffa0a0;
}
.cid-uUdCgvRr95 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUdCgvRr95 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUdCgvRr95 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUdCgvRr95 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uUdCgvRr95 .google-map {
  height: 100%;
  position: relative;
}
.cid-uUdCgvRr95 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uUdCgvRr95 .google-map iframe {
    min-height: 350px;
  }
}
.cid-uUdCgvRr95 .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-uUdCgvRr95 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uUdCgvRr95 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uUdCgvRr95 .card-wrapper {
  padding: 2.25rem;
  background: #2e481a;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uUdCgvRr95 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUdCgvRr95 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uUdCgvRr95 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uUdCgvRr95 .content-head {
  max-width: 800px;
}
.cid-uUdCgvRr95 .cardTitle {
  color: #9fe870;
}
.cid-uUdCgvRr95 .list,
.cid-uUdCgvRr95 .item-wrap {
  color: #9fe870;
}
.cid-uUdCgvRr95 .mbr-section-title {
  color: #163300;
}
.cid-uUdEnNKvW0 {
  z-index: 1000;
  width: 100%;
}
.cid-uUdEnNKvW0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uUdEnNKvW0 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUdEnNKvW0 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uUdEnNKvW0 .navbar-nav {
    max-width: 45%;
  }
}
.cid-uUdEnNKvW0 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uUdEnNKvW0 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uUdEnNKvW0 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uUdEnNKvW0 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUdEnNKvW0 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUdEnNKvW0 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uUdEnNKvW0 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUdEnNKvW0 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUdEnNKvW0 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uUdEnNKvW0 .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uUdEnNKvW0 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUdEnNKvW0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUdEnNKvW0 .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uUdEnNKvW0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUdEnNKvW0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUdEnNKvW0 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUdEnNKvW0 .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uUdEnNKvW0 .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uUdEnNKvW0 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUdEnNKvW0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uUdEnNKvW0 .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #2e481a !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #2e481a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uUdEnNKvW0 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUdEnNKvW0 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUdEnNKvW0 .iconfont-wrapper {
  color: #ed85be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUdEnNKvW0 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #2e481a;
  background: #2e481a !important;
}
.cid-uUdEnNKvW0 .nav-item:focus,
.cid-uUdEnNKvW0 .nav-link:focus {
  outline: none;
}
.cid-uUdEnNKvW0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUdEnNKvW0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUdEnNKvW0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUdEnNKvW0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUdEnNKvW0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUdEnNKvW0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUdEnNKvW0 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uUdEnNKvW0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uUdEnNKvW0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUdEnNKvW0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uUdEnNKvW0 .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uUdEnNKvW0 .navbar.collapsed {
  justify-content: center;
}
.cid-uUdEnNKvW0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUdEnNKvW0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUdEnNKvW0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uUdEnNKvW0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUdEnNKvW0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUdEnNKvW0 .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-uUdEnNKvW0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUdEnNKvW0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUdEnNKvW0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUdEnNKvW0 .navbar {
    min-height: 72px;
  }
  .cid-uUdEnNKvW0 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUdEnNKvW0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUdEnNKvW0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUdEnNKvW0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUdEnNKvW0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUdEnNKvW0 .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-uUdEnNKvW0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUdEnNKvW0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUdEnNKvW0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUdEnNKvW0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUdEnNKvW0 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUdEnNKvW0 .dropdown-item.active,
.cid-uUdEnNKvW0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUdEnNKvW0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUdEnNKvW0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUdEnNKvW0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUdEnNKvW0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2e481a;
}
.cid-uUdEnNKvW0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUdEnNKvW0 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUdEnNKvW0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUdEnNKvW0 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUdEnNKvW0 .navbar-buttons {
    text-align: left;
  }
}
.cid-uUdEnNKvW0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUdEnNKvW0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8cbc;
}
.cid-uUdEnNKvW0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUdEnNKvW0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUdEnNKvW0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUdEnNKvW0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUdEnNKvW0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUdEnNKvW0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUdEnNKvW0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUdEnNKvW0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUdEnNKvW0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUdEnNKvW0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUdEnNKvW0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUdEnNKvW0 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUdEnNKvW0 .navbar {
    height: 70px;
  }
  .cid-uUdEnNKvW0 .navbar.opened {
    height: auto;
  }
  .cid-uUdEnNKvW0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUdEnNKvW0 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUdEnNKvW0 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUdEnNKvW0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUdEnNKvW0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uUdEnNKvW0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUdEnNKvW0 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUdEnNKvW0 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUdEnNKvW0 .navbar-brand {
    margin-right: auto;
  }
  .cid-uUdEnNKvW0 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2e481a;
    opacity: 1;
    border-color: #2e481a !important;
    background: #2e481a !important;
    backdrop-filter: blur(8px);
  }
  .cid-uUdEnNKvW0 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUdEnNKvW0 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUdEnNKvW0 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUdEnNKvW0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUdEnNKvW0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUdEnNKvW0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uUdEnNKvW0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUdEnNKvW0 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUdEnNKvW0 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uUdEnNKvW0 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v1c52d5K54 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/abstract.png");
}
.cid-v1c52d5K54 .content-head {
  max-width: 800px;
}
.cid-v1c52d5K54 .mbr-section-title {
  color: #ffffff;
}
.cid-v1c52d5K54 .mbr-text,
.cid-v1c52d5K54 .mbr-section-btn {
  color: #ffffff;
}
.cid-uUdEnOhXVx {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #393193;
}
.cid-uUdEnOhXVx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUdEnOhXVx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUdEnOhXVx .card-wrapper {
  background: #ffa0a0;
}
@media (max-width: 767px) {
  .cid-uUdEnOhXVx .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUdEnOhXVx .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uUdEnOhXVx .card-wrapper {
    padding: 4rem;
  }
}
.cid-uUdEnOhXVx .mbr-text,
.cid-uUdEnOhXVx .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uUdEnOhXVx .card-title,
.cid-uUdEnOhXVx .card-box {
  text-align: center;
  color: #000000;
}
.cid-uUdEnOhXVx .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uUdEnOhXVx .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uUdEnOhXVx .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2e481a;
  background-color: #2e481a;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uUdEnOhXVx .mbr-text UL {
  text-align: left;
}
.cid-uUdEnOvfiF {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #163300;
}
.cid-uUdEnOvfiF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUdEnOvfiF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUdEnOvfiF .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uUdEnOvfiF .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUdEnOvfiF .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uUdEnOvfiF .content-head {
  max-width: 800px;
}
.cid-uUdEnOvfiF .mbr-section-title {
  color: #ffa0a0;
}
.cid-uUdEnOvfiF .card-text {
  color: #ffa0a0;
}
.cid-uUdEnOvfiF .card-title {
  color: #ffffff;
}
.cid-uUdEnOXNNT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #393193;
}
.cid-uUdEnOXNNT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUdEnOXNNT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUdEnOXNNT .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uUdEnOXNNT .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUdEnOXNNT .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uUdEnOXNNT .content-head {
  max-width: 800px;
}
.cid-uUdEnOXNNT .mbr-section-title {
  color: #ffa0a0;
}
.cid-uUdEnOXNNT .card-text {
  color: #ffa0a0;
}
.cid-uUdEnOXNNT .card-title {
  color: #ffffff;
}
.cid-uUdEnOXNNT .mbr-section-subtitle {
  color: #ffa0a0;
}
.cid-uUdEnPjJnp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #163300;
}
.cid-uUdEnPjJnp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUdEnPjJnp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUdEnPjJnp .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uUdEnPjJnp .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUdEnPjJnp .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uUdEnPjJnp .content-head {
  max-width: 800px;
}
.cid-uUdEnPjJnp .mbr-section-title {
  color: #ffa0a0;
}
.cid-uUdEnPjJnp .card-text {
  color: #ffa0a0;
}
.cid-uUdEnPjJnp .card-title {
  color: #edefeb;
}
.cid-uUdEnPjJnp .mbr-section-subtitle {
  color: #ffa0a0;
}
.cid-uUdEnPImCi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #393193;
}
.cid-uUdEnPImCi .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uUdEnPImCi form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uUdEnPImCi form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uUdEnPImCi form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uUdEnPImCi .content-head {
  max-width: 800px;
}
.cid-uUdEnPImCi .mbr-section-title {
  color: #ffa0a0;
}
.cid-uUdEnPImCi .mbr-section-subtitle {
  color: #ffa0a0;
  text-align: left;
}
.cid-uUdEnPZ7ym {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffa0a0;
}
.cid-uUdEnPZ7ym .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUdEnPZ7ym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUdEnPZ7ym .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUdEnPZ7ym .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uUdEnPZ7ym .google-map {
  height: 100%;
  position: relative;
}
.cid-uUdEnPZ7ym .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uUdEnPZ7ym .google-map iframe {
    min-height: 350px;
  }
}
.cid-uUdEnPZ7ym .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-uUdEnPZ7ym .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uUdEnPZ7ym .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uUdEnPZ7ym .card-wrapper {
  padding: 2.25rem;
  background: #2e481a;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uUdEnPZ7ym .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUdEnPZ7ym .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uUdEnPZ7ym ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uUdEnPZ7ym .content-head {
  max-width: 800px;
}
.cid-uUdEnPZ7ym .cardTitle {
  color: #9fe870;
}
.cid-uUdEnPZ7ym .list,
.cid-uUdEnPZ7ym .item-wrap {
  color: #9fe870;
}
.cid-uUdEnPZ7ym .mbr-section-title {
  color: #163300;
}
