.z-index1{z-index: 1;}
.z-index2{z-index: 2;position: relative;}
.z-index3{z-index: 3;}
.fw300{font-weight:300 !important;}
.cursor-auto{cursor: auto;}

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: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 18px;1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 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: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .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: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.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: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .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: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  border-width: 2px;
}
@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: #4caf50 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4caf50 !important;
  border-color: #4caf50 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #38a089 !important;
  border-color: #38a089 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #38a089 !important;
  border-color: #38a089 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #4caf50;
  color: #4caf50;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #143a32 !important;
  background-color: transparent !important;
  border-color: #143a32 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4caf50 !important;
  border-color: #4caf50 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #4caf50 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #102f28 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #4caf50;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffffff;
}
.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: #4caf50;
  border-color: #4caf50;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4caf50;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #5ec6b0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #4caf50 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #4caf50;
}
/* 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: #4caf50;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4caf50;
}
.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: #4caf50;
  border-bottom-color: #4caf50;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #4caf50 !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: #ffd7ef !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='%232b7a69' %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-ujAT587dtW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ujAT587dtW nav.navbar {
  position: fixed;
}
.cid-ujAT587dtW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujAT587dtW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ujAT587dtW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;transition: all .3s ease-in-out;
}
.cid-ujAT587dtW .dropdown-item:hover,
.cid-ujAT587dtW .dropdown-item:focus {
  background: #FF5722 !important;
  color: white !important;
  border-color: #fff;
}
.cid-ujAT587dtW .dropdown-item:hover span {
  color: white;
}
.cid-ujAT587dtW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ujAT587dtW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ujAT587dtW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.567em !important;
}
.cid-ujAT587dtW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujAT587dtW .nav-link {
  position: relative;
}
.cid-ujAT587dtW .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ujAT587dtW .container {
    flex-wrap: wrap;
  }
}
.cid-ujAT587dtW .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ujAT587dtW .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ujAT587dtW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujAT587dtW .dropdown-menu,
.cid-ujAT587dtW .navbar.opened {
  background: #ffffff !important;
}
.cid-ujAT587dtW .nav-item:focus,
.cid-ujAT587dtW .nav-link:focus {
  outline: none;
}
.cid-ujAT587dtW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujAT587dtW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujAT587dtW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujAT587dtW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujAT587dtW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujAT587dtW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujAT587dtW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ujAT587dtW .navbar.opened {
  transition: all 0.3s;
}
.cid-ujAT587dtW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujAT587dtW .navbar .navbar-logo img {
  width: auto;
}
.cid-ujAT587dtW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujAT587dtW .navbar.collapsed {
  justify-content: center;
}
.cid-ujAT587dtW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujAT587dtW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujAT587dtW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-ujAT587dtW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujAT587dtW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujAT587dtW .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-ujAT587dtW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujAT587dtW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujAT587dtW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujAT587dtW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujAT587dtW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujAT587dtW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujAT587dtW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujAT587dtW .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-ujAT587dtW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujAT587dtW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujAT587dtW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujAT587dtW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujAT587dtW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujAT587dtW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ujAT587dtW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ujAT587dtW .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujAT587dtW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujAT587dtW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujAT587dtW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujAT587dtW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujAT587dtW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujAT587dtW .dropdown-item.active,
.cid-ujAT587dtW .dropdown-item:active {
  background-color: transparent;
}
.cid-ujAT587dtW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujAT587dtW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujAT587dtW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujAT587dtW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujAT587dtW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujAT587dtW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujAT587dtW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujAT587dtW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujAT587dtW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujAT587dtW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ujAT587dtW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujAT587dtW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujAT587dtW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujAT587dtW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujAT587dtW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujAT587dtW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujAT587dtW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujAT587dtW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujAT587dtW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ujAT587dtW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujAT587dtW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujAT587dtW .navbar {
    height: 70px;
  }
  .cid-ujAT587dtW .navbar.opened {
    height: auto;
  }
  .cid-ujAT587dtW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujGZEWfZ43 {
  background-color: #ffffff;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-ujGZEWfZ43 .carousel {
/* height: 680px;*/
}
.cid-ujGZEWfZ43 .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ujGZEWfZ43 .carousel-item,
.cid-ujGZEWfZ43 .carousel-inner {
  height: 100%;
}
.cid-ujGZEWfZ43 img,
.cid-ujGZEWfZ43 .item-wrapper {
  border-radius: 0 !important;
}
.cid-ujGZEWfZ43 .carousel-caption {
  bottom: 40px;
}
.cid-ujGZEWfZ43 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ujGZEWfZ43 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ujGZEWfZ43 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-ujGZEWfZ43 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ujGZEWfZ43 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ujGZEWfZ43 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ujGZEWfZ43 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ujGZEWfZ43 .carousel-control {
  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-ujGZEWfZ43 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ujGZEWfZ43 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ujGZEWfZ43 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ujGZEWfZ43 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ujGZEWfZ43 .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-ujGZEWfZ43 .carousel-indicators li.active,
.cid-ujGZEWfZ43 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ujGZEWfZ43 .carousel-indicators li::after,
.cid-ujGZEWfZ43 .carousel-indicators li::before {
  content: none;
}
.cid-ujGZEWfZ43 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ujGZEWfZ43 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ujGZEWfZ43 .mbr-section-subtitle,
  .cid-ujGZEWfZ43 .mbr-section-text,
  .cid-ujGZEWfZ43 .mbr-section-btn {
    text-align: center;
  }
}
.cid-ujIeSXDqOY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #81c784;
}
.cid-ujIeSXDqOY .wrapper{background-color: #81c784;padding: 30px 16px;
  height: 100%;}
.cid-ujIeSXDqOY .wrapper:hover{background-color: #FF5722;}
.cid-ujIeSXDqOY .card {padding:0;}
.cid-ujIeSXDqOY .card:nth-child(4) {border:none;/*padding-right:16px;*/}
.cid-ujIeSXDqOY .card:nth-child(1) {/*padding-left: 16px;*/}
.cid-ujIeSXDqOY .row {margin-left: 0 !important;margin-right: 0 !important;}
.cid-ujIeSXDqOY .container-fluid{padding-left:0;padding-right:0;}

.cid-ujAT587dtW .nav-item:hover .nav-link:before {
    box-sizing: border-box;
    background: #ff5f00;
    bottom: -0.6vw;
    content: "";
    height: 2px;
    position: absolute;
    width: 100%;
    z-index: 9999;
}



.cid-ujIeSXDqOY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujIeSXDqOY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujIeSXDqOY .card {
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-ujIeSXDqOY .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-ujIeSXDqOY .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-ujIeSXDqOY .wrapper {
  padding: 30px 16px;
  height: 100%;
}
.cid-ujIeSXDqOY .mbr-section-title {
  color: #fafafa;
}
.cid-ujIeSXDqOY .mbr-text,
.cid-ujIeSXDqOY .mbr-section-btn {
  color: #ffffff;
}
.cid-ujMk8RgcaJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #edefeb;
}
.cid-ujMk8RgcaJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujMk8RgcaJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-ujMk8RgcaJ .container-fluid {
    padding: 0;
  }
}
.cid-ujMk8RgcaJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-ujMk8RgcaJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ujMk8RgcaJ .embla__button--next,
.cid-ujMk8RgcaJ .embla__button--prev {
  display: flex;
}
.cid-ujMk8RgcaJ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ujMk8RgcaJ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ujMk8RgcaJ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ujMk8RgcaJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ujMk8RgcaJ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ujMk8RgcaJ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ujMk8RgcaJ .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ujMk8RgcaJ .embla {
  position: relative;
  width: 100%;
}
.cid-ujMk8RgcaJ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ujMk8RgcaJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ujMk8RgcaJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ujMk8RgcaJ .embla__slide a {
  cursor: grab;
}
.cid-ujMk8RgcaJ .embla__slide a:active {
  cursor: grabbing;
}
.cid-ujMk8RgcaJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ujMk8RgcaJ .item-menu-overlay {
  border-radius: 2rem;
}
.cid-ujMk8RgcaJ .mbr-section-title {
  color: #232323;
}
.cid-ujMk8RgcaJ .mbr-section-subtitle {
  color: #232323;
}
.cid-ujMk8RgcaJ .mbr-box {
  color: #ffffff;
}
.cid-ujMk8RgcaJ .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-ujMk8RgcaJ img,
.cid-ujMk8RgcaJ .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ujMk8RgcaJ .item-wrapper {
  position: relative;
}
.cid-ujMk8RgcaJ .content-head {
  max-width: 800px;
}
.cid-ujN57xbte4 {
  padding-top: 0;/*3rem;*/
  padding-bottom: 0rem;
  background-color: #f1f8e9;
}
.cid-ujN57xbte4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujN57xbte4 .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-ujN57xbte4 .item-wrapper {
   /* margin-bottom: 1rem;*/
  }
}
.cid-ujN57xbte4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujN57xbte4 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffffff;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #58b33e;
  height: 80px;
  border-radius: 50%;
}
.cid-ujN57xbte4 .card-title,
.cid-ujN57xbte4 .iconfont-wrapper,
.cid-ujN57xbte4 .card-text {
  color: #000000;
  text-align: center;
}
.cid-ujN57xbte4 .content-head {
  max-width: 800px;
}
.cid-ujN57xbte4 .mbr-section-title {
  color: #000000;
}
.cid-ujN57xbte4 .mbr-section-btn {
  text-align: center;
}
.cid-ujMkXyFJZ7 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujMkXyFJZ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujMkXyFJZ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujMkXyFJZ7 .item {
  padding-bottom: 2rem;
}
.cid-ujMkXyFJZ7 .item-wrapper {
  position: relative;
}
.cid-ujMkXyFJZ7 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ujMkXyFJZ7 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ujMkXyFJZ7 .carousel-control,
.cid-ujMkXyFJZ7 .close {
  background: #1b1b1b;
}
.cid-ujMkXyFJZ7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ujMkXyFJZ7 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ujMkXyFJZ7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ujMkXyFJZ7 .carousel-control-next span {
  margin-left: 5px;
}
.cid-ujMkXyFJZ7 .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-ujMkXyFJZ7 .close::before {
  content: '\e91a';
}
.cid-ujMkXyFJZ7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ujMkXyFJZ7 .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-ujMkXyFJZ7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ujMkXyFJZ7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ujMkXyFJZ7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ujMkXyFJZ7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ujMkXyFJZ7 .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-ujMkXyFJZ7 .carousel-indicators li.active,
.cid-ujMkXyFJZ7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ujMkXyFJZ7 .carousel-indicators li::after,
.cid-ujMkXyFJZ7 .carousel-indicators li::before {
  content: none;
}
.cid-ujMkXyFJZ7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ujMkXyFJZ7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ujMkXyFJZ7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ujMkXyFJZ7 .carousel-indicators {
    display: none;
  }
}
.cid-ujMkXyFJZ7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ujMkXyFJZ7 .carousel-inner > .active {
  display: block;
}
.cid-ujMkXyFJZ7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ujMkXyFJZ7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ujMkXyFJZ7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ujMkXyFJZ7 .carousel-control,
  .cid-ujMkXyFJZ7 .carousel-indicators,
  .cid-ujMkXyFJZ7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ujMkXyFJZ7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ujMkXyFJZ7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ujMkXyFJZ7 .carousel-indicators .active,
.cid-ujMkXyFJZ7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ujMkXyFJZ7 .carousel-indicators .active {
  background: #fff;
}
.cid-ujMkXyFJZ7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ujMkXyFJZ7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ujMkXyFJZ7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ujMkXyFJZ7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ujMkXyFJZ7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ujMkXyFJZ7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ujMkXyFJZ7 .carousel {
  width: 100%;
}
.cid-ujMkXyFJZ7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ujMkXyFJZ7 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ujMkXyFJZ7 .modal.fade .modal-dialog,
.cid-ujMkXyFJZ7 .modal.in .modal-dialog {
  transform: none;
}
.cid-ujMkXyFJZ7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ujMkXyFJZ7 H6 {
  text-align: center;
}
.cid-ujMlCac0xB {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ujMlCac0xB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujMlCac0xB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujMlCac0xB .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ujMlCac0xB .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-ujMlCac0xB .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ujMlCac0xB .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujMlCac0xB .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ujMlCac0xB .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ujMlCac0xB .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-ujMlCac0xB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ujIeVap7XB {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ujIeVap7XB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujIeVap7XB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujIeVap7XB .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-ujIeVap7XB .img-wrapper {
  width: 41.66%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ujIeVap7XB .img1 {
  background: #ffe161;
}
.cid-ujIeVap7XB .img2 {
  background: #6592e6;
}
.cid-ujIeVap7XB .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-ujIeVap7XB .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-ujIeVap7XB .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ujIeVap7XB .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ujIeVap7XB .card-wrapper {
    flex-direction: column;
  }
  .cid-ujIeVap7XB .card-box {
    padding: 1rem;
  }
  .cid-ujIeVap7XB .card-box,
  .cid-ujIeVap7XB .img-wrapper {
    width: 100%;
  }
  .cid-ujIeVap7XB .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-ujIeVap7XB .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-ujIeVap7XB .card-subtitle {
  color: #0077ff;
}
.cid-ujIeVap7XB .mbr-text,
.cid-ujIeVap7XB .link-wrap {
  color: #555555;
}
.cid-ujMmlBvDaM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-ujMmlBvDaM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujMmlBvDaM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-ujMmlBvDaM .container-fluid {
    padding: 0;
  }
}
.cid-ujMmlBvDaM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-ujMmlBvDaM .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ujMmlBvDaM .embla__button--next,
.cid-ujMmlBvDaM .embla__button--prev {
  display: flex;
}
.cid-ujMmlBvDaM .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ujMmlBvDaM .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ujMmlBvDaM .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ujMmlBvDaM .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ujMmlBvDaM .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ujMmlBvDaM .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ujMmlBvDaM .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ujMmlBvDaM .embla {
  position: relative;
  width: 100%;
}
.cid-ujMmlBvDaM .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ujMmlBvDaM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ujMmlBvDaM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ujMmlBvDaM .embla__slide a {
  cursor: grab;
}
.cid-ujMmlBvDaM .embla__slide a:active {
  cursor: grabbing;
}
.cid-ujMmlBvDaM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ujMmlBvDaM .item-menu-overlay {
  border-radius: 2rem;
}
.cid-ujMmlBvDaM .mbr-section-title {
  color: #232323;
}
.cid-ujMmlBvDaM .mbr-section-subtitle {
  color: #232323;
}
.cid-ujMmlBvDaM .mbr-box {
  color: #ffffff;
}
.cid-ujMmlBvDaM .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-ujMmlBvDaM img,
.cid-ujMmlBvDaM .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ujMmlBvDaM .item-wrapper {
  position: relative;
}
.cid-ujMmlBvDaM .content-head {
  max-width: 800px;
}
.cid-ujMmFBpLhO {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ujMmFBpLhO h6 {
  line-height: 1.2;
}
.cid-ujMmFBpLhO img,
.cid-ujMmFBpLhO .item-img {
  width: 100%;
  height: 100%;
}
.cid-ujMmFBpLhO .item:focus,
.cid-ujMmFBpLhO span:focus {
  outline: none;
}
.cid-ujMmFBpLhO .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-ujMmFBpLhO .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-ujMmFBpLhO .mbr-section-title {
  color: #000000;
}
.cid-ujMmFBpLhO .mbr-text,
.cid-ujMmFBpLhO .mbr-section-btn {
  color: #000000;
}
.cid-ujMmFBpLhO .item-title {
  color: #000000;
  text-align: center;
}
.cid-ujMmFBpLhO .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ujMmFBpLhO .item-text {
  color: #000000;
  text-align: center;
}
.cid-ujMmFBpLhO .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-ujMmFBpLhO .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujN50IwJXU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ujN50IwJXU img,
.cid-ujN50IwJXU .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ujN50IwJXU .item:focus,
.cid-ujN50IwJXU span:focus {
  outline: none;
}
.cid-ujN50IwJXU .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujN50IwJXU .item {
    margin-bottom: 1rem;
  }
}
.cid-ujN50IwJXU .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-ujN50IwJXU .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ujN50IwJXU .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-ujN50IwJXU .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ujN50IwJXU .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujN50IwJXU .mbr-section-title {
  color: #000000;
}
.cid-ujN50IwJXU .item-title {
  text-align: left;
}
.cid-ujN50IwJXU .item-subtitle {
  text-align: left;
}
.cid-ujN50IwJXU .mbr-text,
.cid-ujN50IwJXU .item .mbr-section-btn {
  text-align: left;
}
.cid-ujN50IwJXU .content-head {
  max-width: 800px;
}
.cid-ujMELdaVPa {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ujMELdaVPa img,
.cid-ujMELdaVPa .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ujMELdaVPa .item:focus,
.cid-ujMELdaVPa span:focus {
  outline: none;
}
.cid-ujMELdaVPa .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ujMELdaVPa .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ujMELdaVPa .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujMELdaVPa .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ujMELdaVPa .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ujMELdaVPa .mbr-section-title {
  color: #232323;
}
.cid-ujMELdaVPa .mbr-text,
.cid-ujMELdaVPa .mbr-section-btn {
  text-align: left;
}
.cid-ujMELdaVPa .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-ujMELdaVPa .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-ujMmUeLMub {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-ujMmUeLMub .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujMmUeLMub .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-ujMmUeLMub .container-fluid {
    padding: 0;
  }
}
.cid-ujMmUeLMub .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 274.25px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-ujMmUeLMub .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ujMmUeLMub .embla__button--next,
.cid-ujMmUeLMub .embla__button--prev {
  display: flex;
}
.cid-ujMmUeLMub .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ujMmUeLMub .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ujMmUeLMub .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ujMmUeLMub .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ujMmUeLMub .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ujMmUeLMub .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ujMmUeLMub .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ujMmUeLMub .embla {
  position: relative;
  width: 100%;
}
.cid-ujMmUeLMub .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ujMmUeLMub .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ujMmUeLMub .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ujMmUeLMub .embla__slide a {
  cursor: grab;
}
.cid-ujMmUeLMub .embla__slide a:active {
  cursor: grabbing;
}
.cid-ujMmUeLMub .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ujMmUeLMub .item-menu-overlay {
  border-radius: 2rem;
}
.cid-ujMmUeLMub .mbr-section-title {
  color: #232323;
}
.cid-ujMmUeLMub .mbr-section-subtitle {
  color: #232323;
}
.cid-ujMmUeLMub .mbr-box {
  color: #ffffff;
}
.cid-ujMmUeLMub .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-ujMmUeLMub img,
.cid-ujMmUeLMub .item-img {
  width: 100%;
  /*height: 200px;*/
  object-fit: cover;
}
.cid-ujMmUeLMub .item-wrapper {
  position: relative;
}
.cid-ujMmUeLMub .content-head {
  max-width: 800px;
}
.cid-ujMKHFEFTl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background:#58b33e;
}
.cid-ujMKHFEFTl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujMKHFEFTl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujMKHFEFTl .mbr-text,
.cid-ujMKHFEFTl .mbr-section-btn {
  color: #232323;
}
.cid-ujMKHFEFTl .card-title,
.cid-ujMKHFEFTl .card-box {
  color: #ffffff;
}
.cid-ujMKHFEFTl .mbr-text,
.cid-ujMKHFEFTl .link-wrap {
  color: #ffffff;
}
.cid-ujMCKhDBF4 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-ujMCKhDBF4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujMCKhDBF4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujMCKhDBF4 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ujMCKhDBF4 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ujMCKhDBF4 .row {
    text-align: center;
  }
  .cid-ujMCKhDBF4 .row > div {
    margin: auto;
  }
  .cid-ujMCKhDBF4 .social-row {
    justify-content: center;
  }
  .cid-ujMCKhDBF4 img{width: 100% !important;}
  .cid-ujMCKhDBF4 img:hover{transform: translateX(0px) rotate(361.5deg) scale(2) !important;}
}
.cid-ujMCKhDBF4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ujMCKhDBF4 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ujMCKhDBF4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ujMCKhDBF4 .list {
    margin-bottom: 0rem;
  }
}
.cid-ujMCKhDBF4 .mbr-text {
  color: #bbbbbb;
}
.cid-ujMCKhDBF4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ujMCKhDBF4 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ujMCKhDBF4 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ujOTsFwtoe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ujOTsFwtoe nav.navbar {
  position: fixed;
}
.cid-ujOTsFwtoe .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujOTsFwtoe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ujOTsFwtoe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ujOTsFwtoe .dropdown-item:hover,
.cid-ujOTsFwtoe .dropdown-item:focus {
  background: #4caf50 !important;
  color: white !important;
}
.cid-ujOTsFwtoe .dropdown-item:hover span {
  color: white;
}
.cid-ujOTsFwtoe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ujOTsFwtoe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ujOTsFwtoe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ujOTsFwtoe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujOTsFwtoe .nav-link {
  position: relative;
}
.cid-ujOTsFwtoe .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ujOTsFwtoe .container {
    flex-wrap: wrap;
  }
}
.cid-ujOTsFwtoe .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ujOTsFwtoe .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ujOTsFwtoe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujOTsFwtoe .dropdown-menu,
.cid-ujOTsFwtoe .navbar.opened {
  background: #ffffff !important;
}
.cid-ujOTsFwtoe .nav-item:focus,
.cid-ujOTsFwtoe .nav-link:focus {
  outline: none;
}
.cid-ujOTsFwtoe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujOTsFwtoe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujOTsFwtoe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujOTsFwtoe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujOTsFwtoe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujOTsFwtoe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujOTsFwtoe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ujOTsFwtoe .navbar.opened {
  transition: all 0.3s;
}
.cid-ujOTsFwtoe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujOTsFwtoe .navbar .navbar-logo img {
  width: auto;
}
.cid-ujOTsFwtoe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujOTsFwtoe .navbar.collapsed {
  justify-content: center;
}
.cid-ujOTsFwtoe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujOTsFwtoe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujOTsFwtoe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-ujOTsFwtoe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujOTsFwtoe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujOTsFwtoe .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-ujOTsFwtoe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujOTsFwtoe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujOTsFwtoe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujOTsFwtoe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujOTsFwtoe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujOTsFwtoe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujOTsFwtoe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujOTsFwtoe .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-ujOTsFwtoe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujOTsFwtoe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujOTsFwtoe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujOTsFwtoe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujOTsFwtoe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujOTsFwtoe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ujOTsFwtoe .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ujOTsFwtoe .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujOTsFwtoe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujOTsFwtoe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujOTsFwtoe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujOTsFwtoe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujOTsFwtoe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujOTsFwtoe .dropdown-item.active,
.cid-ujOTsFwtoe .dropdown-item:active {
  background-color: transparent;
}
.cid-ujOTsFwtoe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujOTsFwtoe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujOTsFwtoe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujOTsFwtoe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujOTsFwtoe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujOTsFwtoe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujOTsFwtoe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujOTsFwtoe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujOTsFwtoe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujOTsFwtoe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ujOTsFwtoe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujOTsFwtoe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujOTsFwtoe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujOTsFwtoe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujOTsFwtoe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujOTsFwtoe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujOTsFwtoe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujOTsFwtoe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujOTsFwtoe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ujOTsFwtoe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujOTsFwtoe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujOTsFwtoe .navbar {
    height: 70px;
  }
  .cid-ujOTsFwtoe .navbar.opened {
    height: auto;
  }
  .cid-ujOTsFwtoe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujOYnzWOBt {
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-ujOYnzWOBt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujOYnzWOBt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujOZLgK1gn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  color: #4caf50;
}
.cid-ujOZLgK1gn .justify-content-center {
  align-items: center;
}
.cid-ujOZLgK1gn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujOZLgK1gn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujOZLgK1gn .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ujOZLgK1gn .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujOZLgK1gn .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-ujOZLgK1gn .content-head {
  max-width: 800px;
}
.cid-ujOZLgK1gn .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-ujOZLgK1gn .card-title {
  text-align: center;
}
.cid-ujP1km4jOA {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
@media (max-width: 767px) {
  .cid-ujP1km4jOA {
    padding-bottom: 5rem;
  }
}
.cid-ujP1km4jOA img,
.cid-ujP1km4jOA .item-img {
  width: 100%;
  height: 100%;
}
.cid-ujP1km4jOA .row {
  flex-direction: row-reverse;
}
.cid-ujP1km4jOA .mbr-text {
  color: #000000;
}
.cid-ujP1km4jOA .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ujP1km4jOA .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujP1km4jOA .main-button {
    margin-bottom: 2rem;
  }
}
.cid-ujP1km4jOA .mbr-text UL {
  text-align: left;
}
.cid-ujP1km4jOA .mbr-section-subtitle,
.cid-ujP1km4jOA .main-button {
  color: #000000;
}
.cid-ujP1km4jOA .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-ujP1km4jOA .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-ujP1km4jOA .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujP1km4jOA .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujP1km4jOA .item-title {
  text-align: center;
}
.cid-ujP1km4jOA .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ujP1km4jOA .main-text {
    padding-left: 0;
    padding-right: 32px;
    padding-left: 32px;
    padding-right: 0;
  }
}
.cid-ujP59XyUol {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ujP59XyUol img,
.cid-ujP59XyUol .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ujP59XyUol .item:focus,
.cid-ujP59XyUol span:focus {
  outline: none;
}
.cid-ujP59XyUol .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujP59XyUol .item {
    margin-bottom: 1rem;
  }
}
.cid-ujP59XyUol .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-ujP59XyUol .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ujP59XyUol .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-ujP59XyUol .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ujP59XyUol .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujP59XyUol .mbr-section-title {
  color: #000000;
}
.cid-ujP59XyUol .item-title {
  text-align: left;
}
.cid-ujP59XyUol .item-subtitle {
  text-align: left;
}
.cid-ujP59XyUol .mbr-text,
.cid-ujP59XyUol .item .mbr-section-btn {
  text-align: left;
}
.cid-ujP59XyUol .content-head {
  max-width: 800px;
}
.cid-ujP3H6R9qP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ujP3H6R9qP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujP3H6R9qP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujP3H6R9qP .mbr-description {
  text-align: left;
}
.cid-ujP3H6R9qP .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-ujP3H6R9qP .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ujP3H6R9qP .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ujP3H6R9qP .card-title,
.cid-ujP3H6R9qP .iconfont-wrapper {
  color: #000000;
}
.cid-ujP3H6R9qP .card-text {
  color: #000000;
}
.cid-ujP3H6R9qP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ujP3H6R9qP .mbr-number {
  color: #9fe870;
}
.cid-ujP3H6R9qP .mbr-text,
.cid-ujP3H6R9qP .mbr-section-btn {
  text-align: center;
}
.cid-ujP3H6R9qP .card-text,
.cid-ujP3H6R9qP .item .mbr-section-btn {
  text-align: left;
}
.cid-ujP4A8YTJA {
  background-color: #edefeb;
}
.cid-ujP4A8YTJA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujP4A8YTJA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-ujP4A8YTJA .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-ujP4A8YTJA .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ujP4A8YTJA .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-ujP4A8YTJA .card-wrapper {
  background: #ffffff;
}
.cid-ujP4A8YTJA .mbr-text,
.cid-ujP4A8YTJA .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ujP4A8YTJA .card-title,
.cid-ujP4A8YTJA .card-box {
  text-align: left;
  color: #000000;
}
.cid-ujP5WdZr9Q {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-ujP5WdZr9Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujP5WdZr9Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujP5WdZr9Q .mbr-text {
  color: #000000;
}
.cid-ujP5WdZr9Q .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ujP5WdZr9Q .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujP5WdZr9Q .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ujP5WdZr9Q .mbr-number {
  color: #9fe870;
  text-align: left;
}
.cid-ujP5WdZr9Q .mbr-section-title {
  color: #000000;
}
.cid-ujP5WdZr9Q .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
.cid-ujP5WdZr9Q .item-content .item-footer {
  margin-top: auto;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ujP5WdZr9Q .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ujP5WdZr9Q .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-ujP5WdZr9Q .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-ujP5WdZr9Q .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-ujP5WdZr9Q .item-head {
  background: #9fe870;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ujP5WdZr9Q .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ujP5WdZr9Q .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ujP5WdZr9Q .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-ujP5WdZr9Q .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ujP5WdZr9Q .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-ujP5WdZr9Q .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-ujP5WdZr9Q .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-ujP5WdZr9Q .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ujP5WdZr9Q .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ujP5WdZr9Q .item:focus,
.cid-ujP5WdZr9Q span:focus {
  outline: none;
}
.cid-ujP5WdZr9Q .mbr-text,
.cid-ujP5WdZr9Q .mbr-section-btn {
  text-align: left;
}
.cid-ujP5WdZr9Q .item-title {
  text-align: left;
  color: #000000;
}
.cid-ujP5WdZr9Q .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-ujP5WdZr9Q .content-head {
  max-width: 800px;
}
.cid-ujP5WdZr9Q .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ujP5WdZr9Q .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-ujP5WdZr9Q .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ujP5WdZr9Q .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-ujP5WdZr9Q .mbr-text UL {
  text-align: left;
}
.cid-ujP5WdZr9Q .item-btn {
  width: -webkit-fill-available;
}
.cid-ujP5WdZr9Q .main-button {
  margin-bottom: 2rem;
  padding: 0rem 0rem 2rem;
}
@media (max-width: 767px) {
  .cid-ujP5WdZr9Q .main-button {
    margin-bottom: 2rem;
    padding: 0rem 0rem 0.5rem;
  }
}
@media (max-width: 991px) {
  .cid-ujP5WdZr9Q .main-button {
    padding: 0rem 0rem 0.5rem;
  }
}
.cid-ujP5WdZr9Q .mbr-section-subtitle,
.cid-ujP5WdZr9Q .main-button .btn {
  text-align: left;
}
.cid-ujP5WdZr9Q .mbr-section-subtitle,
.cid-ujP5WdZr9Q .main-button {
  color: #000000;
  text-align: left;
}
.cid-ujP0pALw14 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #58b33e;
}
.cid-ujP0pALw14 .justify-content-center {
  align-items: center;
}
.cid-ujP0pALw14 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujP0pALw14 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujP0pALw14 .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-ujP0pALw14 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujP0pALw14 .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-ujP0pALw14 .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-ujP0pALw14 .row {
  align-items: center;
}
.cid-ujP0pALw14 .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
  line-height: 30px;
}
@media (max-width: 767px) {
  .cid-ujP0pALw14 .card-text {
    text-align: center;
  }
}
.cid-ujOTsPcNN5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-ujOTsPcNN5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujOTsPcNN5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujOTsPcNN5 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ujOTsPcNN5 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ujOTsPcNN5 .row {
    text-align: center;
  }
  .cid-ujOTsPcNN5 .row > div {
    margin: auto;
  }
  .cid-ujOTsPcNN5 .social-row {
    justify-content: center;
  }
}
.cid-ujOTsPcNN5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ujOTsPcNN5 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ujOTsPcNN5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ujOTsPcNN5 .list {
    margin-bottom: 0rem;
  }
}
.cid-ujOTsPcNN5 .mbr-text {
  color: #bbbbbb;
}
.cid-ujOTsPcNN5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ujOTsPcNN5 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ujOTsPcNN5 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ujP6dMDcCr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ujP6dMDcCr nav.navbar {
  position: fixed;
}
.cid-ujP6dMDcCr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujP6dMDcCr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ujP6dMDcCr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ujP6dMDcCr .dropdown-item:hover,
.cid-ujP6dMDcCr .dropdown-item:focus {
  background: #4caf50 !important;
  color: white !important;
}
.cid-ujP6dMDcCr .dropdown-item:hover span {
  color: white;
}
.cid-ujP6dMDcCr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ujP6dMDcCr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ujP6dMDcCr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ujP6dMDcCr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujP6dMDcCr .nav-link {
  position: relative;
}
.cid-ujP6dMDcCr .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ujP6dMDcCr .container {
    flex-wrap: wrap;
  }
}
.cid-ujP6dMDcCr .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ujP6dMDcCr .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ujP6dMDcCr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujP6dMDcCr .dropdown-menu,
.cid-ujP6dMDcCr .navbar.opened {
  background: #ffffff !important;
}
.cid-ujP6dMDcCr .nav-item:focus,
.cid-ujP6dMDcCr .nav-link:focus {
  outline: none;
}
.cid-ujP6dMDcCr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujP6dMDcCr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujP6dMDcCr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujP6dMDcCr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujP6dMDcCr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujP6dMDcCr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujP6dMDcCr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ujP6dMDcCr .navbar.opened {
  transition: all 0.3s;
}
.cid-ujP6dMDcCr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujP6dMDcCr .navbar .navbar-logo img {
  width: auto;
}
.cid-ujP6dMDcCr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujP6dMDcCr .navbar.collapsed {
  justify-content: center;
}
.cid-ujP6dMDcCr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujP6dMDcCr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujP6dMDcCr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-ujP6dMDcCr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujP6dMDcCr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujP6dMDcCr .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-ujP6dMDcCr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujP6dMDcCr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujP6dMDcCr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujP6dMDcCr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujP6dMDcCr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujP6dMDcCr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujP6dMDcCr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujP6dMDcCr .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-ujP6dMDcCr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujP6dMDcCr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujP6dMDcCr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujP6dMDcCr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujP6dMDcCr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujP6dMDcCr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ujP6dMDcCr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ujP6dMDcCr .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujP6dMDcCr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujP6dMDcCr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujP6dMDcCr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujP6dMDcCr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujP6dMDcCr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujP6dMDcCr .dropdown-item.active,
.cid-ujP6dMDcCr .dropdown-item:active {
  background-color: transparent;
}
.cid-ujP6dMDcCr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujP6dMDcCr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujP6dMDcCr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujP6dMDcCr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujP6dMDcCr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujP6dMDcCr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujP6dMDcCr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujP6dMDcCr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujP6dMDcCr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujP6dMDcCr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ujP6dMDcCr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujP6dMDcCr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujP6dMDcCr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujP6dMDcCr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujP6dMDcCr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujP6dMDcCr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujP6dMDcCr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujP6dMDcCr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujP6dMDcCr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ujP6dMDcCr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujP6dMDcCr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujP6dMDcCr .navbar {
    height: 70px;
  }
  .cid-ujP6dMDcCr .navbar.opened {
    height: auto;
  }
  .cid-ujP6dMDcCr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujP6dN8Z2R {
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-ujP6dN8Z2R .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujP6dN8Z2R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujP6dNtJNO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujP6dNtJNO .justify-content-center {
  align-items: center;
}
.cid-ujP6dNtJNO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujP6dNtJNO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujP6dNtJNO .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ujP6dNtJNO .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujP6dNtJNO .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-ujP6dNtJNO .content-head {
  max-width: 800px;
}
.cid-ujP6dNtJNO .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #58b33e;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #edefeb;
  height: 80px;
  border-radius: 50%;
}
.cid-ujP6dNtJNO .card-title {
  text-align: center;
}
.cid-ujP6UtpV36 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-ujP6UtpV36 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujP6UtpV36 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujP6UtpV36 .mbr-text {
  color: #000000;
}
.cid-ujP6UtpV36 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ujP6UtpV36 .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujP6UtpV36 .main-button {
    margin-bottom: 2rem;
  }
}
.cid-ujP6UtpV36 .mbr-section-subtitle,
.cid-ujP6UtpV36 .main-button {
  color: #000000;
}
.cid-ujPbgM68LW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ujPbgM68LW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujPbgM68LW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujPbgM68LW .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujPbgM68LW .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujPbgM68LW .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujPbgM68LW .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-ujPbgM68LW .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-ujPbgM68LW .row {
  flex-direction: row-reverse;
}
.cid-ujPbgM68LW .text-wrapper {
  padding: 4rem 2rem 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujPbgM68LW .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-ujPbgM68LW .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-ujPbgM68LW .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-ujPbgM68LW .image-wrapper {
  padding: 0 1rem;
}
.cid-ujPbgM68LW img,
.cid-ujPbgM68LW .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ujPbgM68LW img,
  .cid-ujPbgM68LW .image-wrapper {
    max-height: 350px;
  }
}
.cid-ujPbgM68LW .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujPbgM68LW .mbr-text {
  color: #000000;
}
.cid-ujPbgM68LW .mbr-text,
.cid-ujPbgM68LW .mbr-section-btn {
  text-align: left;
}
.cid-ujPbgM68LW .price {
  color: #232323;
  text-align: left;
}
.cid-ujPbgM68LW .content-head {
  max-width: 800px;
}
.cid-ujPbgM68LW .mbr-section-maintitle {
  text-align: center;
}
.cid-ujPbgM68LW .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-ujP6Zzc6tp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ujP6Zzc6tp .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujP6Zzc6tp .item {
    margin-bottom: 1rem;
  }
}
.cid-ujP6Zzc6tp .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ujP6Zzc6tp .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ujP6Zzc6tp .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-ujP6Zzc6tp .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-ujP6Zzc6tp .carousel-control,
.cid-ujP6Zzc6tp .close {
  background: #1b1b1b;
}
.cid-ujP6Zzc6tp .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ujP6Zzc6tp .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ujP6Zzc6tp .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ujP6Zzc6tp .carousel-control-next span {
  margin-left: 5px;
}
.cid-ujP6Zzc6tp .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-ujP6Zzc6tp .close::before {
  content: '\e91a';
}
.cid-ujP6Zzc6tp .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ujP6Zzc6tp .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-ujP6Zzc6tp .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ujP6Zzc6tp .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ujP6Zzc6tp .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ujP6Zzc6tp .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ujP6Zzc6tp .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-ujP6Zzc6tp .carousel-indicators li.active,
.cid-ujP6Zzc6tp .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ujP6Zzc6tp .carousel-indicators li::after,
.cid-ujP6Zzc6tp .carousel-indicators li::before {
  content: none;
}
.cid-ujP6Zzc6tp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ujP6Zzc6tp .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ujP6Zzc6tp .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ujP6Zzc6tp .carousel-indicators {
    display: none;
  }
}
.cid-ujP6Zzc6tp .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ujP6Zzc6tp .carousel-inner > .active {
  display: block;
}
.cid-ujP6Zzc6tp .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ujP6Zzc6tp .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ujP6Zzc6tp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ujP6Zzc6tp .carousel-control,
  .cid-ujP6Zzc6tp .carousel-indicators,
  .cid-ujP6Zzc6tp .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ujP6Zzc6tp .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ujP6Zzc6tp .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ujP6Zzc6tp .carousel-indicators .active,
.cid-ujP6Zzc6tp .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ujP6Zzc6tp .carousel-indicators .active {
  background: #fff;
}
.cid-ujP6Zzc6tp .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ujP6Zzc6tp .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ujP6Zzc6tp .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ujP6Zzc6tp .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ujP6Zzc6tp .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ujP6Zzc6tp .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ujP6Zzc6tp .carousel {
  width: 100%;
}
.cid-ujP6Zzc6tp .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ujP6Zzc6tp .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ujP6Zzc6tp .modal.fade .modal-dialog,
.cid-ujP6Zzc6tp .modal.in .modal-dialog {
  transform: none;
}
.cid-ujP6Zzc6tp .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ujP6Zzc6tp .content-head {
  max-width: 800px;
}
.cid-ujP8TY05hc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ujP8TY05hc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujP8TY05hc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujP8TY05hc .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-ujP8TY05hc .item {
    margin-bottom: 4rem;
  }
}
.cid-ujP8TY05hc .item:last-child .icon-box:before {
  display: none;
}
.cid-ujP8TY05hc .item.last .icon-box:before {
  display: none;
}
.cid-ujP8TY05hc .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-ujP8TY05hc .icon-box {
    margin-right: 1rem;
  }
}
.cid-ujP8TY05hc .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 35px;
  left: 50%;
  top: 150%;
  color: #6592e6;
  transform: translate(-50%, 0);
}
.cid-ujP8TY05hc span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujP8TY05hc .card {
    margin-bottom: 2rem;
  }
  .cid-ujP8TY05hc .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ujP8TY05hc .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-ujP8TY05hc .icon-box::before {
    top: 114%;
  }
}
.cid-ujP7vJQZzW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #fafafa;
}
.cid-ujP7vJQZzW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujP7vJQZzW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujP7vJQZzW .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-ujP7vJQZzW .team-card:hover {
  transform: translateY(-10px);
}
.cid-ujP7vJQZzW .item-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-ujP7vJQZzW .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ujP7vJQZzW .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-ujP7vJQZzW .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ujP7vJQZzW .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-ujP7vJQZzW .social-row {
  text-align: center;
}
.cid-ujP7vJQZzW .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-ujP7vJQZzW .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-ujP7vJQZzW .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-ujP7vJQZzW .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-ujP8GQtCU5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ujP8GQtCU5 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-ujP8GQtCU5 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-ujP8GQtCU5 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-ujP6dQpJsU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #58b33e;
}
.cid-ujP6dQpJsU .justify-content-center {
  align-items: center;
}
.cid-ujP6dQpJsU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujP6dQpJsU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujP6dQpJsU .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-ujP6dQpJsU .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujP6dQpJsU .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-ujP6dQpJsU .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-ujP6dQpJsU .row {
  align-items: center;
}
.cid-ujP6dQpJsU .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-ujP6dQpJsU .card-text {
    text-align: center;
  }
}
.cid-ujP6dQL5zG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-ujP6dQL5zG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujP6dQL5zG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujP6dQL5zG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ujP6dQL5zG .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ujP6dQL5zG .row {
    text-align: center;
  }
  .cid-ujP6dQL5zG .row > div {
    margin: auto;
  }
  .cid-ujP6dQL5zG .social-row {
    justify-content: center;
  }
}
.cid-ujP6dQL5zG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ujP6dQL5zG .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ujP6dQL5zG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ujP6dQL5zG .list {
    margin-bottom: 0rem;
  }
}
.cid-ujP6dQL5zG .mbr-text {
  color: #bbbbbb;
}
.cid-ujP6dQL5zG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ujP6dQL5zG .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ujP6dQL5zG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ujS4M69lv3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ujS4M69lv3 nav.navbar {
  position: fixed;
}
.cid-ujS4M69lv3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujS4M69lv3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ujS4M69lv3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ujS4M69lv3 .dropdown-item:hover,
.cid-ujS4M69lv3 .dropdown-item:focus {
  background: #4caf50 !important;
  color: white !important;
}
.cid-ujS4M69lv3 .dropdown-item:hover span {
  color: white;
}
.cid-ujS4M69lv3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ujS4M69lv3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ujS4M69lv3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ujS4M69lv3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujS4M69lv3 .nav-link {
  position: relative;
}
.cid-ujS4M69lv3 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ujS4M69lv3 .container {
    flex-wrap: wrap;
  }
}
.cid-ujS4M69lv3 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ujS4M69lv3 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ujS4M69lv3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujS4M69lv3 .dropdown-menu,
.cid-ujS4M69lv3 .navbar.opened {
  background: #ffffff !important;
}
.cid-ujS4M69lv3 .nav-item:focus,
.cid-ujS4M69lv3 .nav-link:focus {
  outline: none;
}
.cid-ujS4M69lv3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujS4M69lv3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujS4M69lv3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujS4M69lv3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujS4M69lv3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujS4M69lv3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujS4M69lv3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ujS4M69lv3 .navbar.opened {
  transition: all 0.3s;
}
.cid-ujS4M69lv3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujS4M69lv3 .navbar .navbar-logo img {
  width: auto;
}
.cid-ujS4M69lv3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujS4M69lv3 .navbar.collapsed {
  justify-content: center;
}
.cid-ujS4M69lv3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujS4M69lv3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujS4M69lv3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-ujS4M69lv3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujS4M69lv3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujS4M69lv3 .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-ujS4M69lv3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujS4M69lv3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujS4M69lv3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujS4M69lv3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujS4M69lv3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujS4M69lv3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujS4M69lv3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujS4M69lv3 .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-ujS4M69lv3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujS4M69lv3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujS4M69lv3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujS4M69lv3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujS4M69lv3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujS4M69lv3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ujS4M69lv3 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ujS4M69lv3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujS4M69lv3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujS4M69lv3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujS4M69lv3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujS4M69lv3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujS4M69lv3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujS4M69lv3 .dropdown-item.active,
.cid-ujS4M69lv3 .dropdown-item:active {
  background-color: transparent;
}
.cid-ujS4M69lv3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujS4M69lv3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujS4M69lv3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujS4M69lv3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujS4M69lv3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujS4M69lv3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujS4M69lv3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujS4M69lv3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujS4M69lv3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujS4M69lv3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ujS4M69lv3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujS4M69lv3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujS4M69lv3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujS4M69lv3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujS4M69lv3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujS4M69lv3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujS4M69lv3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujS4M69lv3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujS4M69lv3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ujS4M69lv3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujS4M69lv3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujS4M69lv3 .navbar {
    height: 70px;
  }
  .cid-ujS4M69lv3 .navbar.opened {
    height: auto;
  }
  .cid-ujS4M69lv3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujS4M6HdKN {
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-ujS4M6HdKN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujS4M6HdKN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujS4M7kF3a {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujS4M7kF3a .justify-content-center {
  align-items: center;
}
.cid-ujS4M7kF3a .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujS4M7kF3a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujS4M7kF3a .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ujS4M7kF3a .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujS4M7kF3a .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-ujS4M7kF3a .content-head {
  max-width: 800px;
}
.cid-ujS4M7kF3a .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #58b33e;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #edefeb;
  height: 80px;
  border-radius: 50%;
}
.cid-ujS4M7kF3a .card-title {
  text-align: center;
}
.cid-ujS5yXyif9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ujS5yXyif9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujS5yXyif9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujS5yXyif9 .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-ujS5yXyif9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujS5yXyif9 .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-ujS5yXyif9 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ujS5yXyif9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ujS5yXyif9 .mbr-section-title {
  color: #000000;
}
.cid-ujS5yXyif9 .mbr-text,
.cid-ujS5yXyif9 .mbr-section-btn {
  color: #000000;
}
.cid-ujS5yXyif9 img {
  width: 100%;
  height: 100%;
}
.cid-ujS5QjbC0i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-ujS5QjbC0i .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujS5QjbC0i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujS5QjbC0i .mbr-text {
  color: #000000;
}
.cid-ujS5QjbC0i .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ujS5QjbC0i .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-ujS5QjbC0i .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ujS5QjbC0i .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-ujS5QjbC0i .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujS5QjbC0i .main-button {
    margin-bottom: 2rem;
  }
}
.cid-ujS5QjbC0i .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ujS5QjbC0i .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-ujS5QjbC0i .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ujS5QjbC0i .mbr-text UL {
  text-align: left;
}
.cid-ujS5QjbC0i .mbr-section-subtitle,
.cid-ujS5QjbC0i .main-button {
  color: #000000;
}
.cid-ujS6eO0UkU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4caf50;
}
.cid-ujS6eO0UkU .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujS6eO0UkU .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ujS6eO0UkU .item-head {
  background: #9fe870;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ujS6eO0UkU .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ujS6eO0UkU .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ujS6eO0UkU .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ujS6eO0UkU .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ujS6eO0UkU .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-ujS6eO0UkU .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-ujS6eO0UkU .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ujS6eO0UkU .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-ujS6eO0UkU .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-ujS6eO0UkU .btn {
  width: -webkit-fill-available;
}
.cid-ujS6eO0UkU .item:focus,
.cid-ujS6eO0UkU span:focus {
  outline: none;
}
.cid-ujS6eO0UkU .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-ujS6eO0UkU .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ujS6eO0UkU .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ujS6eO0UkU .mbr-section-title {
  color: #ffffff;
}
.cid-ujS6eO0UkU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ujS6eO0UkU .mbr-text,
.cid-ujS6eO0UkU .mbr-section-btn {
  text-align: left;
}
.cid-ujS6eO0UkU .item-title {
  text-align: left;
  color: #000000;
}
.cid-ujS6eO0UkU .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-ujS6eO0UkU .content-head {
  max-width: 800px;
}
.cid-ujS61gPPcO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ujS61gPPcO h6 {
  line-height: 1.2;
}
.cid-ujS61gPPcO img,
.cid-ujS61gPPcO .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ujS61gPPcO .item:focus,
.cid-ujS61gPPcO span:focus {
  outline: none;
}
.cid-ujS61gPPcO .item-img a {
  cursor: pointer;
}
.cid-ujS61gPPcO .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-ujS61gPPcO .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-ujS61gPPcO .mbr-section-title {
  color: #000000;
}
.cid-ujS61gPPcO .mbr-text,
.cid-ujS61gPPcO .mbr-section-btn {
  color: #000000;
}
.cid-ujS61gPPcO .item-title {
  color: #000000;
  text-align: center;
}
.cid-ujS61gPPcO .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ujS61gPPcO .item-text {
  color: #000000;
  text-align: center;
}
.cid-ujS61gPPcO .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-ujS61gPPcO .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-ujS4MbOgaK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #58b33e;
}
.cid-ujS4MbOgaK .justify-content-center {
  align-items: center;
}
.cid-ujS4MbOgaK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujS4MbOgaK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujS4MbOgaK .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-ujS4MbOgaK .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujS4MbOgaK .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-ujS4MbOgaK .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-ujS4MbOgaK .row {
  align-items: center;
}
.cid-ujS4MbOgaK .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-ujS4MbOgaK .card-text {
    text-align: center;
  }
}
.cid-ujS4MccsIj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-ujS4MccsIj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujS4MccsIj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujS4MccsIj .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ujS4MccsIj .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ujS4MccsIj .row {
    text-align: center;
  }
  .cid-ujS4MccsIj .row > div {
    margin: auto;
  }
  .cid-ujS4MccsIj .social-row {
    justify-content: center;
  }
}
.cid-ujS4MccsIj .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ujS4MccsIj .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ujS4MccsIj .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ujS4MccsIj .list {
    margin-bottom: 0rem;
  }
}
.cid-ujS4MccsIj .mbr-text {
  color: #bbbbbb;
}
.cid-ujS4MccsIj .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ujS4MccsIj .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ujS4MccsIj div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ujS7gbZ3sz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ujS7gbZ3sz nav.navbar {
  position: fixed;
}
.cid-ujS7gbZ3sz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujS7gbZ3sz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ujS7gbZ3sz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ujS7gbZ3sz .dropdown-item:hover,
.cid-ujS7gbZ3sz .dropdown-item:focus {
  background: #4caf50 !important;
  color: white !important;
}
.cid-ujS7gbZ3sz .dropdown-item:hover span {
  color: white;
}
.cid-ujS7gbZ3sz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ujS7gbZ3sz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ujS7gbZ3sz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ujS7gbZ3sz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujS7gbZ3sz .nav-link {
  position: relative;
}
.cid-ujS7gbZ3sz .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ujS7gbZ3sz .container {
    flex-wrap: wrap;
  }
}
.cid-ujS7gbZ3sz .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ujS7gbZ3sz .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ujS7gbZ3sz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujS7gbZ3sz .dropdown-menu,
.cid-ujS7gbZ3sz .navbar.opened {
  background: #ffffff !important;
}
.cid-ujS7gbZ3sz .nav-item:focus,
.cid-ujS7gbZ3sz .nav-link:focus {
  outline: none;
}
.cid-ujS7gbZ3sz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujS7gbZ3sz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujS7gbZ3sz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujS7gbZ3sz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujS7gbZ3sz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujS7gbZ3sz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujS7gbZ3sz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ujS7gbZ3sz .navbar.opened {
  transition: all 0.3s;
}
.cid-ujS7gbZ3sz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujS7gbZ3sz .navbar .navbar-logo img {
  width: auto;
}
.cid-ujS7gbZ3sz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujS7gbZ3sz .navbar.collapsed {
  justify-content: center;
}
.cid-ujS7gbZ3sz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujS7gbZ3sz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujS7gbZ3sz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-ujS7gbZ3sz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujS7gbZ3sz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujS7gbZ3sz .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-ujS7gbZ3sz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujS7gbZ3sz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujS7gbZ3sz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujS7gbZ3sz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujS7gbZ3sz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujS7gbZ3sz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujS7gbZ3sz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujS7gbZ3sz .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-ujS7gbZ3sz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujS7gbZ3sz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujS7gbZ3sz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujS7gbZ3sz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujS7gbZ3sz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujS7gbZ3sz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ujS7gbZ3sz .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ujS7gbZ3sz .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujS7gbZ3sz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujS7gbZ3sz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujS7gbZ3sz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujS7gbZ3sz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujS7gbZ3sz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujS7gbZ3sz .dropdown-item.active,
.cid-ujS7gbZ3sz .dropdown-item:active {
  background-color: transparent;
}
.cid-ujS7gbZ3sz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujS7gbZ3sz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujS7gbZ3sz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujS7gbZ3sz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujS7gbZ3sz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujS7gbZ3sz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujS7gbZ3sz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujS7gbZ3sz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujS7gbZ3sz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujS7gbZ3sz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ujS7gbZ3sz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujS7gbZ3sz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujS7gbZ3sz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujS7gbZ3sz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujS7gbZ3sz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujS7gbZ3sz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujS7gbZ3sz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujS7gbZ3sz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujS7gbZ3sz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ujS7gbZ3sz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujS7gbZ3sz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujS7gbZ3sz .navbar {
    height: 70px;
  }
  .cid-ujS7gbZ3sz .navbar.opened {
    height: auto;
  }
  .cid-ujS7gbZ3sz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujS7gcrEdN {
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-ujS7gcrEdN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujS7gcrEdN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujS7gcMIdi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujS7gcMIdi .justify-content-center {
  align-items: center;
}
.cid-ujS7gcMIdi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujS7gcMIdi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujS7gcMIdi .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ujS7gcMIdi .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujS7gcMIdi .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-ujS7gcMIdi .content-head {
  max-width: 800px;
}
.cid-ujS7gcMIdi .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #58b33e;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #edefeb;
  height: 80px;
  border-radius: 50%;
}
.cid-ujS7gcMIdi .card-title {
  text-align: center;
}
.cid-ujS7wbvefn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-ujS7wbvefn h6 {
  line-height: 1.2;
}
.cid-ujS7wbvefn img,
.cid-ujS7wbvefn .item-img {
  width: 100%;
  height: 100%;
}
.cid-ujS7wbvefn .item:focus,
.cid-ujS7wbvefn span:focus {
  outline: none;
}
.cid-ujS7wbvefn .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-ujS7wbvefn .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-ujS7wbvefn .mbr-section-title {
  color: #000000;
}
.cid-ujS7wbvefn .mbr-text,
.cid-ujS7wbvefn .mbr-section-btn {
  color: #000000;
}
.cid-ujS7wbvefn .item-title {
  color: #000000;
  text-align: center;
}
.cid-ujS7wbvefn .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ujS7wbvefn .item-text {
  color: #000000;
  text-align: center;
}
.cid-ujS7wbvefn .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-ujS7wbvefn .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujS9asjxJL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ujS9asjxJL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujS9asjxJL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujS9asjxJL .timeline-element {
  position: relative;
}
.cid-ujS9asjxJL .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-ujS9asjxJL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ujS9asjxJL .mbr-section-title,
.cid-ujS9asjxJL .mbr-section-subtitle,
.cid-ujS9asjxJL .timeline-date {
  text-align: center;
}
.cid-ujS9asjxJL .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-ujS9asjxJL .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-ujS9asjxJL .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-ujS9asjxJL .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-ujS9asjxJL .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-ujS9asjxJL .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ujS9asjxJL .timeline-date-wrapper,
  .cid-ujS9asjxJL .timeline-text-wrapper,
  .cid-ujS9asjxJL .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-ujS9asjxJL .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-ujS9asjxJL .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ujS9asjxJL .timeline-date-wrapper,
  .cid-ujS9asjxJL .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ujS9asjxJL .timeline-date-wrapper,
  .cid-ujS9asjxJL .timeline-text-wrapper,
  .cid-ujS9asjxJL .image-wrapper {
    padding: 2rem;
  }
}
.cid-ujS9Ia0j5a {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-ujS9Ia0j5a img,
.cid-ujS9Ia0j5a .item-img {
  height: 100%;
  object-fit: cover;
}
.cid-ujS9Ia0j5a .item:focus,
.cid-ujS9Ia0j5a span:focus {
  outline: none;
}
.cid-ujS9Ia0j5a .item-wrapper {
  position: relative;
}
.cid-ujS9Ia0j5a .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ujS9Ia0j5a .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujS9Ia0j5a .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-ujS9Ia0j5a .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ujS9Ia0j5a .mbr-section-title {
  color: #232323;
}
.cid-ujS9Ia0j5a .mbr-text,
.cid-ujS9Ia0j5a .mbr-section-btn {
  text-align: center;
}
.cid-ujS9Ia0j5a .item-title {
  text-align: center;
}
.cid-ujS9Ia0j5a .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-ujS9Ia0j5a .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-ujS9Ia0j5a .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ujS9Ia0j5a .embla__button--next,
.cid-ujS9Ia0j5a .embla__button--prev {
  display: flex;
}
.cid-ujS9Ia0j5a .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ujS9Ia0j5a .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ujS9Ia0j5a .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-ujS9Ia0j5a .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ujS9Ia0j5a .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ujS9Ia0j5a .embla__button {
    top: auto;
  }
}
.cid-ujS9Ia0j5a .embla {
  position: relative;
  width: 100%;
}
.cid-ujS9Ia0j5a .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ujS9Ia0j5a .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ujS9Ia0j5a .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ujS9Ia0j5a .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ujSaOz5bWw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ujSaOz5bWw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujSaOz5bWw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujSaOz5bWw .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-ujSaOz5bWw .container {
    max-width: 1400px;
  }
}
.cid-ujSaOz5bWw .card {
  margin: auto;
}
.cid-ujSaOz5bWw .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-ujSaOz5bWw .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ujSaOz5bWw .row {
  justify-content: center;
}
.cid-ujS7geS8xa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #58b33e;
}
.cid-ujS7geS8xa .justify-content-center {
  align-items: center;
}
.cid-ujS7geS8xa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujS7geS8xa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujS7geS8xa .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-ujS7geS8xa .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujS7geS8xa .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-ujS7geS8xa .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-ujS7geS8xa .row {
  align-items: center;
}
.cid-ujS7geS8xa .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-ujS7geS8xa .card-text {
    text-align: center;
  }
}
.cid-ujS7gf8hcK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-ujS7gf8hcK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujS7gf8hcK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujS7gf8hcK .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ujS7gf8hcK .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ujS7gf8hcK .row {
    text-align: center;
  }
  .cid-ujS7gf8hcK .row > div {
    margin: auto;
  }
  .cid-ujS7gf8hcK .social-row {
    justify-content: center;
  }
}
.cid-ujS7gf8hcK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ujS7gf8hcK .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ujS7gf8hcK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ujS7gf8hcK .list {
    margin-bottom: 0rem;
  }
}
.cid-ujS7gf8hcK .mbr-text {
  color: #bbbbbb;
}
.cid-ujS7gf8hcK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ujS7gf8hcK .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ujS7gf8hcK div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ujSdvmBzGn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ujSdvmBzGn nav.navbar {
  position: fixed;
}
.cid-ujSdvmBzGn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujSdvmBzGn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ujSdvmBzGn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ujSdvmBzGn .dropdown-item:hover,
.cid-ujSdvmBzGn .dropdown-item:focus {
  background: #4caf50 !important;
  color: white !important;
}
.cid-ujSdvmBzGn .dropdown-item:hover span {
  color: white;
}
.cid-ujSdvmBzGn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ujSdvmBzGn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ujSdvmBzGn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ujSdvmBzGn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujSdvmBzGn .nav-link {
  position: relative;
}
.cid-ujSdvmBzGn .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ujSdvmBzGn .container {
    flex-wrap: wrap;
  }
}
.cid-ujSdvmBzGn .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ujSdvmBzGn .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ujSdvmBzGn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujSdvmBzGn .dropdown-menu,
.cid-ujSdvmBzGn .navbar.opened {
  background: #ffffff !important;
}
.cid-ujSdvmBzGn .nav-item:focus,
.cid-ujSdvmBzGn .nav-link:focus {
  outline: none;
}
.cid-ujSdvmBzGn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujSdvmBzGn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujSdvmBzGn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujSdvmBzGn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujSdvmBzGn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujSdvmBzGn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujSdvmBzGn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ujSdvmBzGn .navbar.opened {
  transition: all 0.3s;
}
.cid-ujSdvmBzGn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujSdvmBzGn .navbar .navbar-logo img {
  width: auto;
}
.cid-ujSdvmBzGn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujSdvmBzGn .navbar.collapsed {
  justify-content: center;
}
.cid-ujSdvmBzGn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujSdvmBzGn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujSdvmBzGn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-ujSdvmBzGn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujSdvmBzGn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujSdvmBzGn .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-ujSdvmBzGn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujSdvmBzGn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujSdvmBzGn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujSdvmBzGn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujSdvmBzGn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujSdvmBzGn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujSdvmBzGn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujSdvmBzGn .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-ujSdvmBzGn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujSdvmBzGn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujSdvmBzGn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujSdvmBzGn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujSdvmBzGn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujSdvmBzGn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ujSdvmBzGn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ujSdvmBzGn .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujSdvmBzGn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujSdvmBzGn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujSdvmBzGn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujSdvmBzGn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujSdvmBzGn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujSdvmBzGn .dropdown-item.active,
.cid-ujSdvmBzGn .dropdown-item:active {
  background-color: transparent;
}
.cid-ujSdvmBzGn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujSdvmBzGn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujSdvmBzGn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujSdvmBzGn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujSdvmBzGn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujSdvmBzGn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujSdvmBzGn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujSdvmBzGn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujSdvmBzGn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujSdvmBzGn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ujSdvmBzGn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujSdvmBzGn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujSdvmBzGn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujSdvmBzGn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujSdvmBzGn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujSdvmBzGn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujSdvmBzGn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujSdvmBzGn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujSdvmBzGn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ujSdvmBzGn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujSdvmBzGn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujSdvmBzGn .navbar {
    height: 70px;
  }
  .cid-ujSdvmBzGn .navbar.opened {
    height: auto;
  }
  .cid-ujSdvmBzGn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujSdvn2Neg {
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-ujSdvn2Neg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujSdvn2Neg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujSdvnrZko {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujSdvnrZko .justify-content-center {
  align-items: center;
}
.cid-ujSdvnrZko .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujSdvnrZko .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujSdvnrZko .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ujSdvnrZko .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujSdvnrZko .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-ujSdvnrZko .content-head {
  max-width: 800px;
}
.cid-ujSdvnrZko .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #58b33e;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #edefeb;
  height: 80px;
  border-radius: 50%;
}
.cid-ujSdvnrZko .card-title {
  text-align: center;
}
.cid-ujSmWWcpNH {
  padding-top: 0rem;
  padding-bottom: 1.2rem;
  background-color: #fff;
  border: solid #EEEEEE 10px;
  cursor: auto;
}
.cid-ujSmWWcpNH .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-ujSmWWcpNH .panel-group {
  border: none;
}
.cid-ujSmWWcpNH .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ujSmWWcpNH .card-header {
    padding: 0rem;
  }
}
.cid-ujSmWWcpNH .panel-body {
  padding: 0rem;
  padding-bottom: 0.1rem;
  margin-top: 1rem;
}
.cid-ujSmWWcpNH .img-col {
  padding: 0;
}
.cid-ujSmWWcpNH .img-item {
  height: 100%;
}
.cid-ujSmWWcpNH img {
  height: 100%;
  object-fit: cover;
}
.cid-ujSmWWcpNH .collapsed span {
  transform: rotate(0deg);
}
.cid-ujSmWWcpNH .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ujSmWWcpNH p {
  margin-bottom: 0.3rem;
}
.cid-ujSmWWcpNH .panel-title-edit {
  color: #000000;
}
.cid-ujSmWWcpNH .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-ujSmWWcpNH .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 0;/*1rem*/
}
@media (max-width: 767px) {
  .cid-ujSmWWcpNH .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
    display: none;
  }


}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ujSmWWcpNH .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
	display: flex;
  }
}
.cid-ujSmWWcpNH .panel-text {
  color: #000000;
}
.cid-ujSmWWcpNH .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ujSmWWcpNH .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  width: 100%;
}
.cid-ujSmWWcpNH .panel-title-edit,
.cid-ujSmWWcpNH .mbr-iconfont {
  color: #000000;
}
/*.cid-ujSAweVhWo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}*/
.cid-ujSAweVhWo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujSAweVhWo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujSAweVhWo .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-ujSAweVhWo .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujSAweVhWo .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ujSAweVhWo .card-wrapper {
    padding: 4rem;
  }
}
.cid-ujSAweVhWo .mbr-text,
.cid-ujSAweVhWo .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ujSAweVhWo .card-title,
.cid-ujSAweVhWo .card-box {
  text-align: center;
  color: #000000;
}
.cid-ujSAweVhWo .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ujSAweVhWo .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 0.5rem;/*2*/
}
.cid-ujSAweVhWo .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.66rem;
  border-radius: 50%;
}
.cid-ujSAweVhWo .mbr-text UL {
  text-align: left;
}
.cid-ujSCSVQBiD {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-ujSCSVQBiD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujSCSVQBiD .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-ujSCSVQBiD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujSCSVQBiD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ujSCSVQBiD .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ujSCSVQBiD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ujSCSVQBiD .mbr-section-title {
  color: #000000;
}
.cid-ujSCSVQBiD .mbr-text,
.cid-ujSCSVQBiD .mbr-section-btn {
  color: #000000;
}
.cid-ujSFHYeBnB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ujSFHYeBnB h6 {
  line-height: 1.2;
}
.cid-ujSFHYeBnB img,
.cid-ujSFHYeBnB .item-img {
  width: 100%;
}
.cid-ujSFHYeBnB .item:focus,
.cid-ujSFHYeBnB span:focus {
  outline: none;
}
.cid-ujSFHYeBnB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujSFHYeBnB .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ujSFHYeBnB .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-ujSFHYeBnB .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ujSFHYeBnB .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-ujSFHYeBnB .mbr-section-title {
  color: #000000;
}
.cid-ujSFHYeBnB .mbr-text,
.cid-ujSFHYeBnB .mbr-section-btn {
  color: #000000;
}
.cid-ujSFHYeBnB .item-title {
  color: #000000;
  text-align: center;
}
.cid-ujSFHYeBnB .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ujSFHYeBnB .item-text {
  color: #000000;
  text-align: center;
}
.cid-ujSFHYeBnB .content-head {
  max-width: 800px;
}
.cid-ujSGon823U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujSGSh4eLe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ujSGSh4eLe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujSGSh4eLe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujSGSh4eLe .card-wrapper {
  background: #9fe870;
}
@media (max-width: 767px) {
  .cid-ujSGSh4eLe .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujSGSh4eLe .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ujSGSh4eLe .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-ujSGSh4eLe .mbr-text,
.cid-ujSGSh4eLe .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-ujSGSh4eLe .card-title,
.cid-ujSGSh4eLe .card-box {
  text-align: center;
  color: #2e481a;
}
.cid-ujSHjdWGKd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-ujSHjdWGKd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujSHjdWGKd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujSHjdWGKd .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-ujSHjdWGKd .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujSHjdWGKd .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ujSHjdWGKd .card-wrapper {
    padding: 4rem;
  }
}
.cid-ujSHjdWGKd .mbr-text,
.cid-ujSHjdWGKd .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ujSHjdWGKd .card-title,
.cid-ujSHjdWGKd .card-box {
  text-align: center;
  color: #000000;
}
.cid-ujSHjdWGKd .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ujSHjdWGKd .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-ujSHjdWGKd .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ujSHjdWGKd .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-ujSHjdWGKd .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-ujSHjdWGKd .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujSHjdWGKd .mbr-text UL {
  text-align: left;
}
.cid-ujSHr8SMoP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ujSHr8SMoP .row {
  flex-direction: row-reverse;
}
.cid-ujSHr8SMoP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujSHr8SMoP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujSHr8SMoP .mbr-description {
  text-align: left;
}
.cid-ujSHr8SMoP .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-ujSHr8SMoP .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ujSHr8SMoP .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-ujSHr8SMoP .card-title,
.cid-ujSHr8SMoP .iconfont-wrapper {
  color: #000000;
}
.cid-ujSHr8SMoP .card-text {
  color: #000000;
}
.cid-ujSHr8SMoP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ujSHr8SMoP .mbr-text,
.cid-ujSHr8SMoP .mbr-section-btn {
  text-align: center;
}
.cid-ujSHr8SMoP .card-text,
.cid-ujSHr8SMoP .item .mbr-section-btn {
  text-align: left;
}
.cid-ujSHr8SMoP .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ujSHr8SMoP .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-ujSHr8SMoP .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ujSHr8SMoP .mbr-text UL {
  text-align: left;
}
.cid-ujSHJI3Ywy {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #edefeb;
}
.cid-ujSHJI3Ywy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujSHJI3Ywy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujSHJI3Ywy .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-ujSHJI3Ywy .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujSHJI3Ywy .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-ujSHJI3Ywy .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-ujSHJI3Ywy .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-ujSHJI3Ywy .row {
  flex-direction: row-reverse;
}
.cid-ujSHJI3Ywy .image-wrapper {
  padding: 0 1rem;
}
.cid-ujSHJI3Ywy img,
.cid-ujSHJI3Ywy .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ujSHJI3Ywy img,
  .cid-ujSHJI3Ywy .image-wrapper {
    max-height: 350px;
  }
}
.cid-ujSHJI3Ywy .mbr-section-title {
  color: #000000;
}
.cid-ujSHJI3Ywy .mbr-text {
  color: #000000;
}
.cid-ujSI7z4Zb6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-ujSI7z4Zb6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujSI7z4Zb6 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-ujSI7z4Zb6 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujSI7z4Zb6 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ujSI7z4Zb6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujSI7z4Zb6 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ujSI7z4Zb6 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ujSI7z4Zb6 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ujSI7z4Zb6 .card-title,
.cid-ujSI7z4Zb6 .iconfont-wrapper {
  color: #000000;
}
.cid-ujSI7z4Zb6 .card-text {
  color: #000000;
}
.cid-ujSI7z4Zb6 .content-head {
  max-width: 800px;
}
.cid-ujSI7z4Zb6 .mbr-section-title {
  color: #000000;
}
.cid-ujSIrxQAji {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ujSIrxQAji img,
.cid-ujSIrxQAji .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ujSIrxQAji .item:focus,
.cid-ujSIrxQAji span:focus {
  outline: none;
}
.cid-ujSIrxQAji .item {
  /*cursor: pointer;*/
  margin-bottom: 2rem;
}
.cid-ujSIrxQAji .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: auro;/*100%*/
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ujSIrxQAji .item-wrapper .item-content {
    padding: 2rem 0 0;
  }
  .cid-ujSIrxQAji .item-wrapper .item-content span{display: none !important;}
  .cid-ujSIrxQAji .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujSIrxQAji .item-wrapper .item-content {
    padding: 1rem 0;
  }
  .cid-ujSIrxQAji .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ujSIrxQAji .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ujSIrxQAji .mbr-section-title {
  color: #232323;
}
.cid-ujSIrxQAji .mbr-text,
.cid-ujSIrxQAji .mbr-section-btn {
  text-align: center;
}
.cid-ujSIrxQAji .item-title {
  text-align: center;
}
.cid-ujSIrxQAji .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-ujSILxTc6E {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #40b0bf;
}
.cid-ujSILxTc6E .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujSILxTc6E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujSILxTc6E .card {
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-ujSILxTc6E .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-ujSILxTc6E .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-ujSILxTc6E .wrapper {
  padding: 30px 0;
}
.cid-ujSILxTc6E .mbr-section-title {
  color: #fafafa;
}
.cid-ujSILxTc6E .mbr-text,
.cid-ujSILxTc6E .mbr-section-btn {
  color: #ffffff;
}
.cid-ujSEzBq4QX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #58b33e;
}
.cid-ujSEzBq4QX .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ujSEzBq4QX form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-ujSEzBq4QX form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-ujSdvr5jt6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-ujSdvr5jt6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujSdvr5jt6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujSdvr5jt6 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ujSdvr5jt6 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ujSdvr5jt6 .row {
    text-align: center;
  }
  .cid-ujSdvr5jt6 .row > div {
    margin: auto;
  }
  .cid-ujSdvr5jt6 .social-row {
    justify-content: center;
  }
}
.cid-ujSdvr5jt6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ujSdvr5jt6 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ujSdvr5jt6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ujSdvr5jt6 .list {
    margin-bottom: 0rem;
  }
}
.cid-ujSdvr5jt6 .mbr-text {
  color: #bbbbbb;
}
.cid-ujSdvr5jt6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ujSdvr5jt6 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ujSdvr5jt6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ujTMVUntML {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ujTMVUntML nav.navbar {
  position: fixed;
}
.cid-ujTMVUntML .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujTMVUntML .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ujTMVUntML .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ujTMVUntML .dropdown-item:hover,
.cid-ujTMVUntML .dropdown-item:focus {
  background: #4caf50 !important;
  color: white !important;
}
.cid-ujTMVUntML .dropdown-item:hover span {
  color: white;
}
.cid-ujTMVUntML .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ujTMVUntML .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ujTMVUntML .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ujTMVUntML .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujTMVUntML .nav-link {
  position: relative;
}
.cid-ujTMVUntML .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ujTMVUntML .container {
    flex-wrap: wrap;
  }
}
.cid-ujTMVUntML .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ujTMVUntML .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ujTMVUntML .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujTMVUntML .dropdown-menu,
.cid-ujTMVUntML .navbar.opened {
  background: #ffffff !important;
}
.cid-ujTMVUntML .nav-item:focus,
.cid-ujTMVUntML .nav-link:focus {
  outline: none;
}
.cid-ujTMVUntML .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujTMVUntML .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujTMVUntML .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujTMVUntML .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujTMVUntML .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujTMVUntML .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujTMVUntML .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ujTMVUntML .navbar.opened {
  transition: all 0.3s;
}
.cid-ujTMVUntML .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujTMVUntML .navbar .navbar-logo img {
  width: auto;
}
.cid-ujTMVUntML .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujTMVUntML .navbar.collapsed {
  justify-content: center;
}
.cid-ujTMVUntML .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujTMVUntML .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujTMVUntML .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-ujTMVUntML .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujTMVUntML .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujTMVUntML .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-ujTMVUntML .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujTMVUntML .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujTMVUntML .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujTMVUntML .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujTMVUntML .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujTMVUntML .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujTMVUntML .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujTMVUntML .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-ujTMVUntML .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujTMVUntML .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujTMVUntML .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujTMVUntML .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujTMVUntML .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujTMVUntML .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ujTMVUntML .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ujTMVUntML .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujTMVUntML .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujTMVUntML .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujTMVUntML .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujTMVUntML .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujTMVUntML .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujTMVUntML .dropdown-item.active,
.cid-ujTMVUntML .dropdown-item:active {
  background-color: transparent;
}
.cid-ujTMVUntML .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujTMVUntML .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujTMVUntML .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujTMVUntML .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujTMVUntML .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujTMVUntML .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujTMVUntML ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujTMVUntML .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujTMVUntML button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujTMVUntML button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ujTMVUntML button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujTMVUntML button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujTMVUntML button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujTMVUntML button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujTMVUntML nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujTMVUntML nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujTMVUntML nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujTMVUntML nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujTMVUntML .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ujTMVUntML a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujTMVUntML .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujTMVUntML .navbar {
    height: 70px;
  }
  .cid-ujTMVUntML .navbar.opened {
    height: auto;
  }
  .cid-ujTMVUntML .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujTMVV5J0O {
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-ujTMVV5J0O .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujTMVV5J0O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujTMVWbePk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujTMVWbePk .justify-content-center {
  align-items: center;
}
.cid-ujTMVWbePk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujTMVWbePk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujTMVWbePk .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ujTMVWbePk .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujTMVWbePk .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-ujTMVWbePk .content-head {
  max-width: 800px;
}
.cid-ujTMVWbePk .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #58b33e;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #edefeb;
  height: 80px;
  border-radius: 50%;
}
.cid-ujTMVWbePk .card-title {
  text-align: center;
}
.cid-ujTPy9AQeA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ujTPy9AQeA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujTPy9AQeA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujTPy9AQeA .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-ujTPy9AQeA .img-wrapper {
  width: 41.66%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ujTPy9AQeA .img1 {
  background: #ffe161;
}
.cid-ujTPy9AQeA .img2 {
  background: #6592e6;
}
.cid-ujTPy9AQeA .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-ujTPy9AQeA .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-ujTPy9AQeA .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ujTPy9AQeA .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ujTPy9AQeA .card-wrapper {
    flex-direction: column;
  }
  .cid-ujTPy9AQeA .card-box {
    padding: 1rem;
  }
  .cid-ujTPy9AQeA .card-box,
  .cid-ujTPy9AQeA .img-wrapper {
    width: 100%;
  }
  .cid-ujTPy9AQeA .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-ujTPy9AQeA .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-ujTPy9AQeA .card-subtitle {
  color: #0077ff;
}
.cid-ujTPy9AQeA .mbr-text,
.cid-ujTPy9AQeA .link-wrap {
  color: #555555;
}
.cid-ujTMVXbRUA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ujTMVXbRUA .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-ujTMVXbRUA .panel-group {
  border: none;
}
.cid-ujTMVXbRUA .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ujTMVXbRUA .card-header {
    padding: 0rem;
  }
}
.cid-ujTMVXbRUA .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-ujTMVXbRUA .img-col {
  padding: 0;
}
.cid-ujTMVXbRUA .img-item {
  height: 100%;
}
.cid-ujTMVXbRUA img {
  height: 100%;
  object-fit: cover;
}
.cid-ujTMVXbRUA .collapsed span {
  transform: rotate(0deg);
}
.cid-ujTMVXbRUA .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ujTMVXbRUA p {
  margin-bottom: 0.3rem;
}
.cid-ujTMVXbRUA .panel-title-edit {
  color: #000000;
}
.cid-ujTMVXbRUA .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-ujTMVXbRUA .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ujTMVXbRUA .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ujTMVXbRUA .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-ujTMVXbRUA .panel-text {
  color: #000000;
}
.cid-ujTMVXbRUA .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ujTMVXbRUA .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ujTMVXbRUA .panel-title-edit,
.cid-ujTMVXbRUA .mbr-iconfont {
  color: #000000;
}
.cid-ujTMVXIcIT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-ujTMVXIcIT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujTMVXIcIT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujTMVXIcIT .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-ujTMVXIcIT .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujTMVXIcIT .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ujTMVXIcIT .card-wrapper {
    padding: 4rem;
  }
}
.cid-ujTMVXIcIT .mbr-text,
.cid-ujTMVXIcIT .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ujTMVXIcIT .card-title,
.cid-ujTMVXIcIT .card-box {
  text-align: center;
  color: #000000;
}
.cid-ujTMVXIcIT .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ujTMVXIcIT .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-ujTMVXIcIT .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ujTMVXIcIT .mbr-text UL {
  text-align: left;
}
.cid-ujTMVY7nFP {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-ujTMVY7nFP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujTMVY7nFP .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-ujTMVY7nFP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujTMVY7nFP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ujTMVY7nFP .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ujTMVY7nFP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ujTMVY7nFP .mbr-section-title {
  color: #000000;
}
.cid-ujTMVY7nFP .mbr-text,
.cid-ujTMVY7nFP .mbr-section-btn {
  color: #000000;
}
.cid-ujTMVYwPCI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ujTMVYwPCI h6 {
  line-height: 1.2;
}
.cid-ujTMVYwPCI img,
.cid-ujTMVYwPCI .item-img {
  width: 100%;
}
.cid-ujTMVYwPCI .item:focus,
.cid-ujTMVYwPCI span:focus {
  outline: none;
}
.cid-ujTMVYwPCI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujTMVYwPCI .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ujTMVYwPCI .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-ujTMVYwPCI .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ujTMVYwPCI .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-ujTMVYwPCI .mbr-section-title {
  color: #000000;
}
.cid-ujTMVYwPCI .mbr-text,
.cid-ujTMVYwPCI .mbr-section-btn {
  color: #000000;
}
.cid-ujTMVYwPCI .item-title {
  color: #000000;
  text-align: center;
}
.cid-ujTMVYwPCI .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ujTMVYwPCI .item-text {
  color: #000000;
  text-align: center;
}
.cid-ujTMVYwPCI .content-head {
  max-width: 800px;
}
.cid-ujTMVZ8Bjn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujTMVZn7v6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ujTMVZn7v6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujTMVZn7v6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujTMVZn7v6 .card-wrapper {
  background: #9fe870;
}
@media (max-width: 767px) {
  .cid-ujTMVZn7v6 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujTMVZn7v6 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ujTMVZn7v6 .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-ujTMVZn7v6 .mbr-text,
.cid-ujTMVZn7v6 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-ujTMVZn7v6 .card-title,
.cid-ujTMVZn7v6 .card-box {
  text-align: center;
  color: #2e481a;
}
.cid-ujTMVZGl7V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-ujTMVZGl7V .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujTMVZGl7V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujTMVZGl7V .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-ujTMVZGl7V .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujTMVZGl7V .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ujTMVZGl7V .card-wrapper {
    padding: 4rem;
  }
}
.cid-ujTMVZGl7V .mbr-text,
.cid-ujTMVZGl7V .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ujTMVZGl7V .card-title,
.cid-ujTMVZGl7V .card-box {
  text-align: center;
  color: #000000;
}
.cid-ujTMVZGl7V .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ujTMVZGl7V .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-ujTMVZGl7V .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ujTMVZGl7V .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-ujTMVZGl7V .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-ujTMVZGl7V .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujTMVZGl7V .mbr-text UL {
  text-align: left;
}
.cid-ujTMW00TM4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ujTMW00TM4 .row {
  flex-direction: row-reverse;
}
.cid-ujTMW00TM4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujTMW00TM4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujTMW00TM4 .mbr-description {
  text-align: left;
}
.cid-ujTMW00TM4 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-ujTMW00TM4 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ujTMW00TM4 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-ujTMW00TM4 .card-title,
.cid-ujTMW00TM4 .iconfont-wrapper {
  color: #000000;
}
.cid-ujTMW00TM4 .card-text {
  color: #000000;
}
.cid-ujTMW00TM4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ujTMW00TM4 .mbr-text,
.cid-ujTMW00TM4 .mbr-section-btn {
  text-align: center;
}
.cid-ujTMW00TM4 .card-text,
.cid-ujTMW00TM4 .item .mbr-section-btn {
  text-align: left;
}
.cid-ujTMW00TM4 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ujTMW00TM4 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-ujTMW00TM4 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ujTMW00TM4 .mbr-text UL {
  text-align: left;
}
.cid-ujTMW0ojNV {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #edefeb;
}
.cid-ujTMW0ojNV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujTMW0ojNV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujTMW0ojNV .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-ujTMW0ojNV .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujTMW0ojNV .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-ujTMW0ojNV .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-ujTMW0ojNV .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-ujTMW0ojNV .row {
  flex-direction: row-reverse;
}
.cid-ujTMW0ojNV .image-wrapper {
  padding: 0 1rem;
}
.cid-ujTMW0ojNV img,
.cid-ujTMW0ojNV .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ujTMW0ojNV img,
  .cid-ujTMW0ojNV .image-wrapper {
    max-height: 350px;
  }
}
.cid-ujTMW0ojNV .mbr-section-title {
  color: #000000;
}
.cid-ujTMW0ojNV .mbr-text {
  color: #000000;
}
.cid-ujTMW0MAsX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-ujTMW0MAsX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujTMW0MAsX .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-ujTMW0MAsX .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujTMW0MAsX .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ujTMW0MAsX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujTMW0MAsX .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ujTMW0MAsX .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ujTMW0MAsX .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ujTMW0MAsX .card-title,
.cid-ujTMW0MAsX .iconfont-wrapper {
  color: #000000;
}
.cid-ujTMW0MAsX .card-text {
  color: #000000;
}
.cid-ujTMW0MAsX .content-head {
  max-width: 800px;
}
.cid-ujTMW0MAsX .mbr-section-title {
  color: #000000;
}
.cid-ujTMW1qA0E {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ujTMW1qA0E img,
.cid-ujTMW1qA0E .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ujTMW1qA0E .item:focus,
.cid-ujTMW1qA0E span:focus {
  outline: none;
}
.cid-ujTMW1qA0E .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ujTMW1qA0E .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ujTMW1qA0E .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ujTMW1qA0E .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujTMW1qA0E .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ujTMW1qA0E .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ujTMW1qA0E .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ujTMW1qA0E .mbr-section-title {
  color: #232323;
}
.cid-ujTMW1qA0E .mbr-text,
.cid-ujTMW1qA0E .mbr-section-btn {
  text-align: center;
}
.cid-ujTMW1qA0E .item-title {
  text-align: center;
}
.cid-ujTMW1qA0E .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-ujTMW1WGUH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #40b0bf;
}
.cid-ujTMW1WGUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujTMW1WGUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujTMW1WGUH .card {
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-ujTMW1WGUH .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-ujTMW1WGUH .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-ujTMW1WGUH .wrapper {
  padding: 30px 0;
}
.cid-ujTMW1WGUH .mbr-section-title {
  color: #fafafa;
}
.cid-ujTMW1WGUH .mbr-text,
.cid-ujTMW1WGUH .mbr-section-btn {
  color: #ffffff;
}
.cid-ujTQh4PLv9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ujTQh4PLv9 h6 {
  line-height: 1.2;
}
.cid-ujTQh4PLv9 img,
.cid-ujTQh4PLv9 .item-img {
  width: 100%;
  height: 100%;
}
.cid-ujTQh4PLv9 .item:focus,
.cid-ujTQh4PLv9 span:focus {
  outline: none;
}
.cid-ujTQh4PLv9 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-ujTQh4PLv9 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-ujTQh4PLv9 .mbr-section-title {
  color: #000000;
}
.cid-ujTQh4PLv9 .mbr-text,
.cid-ujTQh4PLv9 .mbr-section-btn {
  color: #000000;
}
.cid-ujTQh4PLv9 .item-title {
  color: #000000;
  text-align: center;
}
.cid-ujTQh4PLv9 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ujTQh4PLv9 .item-text {
  color: #000000;
  text-align: center;
}
.cid-ujTQh4PLv9 .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-ujTQh4PLv9 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujTW6evIP0 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ujTW6evIP0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujTW6evIP0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujTW6evIP0 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #4caf50;
  margin-left: 1rem;
}
.cid-ujTW6evIP0 .panel-group {
  border: none;
}
.cid-ujTW6evIP0 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ujTW6evIP0 .panel-body,
.cid-ujTW6evIP0 .card-header {
  padding: 1rem 0;
}
.cid-ujTW6evIP0 .panel-title-edit {
  color: #000000;
}
.cid-ujTW6evIP0 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ujTMW2hWQT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #58b33e;
}
.cid-ujTMW2hWQT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ujTMW2hWQT form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-ujTMW2hWQT form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-ujTMW2IE1H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-ujTMW2IE1H .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujTMW2IE1H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujTMW2IE1H .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ujTMW2IE1H .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ujTMW2IE1H .row {
    text-align: center;
  }
  .cid-ujTMW2IE1H .row > div {
    margin: auto;
  }
  .cid-ujTMW2IE1H .social-row {
    justify-content: center;
  }
}
.cid-ujTMW2IE1H .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ujTMW2IE1H .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ujTMW2IE1H .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ujTMW2IE1H .list {
    margin-bottom: 0rem;
  }
}
.cid-ujTMW2IE1H .mbr-text {
  color: #bbbbbb;
}
.cid-ujTMW2IE1H .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ujTMW2IE1H .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ujTMW2IE1H div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ujTZm6WnnT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ujTZm6WnnT nav.navbar {
  position: fixed;
}
.cid-ujTZm6WnnT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujTZm6WnnT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ujTZm6WnnT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ujTZm6WnnT .dropdown-item:hover,
.cid-ujTZm6WnnT .dropdown-item:focus {
  background: #4caf50 !important;
  color: white !important;
}
.cid-ujTZm6WnnT .dropdown-item:hover span {
  color: white;
}
.cid-ujTZm6WnnT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ujTZm6WnnT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ujTZm6WnnT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ujTZm6WnnT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujTZm6WnnT .nav-link {
  position: relative;
}
.cid-ujTZm6WnnT .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ujTZm6WnnT .container {
    flex-wrap: wrap;
  }
}
.cid-ujTZm6WnnT .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ujTZm6WnnT .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ujTZm6WnnT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujTZm6WnnT .dropdown-menu,
.cid-ujTZm6WnnT .navbar.opened {
  background: #ffffff !important;
}
.cid-ujTZm6WnnT .nav-item:focus,
.cid-ujTZm6WnnT .nav-link:focus {
  outline: none;
}
.cid-ujTZm6WnnT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujTZm6WnnT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujTZm6WnnT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujTZm6WnnT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujTZm6WnnT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujTZm6WnnT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujTZm6WnnT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ujTZm6WnnT .navbar.opened {
  transition: all 0.3s;
}
.cid-ujTZm6WnnT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujTZm6WnnT .navbar .navbar-logo img {
  width: auto;
}
.cid-ujTZm6WnnT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujTZm6WnnT .navbar.collapsed {
  justify-content: center;
}
.cid-ujTZm6WnnT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujTZm6WnnT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujTZm6WnnT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-ujTZm6WnnT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujTZm6WnnT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujTZm6WnnT .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-ujTZm6WnnT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujTZm6WnnT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujTZm6WnnT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujTZm6WnnT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujTZm6WnnT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujTZm6WnnT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujTZm6WnnT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujTZm6WnnT .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-ujTZm6WnnT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujTZm6WnnT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujTZm6WnnT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujTZm6WnnT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujTZm6WnnT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujTZm6WnnT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ujTZm6WnnT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ujTZm6WnnT .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujTZm6WnnT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujTZm6WnnT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujTZm6WnnT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujTZm6WnnT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujTZm6WnnT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujTZm6WnnT .dropdown-item.active,
.cid-ujTZm6WnnT .dropdown-item:active {
  background-color: transparent;
}
.cid-ujTZm6WnnT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujTZm6WnnT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujTZm6WnnT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujTZm6WnnT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujTZm6WnnT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujTZm6WnnT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujTZm6WnnT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujTZm6WnnT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujTZm6WnnT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujTZm6WnnT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ujTZm6WnnT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujTZm6WnnT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujTZm6WnnT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujTZm6WnnT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujTZm6WnnT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujTZm6WnnT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujTZm6WnnT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujTZm6WnnT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujTZm6WnnT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ujTZm6WnnT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujTZm6WnnT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujTZm6WnnT .navbar {
    height: 70px;
  }
  .cid-ujTZm6WnnT .navbar.opened {
    height: auto;
  }
  .cid-ujTZm6WnnT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujTZm7VP67 {
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-ujTZm7VP67 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujTZm7VP67 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujU1haPewM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ujU1haPewM .carousel {
    max-height: 400px;
  }
  .cid-ujU1haPewM .carousel img {
    height: 400px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ujU1haPewM .carousel {
    min-height: 260px;
  }
  .cid-ujU1haPewM .carousel img {
    height: 260px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-ujU1haPewM .carousel {
    min-height: 220px;
  }
  .cid-ujU1haPewM .carousel img {
    height: 220px;
    object-fit: cover;
  }
  .cid-ujU1haPewM .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ujU1haPewM .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ujU1haPewM .carousel,
.cid-ujU1haPewM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ujU1haPewM .item-wrapper {
  width: 100%;
}
.cid-ujU1haPewM .item-menu-overlay {
  border-radius: 2rem;
}
.cid-ujU1haPewM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-ujU1haPewM .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ujU1haPewM .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ujU1haPewM .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ujU1haPewM .carousel-control {
  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-ujU1haPewM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ujU1haPewM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ujU1haPewM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ujU1haPewM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ujU1haPewM .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-ujU1haPewM .carousel-indicators li.active,
.cid-ujU1haPewM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ujU1haPewM .carousel-indicators li::after,
.cid-ujU1haPewM .carousel-indicators li::before {
  content: none;
}
.cid-ujU1haPewM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ujU1haPewM .carousel-indicators {
    display: none !important;
  }
}
.cid-ujU5ttcSvY {
  /*padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #edefeb;*/
}
.cid-ujU5ttcSvY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujU5ttcSvY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujU5ttcSvY .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-ujU5ttcSvY .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujU5ttcSvY .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-ujU5ttcSvY .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-ujU5ttcSvY .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-ujU5ttcSvY .image-wrapper {
  padding: 0 1rem;
}
.cid-ujU5ttcSvY img,
.cid-ujU5ttcSvY .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ujU5ttcSvY img,
  .cid-ujU5ttcSvY .image-wrapper {
    max-height: 350px;
  }
}
.cid-ujU5ttcSvY .mbr-section-title {
  color: #000000;
}
.cid-ujU5ttcSvY .mbr-text {
  color: #000000;
}
.cid-ujU5ttcSvY .mbr-text,
.cid-ujU5ttcSvY .mbr-section-btn {
  text-align: left;
}
.cid-ujU5D5RD1I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-ujU5D5RD1I .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujU5D5RD1I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujU5D5RD1I .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-ujU5D5RD1I .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujU5D5RD1I .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ujU5D5RD1I .card-wrapper {
    padding: 4rem;
  }
}
.cid-ujU5D5RD1I .mbr-text,
.cid-ujU5D5RD1I .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ujU5D5RD1I .card-title,
.cid-ujU5D5RD1I .card-box {
  text-align: left;
  color: #000000;
}
.cid-ujU62xCm33 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #58b33e;
}
@media (min-width: 991px) {
  .cid-ujU62xCm33 .container-fluid {
    padding-left: 0;
  }
}
.cid-ujU62xCm33 .mbr-text,
.cid-ujU62xCm33 .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-ujU62xCm33 .mbr-text,
  .cid-ujU62xCm33 .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ujU62xCm33 .mbr-text,
  .cid-ujU62xCm33 .mbr-section-title {
    text-align: center;
  }
}
.cid-ujU62xCm33 a.btn {
  height: 100%;
  margin: 0;
}
.cid-ujU62xCm33 .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-ujU62xCm33 .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ujU62xCm33 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ujU62xCm33 .justify-content-center {
  align-items: center;
}
.cid-ujTZmgs7HM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-ujTZmgs7HM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujTZmgs7HM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujTZmgs7HM .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ujTZmgs7HM .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ujTZmgs7HM .row {
    text-align: center;
  }
  .cid-ujTZmgs7HM .row > div {
    margin: auto;
  }
  .cid-ujTZmgs7HM .social-row {
    justify-content: center;
  }
}
.cid-ujTZmgs7HM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ujTZmgs7HM .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ujTZmgs7HM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ujTZmgs7HM .list {
    margin-bottom: 0rem;
  }
}
.cid-ujTZmgs7HM .mbr-text {
  color: #bbbbbb;
}
.cid-ujTZmgs7HM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ujTZmgs7HM .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ujTZmgs7HM div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ujUe6QGWQ0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ujUe6QGWQ0 nav.navbar {
  position: fixed;
}
.cid-ujUe6QGWQ0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujUe6QGWQ0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ujUe6QGWQ0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ujUe6QGWQ0 .dropdown-item:hover,
.cid-ujUe6QGWQ0 .dropdown-item:focus {
  background: #4caf50 !important;
  color: white !important;
}
.cid-ujUe6QGWQ0 .dropdown-item:hover span {
  color: white;
}
.cid-ujUe6QGWQ0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ujUe6QGWQ0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ujUe6QGWQ0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ujUe6QGWQ0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujUe6QGWQ0 .nav-link {
  position: relative;
}
.cid-ujUe6QGWQ0 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ujUe6QGWQ0 .container {
    flex-wrap: wrap;
  }
}
.cid-ujUe6QGWQ0 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ujUe6QGWQ0 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ujUe6QGWQ0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujUe6QGWQ0 .dropdown-menu,
.cid-ujUe6QGWQ0 .navbar.opened {
  background: #ffffff !important;
}
.cid-ujUe6QGWQ0 .nav-item:focus,
.cid-ujUe6QGWQ0 .nav-link:focus {
  outline: none;
}
.cid-ujUe6QGWQ0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujUe6QGWQ0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujUe6QGWQ0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujUe6QGWQ0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujUe6QGWQ0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujUe6QGWQ0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujUe6QGWQ0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ujUe6QGWQ0 .navbar.opened {
  transition: all 0.3s;
}
.cid-ujUe6QGWQ0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujUe6QGWQ0 .navbar .navbar-logo img {
  width: auto;
}
.cid-ujUe6QGWQ0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujUe6QGWQ0 .navbar.collapsed {
  justify-content: center;
}
.cid-ujUe6QGWQ0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujUe6QGWQ0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujUe6QGWQ0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-ujUe6QGWQ0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujUe6QGWQ0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujUe6QGWQ0 .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-ujUe6QGWQ0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujUe6QGWQ0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujUe6QGWQ0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujUe6QGWQ0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujUe6QGWQ0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujUe6QGWQ0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujUe6QGWQ0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujUe6QGWQ0 .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-ujUe6QGWQ0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujUe6QGWQ0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujUe6QGWQ0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujUe6QGWQ0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujUe6QGWQ0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujUe6QGWQ0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ujUe6QGWQ0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ujUe6QGWQ0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujUe6QGWQ0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujUe6QGWQ0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujUe6QGWQ0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujUe6QGWQ0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujUe6QGWQ0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujUe6QGWQ0 .dropdown-item.active,
.cid-ujUe6QGWQ0 .dropdown-item:active {
  background-color: transparent;
}
.cid-ujUe6QGWQ0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujUe6QGWQ0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujUe6QGWQ0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujUe6QGWQ0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujUe6QGWQ0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujUe6QGWQ0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujUe6QGWQ0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujUe6QGWQ0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujUe6QGWQ0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujUe6QGWQ0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ujUe6QGWQ0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujUe6QGWQ0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujUe6QGWQ0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujUe6QGWQ0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujUe6QGWQ0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujUe6QGWQ0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujUe6QGWQ0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujUe6QGWQ0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujUe6QGWQ0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ujUe6QGWQ0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujUe6QGWQ0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujUe6QGWQ0 .navbar {
    height: 70px;
  }
  .cid-ujUe6QGWQ0 .navbar.opened {
    height: auto;
  }
  .cid-ujUe6QGWQ0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujUe6Rh0sq {
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-ujUe6Rh0sq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujUe6Rh0sq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujUe6RBRw2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujUe6RBRw2 .justify-content-center {
  align-items: center;
}
.cid-ujUe6RBRw2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujUe6RBRw2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujUe6RBRw2 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ujUe6RBRw2 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujUe6RBRw2 .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-ujUe6RBRw2 .content-head {
  max-width: 800px;
}
.cid-ujUe6RBRw2 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #58b33e;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #edefeb;
  height: 80px;
  border-radius: 50%;
}
.cid-ujUe6RBRw2 .card-title {
  text-align: center;
}
.cid-ujUeqifbFi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ujUeqifbFi .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-ujUeqifbFi .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ujUeqifbFi .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ujUeqifbFi .mbr-card-title {
  color: #000000;
}
.cid-ujUeqifbFi .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-ujUeqifbFi .mbr-text,
.cid-ujUeqifbFi .mbr-section-btn {
  text-align: left;
}
.cid-ujUeqifbFi .row {
  align-items: center;
}
.cid-ujUeMfjUx6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ujUeMfjUx6 img,
.cid-ujUeMfjUx6 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ujUeMfjUx6 .item:focus,
.cid-ujUeMfjUx6 span:focus {
  outline: none;
}
.cid-ujUeMfjUx6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ujUeMfjUx6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ujUeMfjUx6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujUeMfjUx6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ujUeMfjUx6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ujUeMfjUx6 .mbr-section-title {
  color: #232323;
}
.cid-ujUeMfjUx6 .mbr-text,
.cid-ujUeMfjUx6 .mbr-section-btn {
  text-align: left;
}
.cid-ujUeMfjUx6 .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-ujUeMfjUx6 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-ujUfqAfItT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ujUfqAfItT img,
.cid-ujUfqAfItT .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ujUfqAfItT .item:focus,
.cid-ujUfqAfItT span:focus {
  outline: none;
}
.cid-ujUfqAfItT .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujUfqAfItT .item {
    margin-bottom: 1rem;
  }
}
.cid-ujUfqAfItT .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-ujUfqAfItT .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ujUfqAfItT .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-ujUfqAfItT .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ujUfqAfItT .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujUfqAfItT .mbr-section-title {
  color: #000000;
}
.cid-ujUfqAfItT .item-title {
  text-align: left;
}
.cid-ujUfqAfItT .item-subtitle {
  text-align: left;
}
.cid-ujUfqAfItT .mbr-text,
.cid-ujUfqAfItT .item .mbr-section-btn {
  text-align: left;
}
.cid-ujUfqAfItT .content-head {
  max-width: 800px;
}
.cid-ujUfPSWTl8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ujUfPSWTl8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujUfPSWTl8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujUfPSWTl8 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-ujUfPSWTl8 .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujUfPSWTl8 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ujUfPSWTl8 .card-wrapper {
    padding: 4rem;
  }
}
.cid-ujUfPSWTl8 .mbr-text,
.cid-ujUfPSWTl8 .mbr-section-btn {
  text-align: left;
}
.cid-ujUfPSWTl8 .img-wrapper img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujUfPSWTl8 .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .cid-ujUfPSWTl8 .img-wrapper img {
    width: 80px;
    height: 80px;
  }
}
.cid-ujUfPSWTl8 .img-wrapper {
  display: flex;
}
.cid-ujUfPSWTl8 .card-text {
  text-align: center;
}
.cid-ujUfPSWTl8 .card-title {
  text-align: center;
}
.cid-ujUg1HY3By {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ujUg1HY3By .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ujUg1HY3By form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-ujUg1HY3By form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-ujUg1HY3By form.mbr-form {
    padding: 1rem;
  }
}
.cid-ujUg1HY3By form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ujUg1HY3By form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-ujUe6RZK4F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ujUe6RZK4F .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-ujUe6RZK4F .panel-group {
  border: none;
}
.cid-ujUe6RZK4F .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ujUe6RZK4F .card-header {
    padding: 0rem;
  }
}
.cid-ujUe6RZK4F .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-ujUe6RZK4F .img-col {
  padding: 0;
}
.cid-ujUe6RZK4F .img-item {
  height: 100%;
}
.cid-ujUe6RZK4F img {
  height: 100%;
  object-fit: cover;
}
.cid-ujUe6RZK4F .collapsed span {
  transform: rotate(0deg);
}
.cid-ujUe6RZK4F .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ujUe6RZK4F p {
  margin-bottom: 0.3rem;
}
.cid-ujUe6RZK4F .panel-title-edit {
  color: #000000;
}
.cid-ujUe6RZK4F .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-ujUe6RZK4F .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ujUe6RZK4F .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ujUe6RZK4F .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-ujUe6RZK4F .panel-text {
  color: #000000;
}
.cid-ujUe6RZK4F .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ujUe6RZK4F .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ujUe6RZK4F .panel-title-edit,
.cid-ujUe6RZK4F .mbr-iconfont {
  color: #000000;
}
.cid-ujUe6SnEUg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-ujUe6SnEUg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujUe6SnEUg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujUe6SnEUg .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-ujUe6SnEUg .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujUe6SnEUg .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ujUe6SnEUg .card-wrapper {
    padding: 4rem;
  }
}
.cid-ujUe6SnEUg .mbr-text,
.cid-ujUe6SnEUg .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ujUe6SnEUg .card-title,
.cid-ujUe6SnEUg .card-box {
  text-align: center;
  color: #000000;
}
.cid-ujUe6SnEUg .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ujUe6SnEUg .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-ujUe6SnEUg .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ujUe6SnEUg .mbr-text UL {
  text-align: left;
}
.cid-ujUe6SGkEf {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-ujUe6SGkEf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujUe6SGkEf .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-ujUe6SGkEf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujUe6SGkEf .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ujUe6SGkEf .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ujUe6SGkEf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ujUe6SGkEf .mbr-section-title {
  color: #000000;
}
.cid-ujUe6SGkEf .mbr-text,
.cid-ujUe6SGkEf .mbr-section-btn {
  color: #000000;
}
.cid-ujUe6T5vLh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ujUe6T5vLh h6 {
  line-height: 1.2;
}
.cid-ujUe6T5vLh img,
.cid-ujUe6T5vLh .item-img {
  width: 100%;
}
.cid-ujUe6T5vLh .item:focus,
.cid-ujUe6T5vLh span:focus {
  outline: none;
}
.cid-ujUe6T5vLh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujUe6T5vLh .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ujUe6T5vLh .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-ujUe6T5vLh .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ujUe6T5vLh .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-ujUe6T5vLh .mbr-section-title {
  color: #000000;
}
.cid-ujUe6T5vLh .mbr-text,
.cid-ujUe6T5vLh .mbr-section-btn {
  color: #000000;
}
.cid-ujUe6T5vLh .item-title {
  color: #000000;
  text-align: center;
}
.cid-ujUe6T5vLh .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ujUe6T5vLh .item-text {
  color: #000000;
  text-align: center;
}
.cid-ujUe6T5vLh .content-head {
  max-width: 800px;
}
.cid-ujUe6THymG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujUe6TXqQu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ujUe6TXqQu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujUe6TXqQu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujUe6TXqQu .card-wrapper {
  background: #9fe870;
}
@media (max-width: 767px) {
  .cid-ujUe6TXqQu .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujUe6TXqQu .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ujUe6TXqQu .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-ujUe6TXqQu .mbr-text,
.cid-ujUe6TXqQu .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-ujUe6TXqQu .card-title,
.cid-ujUe6TXqQu .card-box {
  text-align: center;
  color: #2e481a;
}
.cid-ujUe6UpkNp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-ujUe6UpkNp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujUe6UpkNp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujUe6UpkNp .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-ujUe6UpkNp .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujUe6UpkNp .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ujUe6UpkNp .card-wrapper {
    padding: 4rem;
  }
}
.cid-ujUe6UpkNp .mbr-text,
.cid-ujUe6UpkNp .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ujUe6UpkNp .card-title,
.cid-ujUe6UpkNp .card-box {
  text-align: center;
  color: #000000;
}
.cid-ujUe6UpkNp .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ujUe6UpkNp .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-ujUe6UpkNp .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ujUe6UpkNp .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-ujUe6UpkNp .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-ujUe6UpkNp .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujUe6UpkNp .mbr-text UL {
  text-align: left;
}
.cid-ujUe6UIiyj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ujUe6UIiyj .row {
  flex-direction: row-reverse;
}
.cid-ujUe6UIiyj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujUe6UIiyj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujUe6UIiyj .mbr-description {
  text-align: left;
}
.cid-ujUe6UIiyj .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-ujUe6UIiyj .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ujUe6UIiyj .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-ujUe6UIiyj .card-title,
.cid-ujUe6UIiyj .iconfont-wrapper {
  color: #000000;
}
.cid-ujUe6UIiyj .card-text {
  color: #000000;
}
.cid-ujUe6UIiyj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ujUe6UIiyj .mbr-text,
.cid-ujUe6UIiyj .mbr-section-btn {
  text-align: center;
}
.cid-ujUe6UIiyj .card-text,
.cid-ujUe6UIiyj .item .mbr-section-btn {
  text-align: left;
}
.cid-ujUe6UIiyj .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ujUe6UIiyj .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-ujUe6UIiyj .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ujUe6UIiyj .mbr-text UL {
  text-align: left;
}
.cid-ujUe6V4UUx {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #edefeb;
}
.cid-ujUe6V4UUx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujUe6V4UUx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujUe6V4UUx .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-ujUe6V4UUx .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujUe6V4UUx .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-ujUe6V4UUx .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-ujUe6V4UUx .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-ujUe6V4UUx .row {
  flex-direction: row-reverse;
}
.cid-ujUe6V4UUx .image-wrapper {
  padding: 0 1rem;
}
.cid-ujUe6V4UUx img,
.cid-ujUe6V4UUx .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ujUe6V4UUx img,
  .cid-ujUe6V4UUx .image-wrapper {
    max-height: 350px;
  }
}
.cid-ujUe6V4UUx .mbr-section-title {
  color: #000000;
}
.cid-ujUe6V4UUx .mbr-text {
  color: #000000;
}
.cid-ujUe6VpOpu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-ujUe6VpOpu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujUe6VpOpu .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-ujUe6VpOpu .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujUe6VpOpu .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ujUe6VpOpu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujUe6VpOpu .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ujUe6VpOpu .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ujUe6VpOpu .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ujUe6VpOpu .card-title,
.cid-ujUe6VpOpu .iconfont-wrapper {
  color: #000000;
}
.cid-ujUe6VpOpu .card-text {
  color: #000000;
}
.cid-ujUe6VpOpu .content-head {
  max-width: 800px;
}
.cid-ujUe6VpOpu .mbr-section-title {
  color: #000000;
}
.cid-ujUe6W06TT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ujUe6W06TT img,
.cid-ujUe6W06TT .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ujUe6W06TT .item:focus,
.cid-ujUe6W06TT span:focus {
  outline: none;
}
.cid-ujUe6W06TT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ujUe6W06TT .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ujUe6W06TT .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ujUe6W06TT .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujUe6W06TT .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ujUe6W06TT .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ujUe6W06TT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ujUe6W06TT .mbr-section-title {
  color: #232323;
}
.cid-ujUe6W06TT .mbr-text,
.cid-ujUe6W06TT .mbr-section-btn {
  text-align: center;
}
.cid-ujUe6W06TT .item-title {
  text-align: center;
}
.cid-ujUe6W06TT .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-ujUe6WuPiL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #40b0bf;
}
.cid-ujUe6WuPiL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujUe6WuPiL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujUe6WuPiL .card {
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-ujUe6WuPiL .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-ujUe6WuPiL .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-ujUe6WuPiL .wrapper {
  padding: 30px 0;
}
.cid-ujUe6WuPiL .mbr-section-title {
  color: #fafafa;
}
.cid-ujUe6WuPiL .mbr-text,
.cid-ujUe6WuPiL .mbr-section-btn {
  color: #ffffff;
}
.cid-ujUe6Xivjx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #58b33e;
}
.cid-ujUe6Xivjx .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ujUe6Xivjx form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-ujUe6Xivjx form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-ujUe6XNroq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-ujUe6XNroq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujUe6XNroq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujUe6XNroq .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ujUe6XNroq .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ujUe6XNroq .row {
    text-align: center;
  }
  .cid-ujUe6XNroq .row > div {
    margin: auto;
  }
  .cid-ujUe6XNroq .social-row {
    justify-content: center;
  }
}
.cid-ujUe6XNroq .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ujUe6XNroq .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ujUe6XNroq .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ujUe6XNroq .list {
    margin-bottom: 0rem;
  }
}
.cid-ujUe6XNroq .mbr-text {
  color: #bbbbbb;
}
.cid-ujUe6XNroq .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ujUe6XNroq .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ujUe6XNroq div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ujUgokdRMi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ujUgokdRMi nav.navbar {
  position: fixed;
}
.cid-ujUgokdRMi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujUgokdRMi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ujUgokdRMi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ujUgokdRMi .dropdown-item:hover,
.cid-ujUgokdRMi .dropdown-item:focus {
  background: #4caf50 !important;
  color: white !important;
}
.cid-ujUgokdRMi .dropdown-item:hover span {
  color: white;
}
.cid-ujUgokdRMi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ujUgokdRMi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ujUgokdRMi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ujUgokdRMi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujUgokdRMi .nav-link {
  position: relative;
}
.cid-ujUgokdRMi .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ujUgokdRMi .container {
    flex-wrap: wrap;
  }
}
.cid-ujUgokdRMi .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ujUgokdRMi .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ujUgokdRMi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujUgokdRMi .dropdown-menu,
.cid-ujUgokdRMi .navbar.opened {
  background: #ffffff !important;
}
.cid-ujUgokdRMi .nav-item:focus,
.cid-ujUgokdRMi .nav-link:focus {
  outline: none;
}
.cid-ujUgokdRMi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujUgokdRMi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujUgokdRMi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujUgokdRMi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujUgokdRMi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujUgokdRMi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujUgokdRMi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ujUgokdRMi .navbar.opened {
  transition: all 0.3s;
}
.cid-ujUgokdRMi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujUgokdRMi .navbar .navbar-logo img {
  width: auto;
}
.cid-ujUgokdRMi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujUgokdRMi .navbar.collapsed {
  justify-content: center;
}
.cid-ujUgokdRMi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujUgokdRMi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujUgokdRMi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-ujUgokdRMi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujUgokdRMi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujUgokdRMi .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-ujUgokdRMi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujUgokdRMi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujUgokdRMi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujUgokdRMi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujUgokdRMi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujUgokdRMi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujUgokdRMi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujUgokdRMi .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-ujUgokdRMi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujUgokdRMi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujUgokdRMi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujUgokdRMi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujUgokdRMi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujUgokdRMi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ujUgokdRMi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ujUgokdRMi .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujUgokdRMi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujUgokdRMi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujUgokdRMi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujUgokdRMi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujUgokdRMi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujUgokdRMi .dropdown-item.active,
.cid-ujUgokdRMi .dropdown-item:active {
  background-color: transparent;
}
.cid-ujUgokdRMi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujUgokdRMi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujUgokdRMi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujUgokdRMi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujUgokdRMi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujUgokdRMi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujUgokdRMi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujUgokdRMi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujUgokdRMi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujUgokdRMi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ujUgokdRMi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujUgokdRMi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujUgokdRMi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujUgokdRMi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujUgokdRMi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujUgokdRMi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujUgokdRMi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujUgokdRMi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujUgokdRMi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ujUgokdRMi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujUgokdRMi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujUgokdRMi .navbar {
    height: 70px;
  }
  .cid-ujUgokdRMi .navbar.opened {
    height: auto;
  }
  .cid-ujUgokdRMi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujUgokFBBT {
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-ujUgokFBBT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujUgokFBBT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujUgol8Q8O {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujUgol8Q8O .justify-content-center {
  align-items: center;
}
.cid-ujUgol8Q8O .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujUgol8Q8O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujUgol8Q8O .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ujUgol8Q8O .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujUgol8Q8O .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-ujUgol8Q8O .content-head {
  max-width: 800px;
}
.cid-ujUgol8Q8O .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #58b33e;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #edefeb;
  height: 80px;
  border-radius: 50%;
}
.cid-ujUgol8Q8O .card-title {
  text-align: center;
}
.cid-ujUgG3ofXH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-ujUgG3ofXH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujUgG3ofXH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-ujUgG3ofXH .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-ujUgG3ofXH .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ujUgG3ofXH .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-ujUgG3ofXH .card-wrapper {
  background: #ffffff;
}
.cid-ujUgG3ofXH .mbr-text,
.cid-ujUgG3ofXH .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ujUgG3ofXH .card-title,
.cid-ujUgG3ofXH .card-box {
  text-align: left;
  color: #000000;
}
.cid-ujUh1hqfeS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ujUh1hqfeS .row {
  flex-direction: row-reverse;
}
.cid-ujUh1hqfeS .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-ujUh1hqfeS .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ujUh1hqfeS .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ujUh1hqfeS .mbr-card-title {
  color: #000000;
}
.cid-ujUh1hqfeS .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-ujUh1hqfeS .mbr-text,
.cid-ujUh1hqfeS .mbr-section-btn {
  text-align: left;
}
.cid-ujUh1hqfeS .row {
  align-items: center;
}
.cid-ujUgolv2Wf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ujUgolv2Wf .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-ujUgolv2Wf .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ujUgolv2Wf .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ujUgolv2Wf .mbr-card-title {
  color: #000000;
}
.cid-ujUgolv2Wf .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-ujUgolv2Wf .mbr-text,
.cid-ujUgolv2Wf .mbr-section-btn {
  text-align: left;
}
.cid-ujUgolv2Wf .row {
  align-items: center;
}
.cid-ujUgolQoJr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ujUgolQoJr img,
.cid-ujUgolQoJr .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ujUgolQoJr .item:focus,
.cid-ujUgolQoJr span:focus {
  outline: none;
}
.cid-ujUgolQoJr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ujUgolQoJr .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ujUgolQoJr .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujUgolQoJr .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ujUgolQoJr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ujUgolQoJr .mbr-section-title {
  color: #232323;
}
.cid-ujUgolQoJr .mbr-text,
.cid-ujUgolQoJr .mbr-section-btn {
  text-align: left;
}
.cid-ujUgolQoJr .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-ujUgolQoJr .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-ujUgommGkt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ujUgommGkt img,
.cid-ujUgommGkt .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ujUgommGkt .item:focus,
.cid-ujUgommGkt span:focus {
  outline: none;
}
.cid-ujUgommGkt .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujUgommGkt .item {
    margin-bottom: 1rem;
  }
}
.cid-ujUgommGkt .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-ujUgommGkt .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ujUgommGkt .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-ujUgommGkt .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ujUgommGkt .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujUgommGkt .mbr-section-title {
  color: #000000;
}
.cid-ujUgommGkt .item-title {
  text-align: left;
}
.cid-ujUgommGkt .item-subtitle {
  text-align: left;
}
.cid-ujUgommGkt .mbr-text,
.cid-ujUgommGkt .item .mbr-section-btn {
  text-align: left;
}
.cid-ujUgommGkt .content-head {
  max-width: 800px;
}
.cid-ujUgomTyNr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ujUgomTyNr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujUgomTyNr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujUgomTyNr .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-ujUgomTyNr .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujUgomTyNr .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ujUgomTyNr .card-wrapper {
    padding: 4rem;
  }
}
.cid-ujUgomTyNr .mbr-text,
.cid-ujUgomTyNr .mbr-section-btn {
  text-align: left;
}
.cid-ujUgomTyNr .img-wrapper img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujUgomTyNr .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .cid-ujUgomTyNr .img-wrapper img {
    width: 80px;
    height: 80px;
  }
}
.cid-ujUgomTyNr .img-wrapper {
  display: flex;
}
.cid-ujUgomTyNr .card-text {
  text-align: center;
}
.cid-ujUgomTyNr .card-title {
  text-align: center;
}
.cid-ujUgonfy1b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ujUgonfy1b .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ujUgonfy1b form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-ujUgonfy1b form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-ujUgonfy1b form.mbr-form {
    padding: 1rem;
  }
}
.cid-ujUgonfy1b form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ujUgonfy1b form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-ujUgonzSeG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ujUgonzSeG .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-ujUgonzSeG .panel-group {
  border: none;
}
.cid-ujUgonzSeG .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ujUgonzSeG .card-header {
    padding: 0rem;
  }
}
.cid-ujUgonzSeG .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-ujUgonzSeG .img-col {
  padding: 0;
}
.cid-ujUgonzSeG .img-item {
  height: 100%;
}
.cid-ujUgonzSeG img {
  height: 100%;
  object-fit: cover;
}
.cid-ujUgonzSeG .collapsed span {
  transform: rotate(0deg);
}
.cid-ujUgonzSeG .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ujUgonzSeG p {
  margin-bottom: 0.3rem;
}
.cid-ujUgonzSeG .panel-title-edit {
  color: #000000;
}
.cid-ujUgonzSeG .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-ujUgonzSeG .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ujUgonzSeG .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ujUgonzSeG .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-ujUgonzSeG .panel-text {
  color: #000000;
}
.cid-ujUgonzSeG .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ujUgonzSeG .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ujUgonzSeG .panel-title-edit,
.cid-ujUgonzSeG .mbr-iconfont {
  color: #000000;
}
.cid-ujUgoo4AXT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-ujUgoo4AXT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujUgoo4AXT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujUgoo4AXT .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-ujUgoo4AXT .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujUgoo4AXT .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ujUgoo4AXT .card-wrapper {
    padding: 4rem;
  }
}
.cid-ujUgoo4AXT .mbr-text,
.cid-ujUgoo4AXT .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ujUgoo4AXT .card-title,
.cid-ujUgoo4AXT .card-box {
  text-align: center;
  color: #000000;
}
.cid-ujUgoo4AXT .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ujUgoo4AXT .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-ujUgoo4AXT .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ujUgoo4AXT .mbr-text UL {
  text-align: left;
}
.cid-ujUgoorcFw {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-ujUgoorcFw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujUgoorcFw .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-ujUgoorcFw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujUgoorcFw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ujUgoorcFw .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ujUgoorcFw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ujUgoorcFw .mbr-section-title {
  color: #000000;
}
.cid-ujUgoorcFw .mbr-text,
.cid-ujUgoorcFw .mbr-section-btn {
  color: #000000;
}
.cid-ujUgooMjqt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ujUgooMjqt h6 {
  line-height: 1.2;
}
.cid-ujUgooMjqt img,
.cid-ujUgooMjqt .item-img {
  width: 100%;
}
.cid-ujUgooMjqt .item:focus,
.cid-ujUgooMjqt span:focus {
  outline: none;
}
.cid-ujUgooMjqt .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujUgooMjqt .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ujUgooMjqt .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-ujUgooMjqt .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ujUgooMjqt .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-ujUgooMjqt .mbr-section-title {
  color: #000000;
}
.cid-ujUgooMjqt .mbr-text,
.cid-ujUgooMjqt .mbr-section-btn {
  color: #000000;
}
.cid-ujUgooMjqt .item-title {
  color: #000000;
  text-align: center;
}
.cid-ujUgooMjqt .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ujUgooMjqt .item-text {
  color: #000000;
  text-align: center;
}
.cid-ujUgooMjqt .content-head {
  max-width: 800px;
}
.cid-ujUgopsFoj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujUgopNa2e {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ujUgopNa2e .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujUgopNa2e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujUgopNa2e .card-wrapper {
  background: #9fe870;
}
@media (max-width: 767px) {
  .cid-ujUgopNa2e .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujUgopNa2e .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ujUgopNa2e .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-ujUgopNa2e .mbr-text,
.cid-ujUgopNa2e .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-ujUgopNa2e .card-title,
.cid-ujUgopNa2e .card-box {
  text-align: center;
  color: #2e481a;
}
.cid-ujUgoqbC1L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-ujUgoqbC1L .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujUgoqbC1L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujUgoqbC1L .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-ujUgoqbC1L .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujUgoqbC1L .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ujUgoqbC1L .card-wrapper {
    padding: 4rem;
  }
}
.cid-ujUgoqbC1L .mbr-text,
.cid-ujUgoqbC1L .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ujUgoqbC1L .card-title,
.cid-ujUgoqbC1L .card-box {
  text-align: center;
  color: #000000;
}
.cid-ujUgoqbC1L .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ujUgoqbC1L .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-ujUgoqbC1L .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ujUgoqbC1L .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-ujUgoqbC1L .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-ujUgoqbC1L .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujUgoqbC1L .mbr-text UL {
  text-align: left;
}
.cid-ujUgoqzFva {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ujUgoqzFva .row {
  flex-direction: row-reverse;
}
.cid-ujUgoqzFva .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujUgoqzFva .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujUgoqzFva .mbr-description {
  text-align: left;
}
.cid-ujUgoqzFva .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-ujUgoqzFva .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ujUgoqzFva .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-ujUgoqzFva .card-title,
.cid-ujUgoqzFva .iconfont-wrapper {
  color: #000000;
}
.cid-ujUgoqzFva .card-text {
  color: #000000;
}
.cid-ujUgoqzFva .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ujUgoqzFva .mbr-text,
.cid-ujUgoqzFva .mbr-section-btn {
  text-align: center;
}
.cid-ujUgoqzFva .card-text,
.cid-ujUgoqzFva .item .mbr-section-btn {
  text-align: left;
}
.cid-ujUgoqzFva .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ujUgoqzFva .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-ujUgoqzFva .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ujUgoqzFva .mbr-text UL {
  text-align: left;
}
.cid-ujUgoqZyDj {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #edefeb;
}
.cid-ujUgoqZyDj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujUgoqZyDj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujUgoqZyDj .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-ujUgoqZyDj .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujUgoqZyDj .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-ujUgoqZyDj .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-ujUgoqZyDj .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-ujUgoqZyDj .row {
  flex-direction: row-reverse;
}
.cid-ujUgoqZyDj .image-wrapper {
  padding: 0 1rem;
}
.cid-ujUgoqZyDj img,
.cid-ujUgoqZyDj .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ujUgoqZyDj img,
  .cid-ujUgoqZyDj .image-wrapper {
    max-height: 350px;
  }
}
.cid-ujUgoqZyDj .mbr-section-title {
  color: #000000;
}
.cid-ujUgoqZyDj .mbr-text {
  color: #000000;
}
.cid-ujUgoroyL5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-ujUgoroyL5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujUgoroyL5 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-ujUgoroyL5 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujUgoroyL5 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ujUgoroyL5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujUgoroyL5 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ujUgoroyL5 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ujUgoroyL5 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ujUgoroyL5 .card-title,
.cid-ujUgoroyL5 .iconfont-wrapper {
  color: #000000;
}
.cid-ujUgoroyL5 .card-text {
  color: #000000;
}
.cid-ujUgoroyL5 .content-head {
  max-width: 800px;
}
.cid-ujUgoroyL5 .mbr-section-title {
  color: #000000;
}
.cid-ujUgos1xzO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ujUgos1xzO img,
.cid-ujUgos1xzO .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ujUgos1xzO .item:focus,
.cid-ujUgos1xzO span:focus {
  outline: none;
}
.cid-ujUgos1xzO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ujUgos1xzO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ujUgos1xzO .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ujUgos1xzO .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujUgos1xzO .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ujUgos1xzO .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ujUgos1xzO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ujUgos1xzO .mbr-section-title {
  color: #232323;
}
.cid-ujUgos1xzO .mbr-text,
.cid-ujUgos1xzO .mbr-section-btn {
  text-align: center;
}
.cid-ujUgos1xzO .item-title {
  text-align: center;
}
.cid-ujUgos1xzO .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-ujUgosBIu3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #40b0bf;
}
.cid-ujUgosBIu3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujUgosBIu3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujUgosBIu3 .card {
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-ujUgosBIu3 .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-ujUgosBIu3 .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-ujUgosBIu3 .wrapper {
  padding: 30px 0;
}
.cid-ujUgosBIu3 .mbr-section-title {
  color: #fafafa;
}
.cid-ujUgosBIu3 .mbr-text,
.cid-ujUgosBIu3 .mbr-section-btn {
  color: #ffffff;
}
.cid-ujUgot2veZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #58b33e;
}
.cid-ujUgot2veZ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ujUgot2veZ form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-ujUgot2veZ form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-ujUgotqEER {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-ujUgotqEER .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujUgotqEER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujUgotqEER .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ujUgotqEER .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ujUgotqEER .row {
    text-align: center;
  }
  .cid-ujUgotqEER .row > div {
    margin: auto;
  }
  .cid-ujUgotqEER .social-row {
    justify-content: center;
  }
}
.cid-ujUgotqEER .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ujUgotqEER .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ujUgotqEER .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ujUgotqEER .list {
    margin-bottom: 0rem;
  }
}
.cid-ujUgotqEER .mbr-text {
  color: #bbbbbb;
}
.cid-ujUgotqEER .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ujUgotqEER .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ujUgotqEER div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ujUhreX2TQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ujUhreX2TQ nav.navbar {
  position: fixed;
}
.cid-ujUhreX2TQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujUhreX2TQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ujUhreX2TQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ujUhreX2TQ .dropdown-item:hover,
.cid-ujUhreX2TQ .dropdown-item:focus {
  background: #4caf50 !important;
  color: white !important;
}
.cid-ujUhreX2TQ .dropdown-item:hover span {
  color: white;
}
.cid-ujUhreX2TQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ujUhreX2TQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ujUhreX2TQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ujUhreX2TQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujUhreX2TQ .nav-link {
  position: relative;
}
.cid-ujUhreX2TQ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ujUhreX2TQ .container {
    flex-wrap: wrap;
  }
}
.cid-ujUhreX2TQ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ujUhreX2TQ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ujUhreX2TQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujUhreX2TQ .dropdown-menu,
.cid-ujUhreX2TQ .navbar.opened {
  background: #ffffff !important;
}
.cid-ujUhreX2TQ .nav-item:focus,
.cid-ujUhreX2TQ .nav-link:focus {
  outline: none;
}
.cid-ujUhreX2TQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujUhreX2TQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujUhreX2TQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujUhreX2TQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujUhreX2TQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujUhreX2TQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujUhreX2TQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ujUhreX2TQ .navbar.opened {
  transition: all 0.3s;
}
.cid-ujUhreX2TQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujUhreX2TQ .navbar .navbar-logo img {
  width: auto;
}
.cid-ujUhreX2TQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujUhreX2TQ .navbar.collapsed {
  justify-content: center;
}
.cid-ujUhreX2TQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujUhreX2TQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujUhreX2TQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-ujUhreX2TQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujUhreX2TQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujUhreX2TQ .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-ujUhreX2TQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujUhreX2TQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujUhreX2TQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujUhreX2TQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujUhreX2TQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujUhreX2TQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujUhreX2TQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujUhreX2TQ .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-ujUhreX2TQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujUhreX2TQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujUhreX2TQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujUhreX2TQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujUhreX2TQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujUhreX2TQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ujUhreX2TQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ujUhreX2TQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujUhreX2TQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujUhreX2TQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujUhreX2TQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujUhreX2TQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujUhreX2TQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujUhreX2TQ .dropdown-item.active,
.cid-ujUhreX2TQ .dropdown-item:active {
  background-color: transparent;
}
.cid-ujUhreX2TQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujUhreX2TQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujUhreX2TQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujUhreX2TQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujUhreX2TQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujUhreX2TQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujUhreX2TQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujUhreX2TQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujUhreX2TQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujUhreX2TQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ujUhreX2TQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujUhreX2TQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujUhreX2TQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujUhreX2TQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujUhreX2TQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujUhreX2TQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujUhreX2TQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujUhreX2TQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujUhreX2TQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ujUhreX2TQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujUhreX2TQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujUhreX2TQ .navbar {
    height: 70px;
  }
  .cid-ujUhreX2TQ .navbar.opened {
    height: auto;
  }
  .cid-ujUhreX2TQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujUhrfpJgo {
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-ujUhrfpJgo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujUhrfpJgo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujUhrfSbgr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujUhrfSbgr .justify-content-center {
  align-items: center;
}
.cid-ujUhrfSbgr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujUhrfSbgr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujUhrfSbgr .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ujUhrfSbgr .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujUhrfSbgr .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-ujUhrfSbgr .content-head {
  max-width: 800px;
}
.cid-ujUhrfSbgr .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #58b33e;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #edefeb;
  height: 80px;
  border-radius: 50%;
}
.cid-ujUhrfSbgr .card-title {
  text-align: center;
}
.cid-ujUhrgjBZ9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-ujUhrgjBZ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujUhrgjBZ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-ujUhrgjBZ9 .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-ujUhrgjBZ9 .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ujUhrgjBZ9 .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-ujUhrgjBZ9 .card-wrapper {
  background: #ffffff;
}
.cid-ujUhrgjBZ9 .mbr-text,
.cid-ujUhrgjBZ9 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ujUhrgjBZ9 .card-title,
.cid-ujUhrgjBZ9 .card-box {
  text-align: left;
  color: #000000;
}
.cid-ujUhrgHm6d {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ujUhrgHm6d .row {
  flex-direction: row-reverse;
}
.cid-ujUhrgHm6d .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-ujUhrgHm6d .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ujUhrgHm6d .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ujUhrgHm6d .mbr-card-title {
  color: #000000;
}
.cid-ujUhrgHm6d .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-ujUhrgHm6d .mbr-text,
.cid-ujUhrgHm6d .mbr-section-btn {
  text-align: left;
}
.cid-ujUhrgHm6d .row {
  align-items: center;
}
.cid-ujUhrh4INU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ujUhrh4INU .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-ujUhrh4INU .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ujUhrh4INU .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ujUhrh4INU .mbr-card-title {
  color: #000000;
}
.cid-ujUhrh4INU .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-ujUhrh4INU .mbr-text,
.cid-ujUhrh4INU .mbr-section-btn {
  text-align: left;
}
.cid-ujUhrh4INU .row {
  align-items: center;
}
.cid-ujUhErKdzA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ujUhErKdzA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujUhErKdzA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujUhErKdzA .item-wrapper {
  overflow: hidden;
  background: #f7f7f7;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujUhErKdzA .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujUhErKdzA .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujUhErKdzA .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-ujUhErKdzA .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-ujUhErKdzA .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-ujUhErKdzA .image-wrapper {
  padding: 0 1rem;
}
.cid-ujUhErKdzA img,
.cid-ujUhErKdzA .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ujUhErKdzA img,
  .cid-ujUhErKdzA .image-wrapper {
    max-height: 350px;
  }
}
.cid-ujUhErKdzA .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ujUhErKdzA .mbr-text {
  color: #000000;
}
.cid-ujUhErKdzA .mbr-text,
.cid-ujUhErKdzA .mbr-section-btn {
  text-align: left;
}
.cid-ujUhErKdzA .price {
  color: #232323;
  text-align: left;
}
.cid-ujUhErKdzA .content-head {
  max-width: 800px;
}
.cid-ujUhErKdzA .mbr-section-maintitle {
  text-align: center;
}
.cid-ujUhErKdzA .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-ujUhrhosou {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ujUhrhosou img,
.cid-ujUhrhosou .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ujUhrhosou .item:focus,
.cid-ujUhrhosou span:focus {
  outline: none;
}
.cid-ujUhrhosou .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ujUhrhosou .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ujUhrhosou .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujUhrhosou .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ujUhrhosou .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ujUhrhosou .mbr-section-title {
  color: #232323;
}
.cid-ujUhrhosou .mbr-text,
.cid-ujUhrhosou .mbr-section-btn {
  text-align: left;
}
.cid-ujUhrhosou .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-ujUhrhosou .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-ujUhrhUqhh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ujUhrhUqhh img,
.cid-ujUhrhUqhh .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ujUhrhUqhh .item:focus,
.cid-ujUhrhUqhh span:focus {
  outline: none;
}
.cid-ujUhrhUqhh .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujUhrhUqhh .item {
    margin-bottom: 1rem;
  }
}
.cid-ujUhrhUqhh .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-ujUhrhUqhh .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ujUhrhUqhh .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-ujUhrhUqhh .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ujUhrhUqhh .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujUhrhUqhh .mbr-section-title {
  color: #000000;
}
.cid-ujUhrhUqhh .item-title {
  text-align: left;
}
.cid-ujUhrhUqhh .item-subtitle {
  text-align: left;
}
.cid-ujUhrhUqhh .mbr-text,
.cid-ujUhrhUqhh .item .mbr-section-btn {
  text-align: left;
}
.cid-ujUhrhUqhh .content-head {
  max-width: 800px;
}
.cid-ujUhrirgxY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ujUhrirgxY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujUhrirgxY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujUhrirgxY .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-ujUhrirgxY .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujUhrirgxY .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ujUhrirgxY .card-wrapper {
    padding: 4rem;
  }
}
.cid-ujUhrirgxY .mbr-text,
.cid-ujUhrirgxY .mbr-section-btn {
  text-align: left;
}
.cid-ujUhrirgxY .img-wrapper img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujUhrirgxY .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .cid-ujUhrirgxY .img-wrapper img {
    width: 80px;
    height: 80px;
  }
}
.cid-ujUhrirgxY .img-wrapper {
  display: flex;
}
.cid-ujUhrirgxY .card-text {
  text-align: center;
}
.cid-ujUhrirgxY .card-title {
  text-align: center;
}
.cid-ujUhriRD8k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ujUhriRD8k .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ujUhriRD8k form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-ujUhriRD8k form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-ujUhriRD8k form.mbr-form {
    padding: 1rem;
  }
}
.cid-ujUhriRD8k form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ujUhriRD8k form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-ujUhrjeygJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ujUhrjeygJ .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-ujUhrjeygJ .panel-group {
  border: none;
}
.cid-ujUhrjeygJ .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ujUhrjeygJ .card-header {
    padding: 0rem;
  }
}
.cid-ujUhrjeygJ .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-ujUhrjeygJ .img-col {
  padding: 0;
}
.cid-ujUhrjeygJ .img-item {
  height: 100%;
}
.cid-ujUhrjeygJ img {
  height: 100%;
  object-fit: cover;
}
.cid-ujUhrjeygJ .collapsed span {
  transform: rotate(0deg);
}
.cid-ujUhrjeygJ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ujUhrjeygJ p {
  margin-bottom: 0.3rem;
}
.cid-ujUhrjeygJ .panel-title-edit {
  color: #000000;
}
.cid-ujUhrjeygJ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-ujUhrjeygJ .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ujUhrjeygJ .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ujUhrjeygJ .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-ujUhrjeygJ .panel-text {
  color: #000000;
}
.cid-ujUhrjeygJ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ujUhrjeygJ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ujUhrjeygJ .panel-title-edit,
.cid-ujUhrjeygJ .mbr-iconfont {
  color: #000000;
}
.cid-ujUhrjEkvP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-ujUhrjEkvP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujUhrjEkvP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujUhrjEkvP .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-ujUhrjEkvP .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujUhrjEkvP .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ujUhrjEkvP .card-wrapper {
    padding: 4rem;
  }
}
.cid-ujUhrjEkvP .mbr-text,
.cid-ujUhrjEkvP .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ujUhrjEkvP .card-title,
.cid-ujUhrjEkvP .card-box {
  text-align: center;
  color: #000000;
}
.cid-ujUhrjEkvP .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ujUhrjEkvP .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-ujUhrjEkvP .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ujUhrjEkvP .mbr-text UL {
  text-align: left;
}
.cid-ujUhrjZ5Wz {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-ujUhrjZ5Wz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujUhrjZ5Wz .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-ujUhrjZ5Wz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujUhrjZ5Wz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ujUhrjZ5Wz .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ujUhrjZ5Wz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ujUhrjZ5Wz .mbr-section-title {
  color: #000000;
}
.cid-ujUhrjZ5Wz .mbr-text,
.cid-ujUhrjZ5Wz .mbr-section-btn {
  color: #000000;
}
.cid-ujUhrkpPek {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ujUhrkpPek h6 {
  line-height: 1.2;
}
.cid-ujUhrkpPek img,
.cid-ujUhrkpPek .item-img {
  width: 100%;
}
.cid-ujUhrkpPek .item:focus,
.cid-ujUhrkpPek span:focus {
  outline: none;
}
.cid-ujUhrkpPek .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujUhrkpPek .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ujUhrkpPek .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-ujUhrkpPek .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ujUhrkpPek .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-ujUhrkpPek .mbr-section-title {
  color: #000000;
}
.cid-ujUhrkpPek .mbr-text,
.cid-ujUhrkpPek .mbr-section-btn {
  color: #000000;
}
.cid-ujUhrkpPek .item-title {
  color: #000000;
  text-align: center;
}
.cid-ujUhrkpPek .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ujUhrkpPek .item-text {
  color: #000000;
  text-align: center;
}
.cid-ujUhrkpPek .content-head {
  max-width: 800px;
}
.cid-ujUhrl4U16 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujUhrloyZZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ujUhrloyZZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujUhrloyZZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujUhrloyZZ .card-wrapper {
  background: #9fe870;
}
@media (max-width: 767px) {
  .cid-ujUhrloyZZ .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujUhrloyZZ .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ujUhrloyZZ .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-ujUhrloyZZ .mbr-text,
.cid-ujUhrloyZZ .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-ujUhrloyZZ .card-title,
.cid-ujUhrloyZZ .card-box {
  text-align: center;
  color: #2e481a;
}
.cid-ujUhrlLQ9R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-ujUhrlLQ9R .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujUhrlLQ9R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujUhrlLQ9R .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-ujUhrlLQ9R .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujUhrlLQ9R .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ujUhrlLQ9R .card-wrapper {
    padding: 4rem;
  }
}
.cid-ujUhrlLQ9R .mbr-text,
.cid-ujUhrlLQ9R .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ujUhrlLQ9R .card-title,
.cid-ujUhrlLQ9R .card-box {
  text-align: center;
  color: #000000;
}
.cid-ujUhrlLQ9R .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ujUhrlLQ9R .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-ujUhrlLQ9R .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ujUhrlLQ9R .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-ujUhrlLQ9R .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-ujUhrlLQ9R .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujUhrlLQ9R .mbr-text UL {
  text-align: left;
}
.cid-ujUhrmbgtO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ujUhrmbgtO .row {
  flex-direction: row-reverse;
}
.cid-ujUhrmbgtO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujUhrmbgtO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujUhrmbgtO .mbr-description {
  text-align: left;
}
.cid-ujUhrmbgtO .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-ujUhrmbgtO .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ujUhrmbgtO .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-ujUhrmbgtO .card-title,
.cid-ujUhrmbgtO .iconfont-wrapper {
  color: #000000;
}
.cid-ujUhrmbgtO .card-text {
  color: #000000;
}
.cid-ujUhrmbgtO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ujUhrmbgtO .mbr-text,
.cid-ujUhrmbgtO .mbr-section-btn {
  text-align: center;
}
.cid-ujUhrmbgtO .card-text,
.cid-ujUhrmbgtO .item .mbr-section-btn {
  text-align: left;
}
.cid-ujUhrmbgtO .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ujUhrmbgtO .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-ujUhrmbgtO .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ujUhrmbgtO .mbr-text UL {
  text-align: left;
}
.cid-ujUhrmAAGL {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #edefeb;
}
.cid-ujUhrmAAGL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujUhrmAAGL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujUhrmAAGL .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-ujUhrmAAGL .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujUhrmAAGL .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-ujUhrmAAGL .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-ujUhrmAAGL .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-ujUhrmAAGL .row {
  flex-direction: row-reverse;
}
.cid-ujUhrmAAGL .image-wrapper {
  padding: 0 1rem;
}
.cid-ujUhrmAAGL img,
.cid-ujUhrmAAGL .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ujUhrmAAGL img,
  .cid-ujUhrmAAGL .image-wrapper {
    max-height: 350px;
  }
}
.cid-ujUhrmAAGL .mbr-section-title {
  color: #000000;
}
.cid-ujUhrmAAGL .mbr-text {
  color: #000000;
}
.cid-ujUhrn1YYB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-ujUhrn1YYB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujUhrn1YYB .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-ujUhrn1YYB .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujUhrn1YYB .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ujUhrn1YYB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujUhrn1YYB .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ujUhrn1YYB .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ujUhrn1YYB .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ujUhrn1YYB .card-title,
.cid-ujUhrn1YYB .iconfont-wrapper {
  color: #000000;
}
.cid-ujUhrn1YYB .card-text {
  color: #000000;
}
.cid-ujUhrn1YYB .content-head {
  max-width: 800px;
}
.cid-ujUhrn1YYB .mbr-section-title {
  color: #000000;
}
.cid-ujUilvg7X8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ujUilvg7X8 img,
.cid-ujUilvg7X8 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ujUilvg7X8 .item:focus,
.cid-ujUilvg7X8 span:focus {
  outline: none;
}
.cid-ujUilvg7X8 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujUilvg7X8 .item {
    margin-bottom: 1rem;
  }
}
.cid-ujUilvg7X8 .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-ujUilvg7X8 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ujUilvg7X8 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-ujUilvg7X8 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ujUilvg7X8 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujUilvg7X8 .mbr-section-title {
  color: #000000;
}
.cid-ujUilvg7X8 .item-title {
  text-align: left;
}
.cid-ujUilvg7X8 .item-subtitle {
  text-align: left;
}
.cid-ujUilvg7X8 .mbr-text,
.cid-ujUilvg7X8 .item .mbr-section-btn {
  text-align: left;
}
.cid-ujUilvg7X8 .content-head {
  max-width: 800px;
}
.cid-ujUhrnFCqI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ujUhrnFCqI img,
.cid-ujUhrnFCqI .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ujUhrnFCqI .item:focus,
.cid-ujUhrnFCqI span:focus {
  outline: none;
}
.cid-ujUhrnFCqI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ujUhrnFCqI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ujUhrnFCqI .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ujUhrnFCqI .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujUhrnFCqI .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ujUhrnFCqI .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ujUhrnFCqI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ujUhrnFCqI .mbr-section-title {
  color: #232323;
}
.cid-ujUhrnFCqI .mbr-text,
.cid-ujUhrnFCqI .mbr-section-btn {
  text-align: center;
}
.cid-ujUhrnFCqI .item-title {
  text-align: center;
}
.cid-ujUhrnFCqI .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-ujUhroaCDO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #40b0bf;
}
.cid-ujUhroaCDO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujUhroaCDO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujUhroaCDO .card {
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-ujUhroaCDO .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-ujUhroaCDO .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-ujUhroaCDO .wrapper {
  padding: 30px 0;
}
.cid-ujUhroaCDO .mbr-section-title {
  color: #fafafa;
}
.cid-ujUhroaCDO .mbr-text,
.cid-ujUhroaCDO .mbr-section-btn {
  color: #ffffff;
}
.cid-ujUhroEazI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #58b33e;
}
.cid-ujUhroEazI .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ujUhroEazI form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-ujUhroEazI form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-ujUhrp2eWK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-ujUhrp2eWK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujUhrp2eWK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujUhrp2eWK .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ujUhrp2eWK .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ujUhrp2eWK .row {
    text-align: center;
  }
  .cid-ujUhrp2eWK .row > div {
    margin: auto;
  }
  .cid-ujUhrp2eWK .social-row {
    justify-content: center;
  }
}
.cid-ujUhrp2eWK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ujUhrp2eWK .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ujUhrp2eWK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ujUhrp2eWK .list {
    margin-bottom: 0rem;
  }
}
.cid-ujUhrp2eWK .mbr-text {
  color: #bbbbbb;
}
.cid-ujUhrp2eWK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ujUhrp2eWK .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ujUhrp2eWK div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ujXTRqEcBg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ujXTRqEcBg nav.navbar {
  position: fixed;
}
.cid-ujXTRqEcBg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujXTRqEcBg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ujXTRqEcBg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ujXTRqEcBg .dropdown-item:hover,
.cid-ujXTRqEcBg .dropdown-item:focus {
  background: #4caf50 !important;
  color: white !important;
}
.cid-ujXTRqEcBg .dropdown-item:hover span {
  color: white;
}
.cid-ujXTRqEcBg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ujXTRqEcBg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ujXTRqEcBg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ujXTRqEcBg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujXTRqEcBg .nav-link {
  position: relative;
}
.cid-ujXTRqEcBg .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ujXTRqEcBg .container {
    flex-wrap: wrap;
  }
}
.cid-ujXTRqEcBg .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ujXTRqEcBg .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ujXTRqEcBg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujXTRqEcBg .dropdown-menu,
.cid-ujXTRqEcBg .navbar.opened {
  background: #ffffff !important;
}
.cid-ujXTRqEcBg .nav-item:focus,
.cid-ujXTRqEcBg .nav-link:focus {
  outline: none;
}
.cid-ujXTRqEcBg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujXTRqEcBg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujXTRqEcBg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujXTRqEcBg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujXTRqEcBg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujXTRqEcBg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujXTRqEcBg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ujXTRqEcBg .navbar.opened {
  transition: all 0.3s;
}
.cid-ujXTRqEcBg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujXTRqEcBg .navbar .navbar-logo img {
  width: auto;
}
.cid-ujXTRqEcBg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujXTRqEcBg .navbar.collapsed {
  justify-content: center;
}
.cid-ujXTRqEcBg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujXTRqEcBg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujXTRqEcBg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-ujXTRqEcBg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujXTRqEcBg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujXTRqEcBg .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-ujXTRqEcBg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujXTRqEcBg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujXTRqEcBg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujXTRqEcBg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujXTRqEcBg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujXTRqEcBg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujXTRqEcBg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujXTRqEcBg .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-ujXTRqEcBg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujXTRqEcBg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujXTRqEcBg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujXTRqEcBg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujXTRqEcBg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujXTRqEcBg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ujXTRqEcBg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ujXTRqEcBg .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujXTRqEcBg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujXTRqEcBg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujXTRqEcBg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujXTRqEcBg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujXTRqEcBg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujXTRqEcBg .dropdown-item.active,
.cid-ujXTRqEcBg .dropdown-item:active {
  background-color: transparent;
}
.cid-ujXTRqEcBg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujXTRqEcBg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujXTRqEcBg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujXTRqEcBg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujXTRqEcBg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujXTRqEcBg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujXTRqEcBg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujXTRqEcBg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujXTRqEcBg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujXTRqEcBg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ujXTRqEcBg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujXTRqEcBg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujXTRqEcBg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujXTRqEcBg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujXTRqEcBg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujXTRqEcBg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujXTRqEcBg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujXTRqEcBg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujXTRqEcBg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ujXTRqEcBg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujXTRqEcBg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujXTRqEcBg .navbar {
    height: 70px;
  }
  .cid-ujXTRqEcBg .navbar.opened {
    height: auto;
  }
  .cid-ujXTRqEcBg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujXTRr2oiV {
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-ujXTRr2oiV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujXTRr2oiV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujXZXmK5t9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ujXZXmK5t9 .row {
  flex-direction: row-reverse;
}
.cid-ujXZXmK5t9 .justify-content-center {
  align-items: center;
}
.cid-ujXZXmK5t9 .mbr-section-title {
  text-align: center;
}
.cid-ujXZXmK5t9 .mbr-text,
.cid-ujXZXmK5t9 .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-ujXZXmK5t9 .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujXZXmK5t9 .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ujXZXmK5t9 .item-wrapper {
    padding: 4rem;
  }
}
.cid-ujY0c7Sa2X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-ujY0c7Sa2X .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujY0c7Sa2X .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-ujY0c7Sa2X .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ujY0c7Sa2X .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-ujY0c7Sa2X .google-map {
  height: 100%;
  position: relative;
}
.cid-ujY0c7Sa2X .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ujY0c7Sa2X .google-map iframe {
    min-height: 350px;
  }
}
.cid-ujY0c7Sa2X .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-ujY0c7Sa2X .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ujY0c7Sa2X .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ujY0c7Sa2X .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ujY0c7Sa2X .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ujY0c7Sa2X .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ujY0c7Sa2X ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ujY0c7Sa2X .content-head {
  max-width: 800px;
}
.cid-ujY0gMnM4h .main_wrapper {
  position: relative;
  height: 800px;
  width: 100%;
}
.cid-ujY0gMnM4h .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 991px) {
  .cid-ujY0gMnM4h .b_wrapper {
    position: relative;
    width: 100%;
    height: auto !important;
    flex-direction: column;
  }
}
.cid-ujY0gMnM4h .row {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-ujY0gMnM4h .container-fluid {
    padding: 0;
  }
}
.cid-ujY0gMnM4h ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ujY0gMnM4h .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  pointer-events: fill;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ujY0gMnM4h .item-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-ujY0gMnM4h .item-wrapper {
    width: 100%;
    position: relative;
    padding: 2rem;
    border-radius: 0px !important;
  }
}
@media (max-width: 767px) {
  .cid-ujY0gMnM4h .item-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-ujY0gMnM4h .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-ujY0gMnM4h .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 0px !important;
}
.cid-ujY0gMnM4h .google-map [data-state-details] {
  color: #edefeb;
  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-ujY0gMnM4h .google-map[data-state] {
  background: #edefeb;
}
.cid-ujY0gMnM4h .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 991px) {
  .cid-ujY0gMnM4h .google-map {
    position: static;
  }
}
.cid-ujY0lFNbSN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-ujY0lFNbSN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujY0lFNbSN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujY0lFNbSN .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-ujY0lFNbSN .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-ujY0lFNbSN .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-ujY0lFNbSN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ujY0lFNbSN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ujY0lFNbSN .content-head {
  max-width: 800px;
}
.cid-ujXTRsO4Sk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-ujXTRsO4Sk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujXTRsO4Sk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujXTRsO4Sk .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ujXTRsO4Sk .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ujXTRsO4Sk .row {
    text-align: center;
  }
  .cid-ujXTRsO4Sk .row > div {
    margin: auto;
  }
  .cid-ujXTRsO4Sk .social-row {
    justify-content: center;
  }
}
.cid-ujXTRsO4Sk .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ujXTRsO4Sk .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ujXTRsO4Sk .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ujXTRsO4Sk .list {
    margin-bottom: 0rem;
  }
}
.cid-ujXTRsO4Sk .mbr-text {
  color: #bbbbbb;
}
.cid-ujXTRsO4Sk .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ujXTRsO4Sk .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ujXTRsO4Sk div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ujY1OE2oQE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ujY1OE2oQE nav.navbar {
  position: fixed;
}
.cid-ujY1OE2oQE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujY1OE2oQE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ujY1OE2oQE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ujY1OE2oQE .dropdown-item:hover,
.cid-ujY1OE2oQE .dropdown-item:focus {
  background: #4caf50 !important;
  color: white !important;
}
.cid-ujY1OE2oQE .dropdown-item:hover span {
  color: white;
}
.cid-ujY1OE2oQE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ujY1OE2oQE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ujY1OE2oQE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ujY1OE2oQE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujY1OE2oQE .nav-link {
  position: relative;
}
.cid-ujY1OE2oQE .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ujY1OE2oQE .container {
    flex-wrap: wrap;
  }
}
.cid-ujY1OE2oQE .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ujY1OE2oQE .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ujY1OE2oQE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujY1OE2oQE .dropdown-menu,
.cid-ujY1OE2oQE .navbar.opened {
  background: #ffffff !important;
}
.cid-ujY1OE2oQE .nav-item:focus,
.cid-ujY1OE2oQE .nav-link:focus {
  outline: none;
}
.cid-ujY1OE2oQE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujY1OE2oQE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujY1OE2oQE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujY1OE2oQE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujY1OE2oQE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujY1OE2oQE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujY1OE2oQE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ujY1OE2oQE .navbar.opened {
  transition: all 0.3s;
}
.cid-ujY1OE2oQE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujY1OE2oQE .navbar .navbar-logo img {
  width: auto;
}
.cid-ujY1OE2oQE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujY1OE2oQE .navbar.collapsed {
  justify-content: center;
}
.cid-ujY1OE2oQE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujY1OE2oQE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujY1OE2oQE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-ujY1OE2oQE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujY1OE2oQE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujY1OE2oQE .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-ujY1OE2oQE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujY1OE2oQE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujY1OE2oQE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujY1OE2oQE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujY1OE2oQE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujY1OE2oQE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujY1OE2oQE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujY1OE2oQE .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-ujY1OE2oQE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujY1OE2oQE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujY1OE2oQE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujY1OE2oQE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujY1OE2oQE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujY1OE2oQE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ujY1OE2oQE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ujY1OE2oQE .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujY1OE2oQE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujY1OE2oQE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujY1OE2oQE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujY1OE2oQE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujY1OE2oQE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujY1OE2oQE .dropdown-item.active,
.cid-ujY1OE2oQE .dropdown-item:active {
  background-color: transparent;
}
.cid-ujY1OE2oQE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujY1OE2oQE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujY1OE2oQE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujY1OE2oQE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujY1OE2oQE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujY1OE2oQE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujY1OE2oQE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujY1OE2oQE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujY1OE2oQE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujY1OE2oQE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ujY1OE2oQE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujY1OE2oQE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujY1OE2oQE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujY1OE2oQE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujY1OE2oQE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujY1OE2oQE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujY1OE2oQE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujY1OE2oQE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujY1OE2oQE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ujY1OE2oQE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujY1OE2oQE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujY1OE2oQE .navbar {
    height: 70px;
  }
  .cid-ujY1OE2oQE .navbar.opened {
    height: auto;
  }
  .cid-ujY1OE2oQE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujY1OFaxCy {
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-ujY1OFaxCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujY1OFaxCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujY1ZrtfmU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-ujY1ZrtfmU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujY1ZrtfmU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujY1ZrtfmU .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-ujY1ZrtfmU .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujY1ZrtfmU .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ujY1ZrtfmU .card-wrapper {
    padding: 4rem;
  }
}
.cid-ujY1ZrtfmU .mbr-text,
.cid-ujY1ZrtfmU .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ujY1ZrtfmU .card-title,
.cid-ujY1ZrtfmU .card-box {
  text-align: left;
  color: #000000;
}
.cid-ujY22XmVIK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2e481a;
}
.cid-ujY22XmVIK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujY22XmVIK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujY22XmVIK .card-wrapper {
  background: #9fe870;
}
@media (max-width: 767px) {
  .cid-ujY22XmVIK .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujY22XmVIK .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ujY22XmVIK .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-ujY22XmVIK .mbr-text,
.cid-ujY22XmVIK .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-ujY22XmVIK .card-title,
.cid-ujY22XmVIK .card-box {
  text-align: center;
  color: #2e481a;
}
.cid-ujY1OGZR5y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-ujY1OGZR5y .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujY1OGZR5y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujY1OGZR5y .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ujY1OGZR5y .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ujY1OGZR5y .row {
    text-align: center;
  }
  .cid-ujY1OGZR5y .row > div {
    margin: auto;
  }
  .cid-ujY1OGZR5y .social-row {
    justify-content: center;
  }
}
.cid-ujY1OGZR5y .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ujY1OGZR5y .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ujY1OGZR5y .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ujY1OGZR5y .list {
    margin-bottom: 0rem;
  }
}
.cid-ujY1OGZR5y .mbr-text {
  color: #bbbbbb;
}
.cid-ujY1OGZR5y .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ujY1OGZR5y .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ujY1OGZR5y div > *:last-child {
    margin-top: 0 !important;
  }
}
