.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #fff8ec;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Roboto Mono', monospace;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Lora', 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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((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;
}
@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: #0fcdec !important;
}
.bg-success {
  background-color: #21b06d !important;
}
.bg-info {
  background-color: #0abff0 !important;
}
.bg-warning {
  background-color: #d09c00 !important;
}
.bg-danger {
  background-color: #b11f2d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0fcdec !important;
  border-color: #0fcdec !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #3bd9f3 !important;
  border-color: #3bd9f3 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3bd9f3 !important;
  border-color: #3bd9f3 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0abff0 !important;
  border-color: #0abff0 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #36cef7 !important;
  border-color: #36cef7 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #36cef7 !important;
  border-color: #36cef7 !important;
}
.btn-success,
.btn-success:active {
  background-color: #21b06d !important;
  border-color: #21b06d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #2cd887 !important;
  border-color: #2cd887 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2cd887 !important;
  border-color: #2cd887 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d09c00 !important;
  border-color: #d09c00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffc004 !important;
  border-color: #ffc004 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffc004 !important;
  border-color: #ffc004 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b11f2d !important;
  border-color: #b11f2d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #da293a !important;
  border-color: #da293a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #da293a !important;
  border-color: #da293a !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: #0fcdec;
  color: #0fcdec;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0a869a !important;
  background-color: transparent !important;
  border-color: #0a869a !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0fcdec !important;
  border-color: #0fcdec !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #0c2c68;
  color: #0c2c68;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #030b1a !important;
  background-color: transparent !important;
  border-color: #030b1a !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0abff0;
  color: #0abff0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #077d9d !important;
  background-color: transparent !important;
  border-color: #077d9d !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0abff0 !important;
  border-color: #0abff0 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #21b06d;
  color: #21b06d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #136740 !important;
  background-color: transparent !important;
  border-color: #136740 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #21b06d !important;
  border-color: #21b06d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #d09c00;
  color: #d09c00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #795b00 !important;
  background-color: transparent !important;
  border-color: #795b00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d09c00 !important;
  border-color: #d09c00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #b11f2d;
  color: #b11f2d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #67121a !important;
  background-color: transparent !important;
  border-color: #67121a !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b11f2d !important;
  border-color: #b11f2d !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: #0fcdec !important;
}
.text-secondary {
  color: #0c2c68 !important;
}
.text-success {
  color: #21b06d !important;
}
.text-info {
  color: #0abff0 !important;
}
.text-warning {
  color: #d09c00 !important;
}
.text-danger {
  color: #b11f2d !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #097a8c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #01050d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #115a38 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #06718e !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #6a5000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #5a1017 !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: #0fcdec;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0abff0;
}
.alert-warning {
  background-color: #d09c00;
}
.alert-danger {
  background-color: #b11f2d;
}
.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: #0fcdec;
  border-color: #0fcdec;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0fcdec;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cbf5fc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #6de4ac;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c9f2fd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe79d;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56b76;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Lora', 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: #0fcdec !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lora', 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: #0fcdec;
}
/* 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: #0fcdec;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0fcdec;
}
.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: #0fcdec;
  border-bottom-color: #0fcdec;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #0fcdec !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #0c2c68 !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='%230fcdec' %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-uvyDtozvOn {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uvyDtozvOn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uvyDtozvOn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uvyDtozvOn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvyDtozvOn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uvyDtozvOn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvyDtozvOn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvyDtozvOn .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uvyDtozvOn .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uvyDtozvOn .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uvyDtozvOn .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uvyDtozvOn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uvyDtozvOn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uvyDtozvOn .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uvyDtozvOn .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uvyDtozvOn .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uvyDtozvOn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uvyDtozvOn .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uvyDtozvOn .navbar-logo {
    padding-left: 0;
  }
}
.cid-uvyDtozvOn .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uvyDtozvOn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uvyDtozvOn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uvyDtozvOn .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: #edefeb !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uvyDtozvOn .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvyDtozvOn .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uvyDtozvOn .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvyDtozvOn .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
  background: #edefeb !important;
}
.cid-uvyDtozvOn .nav-item:focus,
.cid-uvyDtozvOn .nav-link:focus {
  outline: none;
}
.cid-uvyDtozvOn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvyDtozvOn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvyDtozvOn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvyDtozvOn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvyDtozvOn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvyDtozvOn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvyDtozvOn .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uvyDtozvOn .navbar.opened {
  transition: all 0.3s;
}
.cid-uvyDtozvOn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvyDtozvOn .navbar .navbar-logo img {
  width: auto;
}
.cid-uvyDtozvOn .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uvyDtozvOn .navbar.collapsed {
  justify-content: center;
}
.cid-uvyDtozvOn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvyDtozvOn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvyDtozvOn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uvyDtozvOn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvyDtozvOn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvyDtozvOn .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-uvyDtozvOn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvyDtozvOn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvyDtozvOn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uvyDtozvOn .navbar {
    min-height: 72px;
  }
  .cid-uvyDtozvOn .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uvyDtozvOn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvyDtozvOn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvyDtozvOn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvyDtozvOn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvyDtozvOn .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-uvyDtozvOn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvyDtozvOn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uvyDtozvOn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvyDtozvOn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvyDtozvOn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uvyDtozvOn .dropdown-item.active,
.cid-uvyDtozvOn .dropdown-item:active {
  background-color: transparent;
}
.cid-uvyDtozvOn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvyDtozvOn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvyDtozvOn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvyDtozvOn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uvyDtozvOn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uvyDtozvOn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uvyDtozvOn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvyDtozvOn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uvyDtozvOn .navbar-buttons {
    text-align: left;
  }
}
.cid-uvyDtozvOn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvyDtozvOn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #50941b;
}
.cid-uvyDtozvOn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvyDtozvOn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvyDtozvOn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvyDtozvOn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvyDtozvOn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvyDtozvOn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvyDtozvOn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvyDtozvOn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvyDtozvOn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uvyDtozvOn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvyDtozvOn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uvyDtozvOn .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvyDtozvOn .navbar {
    height: 70px;
  }
  .cid-uvyDtozvOn .navbar.opened {
    height: auto;
  }
  .cid-uvyDtozvOn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvyDtozvOn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uvyDtozvOn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uvyDtozvOn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uvyDtozvOn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uvyDtozvOn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uvyDtozvOn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uvyDtozvOn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uvyDtozvOn .navbar-brand {
    margin-right: auto;
  }
  .cid-uvyDtozvOn .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: #edefeb !important;
    background: #edefeb !important;
    backdrop-filter: blur(8px);
  }
  .cid-uvyDtozvOn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uvyDtozvOn .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uvyDtozvOn .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uvyDtozvOn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uvyDtozvOn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uvyDtozvOn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uvyDtozvOn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uvyDtozvOn .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uvyDtozvOn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uvyDtozvOn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-us294AZVKl {
  padding-top: 23rem;
  padding-bottom: 12rem;
}
.cid-us294AZVKl .mbr-fallback-image.disabled {
  display: none;
}
.cid-us294AZVKl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-us2am1ArQg {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-us2am1ArQg .mbr-fallback-image.disabled {
  display: none;
}
.cid-us2am1ArQg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us2am1ArQg .mbr-text {
  color: #000000;
}
.cid-us2am1ArQg .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-us2am1ArQg .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-us2am1ArQg .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-us2am1ArQg .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-us2am1ArQg .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-us2am1ArQg .main-button {
    margin-bottom: 2rem;
  }
}
.cid-us2am1ArQg .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-us2am1ArQg .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-us2am1ArQg .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-us2am1ArQg .mbr-text UL {
  text-align: left;
}
.cid-us2am1ArQg .mbr-section-subtitle,
.cid-us2am1ArQg .main-button {
  color: #000000;
}
.cid-us2am1ArQg .mbr-section-title {
  color: #50941b;
}
.cid-us2am1ArQg .mbr-text DIV {
  text-align: left;
}
.cid-us2mH6mk6b {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-us2mH6mk6b .mbr-fallback-image.disabled {
  display: none;
}
.cid-us2mH6mk6b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us2mH6mk6b .mbr-text {
  color: #000000;
}
.cid-us2mH6mk6b .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-us2mH6mk6b .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-us2mH6mk6b .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-us2mH6mk6b .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-us2mH6mk6b .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-us2mH6mk6b .main-button {
    margin-bottom: 2rem;
  }
}
.cid-us2mH6mk6b .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-us2mH6mk6b .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-us2mH6mk6b .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-us2mH6mk6b .mbr-text UL {
  text-align: left;
}
.cid-us2mH6mk6b .mbr-section-subtitle,
.cid-us2mH6mk6b .main-button {
  color: #000000;
}
.cid-us2mH6mk6b .mbr-section-title {
  color: #50941b;
}
.cid-us2nSPD5z0 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-us2nSPD5z0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-us2nSPD5z0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us2nSPD5z0 .mbr-text {
  color: #000000;
}
.cid-us2nSPD5z0 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-us2nSPD5z0 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-us2nSPD5z0 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-us2nSPD5z0 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-us2nSPD5z0 .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-us2nSPD5z0 .main-button {
    margin-bottom: 2rem;
  }
}
.cid-us2nSPD5z0 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-us2nSPD5z0 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-us2nSPD5z0 .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-us2nSPD5z0 .mbr-text UL {
  text-align: left;
}
.cid-us2nSPD5z0 .mbr-section-subtitle,
.cid-us2nSPD5z0 .main-button {
  color: #000000;
}
.cid-us2nSPD5z0 .mbr-section-title {
  color: #50941b;
}
.cid-uvfuAtGvUe {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uvfuAtGvUe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvfuAtGvUe .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uvfuAtGvUe .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvfuAtGvUe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uvfuAtGvUe .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #edefeb;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #50941b;
  height: 80px;
  border-radius: 50%;
}
.cid-uvfuAtGvUe .card-title,
.cid-uvfuAtGvUe .iconfont-wrapper,
.cid-uvfuAtGvUe .card-text {
  color: #000000;
  text-align: center;
}
.cid-uvfuAtGvUe .content-head {
  max-width: 800px;
}
.cid-uvfuAtGvUe .mbr-section-title {
  color: #000000;
}
.cid-uvfuAtGvUe .mbr-section-btn {
  text-align: center;
}
.cid-uvfuAtGvUe .card-title,
.cid-uvfuAtGvUe .iconfont-wrapper {
  color: #264e97;
}
.cid-us2yqI0LU9 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/w-1600x1066.jpg");
}
.cid-us2yqI0LU9 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-us2yqI0LU9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-us2yqI0LU9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us2yqI0LU9 .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-us2yqI0LU9 .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-us2yqI0LU9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0.5rem;
  }
}
.cid-us2yqI0LU9 .card-title,
.cid-us2yqI0LU9 .iconfont-wrapper {
  color: #264e97;
}
.cid-us2yqI0LU9 .content-head {
  max-width: 800px;
}
.cid-us2yqI0LU9 .mbr-section-title {
  color: #50941b;
}
.cid-us2yqI0LU9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-us2yqI0LU9 .card-text {
  color: #000000;
}
.cid-us2yqI0LU9 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-us2yqI0LU9 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uvfMFzdwrZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uvfMFzdwrZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvfMFzdwrZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvfMFzdwrZ .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uvfMFzdwrZ .item-mb {
    margin-bottom: 0;
  }
}
.cid-uvfMFzdwrZ .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uvfMFzdwrZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uvfMFzdwrZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uvfMFzdwrZ .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #50941b;
  height: 80px;
  border-radius: 50%;
}
.cid-uvfMFzdwrZ .mbr-section-title {
  color: #50941b;
}
.cid-uvfMFzdwrZ .mbr-section-subtitle {
  color: #264e97;
}
.cid-uvfMFzdwrZ .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uvfMFzdwrZ .card-box .item-footer {
  margin-top: auto;
}
.cid-uvfMFzdwrZ .content-head {
  max-width: 800px;
}
.cid-uvfMFzdwrZ .card-text {
  text-align: center;
  color: #000000;
}
.cid-uvfMFzdwrZ .card-title,
.cid-uvfMFzdwrZ .iconfont-wrapper {
  color: #264e97;
  text-align: center;
}
.cid-us294s6X5S {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/h-2000x2000-815-2000x2000.jpg");
}
.cid-us294s6X5S .mbr-fallback-image.disabled {
  display: none;
}
.cid-us294s6X5S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us294s6X5S .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-us294s6X5S .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-us294s6X5S .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-us294s6X5S .card-wrapper {
    padding: 4rem;
  }
}
.cid-us294s6X5S .mbr-text,
.cid-us294s6X5S .mbr-section-btn {
  text-align: left;
}
.cid-us294s6X5S .card-title {
  color: #50941b;
}
.cid-us294wHE40 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-us294wHE40 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-us294wHE40 .item-wrapper {
  margin-bottom: 2rem;
}
.cid-us294wHE40 .card-title,
.cid-us294wHE40 .iconfont-wrapper {
  color: #000000;
}
.cid-us294wHE40 .card-text {
  color: #264e97;
  text-align: center;
}
.cid-us294wHE40 .content-head {
  max-width: 800px;
}
.cid-us294wHE40 .mbr-section-title {
  color: #50941b;
}
.cid-us294wHE40 .card-title,
.cid-us294wHE40 .img-wrapper {
  text-align: center;
  color: #50941b;
}
.cid-us294wHE40 .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-us294ErfPk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-us294ErfPk .mbr-fallback-image.disabled {
  display: none;
}
.cid-us294ErfPk .item-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-us294ErfPk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us294ErfPk .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-us294ErfPk .card-title,
.cid-us294ErfPk .iconfont-wrapper,
.cid-us294ErfPk .card-text {
  color: #000000;
  text-align: center;
}
.cid-us294ErfPk .content-head {
  max-width: 800px;
}
.cid-us294ErfPk .mbr-section-title {
  color: #000000;
}
.cid-us294ErfPk .mbr-section-btn {
  text-align: center;
}
.cid-us294ErfPk .card-title,
.cid-us294ErfPk .iconfont-wrapper {
  color: #0496FF;
}
.cid-us294ErfPk .card-text,
.cid-us294ErfPk .mbr-section-btn {
  color: #264e97;
}
.cid-us294GCfpk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-us294GCfpk .item:focus,
.cid-us294GCfpk span:focus {
  outline: none;
}
.cid-us294GCfpk .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-us294GCfpk .content-head {
  max-width: 800px;
}
.cid-us294GCfpk .item {
  color: #264e97;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-us294GCfpk .item {
    min-height: 45px;
  }
}
.cid-uxxBj0RlU1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #edefeb;
}
.cid-uxxBj0RlU1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxxBj0RlU1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxxBj0RlU1 .mbr-section-btn {
  opacity: 0;
  transition-delay: 0.1s;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-uxxBj0RlU1 .content-head {
  max-width: 800px;
}
.cid-uxxBj0RlU1 .card1 {
  background-image: url("../../../assets/images/lafayette-614x794.png");
  background-size: cover;
  background-position: center center;
}
.cid-uxxBj0RlU1 .card1:before {
  background: #264e97;
}
.cid-uxxBj0RlU1 .card2 {
  background-image: url("../../../assets/images/sierra-614x844.png");
  background-size: cover;
  background-position: center center;
}
.cid-uxxBj0RlU1 .card2:before {
  background: #50941b;
}
.cid-uxxBj0RlU1 .card3 {
  background-image: url("../../../assets/images/iguazu-614x794.png");
  background-size: cover;
  background-position: center center;
}
.cid-uxxBj0RlU1 .card3:before {
  background: #264e97;
}
.cid-uxxBj0RlU1 .card4 {
  background-image: url("../../../assets/images/bca-614x794.png");
  background-size: cover;
  background-position: center center;
}
.cid-uxxBj0RlU1 .card4:before {
  background: #50941b;
}
.cid-uxxBj0RlU1 .content-wrap {
  margin: auto;
  display: flex;
  height: 100%;
}
.cid-uxxBj0RlU1 .card-wrap {
  border-radius: inherit;
  height: 400px;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uxxBj0RlU1 .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uxxBj0RlU1 .card-wrap:before {
  content: "";
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-delay: 0.1s;
  opacity: 0;
}
.cid-uxxBj0RlU1 .card {
  transition: transform 0.6s;
}
.cid-uxxBj0RlU1 .card:hover .card-wrap,
.cid-uxxBj0RlU1 .card:focus-within .card-wrap {
  transform: rotateY(180deg);
}
.cid-uxxBj0RlU1 .card:hover .card-wrap:before,
.cid-uxxBj0RlU1 .card:focus-within .card-wrap:before {
  opacity: 1;
}
.cid-uxxBj0RlU1 .card:hover .mbr-section-btn,
.cid-uxxBj0RlU1 .card:focus-within .mbr-section-btn {
  opacity: 1;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .cid-uxxBj0RlU1 .card:hover .card-wrap {
    transform: none;
  }
  .cid-uxxBj0RlU1 .card:hover .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uxxBj0RlU1 .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uxxBj0RlU1 .card-wrap:hover {
    transform: none;
  }
  .cid-uxxBj0RlU1 .card-wrap:hover .mbr-section-btn {
    transform: none;
  }
  .cid-uxxBj0RlU1 .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uxxBj0RlU1 .mbr-section-title {
  color: #50941b;
}
.cid-uxxFgsGPhb {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #edefeb;
}
.cid-uxxFgsGPhb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxxFgsGPhb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxxFgsGPhb .mbr-section-btn {
  opacity: 0;
  transition-delay: 0.1s;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-uxxFgsGPhb .content-head {
  max-width: 800px;
}
.cid-uxxFgsGPhb .card1 {
  background-image: url("../../../assets/images/sabana-614x794.png");
  background-size: cover;
  background-position: center center;
}
.cid-uxxFgsGPhb .card1:before {
  background: #264e97;
}
.cid-uxxFgsGPhb .card2 {
  background-image: url("../../../assets/images/ibaraki-614x794.png");
  background-size: cover;
  background-position: center center;
}
.cid-uxxFgsGPhb .card2:before {
  background: #50941b;
}
.cid-uxxFgsGPhb .card3 {
  background-image: url("../../../assets/images/zkteco-614x794.png");
  background-size: cover;
  background-position: center center;
}
.cid-uxxFgsGPhb .card3:before {
  background: #264e97;
}
.cid-uxxFgsGPhb .card4 {
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
  background-size: cover;
  background-position: center center;
}
.cid-uxxFgsGPhb .card4:before {
  background: #50941b;
}
.cid-uxxFgsGPhb .content-wrap {
  margin: auto;
  display: flex;
  height: 100%;
}
.cid-uxxFgsGPhb .card-wrap {
  border-radius: inherit;
  height: 400px;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uxxFgsGPhb .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uxxFgsGPhb .card-wrap:before {
  content: "";
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-delay: 0.1s;
  opacity: 0;
}
.cid-uxxFgsGPhb .card {
  transition: transform 0.6s;
}
.cid-uxxFgsGPhb .card:hover .card-wrap,
.cid-uxxFgsGPhb .card:focus-within .card-wrap {
  transform: rotateY(180deg);
}
.cid-uxxFgsGPhb .card:hover .card-wrap:before,
.cid-uxxFgsGPhb .card:focus-within .card-wrap:before {
  opacity: 1;
}
.cid-uxxFgsGPhb .card:hover .mbr-section-btn,
.cid-uxxFgsGPhb .card:focus-within .mbr-section-btn {
  opacity: 1;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .cid-uxxFgsGPhb .card:hover .card-wrap {
    transform: none;
  }
  .cid-uxxFgsGPhb .card:hover .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uxxFgsGPhb .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uxxFgsGPhb .card-wrap:hover {
    transform: none;
  }
  .cid-uxxFgsGPhb .card-wrap:hover .mbr-section-btn {
    transform: none;
  }
  .cid-uxxFgsGPhb .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uxxFgsGPhb .mbr-section-title {
  color: #50941b;
}
.cid-us294Mp5uH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-us294Mp5uH .mbr-fallback-image.disabled {
  display: none;
}
.cid-us294Mp5uH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us294Mp5uH .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-us294Mp5uH .bg-facebook:hover {
  background: #0b60cb;
}
.cid-us294Mp5uH .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-us294Mp5uH .bg-twitter:hover {
  background: #0c85d0;
}
.cid-us294Mp5uH .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-us294Mp5uH .bg-instagram:hover {
  background: #bd005c;
}
.cid-us294Mp5uH .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-us294Mp5uH .bg-linkedin:hover {
  background: #005582;
}
.cid-us294Mp5uH .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-us294Mp5uH .bg-youtube:hover {
  background: #cc0000;
}
.cid-us294Mp5uH .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-us294Mp5uH [class^="socicon-"]:before,
.cid-us294Mp5uH [class*=" socicon-"]:before {
  line-height: 55px;
  padding: 0.6rem;
}
.cid-us294Mp5uH .mbr-section-title,
.cid-us294Mp5uH .social-list {
  color: #50941b;
}
.cid-uvXODzj2PV {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uvXODzj2PV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uvXODzj2PV form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uvXODzj2PV form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uvXODzj2PV form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uvXODzj2PV .content-head {
  max-width: 800px;
}
.cid-uvXODzj2PV .mbr-section-title {
  color: #50941b;
}
.cid-uvXODzj2PV .mbr-section-subtitle {
  color: #264e97;
  text-align: center;
}
.cid-uvfP4buAmK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-uvfP4buAmK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvfP4buAmK .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-uvfP4buAmK .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvfP4buAmK .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uvfP4buAmK .google-map {
  height: 100%;
  position: relative;
}
.cid-uvfP4buAmK .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uvfP4buAmK .google-map iframe {
    min-height: 350px;
  }
}
.cid-uvfP4buAmK .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-uvfP4buAmK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uvfP4buAmK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uvfP4buAmK .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uvfP4buAmK .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uvfP4buAmK .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uvfP4buAmK ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uvfP4buAmK .content-head {
  max-width: 800px;
}
.cid-uvfP4buAmK .cardTitle {
  color: #50941b;
  text-align: center;
}
.cid-uvfP4buAmK .list,
.cid-uvfP4buAmK .item-wrap {
  color: #264e97;
}
.cid-uvOzT3M7JX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #264e97;
  overflow: hidden;
}
.cid-uvyDtozvOn {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uvyDtozvOn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uvyDtozvOn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uvyDtozvOn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvyDtozvOn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uvyDtozvOn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvyDtozvOn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvyDtozvOn .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uvyDtozvOn .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uvyDtozvOn .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uvyDtozvOn .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uvyDtozvOn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uvyDtozvOn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uvyDtozvOn .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uvyDtozvOn .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uvyDtozvOn .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uvyDtozvOn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uvyDtozvOn .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uvyDtozvOn .navbar-logo {
    padding-left: 0;
  }
}
.cid-uvyDtozvOn .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uvyDtozvOn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uvyDtozvOn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uvyDtozvOn .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: #edefeb !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uvyDtozvOn .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvyDtozvOn .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uvyDtozvOn .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvyDtozvOn .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
  background: #edefeb !important;
}
.cid-uvyDtozvOn .nav-item:focus,
.cid-uvyDtozvOn .nav-link:focus {
  outline: none;
}
.cid-uvyDtozvOn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvyDtozvOn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvyDtozvOn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvyDtozvOn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvyDtozvOn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvyDtozvOn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvyDtozvOn .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uvyDtozvOn .navbar.opened {
  transition: all 0.3s;
}
.cid-uvyDtozvOn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvyDtozvOn .navbar .navbar-logo img {
  width: auto;
}
.cid-uvyDtozvOn .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uvyDtozvOn .navbar.collapsed {
  justify-content: center;
}
.cid-uvyDtozvOn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvyDtozvOn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvyDtozvOn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uvyDtozvOn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvyDtozvOn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvyDtozvOn .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-uvyDtozvOn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvyDtozvOn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvyDtozvOn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uvyDtozvOn .navbar {
    min-height: 72px;
  }
  .cid-uvyDtozvOn .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uvyDtozvOn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvyDtozvOn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvyDtozvOn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvyDtozvOn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvyDtozvOn .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-uvyDtozvOn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvyDtozvOn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uvyDtozvOn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvyDtozvOn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvyDtozvOn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uvyDtozvOn .dropdown-item.active,
.cid-uvyDtozvOn .dropdown-item:active {
  background-color: transparent;
}
.cid-uvyDtozvOn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvyDtozvOn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvyDtozvOn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvyDtozvOn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uvyDtozvOn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uvyDtozvOn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uvyDtozvOn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvyDtozvOn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uvyDtozvOn .navbar-buttons {
    text-align: left;
  }
}
.cid-uvyDtozvOn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvyDtozvOn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #50941b;
}
.cid-uvyDtozvOn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvyDtozvOn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvyDtozvOn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvyDtozvOn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvyDtozvOn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvyDtozvOn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvyDtozvOn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvyDtozvOn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvyDtozvOn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uvyDtozvOn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvyDtozvOn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uvyDtozvOn .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvyDtozvOn .navbar {
    height: 70px;
  }
  .cid-uvyDtozvOn .navbar.opened {
    height: auto;
  }
  .cid-uvyDtozvOn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvyDtozvOn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uvyDtozvOn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uvyDtozvOn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uvyDtozvOn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uvyDtozvOn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uvyDtozvOn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uvyDtozvOn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uvyDtozvOn .navbar-brand {
    margin-right: auto;
  }
  .cid-uvyDtozvOn .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: #edefeb !important;
    background: #edefeb !important;
    backdrop-filter: blur(8px);
  }
  .cid-uvyDtozvOn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uvyDtozvOn .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uvyDtozvOn .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uvyDtozvOn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uvyDtozvOn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uvyDtozvOn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uvyDtozvOn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uvyDtozvOn .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uvyDtozvOn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uvyDtozvOn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-useEkbI37I {
  padding-top: 19rem;
  padding-bottom: 12rem;
}
.cid-useEkbI37I .mbr-fallback-image.disabled {
  display: none;
}
.cid-useEkbI37I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uvP3dZ410G {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uvP3dZ410G .mbr-text {
  color: #000000;
}
.cid-uvP3dZ410G .mbr-section-subtitle {
  color: #50941b;
  text-align: left;
}
.cid-uweuFdMRTm {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/011-2000x1217.jpg");
}
.cid-uweuFdMRTm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uweuFdMRTm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvm6ENHzic {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uvm6ENHzic .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvm6ENHzic .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-uvm6ENHzic .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvm6ENHzic .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uvm6ENHzic .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uvm6ENHzic .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uvm6ENHzic .mbr-section-title {
  color: #50941b;
}
.cid-uvm6ENHzic .mbr-text,
.cid-uvm6ENHzic .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uvstW8cvh5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #edefeb;
}
.cid-uvstW8cvh5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvstW8cvh5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvstW8cvh5 .mbr-section-btn {
  opacity: 0;
  transition-delay: 0.1s;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-uvstW8cvh5 .content-head {
  max-width: 800px;
}
.cid-uvstW8cvh5 .card1 {
  background-image: url("../../../assets/images/2-3-1080x1080.png");
  background-size: cover;
  background-position: center center;
}
.cid-uvstW8cvh5 .card1:before {
  background: #264e97;
}
.cid-uvstW8cvh5 .card2 {
  background-image: url("../../../assets/images/10-3-1080x1080.png");
  background-size: cover;
  background-position: center center;
}
.cid-uvstW8cvh5 .card2:before {
  background: #50941b;
}
.cid-uvstW8cvh5 .card3 {
  background-image: url("../../../assets/images/2-1-1080x1080.png");
  background-size: cover;
  background-position: center center;
}
.cid-uvstW8cvh5 .card3:before {
  background: #264e97;
}
.cid-uvstW8cvh5 .card4 {
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
  background-size: cover;
  background-position: center center;
}
.cid-uvstW8cvh5 .card4:before {
  background: #50941b;
}
.cid-uvstW8cvh5 .content-wrap {
  margin: auto;
  display: flex;
  height: 100%;
}
.cid-uvstW8cvh5 .card-wrap {
  border-radius: inherit;
  height: 400px;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uvstW8cvh5 .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uvstW8cvh5 .card-wrap:before {
  content: "";
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-delay: 0.1s;
  opacity: 0;
}
.cid-uvstW8cvh5 .card {
  transition: transform 0.6s;
}
.cid-uvstW8cvh5 .card:hover .card-wrap,
.cid-uvstW8cvh5 .card:focus-within .card-wrap {
  transform: rotateY(180deg);
}
.cid-uvstW8cvh5 .card:hover .card-wrap:before,
.cid-uvstW8cvh5 .card:focus-within .card-wrap:before {
  opacity: 1;
}
.cid-uvstW8cvh5 .card:hover .mbr-section-btn,
.cid-uvstW8cvh5 .card:focus-within .mbr-section-btn {
  opacity: 1;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .cid-uvstW8cvh5 .card:hover .card-wrap {
    transform: none;
  }
  .cid-uvstW8cvh5 .card:hover .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uvstW8cvh5 .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uvstW8cvh5 .card-wrap:hover {
    transform: none;
  }
  .cid-uvstW8cvh5 .card-wrap:hover .mbr-section-btn {
    transform: none;
  }
  .cid-uvstW8cvh5 .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uyhqGWIeMf {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #edefeb;
}
.cid-uyhqGWIeMf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyhqGWIeMf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyhqGWIeMf .mbr-section-btn {
  opacity: 0;
  transition-delay: 0.1s;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-uyhqGWIeMf .content-head {
  max-width: 800px;
}
.cid-uyhqGWIeMf .card1 {
  background-image: url("../../../assets/images/11-2-1080x1080.png");
  background-size: cover;
  background-position: center center;
}
.cid-uyhqGWIeMf .card1:before {
  background: #50941b;
}
.cid-uyhqGWIeMf .card2 {
  background-image: url("../../../assets/images/6-1080x1080.png");
  background-size: cover;
  background-position: center center;
}
.cid-uyhqGWIeMf .card2:before {
  background: #264e97;
}
.cid-uyhqGWIeMf .card3 {
  background-image: url("../../../assets/images/5-1080x1080.png");
  background-size: cover;
  background-position: center center;
}
.cid-uyhqGWIeMf .card3:before {
  background: #50941b;
}
.cid-uyhqGWIeMf .card4 {
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
  background-size: cover;
  background-position: center center;
}
.cid-uyhqGWIeMf .card4:before {
  background: #264e97;
}
.cid-uyhqGWIeMf .content-wrap {
  margin: auto;
  display: flex;
  height: 100%;
}
.cid-uyhqGWIeMf .card-wrap {
  border-radius: inherit;
  height: 400px;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uyhqGWIeMf .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uyhqGWIeMf .card-wrap:before {
  content: "";
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-delay: 0.1s;
  opacity: 0;
}
.cid-uyhqGWIeMf .card {
  transition: transform 0.6s;
}
.cid-uyhqGWIeMf .card:hover .card-wrap,
.cid-uyhqGWIeMf .card:focus-within .card-wrap {
  transform: rotateY(180deg);
}
.cid-uyhqGWIeMf .card:hover .card-wrap:before,
.cid-uyhqGWIeMf .card:focus-within .card-wrap:before {
  opacity: 1;
}
.cid-uyhqGWIeMf .card:hover .mbr-section-btn,
.cid-uyhqGWIeMf .card:focus-within .mbr-section-btn {
  opacity: 1;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .cid-uyhqGWIeMf .card:hover .card-wrap {
    transform: none;
  }
  .cid-uyhqGWIeMf .card:hover .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uyhqGWIeMf .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uyhqGWIeMf .card-wrap:hover {
    transform: none;
  }
  .cid-uyhqGWIeMf .card-wrap:hover .mbr-section-btn {
    transform: none;
  }
  .cid-uyhqGWIeMf .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uvlmTu8or1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uvlmTu8or1 h6 {
  line-height: 1.2;
}
.cid-uvlmTu8or1 img,
.cid-uvlmTu8or1 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uvlmTu8or1 .item:focus,
.cid-uvlmTu8or1 span:focus {
  outline: none;
}
.cid-uvlmTu8or1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uvlmTu8or1 .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uvlmTu8or1 .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-uvlmTu8or1 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uvlmTu8or1 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uvlmTu8or1 .mbr-section-title {
  color: #50941b;
}
.cid-uvlmTu8or1 .mbr-text,
.cid-uvlmTu8or1 .mbr-section-btn {
  color: #000000;
}
.cid-uvlmTu8or1 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uvlmTu8or1 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uvlmTu8or1 .item-text {
  color: #000000;
  text-align: center;
}
.cid-uvlmTu8or1 .content-head {
  max-width: 800px;
}
.cid-uvlmTu8or1 .item-title,
.cid-uvlmTu8or1 .mbr-section-btn {
  color: #264e97;
}
.cid-uvXvVIv8qX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uvXvVIv8qX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvXvVIv8qX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvXvVIv8qX .mbr-section-title {
  color: #50941b;
}
.cid-uvlSniNOJk {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-uvlSniNOJk .carousel {
  width: 100%;
}
.cid-uvlSniNOJk .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uvlSniNOJk .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-uvlSniNOJk img,
.cid-uvlSniNOJk .item-wrapper {
  border-radius: 0 !important;
}
.cid-uvlSniNOJk .carousel-caption {
  bottom: 40px;
}
.cid-uvlSniNOJk .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uvlSniNOJk .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uvlSniNOJk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uvlSniNOJk .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uvlSniNOJk .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uvlSniNOJk .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uvlSniNOJk .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uvlSniNOJk .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-uvlSniNOJk .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvlSniNOJk .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvlSniNOJk .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uvlSniNOJk .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uvlSniNOJk .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-uvlSniNOJk .carousel-indicators li.active,
.cid-uvlSniNOJk .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uvlSniNOJk .carousel-indicators li::after,
.cid-uvlSniNOJk .carousel-indicators li::before {
  content: none;
}
.cid-uvlSniNOJk .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uvlSniNOJk .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uvlSniNOJk .mbr-section-subtitle,
  .cid-uvlSniNOJk .mbr-section-text,
  .cid-uvlSniNOJk .mbr-section-btn {
    text-align: center;
  }
}
.cid-uvXvXIXPBl {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uvXvXIXPBl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvXvXIXPBl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvXvXIXPBl .mbr-section-title {
  color: #50941b;
}
.cid-uvycC1mOgc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uvycC1mOgc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvycC1mOgc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvycC1mOgc .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uvycC1mOgc .card-wrapper {
    padding: 1.5rem;
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvycC1mOgc .card-wrapper {
    padding: 2.25rem;
    padding-top: 21rem;
    padding-bottom: 21rem;
  }
}
@media (min-width: 992px) {
  .cid-uvycC1mOgc .card-wrapper {
    padding: 4rem;
    padding-top: 21rem;
    padding-bottom: 21rem;
  }
}
.cid-uvycC1mOgc .wrap {
  background: url("../../../assets/images/sf22-1279x897.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uvycC1mOgc .wrap .inner-wrap {
  padding: 40px;
}
.cid-uvycC1mOgc .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uvycC1mOgc .mbr-text {
  color: #000000;
}
.cid-uvycC1mOgc .mbr-text,
.cid-uvycC1mOgc .mbr-section-btn {
  color: #ffffff;
}
.cid-uvycC1mOgc .mbr-description {
  color: #264e97;
}
.cid-uvOJX9IxXC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uvOJX9IxXC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvOJX9IxXC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvOJX9IxXC .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uvOJX9IxXC .item-mb {
    margin-bottom: 0;
  }
}
.cid-uvOJX9IxXC .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uvOJX9IxXC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uvOJX9IxXC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uvOJX9IxXC .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #264e97;
  height: 80px;
  border-radius: 50%;
}
.cid-uvOJX9IxXC .mbr-section-title {
  color: #d70081;
}
.cid-uvOJX9IxXC .mbr-section-subtitle {
  color: #232323;
}
.cid-uvOJX9IxXC .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uvOJX9IxXC .card-box .item-footer {
  margin-top: auto;
}
.cid-uvOJX9IxXC .content-head {
  max-width: 800px;
}
.cid-uvOJX9IxXC .card-title,
.cid-uvOJX9IxXC .iconfont-wrapper {
  color: #50941b;
}
.cid-uwp2zkovEa {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uwp2zkovEa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwp2zkovEa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwp2zkovEa .mbr-section-title {
  color: #50941b;
}
.cid-uvP3qdqYal {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uvP3qdqYal .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uvP3qdqYal img,
.cid-uvP3qdqYal .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uvP3qdqYal .item:focus,
.cid-uvP3qdqYal span:focus {
  outline: none;
}
.cid-uvP3qdqYal .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uvP3qdqYal .item {
    margin-bottom: 1rem;
  }
}
.cid-uvP3qdqYal .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uvP3qdqYal .mbr-section-title {
  color: #50941b;
  text-align: center;
}
.cid-uvP3qdqYal .mbr-text,
.cid-uvP3qdqYal .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-uvP3qdqYal .item-title {
  color: #264e97;
  text-align: center;
}
.cid-uvP3qdqYal .content-head {
  max-width: 800px;
}
.cid-useMFziTjg {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-useMFziTjg .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-useMFziTjg .mbr-fallback-image.disabled {
  display: none;
}
.cid-useMFziTjg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-useMFziTjg .item-wrapper {
  background: #dce3d7;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-useMFziTjg .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-useMFziTjg .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0.5rem;
  }
}
.cid-useMFziTjg .card-title,
.cid-useMFziTjg .iconfont-wrapper {
  color: #50941b;
  text-align: center;
}
.cid-useMFziTjg .content-head {
  max-width: 800px;
}
.cid-useMFziTjg .mbr-section-title {
  color: #50941b;
}
.cid-useMFziTjg .mbr-section-subtitle {
  color: #264e97;
}
.cid-useMFziTjg .card-text {
  color: #0c2c68;
  text-align: left;
}
.cid-useMFziTjg .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-useMFziTjg .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uyhBdFgvWr {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #edefeb;
}
.cid-uyhBdFgvWr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyhBdFgvWr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyhBdFgvWr .mbr-section-btn {
  opacity: 0;
  transition-delay: 0.1s;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-uyhBdFgvWr .content-head {
  max-width: 800px;
}
.cid-uyhBdFgvWr .card1 {
  background-image: url("../../../assets/images/lafayette-614x794.png");
  background-size: cover;
  background-position: center center;
}
.cid-uyhBdFgvWr .card1:before {
  background: #264e97;
}
.cid-uyhBdFgvWr .card2 {
  background-image: url("../../../assets/images/sierra-614x844.png");
  background-size: cover;
  background-position: center center;
}
.cid-uyhBdFgvWr .card2:before {
  background: #50941b;
}
.cid-uyhBdFgvWr .card3 {
  background-image: url("../../../assets/images/iguazu-614x794.png");
  background-size: cover;
  background-position: center center;
}
.cid-uyhBdFgvWr .card3:before {
  background: #264e97;
}
.cid-uyhBdFgvWr .card4 {
  background-image: url("../../../assets/images/bca-614x794.png");
  background-size: cover;
  background-position: center center;
}
.cid-uyhBdFgvWr .card4:before {
  background: #50941b;
}
.cid-uyhBdFgvWr .content-wrap {
  margin: auto;
  display: flex;
  height: 100%;
}
.cid-uyhBdFgvWr .card-wrap {
  border-radius: inherit;
  height: 400px;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uyhBdFgvWr .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uyhBdFgvWr .card-wrap:before {
  content: "";
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-delay: 0.1s;
  opacity: 0;
}
.cid-uyhBdFgvWr .card {
  transition: transform 0.6s;
}
.cid-uyhBdFgvWr .card:hover .card-wrap,
.cid-uyhBdFgvWr .card:focus-within .card-wrap {
  transform: rotateY(180deg);
}
.cid-uyhBdFgvWr .card:hover .card-wrap:before,
.cid-uyhBdFgvWr .card:focus-within .card-wrap:before {
  opacity: 1;
}
.cid-uyhBdFgvWr .card:hover .mbr-section-btn,
.cid-uyhBdFgvWr .card:focus-within .mbr-section-btn {
  opacity: 1;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .cid-uyhBdFgvWr .card:hover .card-wrap {
    transform: none;
  }
  .cid-uyhBdFgvWr .card:hover .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uyhBdFgvWr .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uyhBdFgvWr .card-wrap:hover {
    transform: none;
  }
  .cid-uyhBdFgvWr .card-wrap:hover .mbr-section-btn {
    transform: none;
  }
  .cid-uyhBdFgvWr .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uyhBdFgvWr .mbr-section-title {
  color: #50941b;
}
.cid-uyhBgJzCTu {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #edefeb;
}
.cid-uyhBgJzCTu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyhBgJzCTu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyhBgJzCTu .mbr-section-btn {
  opacity: 0;
  transition-delay: 0.1s;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-uyhBgJzCTu .content-head {
  max-width: 800px;
}
.cid-uyhBgJzCTu .card1 {
  background-image: url("../../../assets/images/sabana-614x794.png");
  background-size: cover;
  background-position: center center;
}
.cid-uyhBgJzCTu .card1:before {
  background: #264e97;
}
.cid-uyhBgJzCTu .card2 {
  background-image: url("../../../assets/images/ibaraki-614x794.png");
  background-size: cover;
  background-position: center center;
}
.cid-uyhBgJzCTu .card2:before {
  background: #50941b;
}
.cid-uyhBgJzCTu .card3 {
  background-image: url("../../../assets/images/zkteco-614x794.png");
  background-size: cover;
  background-position: center center;
}
.cid-uyhBgJzCTu .card3:before {
  background: #264e97;
}
.cid-uyhBgJzCTu .card4 {
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
  background-size: cover;
  background-position: center center;
}
.cid-uyhBgJzCTu .card4:before {
  background: #50941b;
}
.cid-uyhBgJzCTu .content-wrap {
  margin: auto;
  display: flex;
  height: 100%;
}
.cid-uyhBgJzCTu .card-wrap {
  border-radius: inherit;
  height: 400px;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uyhBgJzCTu .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uyhBgJzCTu .card-wrap:before {
  content: "";
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-delay: 0.1s;
  opacity: 0;
}
.cid-uyhBgJzCTu .card {
  transition: transform 0.6s;
}
.cid-uyhBgJzCTu .card:hover .card-wrap,
.cid-uyhBgJzCTu .card:focus-within .card-wrap {
  transform: rotateY(180deg);
}
.cid-uyhBgJzCTu .card:hover .card-wrap:before,
.cid-uyhBgJzCTu .card:focus-within .card-wrap:before {
  opacity: 1;
}
.cid-uyhBgJzCTu .card:hover .mbr-section-btn,
.cid-uyhBgJzCTu .card:focus-within .mbr-section-btn {
  opacity: 1;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .cid-uyhBgJzCTu .card:hover .card-wrap {
    transform: none;
  }
  .cid-uyhBgJzCTu .card:hover .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uyhBgJzCTu .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uyhBgJzCTu .card-wrap:hover {
    transform: none;
  }
  .cid-uyhBgJzCTu .card-wrap:hover .mbr-section-btn {
    transform: none;
  }
  .cid-uyhBgJzCTu .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uyhBgJzCTu .mbr-section-title {
  color: #50941b;
}
.cid-useEkr08aZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-useEkr08aZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-useEkr08aZ .item-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-useEkr08aZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-useEkr08aZ .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-useEkr08aZ .card-title,
.cid-useEkr08aZ .iconfont-wrapper,
.cid-useEkr08aZ .card-text {
  color: #000000;
  text-align: center;
}
.cid-useEkr08aZ .content-head {
  max-width: 800px;
}
.cid-useEkr08aZ .mbr-section-title {
  color: #000000;
}
.cid-useEkr08aZ .mbr-section-btn {
  text-align: center;
}
.cid-useEkr08aZ .card-title,
.cid-useEkr08aZ .iconfont-wrapper {
  color: #264e97;
}
.cid-useEkr08aZ .card-text,
.cid-useEkr08aZ .mbr-section-btn {
  color: #264e97;
}
.cid-uyhBlap33r {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uyhBlap33r .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uyhBlap33r .item-wrapper {
  margin-bottom: 2rem;
}
.cid-uyhBlap33r .card-title,
.cid-uyhBlap33r .iconfont-wrapper {
  color: #000000;
}
.cid-uyhBlap33r .card-text {
  color: #264e97;
  text-align: center;
}
.cid-uyhBlap33r .content-head {
  max-width: 800px;
}
.cid-uyhBlap33r .mbr-section-title {
  color: #50941b;
}
.cid-uyhBlap33r .card-title,
.cid-uyhBlap33r .img-wrapper {
  text-align: center;
  color: #50941b;
}
.cid-uyhBlap33r .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uvOSUtn7KG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uvOSUtn7KG .item:focus,
.cid-uvOSUtn7KG span:focus {
  outline: none;
}
.cid-uvOSUtn7KG .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uvOSUtn7KG .content-head {
  max-width: 800px;
}
.cid-uvOSUtn7KG .item {
  color: #264e97;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-uvOSUtn7KG .item {
    min-height: 45px;
  }
}
.cid-useEktQdcL {
  background-image: url("../../../assets/images/whatsapp-image-2024-10-23-at-1.51.52-pm-1066x1600.jpg");
  overflow: hidden;
}
.cid-uvXFhP375V {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uvXFhP375V .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uvXFhP375V form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uvXFhP375V form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uvXFhP375V form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uvXFhP375V .content-head {
  max-width: 800px;
}
.cid-uvXFhP375V .mbr-section-title {
  color: #50941b;
}
.cid-uvXFhP375V .mbr-section-subtitle {
  color: #264e97;
}
.cid-uwTJ32tRZZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uwTJ32tRZZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwTJ32tRZZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwTJ32tRZZ .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uwTJ32tRZZ .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uwTJ32tRZZ .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uwTJ32tRZZ .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uwTJ32tRZZ .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uwTJ32tRZZ .bg-instagram:hover {
  background: #bd005c;
}
.cid-uwTJ32tRZZ .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uwTJ32tRZZ .bg-linkedin:hover {
  background: #005582;
}
.cid-uwTJ32tRZZ .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-uwTJ32tRZZ .bg-youtube:hover {
  background: #cc0000;
}
.cid-uwTJ32tRZZ .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uwTJ32tRZZ [class^="socicon-"]:before,
.cid-uwTJ32tRZZ [class*=" socicon-"]:before {
  line-height: 55px;
  padding: 0.6rem;
}
.cid-uwTJ32tRZZ .mbr-section-title,
.cid-uwTJ32tRZZ .social-list {
  color: #50941b;
}
.cid-uvOFbQtBN8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-uvOFbQtBN8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvOFbQtBN8 .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-uvOFbQtBN8 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvOFbQtBN8 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uvOFbQtBN8 .google-map {
  height: 100%;
  position: relative;
}
.cid-uvOFbQtBN8 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uvOFbQtBN8 .google-map iframe {
    min-height: 350px;
  }
}
.cid-uvOFbQtBN8 .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-uvOFbQtBN8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uvOFbQtBN8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uvOFbQtBN8 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uvOFbQtBN8 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uvOFbQtBN8 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uvOFbQtBN8 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uvOFbQtBN8 .content-head {
  max-width: 800px;
}
.cid-uvOFbQtBN8 .cardTitle {
  color: #50941b;
  text-align: center;
}
.cid-uvOFbQtBN8 .list,
.cid-uvOFbQtBN8 .item-wrap {
  color: #264e97;
}
.cid-uvOzT3M7JX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #264e97;
  overflow: hidden;
}
.cid-uvXK3E1x5O {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uvXK3E1x5O .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uvXK3E1x5O .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uvXK3E1x5O .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvXK3E1x5O .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uvXK3E1x5O .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvXK3E1x5O .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvXK3E1x5O .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uvXK3E1x5O .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uvXK3E1x5O .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uvXK3E1x5O .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uvXK3E1x5O .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uvXK3E1x5O .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uvXK3E1x5O .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uvXK3E1x5O .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uvXK3E1x5O .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uvXK3E1x5O .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uvXK3E1x5O .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uvXK3E1x5O .navbar-logo {
    padding-left: 0;
  }
}
.cid-uvXK3E1x5O .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uvXK3E1x5O .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uvXK3E1x5O .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uvXK3E1x5O .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: #edefeb !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uvXK3E1x5O .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvXK3E1x5O .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uvXK3E1x5O .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvXK3E1x5O .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
  background: #edefeb !important;
}
.cid-uvXK3E1x5O .nav-item:focus,
.cid-uvXK3E1x5O .nav-link:focus {
  outline: none;
}
.cid-uvXK3E1x5O .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvXK3E1x5O .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvXK3E1x5O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvXK3E1x5O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvXK3E1x5O .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvXK3E1x5O .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvXK3E1x5O .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uvXK3E1x5O .navbar.opened {
  transition: all 0.3s;
}
.cid-uvXK3E1x5O .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvXK3E1x5O .navbar .navbar-logo img {
  width: auto;
}
.cid-uvXK3E1x5O .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uvXK3E1x5O .navbar.collapsed {
  justify-content: center;
}
.cid-uvXK3E1x5O .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvXK3E1x5O .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvXK3E1x5O .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uvXK3E1x5O .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvXK3E1x5O .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvXK3E1x5O .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-uvXK3E1x5O .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvXK3E1x5O .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvXK3E1x5O .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uvXK3E1x5O .navbar {
    min-height: 72px;
  }
  .cid-uvXK3E1x5O .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uvXK3E1x5O .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvXK3E1x5O .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvXK3E1x5O .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvXK3E1x5O .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvXK3E1x5O .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-uvXK3E1x5O .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvXK3E1x5O .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uvXK3E1x5O .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvXK3E1x5O .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvXK3E1x5O .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uvXK3E1x5O .dropdown-item.active,
.cid-uvXK3E1x5O .dropdown-item:active {
  background-color: transparent;
}
.cid-uvXK3E1x5O .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvXK3E1x5O .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvXK3E1x5O .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvXK3E1x5O .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uvXK3E1x5O .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uvXK3E1x5O .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uvXK3E1x5O ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvXK3E1x5O .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uvXK3E1x5O .navbar-buttons {
    text-align: left;
  }
}
.cid-uvXK3E1x5O button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvXK3E1x5O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #50941b;
}
.cid-uvXK3E1x5O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvXK3E1x5O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvXK3E1x5O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvXK3E1x5O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvXK3E1x5O nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvXK3E1x5O nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvXK3E1x5O nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvXK3E1x5O nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvXK3E1x5O .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uvXK3E1x5O a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvXK3E1x5O .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uvXK3E1x5O .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvXK3E1x5O .navbar {
    height: 70px;
  }
  .cid-uvXK3E1x5O .navbar.opened {
    height: auto;
  }
  .cid-uvXK3E1x5O .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvXK3E1x5O .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uvXK3E1x5O .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uvXK3E1x5O .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uvXK3E1x5O .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uvXK3E1x5O .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uvXK3E1x5O .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uvXK3E1x5O .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uvXK3E1x5O .navbar-brand {
    margin-right: auto;
  }
  .cid-uvXK3E1x5O .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: #edefeb !important;
    background: #edefeb !important;
    backdrop-filter: blur(8px);
  }
  .cid-uvXK3E1x5O .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uvXK3E1x5O .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uvXK3E1x5O .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uvXK3E1x5O .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uvXK3E1x5O .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uvXK3E1x5O .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uvXK3E1x5O .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uvXK3E1x5O .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uvXK3E1x5O .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uvXK3E1x5O .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uvXK3FwDUF {
  padding-top: 19rem;
  padding-bottom: 12rem;
}
.cid-uvXK3FwDUF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvXK3FwDUF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uvXK4bc0Dl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uvXK4bc0Dl .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uvXK4bc0Dl form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uvXK4bc0Dl form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uvXK4bc0Dl form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uvXK4bc0Dl .content-head {
  max-width: 800px;
}
.cid-uvXK4bc0Dl .mbr-section-title {
  color: #50941b;
}
.cid-uvXK4bc0Dl .mbr-section-subtitle {
  color: #264e97;
}
.cid-uvXK49XKpY {
  background-image: url("../../../assets/images/whatsapp-image-2024-10-23-at-1.51.52-pm-1066x1600.jpg");
  overflow: hidden;
}
.cid-uwTJpFX3fT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uwTJpFX3fT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwTJpFX3fT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwTJpFX3fT .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uwTJpFX3fT .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uwTJpFX3fT .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uwTJpFX3fT .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uwTJpFX3fT .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uwTJpFX3fT .bg-instagram:hover {
  background: #bd005c;
}
.cid-uwTJpFX3fT .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uwTJpFX3fT .bg-linkedin:hover {
  background: #005582;
}
.cid-uwTJpFX3fT .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-uwTJpFX3fT .bg-youtube:hover {
  background: #cc0000;
}
.cid-uwTJpFX3fT .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uwTJpFX3fT [class^="socicon-"]:before,
.cid-uwTJpFX3fT [class*=" socicon-"]:before {
  line-height: 55px;
  padding: 0.6rem;
}
.cid-uwTJpFX3fT .mbr-section-title,
.cid-uwTJpFX3fT .social-list {
  color: #50941b;
}
.cid-uvXK4emXGk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-uvXK4emXGk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvXK4emXGk .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-uvXK4emXGk .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvXK4emXGk .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uvXK4emXGk .google-map {
  height: 100%;
  position: relative;
}
.cid-uvXK4emXGk .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uvXK4emXGk .google-map iframe {
    min-height: 350px;
  }
}
.cid-uvXK4emXGk .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-uvXK4emXGk .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uvXK4emXGk .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uvXK4emXGk .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uvXK4emXGk .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uvXK4emXGk .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uvXK4emXGk ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uvXK4emXGk .content-head {
  max-width: 800px;
}
.cid-uvXK4emXGk .cardTitle {
  color: #50941b;
  text-align: center;
}
.cid-uvXK4emXGk .list,
.cid-uvXK4emXGk .item-wrap {
  color: #264e97;
}
.cid-uvXK4ghxVH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #264e97;
  overflow: hidden;
}
.cid-uwp4g5S2V5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uwp4g5S2V5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uwp4g5S2V5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uwp4g5S2V5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwp4g5S2V5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uwp4g5S2V5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwp4g5S2V5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwp4g5S2V5 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uwp4g5S2V5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uwp4g5S2V5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uwp4g5S2V5 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uwp4g5S2V5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uwp4g5S2V5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uwp4g5S2V5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uwp4g5S2V5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uwp4g5S2V5 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uwp4g5S2V5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uwp4g5S2V5 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uwp4g5S2V5 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uwp4g5S2V5 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uwp4g5S2V5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uwp4g5S2V5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uwp4g5S2V5 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: #edefeb !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uwp4g5S2V5 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uwp4g5S2V5 .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uwp4g5S2V5 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uwp4g5S2V5 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
  background: #edefeb !important;
}
.cid-uwp4g5S2V5 .nav-item:focus,
.cid-uwp4g5S2V5 .nav-link:focus {
  outline: none;
}
.cid-uwp4g5S2V5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwp4g5S2V5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwp4g5S2V5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uwp4g5S2V5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwp4g5S2V5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwp4g5S2V5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwp4g5S2V5 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uwp4g5S2V5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uwp4g5S2V5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uwp4g5S2V5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uwp4g5S2V5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uwp4g5S2V5 .navbar.collapsed {
  justify-content: center;
}
.cid-uwp4g5S2V5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwp4g5S2V5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwp4g5S2V5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uwp4g5S2V5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwp4g5S2V5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwp4g5S2V5 .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-uwp4g5S2V5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwp4g5S2V5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uwp4g5S2V5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uwp4g5S2V5 .navbar {
    min-height: 72px;
  }
  .cid-uwp4g5S2V5 .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uwp4g5S2V5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwp4g5S2V5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwp4g5S2V5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwp4g5S2V5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwp4g5S2V5 .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-uwp4g5S2V5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwp4g5S2V5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uwp4g5S2V5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwp4g5S2V5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uwp4g5S2V5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uwp4g5S2V5 .dropdown-item.active,
.cid-uwp4g5S2V5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uwp4g5S2V5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwp4g5S2V5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwp4g5S2V5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwp4g5S2V5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uwp4g5S2V5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uwp4g5S2V5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uwp4g5S2V5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwp4g5S2V5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uwp4g5S2V5 .navbar-buttons {
    text-align: left;
  }
}
.cid-uwp4g5S2V5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uwp4g5S2V5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #50941b;
}
.cid-uwp4g5S2V5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uwp4g5S2V5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwp4g5S2V5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwp4g5S2V5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uwp4g5S2V5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwp4g5S2V5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uwp4g5S2V5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uwp4g5S2V5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwp4g5S2V5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uwp4g5S2V5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwp4g5S2V5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uwp4g5S2V5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uwp4g5S2V5 .navbar {
    height: 70px;
  }
  .cid-uwp4g5S2V5 .navbar.opened {
    height: auto;
  }
  .cid-uwp4g5S2V5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwp4g5S2V5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uwp4g5S2V5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uwp4g5S2V5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uwp4g5S2V5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uwp4g5S2V5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uwp4g5S2V5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uwp4g5S2V5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uwp4g5S2V5 .navbar-brand {
    margin-right: auto;
  }
  .cid-uwp4g5S2V5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: #edefeb !important;
    background: #edefeb !important;
    backdrop-filter: blur(8px);
  }
  .cid-uwp4g5S2V5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uwp4g5S2V5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uwp4g5S2V5 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uwp4g5S2V5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uwp4g5S2V5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uwp4g5S2V5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uwp4g5S2V5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uwp4g5S2V5 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uwp4g5S2V5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uwp4g5S2V5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uwp4g6QXlI {
  padding-top: 20rem;
  padding-bottom: 4rem;
}
.cid-uwp4g6QXlI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwp4g6QXlI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uyhmOQ0Zia {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1c-1-363x143.png");
}
.cid-uyhmOQ0Zia .mbr-overlay {
  background: #f7f7f7;
  opacity: 0.8;
}
.cid-uyhmOQ0Zia .item:focus,
.cid-uyhmOQ0Zia span:focus {
  outline: none;
}
.cid-uyhmOQ0Zia .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uyhmOQ0Zia .content-head {
  max-width: 800px;
}
.cid-uyhmOQ0Zia .item {
  color: #264e97;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-uyhmOQ0Zia .item {
    min-height: 45px;
  }
}
.cid-uxCqDVybNH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uxCqDVybNH .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uxCqDVybNH .item {
    margin-bottom: 1rem;
  }
}
.cid-uxCqDVybNH .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uxCqDVybNH .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uxCqDVybNH .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-uxCqDVybNH .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uxCqDVybNH .carousel-control,
.cid-uxCqDVybNH .close {
  background: #1b1b1b;
}
.cid-uxCqDVybNH .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uxCqDVybNH .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uxCqDVybNH .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uxCqDVybNH .carousel-control-next span {
  margin-left: 5px;
}
.cid-uxCqDVybNH .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-uxCqDVybNH .close::before {
  content: '\e91a';
}
.cid-uxCqDVybNH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uxCqDVybNH .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-uxCqDVybNH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uxCqDVybNH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uxCqDVybNH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uxCqDVybNH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uxCqDVybNH .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-uxCqDVybNH .carousel-indicators li.active,
.cid-uxCqDVybNH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uxCqDVybNH .carousel-indicators li::after,
.cid-uxCqDVybNH .carousel-indicators li::before {
  content: none;
}
.cid-uxCqDVybNH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uxCqDVybNH .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uxCqDVybNH .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uxCqDVybNH .carousel-indicators {
    display: none;
  }
}
.cid-uxCqDVybNH .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uxCqDVybNH .carousel-inner > .active {
  display: block;
}
.cid-uxCqDVybNH .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uxCqDVybNH .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uxCqDVybNH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uxCqDVybNH .carousel-control,
  .cid-uxCqDVybNH .carousel-indicators,
  .cid-uxCqDVybNH .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uxCqDVybNH .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uxCqDVybNH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uxCqDVybNH .carousel-indicators .active,
.cid-uxCqDVybNH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uxCqDVybNH .carousel-indicators .active {
  background: #fff;
}
.cid-uxCqDVybNH .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uxCqDVybNH .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uxCqDVybNH .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uxCqDVybNH .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uxCqDVybNH .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uxCqDVybNH .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uxCqDVybNH .carousel {
  width: 100%;
}
.cid-uxCqDVybNH .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uxCqDVybNH .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uxCqDVybNH .modal.fade .modal-dialog,
.cid-uxCqDVybNH .modal.in .modal-dialog {
  transform: none;
}
.cid-uxCqDVybNH .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uxCqDVybNH .content-head {
  max-width: 800px;
}
.cid-uxCqDVybNH H3 {
  color: #264e97;
}
.cid-uxCqDVybNH H4 {
  color: #50941b;
}
.cid-uwtczldDQD {
  background-color: #edefeb;
}
.cid-uwtczldDQD .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uwtczldDQD .smallImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uwtczldDQD .largeImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uwtczldDQD .largeImage .item {
    margin-bottom: 2rem;
  }
  .cid-uwtczldDQD .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cid-uwtczldDQD .largeImage .item {
    margin-bottom: 1rem;
  }
}
.cid-uwtczldDQD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtczldDQD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtczldDQD .mbr-description {
  text-align: left;
}
.cid-uwtczldDQD .card-title,
.cid-uwtczldDQD .iconfont-wrapper {
  color: #000000;
}
.cid-uwtczldDQD .card-text {
  color: #000000;
}
.cid-uwtczldDQD .mbr-section-title {
  color: #50941b;
  text-align: center;
}
.cid-uwtczldDQD .mbr-number {
  color: #9fe870;
}
.cid-uwtczldDQD .mbr-text,
.cid-uwtczldDQD .mbr-section-btn {
  text-align: center;
}
.cid-uwtczldDQD .card-text,
.cid-uwtczldDQD .item .mbr-section-btn {
  text-align: left;
}
.cid-uwtczldDQD .smallImage {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uwtczldDQD .smallImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uwtczldDQD .largeImage {
  width: 100%;
  height: 632px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uwtczldDQD .largeImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uwtczldDQD .row {
  flex-direction: row-reverse;
}
.cid-uxx0mN0xhL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uxx0mN0xhL h6 {
  line-height: 1.2;
}
.cid-uxx0mN0xhL img,
.cid-uxx0mN0xhL .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uxx0mN0xhL .item:focus,
.cid-uxx0mN0xhL span:focus {
  outline: none;
}
.cid-uxx0mN0xhL .item-img a {
  cursor: pointer;
}
.cid-uxx0mN0xhL .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uxx0mN0xhL .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-uxx0mN0xhL .mbr-section-title {
  color: #50941b;
}
.cid-uxx0mN0xhL .mbr-text,
.cid-uxx0mN0xhL .mbr-section-btn {
  color: #000000;
}
.cid-uxx0mN0xhL .item-title {
  color: #000000;
  text-align: center;
}
.cid-uxx0mN0xhL .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uxx0mN0xhL .item-text {
  color: #000000;
  text-align: center;
}
.cid-uxx0mN0xhL .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uxx0mN0xhL .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-uxCPP0Gp8P {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uxCPP0Gp8P h6 {
  line-height: 1.2;
}
.cid-uxCPP0Gp8P img,
.cid-uxCPP0Gp8P .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uxCPP0Gp8P img,
  .cid-uxCPP0Gp8P .item-img {
    height: 300px;
    object-fit: cover;
  }
}
.cid-uxCPP0Gp8P .item:focus,
.cid-uxCPP0Gp8P span:focus {
  outline: none;
}
.cid-uxCPP0Gp8P .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uxCPP0Gp8P .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uxCPP0Gp8P .mbr-section-title {
  color: #50941b;
}
.cid-uxCPP0Gp8P .mbr-text,
.cid-uxCPP0Gp8P .mbr-section-btn {
  color: #000000;
}
.cid-uxCPP0Gp8P .item-title {
  color: #000000;
  text-align: center;
}
.cid-uxCPP0Gp8P .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uxCPP0Gp8P .item-text {
  color: #000000;
  text-align: center;
}
.cid-uxCPP0Gp8P .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uxCPP0Gp8P img,
  .cid-uxCPP0Gp8P .item-img {
    height: 300px;
    object-fit: cover;
  }
  .cid-uxCPP0Gp8P .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uyhjRV5Eqh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uyhjRV5Eqh .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uyhjRV5Eqh .smallImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uyhjRV5Eqh .largeImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uyhjRV5Eqh .largeImage .item {
    margin-bottom: 2rem;
  }
  .cid-uyhjRV5Eqh .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cid-uyhjRV5Eqh .largeImage .item {
    margin-bottom: 1rem;
  }
}
.cid-uyhjRV5Eqh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyhjRV5Eqh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyhjRV5Eqh .mbr-description {
  text-align: left;
}
.cid-uyhjRV5Eqh .card-title,
.cid-uyhjRV5Eqh .iconfont-wrapper {
  color: #000000;
}
.cid-uyhjRV5Eqh .card-text {
  color: #000000;
}
.cid-uyhjRV5Eqh .mbr-section-title {
  color: #50941b;
  text-align: center;
}
.cid-uyhjRV5Eqh .mbr-number {
  color: #9fe870;
}
.cid-uyhjRV5Eqh .mbr-text,
.cid-uyhjRV5Eqh .mbr-section-btn {
  text-align: center;
}
.cid-uyhjRV5Eqh .card-text,
.cid-uyhjRV5Eqh .item .mbr-section-btn {
  text-align: left;
}
.cid-uyhjRV5Eqh .smallImage {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uyhjRV5Eqh .smallImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uyhjRV5Eqh .largeImage {
  width: 100%;
  height: 632px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uyhjRV5Eqh .largeImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uwtFqfQQ4y {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uwtFqfQQ4y .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uwtFqfQQ4y .item {
    margin-bottom: 1rem;
  }
}
.cid-uwtFqfQQ4y .item-wrapper {
  position: relative;
}
.cid-uwtFqfQQ4y .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-uwtFqfQQ4y .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uwtFqfQQ4y .carousel-control,
.cid-uwtFqfQQ4y .close {
  background: #1b1b1b;
}
.cid-uwtFqfQQ4y .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uwtFqfQQ4y .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uwtFqfQQ4y .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uwtFqfQQ4y .carousel-control-next span {
  margin-left: 5px;
}
.cid-uwtFqfQQ4y .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-uwtFqfQQ4y .close::before {
  content: '\e91a';
}
.cid-uwtFqfQQ4y .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uwtFqfQQ4y .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-uwtFqfQQ4y .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uwtFqfQQ4y .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uwtFqfQQ4y .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uwtFqfQQ4y .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uwtFqfQQ4y .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-uwtFqfQQ4y .carousel-indicators li.active,
.cid-uwtFqfQQ4y .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uwtFqfQQ4y .carousel-indicators li::after,
.cid-uwtFqfQQ4y .carousel-indicators li::before {
  content: none;
}
.cid-uwtFqfQQ4y .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uwtFqfQQ4y .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uwtFqfQQ4y .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uwtFqfQQ4y .carousel-indicators {
    display: none;
  }
}
.cid-uwtFqfQQ4y .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uwtFqfQQ4y .carousel-inner > .active {
  display: block;
}
.cid-uwtFqfQQ4y .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uwtFqfQQ4y .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uwtFqfQQ4y .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uwtFqfQQ4y .carousel-control,
  .cid-uwtFqfQQ4y .carousel-indicators,
  .cid-uwtFqfQQ4y .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uwtFqfQQ4y .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uwtFqfQQ4y .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uwtFqfQQ4y .carousel-indicators .active,
.cid-uwtFqfQQ4y .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uwtFqfQQ4y .carousel-indicators .active {
  background: #fff;
}
.cid-uwtFqfQQ4y .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uwtFqfQQ4y .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uwtFqfQQ4y .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uwtFqfQQ4y .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uwtFqfQQ4y .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uwtFqfQQ4y .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uwtFqfQQ4y .carousel {
  width: 100%;
}
.cid-uwtFqfQQ4y .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uwtFqfQQ4y .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uwtFqfQQ4y .modal.fade .modal-dialog,
.cid-uwtFqfQQ4y .modal.in .modal-dialog {
  transform: none;
}
.cid-uwtFqfQQ4y .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uwtFqfQQ4y .content-head {
  max-width: 800px;
}
.cid-uwtFqfQQ4y H3 {
  color: #50941b;
}
.cid-uwp4g7uabJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uwp4g7uabJ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uwp4g7uabJ form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uwp4g7uabJ form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uwp4g7uabJ form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uwp4g7uabJ .content-head {
  max-width: 800px;
}
.cid-uwp4g7uabJ .mbr-section-title {
  color: #50941b;
}
.cid-uwp4g7uabJ .mbr-section-subtitle {
  color: #264e97;
}
.cid-uwTJAzae0q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uwTJAzae0q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwTJAzae0q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwTJAzae0q .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uwTJAzae0q .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uwTJAzae0q .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uwTJAzae0q .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uwTJAzae0q .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uwTJAzae0q .bg-instagram:hover {
  background: #bd005c;
}
.cid-uwTJAzae0q .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uwTJAzae0q .bg-linkedin:hover {
  background: #005582;
}
.cid-uwTJAzae0q .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-uwTJAzae0q .bg-youtube:hover {
  background: #cc0000;
}
.cid-uwTJAzae0q .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uwTJAzae0q [class^="socicon-"]:before,
.cid-uwTJAzae0q [class*=" socicon-"]:before {
  line-height: 55px;
  padding: 0.6rem;
}
.cid-uwTJAzae0q .mbr-section-title,
.cid-uwTJAzae0q .social-list {
  color: #50941b;
}
.cid-uwp4g9YV49 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-uwp4g9YV49 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwp4g9YV49 .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-uwp4g9YV49 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uwp4g9YV49 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uwp4g9YV49 .google-map {
  height: 100%;
  position: relative;
}
.cid-uwp4g9YV49 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uwp4g9YV49 .google-map iframe {
    min-height: 350px;
  }
}
.cid-uwp4g9YV49 .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-uwp4g9YV49 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uwp4g9YV49 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uwp4g9YV49 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uwp4g9YV49 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uwp4g9YV49 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uwp4g9YV49 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uwp4g9YV49 .content-head {
  max-width: 800px;
}
.cid-uwp4g9YV49 .cardTitle {
  color: #50941b;
  text-align: center;
}
.cid-uwp4g9YV49 .list,
.cid-uwp4g9YV49 .item-wrap {
  color: #264e97;
}
.cid-uwp4gbkyVf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #264e97;
  overflow: hidden;
}
.cid-uvyDtozvOn {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uvyDtozvOn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uvyDtozvOn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uvyDtozvOn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvyDtozvOn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uvyDtozvOn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvyDtozvOn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvyDtozvOn .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uvyDtozvOn .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uvyDtozvOn .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uvyDtozvOn .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uvyDtozvOn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uvyDtozvOn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uvyDtozvOn .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uvyDtozvOn .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uvyDtozvOn .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uvyDtozvOn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uvyDtozvOn .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uvyDtozvOn .navbar-logo {
    padding-left: 0;
  }
}
.cid-uvyDtozvOn .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uvyDtozvOn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uvyDtozvOn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uvyDtozvOn .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: #edefeb !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uvyDtozvOn .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvyDtozvOn .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uvyDtozvOn .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvyDtozvOn .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
  background: #edefeb !important;
}
.cid-uvyDtozvOn .nav-item:focus,
.cid-uvyDtozvOn .nav-link:focus {
  outline: none;
}
.cid-uvyDtozvOn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvyDtozvOn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvyDtozvOn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvyDtozvOn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvyDtozvOn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvyDtozvOn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvyDtozvOn .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uvyDtozvOn .navbar.opened {
  transition: all 0.3s;
}
.cid-uvyDtozvOn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvyDtozvOn .navbar .navbar-logo img {
  width: auto;
}
.cid-uvyDtozvOn .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uvyDtozvOn .navbar.collapsed {
  justify-content: center;
}
.cid-uvyDtozvOn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvyDtozvOn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvyDtozvOn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uvyDtozvOn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvyDtozvOn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvyDtozvOn .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-uvyDtozvOn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvyDtozvOn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvyDtozvOn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uvyDtozvOn .navbar {
    min-height: 72px;
  }
  .cid-uvyDtozvOn .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uvyDtozvOn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvyDtozvOn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvyDtozvOn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvyDtozvOn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvyDtozvOn .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-uvyDtozvOn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvyDtozvOn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uvyDtozvOn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvyDtozvOn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvyDtozvOn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uvyDtozvOn .dropdown-item.active,
.cid-uvyDtozvOn .dropdown-item:active {
  background-color: transparent;
}
.cid-uvyDtozvOn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvyDtozvOn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvyDtozvOn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvyDtozvOn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uvyDtozvOn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uvyDtozvOn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uvyDtozvOn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvyDtozvOn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uvyDtozvOn .navbar-buttons {
    text-align: left;
  }
}
.cid-uvyDtozvOn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvyDtozvOn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #50941b;
}
.cid-uvyDtozvOn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvyDtozvOn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvyDtozvOn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvyDtozvOn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvyDtozvOn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvyDtozvOn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvyDtozvOn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvyDtozvOn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvyDtozvOn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uvyDtozvOn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvyDtozvOn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uvyDtozvOn .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvyDtozvOn .navbar {
    height: 70px;
  }
  .cid-uvyDtozvOn .navbar.opened {
    height: auto;
  }
  .cid-uvyDtozvOn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvyDtozvOn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uvyDtozvOn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uvyDtozvOn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uvyDtozvOn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uvyDtozvOn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uvyDtozvOn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uvyDtozvOn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uvyDtozvOn .navbar-brand {
    margin-right: auto;
  }
  .cid-uvyDtozvOn .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: #edefeb !important;
    background: #edefeb !important;
    backdrop-filter: blur(8px);
  }
  .cid-uvyDtozvOn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uvyDtozvOn .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uvyDtozvOn .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uvyDtozvOn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uvyDtozvOn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uvyDtozvOn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uvyDtozvOn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uvyDtozvOn .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uvyDtozvOn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uvyDtozvOn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uo2achTDvY {
  display: flex;
  padding-top: 11rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .cid-uo2achTDvY {
    align-items: flex-end;
  }
  .cid-uo2achTDvY .row {
    justify-content: center;
  }
  .cid-uo2achTDvY .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uo2achTDvY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uo2achTDvY {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uo2achTDvY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uo2achTDvY .content-wrap {
    width: 100%;
  }
}
.cid-uo2achTDvY .mbr-section-title,
.cid-uo2achTDvY .mbr-section-subtitle {
  text-align: center;
}
.cid-uo2achTDvY .mbr-text,
.cid-uo2achTDvY .mbr-section-btn {
  text-align: center;
}
.cid-uw0v59FkYu {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uw0v59FkYu .item:focus,
.cid-uw0v59FkYu span:focus {
  outline: none;
}
.cid-uw0v59FkYu .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uw0v59FkYu .content-head {
  max-width: 800px;
}
.cid-uw0v59FkYu .item {
  color: #264e97;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-uw0v59FkYu .item {
    min-height: 45px;
  }
}
.cid-uo2achTOTe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uo2achTOTe img,
.cid-uo2achTOTe .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uo2achTOTe img,
  .cid-uo2achTOTe .item-img {
    max-height: 300px;
  }
}
.cid-uo2achTOTe .item:focus,
.cid-uo2achTOTe span:focus {
  outline: none;
}
.cid-uo2achTOTe .item-wrapper {
  position: relative;
}
.cid-uo2achTOTe .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uo2achTOTe .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-uo2achTOTe .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uo2achTOTe .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-uo2achTOTe .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uo2achTOTe .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uo2achTOTe .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-uo2achTOTe .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uo2achTOTe .mbr-section-title {
  color: #50941b;
}
.cid-uo2achTOTe .mbr-text,
.cid-uo2achTOTe .mbr-section-btn {
  text-align: left;
}
.cid-uo2achTOTe .item-title {
  text-align: center;
  color: #264e97;
}
.cid-uo2achTOTe .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uo2achTOTe .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uo2achTOTe .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uo2achTOTe .embla__button--next,
.cid-uo2achTOTe .embla__button--prev {
  display: flex;
}
.cid-uo2achTOTe .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-uo2achTOTe .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uo2achTOTe .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uo2achTOTe .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uo2achTOTe .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uo2achTOTe .embla__button {
    top: auto;
  }
}
.cid-uo2achTOTe .embla {
  position: relative;
  width: 100%;
}
.cid-uo2achTOTe .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uo2achTOTe .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uo2achTOTe .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uo2achTOTe .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uo2achTOTe .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uo2achTOTe .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uo2achTOTe .content-head {
  max-width: 800px;
}
.cid-uo2achTOTe .mbr-section-subtitle {
  color: #264e97;
}
.cid-uw0tNsBgJf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uw0tNsBgJf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw0tNsBgJf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw0tNsBgJf .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uw0tNsBgJf .mbr-section-subtitle {
  text-align: left;
}
.cid-uw0tNsBgJf .mbr-section-title {
  color: #50941b;
}
.cid-uw93UaOKnz {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/011-2000x1217.jpg");
}
.cid-uw93UaOKnz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw93UaOKnz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw95DRZjRB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uw95DRZjRB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw95DRZjRB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw95DRZjRB .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uw95DRZjRB .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uw95DRZjRB .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uw95DRZjRB .card-wrapper {
    padding: 4rem;
  }
}
.cid-uw95DRZjRB .mbr-text,
.cid-uw95DRZjRB .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uw95DRZjRB .card-title,
.cid-uw95DRZjRB .card-box {
  text-align: center;
  color: #000000;
}
.cid-uw95DRZjRB .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uw95DRZjRB .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uw95DRZjRB .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #50941b;
  background-color: #50941b;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uw95DRZjRB .mbr-text UL {
  text-align: left;
}
.cid-uw95DRZjRB .mbr-section-title {
  color: #50941b;
}
.cid-uw95DRZjRB .mbr-section-subtitle {
  color: #264e97;
}
.cid-uweq45MII5 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/011-2000x1217.jpg");
}
.cid-uweq45MII5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uweq45MII5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw1g0l9CxF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uw1g0l9CxF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw1g0l9CxF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw1g0l9CxF .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uw1g0l9CxF .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uw1g0l9CxF .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uw1g0l9CxF .card-wrapper {
    padding: 4rem;
  }
}
.cid-uw1g0l9CxF .mbr-text,
.cid-uw1g0l9CxF .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uw1g0l9CxF .card-title,
.cid-uw1g0l9CxF .card-box {
  text-align: center;
  color: #000000;
}
.cid-uw1g0l9CxF .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uw1g0l9CxF .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uw1g0l9CxF .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #50941b;
  background-color: #50941b;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uw1g0l9CxF .mbr-text UL {
  text-align: left;
}
.cid-uw1g0l9CxF .mbr-section-title {
  color: #50941b;
}
.cid-uw1g0l9CxF .mbr-section-subtitle {
  color: #264e97;
}
.cid-uweq9iCrpO {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/011-2000x1217.jpg");
}
.cid-uweq9iCrpO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uweq9iCrpO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw1gcEoEHx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uw1gcEoEHx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw1gcEoEHx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw1gcEoEHx .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uw1gcEoEHx .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uw1gcEoEHx .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uw1gcEoEHx .card-wrapper {
    padding: 4rem;
  }
}
.cid-uw1gcEoEHx .mbr-text,
.cid-uw1gcEoEHx .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uw1gcEoEHx .card-title,
.cid-uw1gcEoEHx .card-box {
  text-align: center;
  color: #000000;
}
.cid-uw1gcEoEHx .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uw1gcEoEHx .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uw1gcEoEHx .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #50941b;
  background-color: #50941b;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uw1gcEoEHx .mbr-text UL {
  text-align: left;
}
.cid-uw1gcEoEHx .mbr-section-title {
  color: #50941b;
}
.cid-uw1gcEoEHx .mbr-section-subtitle {
  color: #264e97;
}
.cid-uweqeXDz7D {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/011-2000x1217.jpg");
}
.cid-uweqeXDz7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uweqeXDz7D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw1gRphjqx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uw1gRphjqx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw1gRphjqx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw1gRphjqx .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uw1gRphjqx .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uw1gRphjqx .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uw1gRphjqx .card-wrapper {
    padding: 4rem;
  }
}
.cid-uw1gRphjqx .mbr-text,
.cid-uw1gRphjqx .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uw1gRphjqx .card-title,
.cid-uw1gRphjqx .card-box {
  text-align: center;
  color: #000000;
}
.cid-uw1gRphjqx .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uw1gRphjqx .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uw1gRphjqx .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #50941b;
  background-color: #50941b;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uw1gRphjqx .mbr-text UL {
  text-align: left;
}
.cid-uw1gRphjqx .mbr-section-title {
  color: #50941b;
}
.cid-uw1gRphjqx .mbr-section-subtitle {
  color: #264e97;
}
.cid-uweqpzLPoK {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/011-2000x1217.jpg");
}
.cid-uweqpzLPoK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uweqpzLPoK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw1gUp8B5n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uw1gUp8B5n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw1gUp8B5n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw1gUp8B5n .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uw1gUp8B5n .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uw1gUp8B5n .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uw1gUp8B5n .card-wrapper {
    padding: 4rem;
  }
}
.cid-uw1gUp8B5n .mbr-text,
.cid-uw1gUp8B5n .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uw1gUp8B5n .card-title,
.cid-uw1gUp8B5n .card-box {
  text-align: center;
  color: #000000;
}
.cid-uw1gUp8B5n .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uw1gUp8B5n .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uw1gUp8B5n .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #50941b;
  background-color: #50941b;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uw1gUp8B5n .mbr-text UL {
  text-align: left;
}
.cid-uw1gUp8B5n .mbr-section-title {
  color: #50941b;
}
.cid-uw1gUp8B5n .mbr-section-subtitle {
  color: #264e97;
}
.cid-uo2achXbqC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uo2achXbqC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo2achXbqC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo2achXbqC .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uo2achXbqC .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uo2achXbqC .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uo2achXbqC .card-wrapper {
    padding: 4rem;
  }
}
.cid-uo2achXbqC .mbr-text,
.cid-uo2achXbqC .mbr-section-btn {
  text-align: center;
  color: #264e97;
}
.cid-uo2achXbqC .card-title {
  color: #50941b;
}
.cid-uvOVPdCaus {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uvOVPdCaus .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uvOVPdCaus img,
.cid-uvOVPdCaus .item-img {
  width: 100%;
}
.cid-uvOVPdCaus .item:focus,
.cid-uvOVPdCaus span:focus {
  outline: none;
}
.cid-uvOVPdCaus .item {
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .cid-uvOVPdCaus .item {
    margin-bottom: 1rem;
  }
}
.cid-uvOVPdCaus .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uvOVPdCaus .mbr-section-title {
  color: #50941b;
}
.cid-uvOVPdCaus .mbr-text,
.cid-uvOVPdCaus .mbr-section-btn {
  color: #000000;
}
.cid-uvOVPdCaus .item-title {
  color: #000000;
  text-align: center;
}
.cid-uvOVPdCaus .content-head {
  max-width: 800px;
}
.cid-uvOZNbUGHd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uvOZNbUGHd .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-uvOZNbUGHd .panel-group {
  border: none;
}
.cid-uvOZNbUGHd .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uvOZNbUGHd .card-header {
    padding: 0rem;
  }
}
.cid-uvOZNbUGHd .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uvOZNbUGHd .img-col {
  padding: 0;
}
.cid-uvOZNbUGHd .img-item {
  height: 100%;
}
.cid-uvOZNbUGHd img {
  height: 100%;
  object-fit: cover;
}
.cid-uvOZNbUGHd .collapsed span {
  transform: rotate(0deg);
}
.cid-uvOZNbUGHd .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvOZNbUGHd p {
  margin-bottom: 0.3rem;
}
.cid-uvOZNbUGHd .panel-title-edit {
  color: #000000;
}
.cid-uvOZNbUGHd .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uvOZNbUGHd .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uvOZNbUGHd .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uvOZNbUGHd .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uvOZNbUGHd .panel-text {
  color: #000000;
}
.cid-uvOZNbUGHd .mbr-section-title {
  text-align: center;
  color: #50941b;
}
.cid-uvOZNbUGHd .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uvOZNbUGHd .panel-title-edit,
.cid-uvOZNbUGHd .mbr-iconfont {
  color: #264e97;
}
.cid-uo2achY8Fb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uo2achY8Fb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo2achY8Fb .item-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-uo2achY8Fb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo2achY8Fb .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-uo2achY8Fb .card-title,
.cid-uo2achY8Fb .iconfont-wrapper,
.cid-uo2achY8Fb .card-text {
  color: #000000;
  text-align: center;
}
.cid-uo2achY8Fb .content-head {
  max-width: 800px;
}
.cid-uo2achY8Fb .mbr-section-title {
  color: #000000;
}
.cid-uo2achY8Fb .mbr-section-btn {
  text-align: center;
}
.cid-uo2achY8Fb .card-title,
.cid-uo2achY8Fb .iconfont-wrapper {
  color: #0496FF;
}
.cid-uw0eLJVt4D {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uw0eLJVt4D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw0eLJVt4D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw0eLJVt4D .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uw0eLJVt4D .item-mb {
    margin-bottom: 0;
  }
}
.cid-uw0eLJVt4D .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uw0eLJVt4D .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uw0eLJVt4D .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uw0eLJVt4D .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #50941b;
  height: 80px;
  border-radius: 50%;
}
.cid-uw0eLJVt4D .mbr-section-title {
  color: #50941b;
}
.cid-uw0eLJVt4D .mbr-section-subtitle {
  color: #264e97;
}
.cid-uw0eLJVt4D .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uw0eLJVt4D .card-box .item-footer {
  margin-top: auto;
}
.cid-uw0eLJVt4D .content-head {
  max-width: 800px;
}
.cid-uw0eLJVt4D .card-text {
  text-align: center;
  color: #000000;
}
.cid-uw0eLJVt4D .card-title,
.cid-uw0eLJVt4D .iconfont-wrapper {
  color: #264e97;
  text-align: center;
}
.cid-uwTIOWu4O9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uwTIOWu4O9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwTIOWu4O9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwTIOWu4O9 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uwTIOWu4O9 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uwTIOWu4O9 .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uwTIOWu4O9 .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uwTIOWu4O9 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uwTIOWu4O9 .bg-instagram:hover {
  background: #bd005c;
}
.cid-uwTIOWu4O9 .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uwTIOWu4O9 .bg-linkedin:hover {
  background: #005582;
}
.cid-uwTIOWu4O9 .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-uwTIOWu4O9 .bg-youtube:hover {
  background: #cc0000;
}
.cid-uwTIOWu4O9 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uwTIOWu4O9 [class^="socicon-"]:before,
.cid-uwTIOWu4O9 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: 0.6rem;
}
.cid-uwTIOWu4O9 .mbr-section-title,
.cid-uwTIOWu4O9 .social-list {
  color: #50941b;
}
.cid-uvP0eD7e1y {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-uvP0eD7e1y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvP0eD7e1y .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-uvP0eD7e1y .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvP0eD7e1y .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uvP0eD7e1y .google-map {
  height: 100%;
  position: relative;
}
.cid-uvP0eD7e1y .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uvP0eD7e1y .google-map iframe {
    min-height: 350px;
  }
}
.cid-uvP0eD7e1y .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-uvP0eD7e1y .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uvP0eD7e1y .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uvP0eD7e1y .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uvP0eD7e1y .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uvP0eD7e1y .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uvP0eD7e1y ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uvP0eD7e1y .content-head {
  max-width: 800px;
}
.cid-uvP0eD7e1y .cardTitle {
  color: #50941b;
  text-align: center;
}
.cid-uvP0eD7e1y .list,
.cid-uvP0eD7e1y .item-wrap {
  color: #264e97;
}
.cid-uvOzT3M7JX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #264e97;
  overflow: hidden;
}
