.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 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.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #008063 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #1a3c22 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #008063 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #008063 !important;
  border-color: #008063 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #00b38a !important;
  border-color: #00b38a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #00b38a !important;
  border-color: #00b38a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e79600 !important;
  border-color: #e79600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffaf1b !important;
  border-color: #ffaf1b !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ffaf1b !important;
  border-color: #ffaf1b !important;
}
.btn-info,
.btn-info:active {
  background-color: #1a3c22 !important;
  border-color: #1a3c22 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #296036 !important;
  border-color: #296036 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #296036 !important;
  border-color: #296036 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #008063 !important;
  border-color: #008063 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #00b38a !important;
  border-color: #00b38a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #00b38a !important;
  border-color: #00b38a !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #008063;
  color: #008063;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #002920 !important;
  background-color: transparent !important;
  border-color: #002920 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #008063 !important;
  border-color: #008063 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e79600;
  color: #e79600;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #905e00 !important;
  background-color: transparent !important;
  border-color: #905e00 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e79600 !important;
  border-color: #e79600 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #1a3c22;
  color: #1a3c22;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1a3c22 !important;
  border-color: #1a3c22 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #008063;
  color: #008063;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #002920 !important;
  background-color: transparent !important;
  border-color: #002920 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #008063 !important;
  border-color: #008063 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #008063 !important;
}
.text-secondary {
  color: #e79600 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #1a3c22 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #008063 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #001a14 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #815400 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #001a14 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #008063;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #1a3c22;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #008063;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #008063;
  border-color: #008063;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #008063;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #00ffc5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #77c489;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #00ffc5;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #008063 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #008063;
}
/* 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: #008063;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #008063;
}
.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: #008063;
  border-bottom-color: #008063;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #008063 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #e79600 !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='%23008063' %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-ubCxEdxoEl {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ubCxEdxoEl .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-ubCxEdxoEl .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ubCxEdxoEl .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-ubCxEdxoEl .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ubCxEdxoEl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubCxEdxoEl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubCxEdxoEl .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ubCxEdxoEl .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ubCxEdxoEl .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ubCxEdxoEl .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ubCxEdxoEl .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ubCxEdxoEl .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ubCxEdxoEl .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ubCxEdxoEl .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ubCxEdxoEl .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ubCxEdxoEl .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ubCxEdxoEl .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ubCxEdxoEl .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ubCxEdxoEl .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ubCxEdxoEl .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ubCxEdxoEl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ubCxEdxoEl .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ubCxEdxoEl .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ubCxEdxoEl .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ubCxEdxoEl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubCxEdxoEl .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-ubCxEdxoEl .nav-item:focus,
.cid-ubCxEdxoEl .nav-link:focus {
  outline: none;
}
.cid-ubCxEdxoEl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubCxEdxoEl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubCxEdxoEl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubCxEdxoEl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubCxEdxoEl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubCxEdxoEl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubCxEdxoEl .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-ubCxEdxoEl .navbar.opened {
  transition: all 0.3s;
}
.cid-ubCxEdxoEl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubCxEdxoEl .navbar .navbar-logo img {
  width: auto;
}
.cid-ubCxEdxoEl .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ubCxEdxoEl .navbar.collapsed {
  justify-content: center;
}
.cid-ubCxEdxoEl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubCxEdxoEl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubCxEdxoEl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ubCxEdxoEl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubCxEdxoEl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubCxEdxoEl .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-ubCxEdxoEl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubCxEdxoEl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubCxEdxoEl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ubCxEdxoEl .navbar {
    min-height: 72px;
  }
  .cid-ubCxEdxoEl .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ubCxEdxoEl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubCxEdxoEl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubCxEdxoEl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubCxEdxoEl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubCxEdxoEl .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-ubCxEdxoEl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubCxEdxoEl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ubCxEdxoEl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubCxEdxoEl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ubCxEdxoEl .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ubCxEdxoEl .dropdown-item.active,
.cid-ubCxEdxoEl .dropdown-item:active {
  background-color: transparent;
}
.cid-ubCxEdxoEl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubCxEdxoEl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubCxEdxoEl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubCxEdxoEl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ubCxEdxoEl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ubCxEdxoEl .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ubCxEdxoEl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubCxEdxoEl .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ubCxEdxoEl .navbar-buttons {
    text-align: left;
  }
}
.cid-ubCxEdxoEl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubCxEdxoEl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ubCxEdxoEl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubCxEdxoEl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubCxEdxoEl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubCxEdxoEl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubCxEdxoEl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubCxEdxoEl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubCxEdxoEl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubCxEdxoEl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubCxEdxoEl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ubCxEdxoEl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubCxEdxoEl .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-ubCxEdxoEl .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubCxEdxoEl .navbar {
    height: 70px;
  }
  .cid-ubCxEdxoEl .navbar.opened {
    height: auto;
  }
  .cid-ubCxEdxoEl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubCxEdxoEl .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ubCxEdxoEl .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ubCxEdxoEl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ubCxEdxoEl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ubCxEdxoEl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ubCxEdxoEl .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ubCxEdxoEl .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ubCxEdxoEl .navbar-brand {
    margin-right: auto;
  }
  .cid-ubCxEdxoEl .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-ubCxEdxoEl .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ubCxEdxoEl .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ubCxEdxoEl .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-ubCxEdxoEl .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ubCxEdxoEl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ubCxEdxoEl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ubCxEdxoEl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ubCxEdxoEl .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-ubCxEdxoEl .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ubCxEdxoEl .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugmjVbK2qm {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-ugmjVbK2qm .carousel {
  width: 100%;
}
.cid-ugmjVbK2qm .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-ugmjVbK2qm .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-ugmjVbK2qm img,
.cid-ugmjVbK2qm .item-wrapper {
  border-radius: 0 !important;
}
.cid-ugmjVbK2qm .carousel-caption {
  bottom: 40px;
}
.cid-ugmjVbK2qm .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ugmjVbK2qm .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ugmjVbK2qm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-ugmjVbK2qm .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ugmjVbK2qm .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ugmjVbK2qm .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ugmjVbK2qm .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ugmjVbK2qm .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-ugmjVbK2qm .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ugmjVbK2qm .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ugmjVbK2qm .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ugmjVbK2qm .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ugmjVbK2qm .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-ugmjVbK2qm .carousel-indicators li.active,
.cid-ugmjVbK2qm .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ugmjVbK2qm .carousel-indicators li::after,
.cid-ugmjVbK2qm .carousel-indicators li::before {
  content: none;
}
.cid-ugmjVbK2qm .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ugmjVbK2qm .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ugmjVbK2qm .mbr-section-subtitle,
  .cid-ugmjVbK2qm .mbr-section-text,
  .cid-ugmjVbK2qm .mbr-section-btn {
    text-align: center;
  }
}
.cid-ugmjVbK2qm H5 {
  text-align: left;
}
.cid-ugmjVbK2qm .mbr-section-text,
.cid-ugmjVbK2qm .mbr-section-btn {
  text-align: left;
}
.cid-ubJSRrWIjV {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ubJSRrWIjV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubJSRrWIjV .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-ubJSRrWIjV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubJSRrWIjV .item-wrapper {
  background: #008063;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-ubJSRrWIjV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-ubJSRrWIjV .card-title,
.cid-ubJSRrWIjV .iconfont-wrapper {
  color: #000000;
}
.cid-ubJSRrWIjV .card-text {
  color: #ffffff;
}
.cid-ubJSRrWIjV .mbr-section-title {
  color: #000000;
}
.cid-ubJSRrWIjV .card-title,
.cid-ubJSRrWIjV .img-wrapper {
  color: #ffffff;
}
.cid-umLW5jkXAY {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-umLW5jkXAY .mbr-fallback-image.disabled {
  display: none;
}
.cid-umLW5jkXAY .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-umLW5jkXAY .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-umLW5jkXAY .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-umLW5jkXAY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umLW5jkXAY .media-content,
.cid-umLW5jkXAY .mbr-figure {
  align-self: center;
}
.cid-umLW5jkXAY .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-umLW5jkXAY .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-umLW5jkXAY .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-tHfEgJYxcL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #008063;
}
.cid-tHfEgJYxcL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHfEgJYxcL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHfEgJYxcL .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tHfEgJYxcL .footer-col {
    flex-direction: column;
  }
}
.cid-tHfEgJYxcL .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tHfEgJYxcL .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tHfEgJYxcL .mbr-section-btn {
    text-align: center;
  }
}
.cid-tHfEgJYxcL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tHfEgJYxcL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #008063;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 3.5rem;
  width: 3.5rem;
}
@media (max-width: 767px) {
  .cid-tHfEgJYxcL .row {
    text-align: center;
  }
  .cid-tHfEgJYxcL .social-row {
    justify-content: center;
  }
}
.cid-tHfEgJYxcL .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-tHfEgJYxcL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tHfEgJYxcL .list {
    margin-bottom: 0rem;
  }
}
.cid-tHfEgJYxcL .mbr-text {
  color: #bbbbbb;
}
.cid-tHfEgJYxcL .mbr-iconfont {
  color: #ffffff;
}
.cid-tHfEgJYxcL .mbr-section-subtitle {
  color: #000000;
}
.cid-tHfEgJYxcL .list,
.cid-tHfEgJYxcL .item-wrap {
  color: #232323;
}
.cid-tHfEgJYxcL .copyright {
  color: #232323;
}
.cid-ubCRVPhyLU {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ubCRVPhyLU .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-ubCRVPhyLU .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ubCRVPhyLU .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-ubCRVPhyLU .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ubCRVPhyLU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubCRVPhyLU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubCRVPhyLU .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ubCRVPhyLU .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ubCRVPhyLU .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ubCRVPhyLU .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ubCRVPhyLU .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ubCRVPhyLU .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ubCRVPhyLU .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ubCRVPhyLU .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ubCRVPhyLU .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ubCRVPhyLU .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ubCRVPhyLU .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ubCRVPhyLU .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ubCRVPhyLU .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ubCRVPhyLU .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ubCRVPhyLU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ubCRVPhyLU .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ubCRVPhyLU .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ubCRVPhyLU .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ubCRVPhyLU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubCRVPhyLU .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-ubCRVPhyLU .nav-item:focus,
.cid-ubCRVPhyLU .nav-link:focus {
  outline: none;
}
.cid-ubCRVPhyLU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubCRVPhyLU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubCRVPhyLU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubCRVPhyLU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubCRVPhyLU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubCRVPhyLU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubCRVPhyLU .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-ubCRVPhyLU .navbar.opened {
  transition: all 0.3s;
}
.cid-ubCRVPhyLU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubCRVPhyLU .navbar .navbar-logo img {
  width: auto;
}
.cid-ubCRVPhyLU .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ubCRVPhyLU .navbar.collapsed {
  justify-content: center;
}
.cid-ubCRVPhyLU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubCRVPhyLU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubCRVPhyLU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ubCRVPhyLU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubCRVPhyLU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubCRVPhyLU .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-ubCRVPhyLU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubCRVPhyLU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubCRVPhyLU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ubCRVPhyLU .navbar {
    min-height: 72px;
  }
  .cid-ubCRVPhyLU .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ubCRVPhyLU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubCRVPhyLU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubCRVPhyLU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubCRVPhyLU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubCRVPhyLU .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-ubCRVPhyLU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubCRVPhyLU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ubCRVPhyLU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubCRVPhyLU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ubCRVPhyLU .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ubCRVPhyLU .dropdown-item.active,
.cid-ubCRVPhyLU .dropdown-item:active {
  background-color: transparent;
}
.cid-ubCRVPhyLU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubCRVPhyLU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubCRVPhyLU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubCRVPhyLU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ubCRVPhyLU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ubCRVPhyLU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ubCRVPhyLU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubCRVPhyLU .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ubCRVPhyLU .navbar-buttons {
    text-align: left;
  }
}
.cid-ubCRVPhyLU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubCRVPhyLU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ubCRVPhyLU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubCRVPhyLU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubCRVPhyLU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubCRVPhyLU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubCRVPhyLU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubCRVPhyLU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubCRVPhyLU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubCRVPhyLU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubCRVPhyLU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ubCRVPhyLU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubCRVPhyLU .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-ubCRVPhyLU .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubCRVPhyLU .navbar {
    height: 70px;
  }
  .cid-ubCRVPhyLU .navbar.opened {
    height: auto;
  }
  .cid-ubCRVPhyLU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubCRVPhyLU .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ubCRVPhyLU .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ubCRVPhyLU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ubCRVPhyLU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ubCRVPhyLU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ubCRVPhyLU .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ubCRVPhyLU .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ubCRVPhyLU .navbar-brand {
    margin-right: auto;
  }
  .cid-ubCRVPhyLU .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-ubCRVPhyLU .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ubCRVPhyLU .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ubCRVPhyLU .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-ubCRVPhyLU .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ubCRVPhyLU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ubCRVPhyLU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ubCRVPhyLU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ubCRVPhyLU .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-ubCRVPhyLU .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ubCRVPhyLU .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ubCS7VNdmx {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ubCS7VNdmx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubCS7VNdmx .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-ubCS7VNdmx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubCS7VNdmx .row {
  flex-direction: row-reverse;
}
.cid-ubCS7VNdmx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ubCS7VNdmx .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ubCS7VNdmx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ubCS7VNdmx .mbr-section-title {
  color: #000000;
}
.cid-ubCS7VNdmx .mbr-text,
.cid-ubCS7VNdmx .mbr-section-btn {
  color: #000000;
}
.cid-udIusSShfk {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #008063;
}
.cid-udIusSShfk .mbr-fallback-image.disabled {
  display: none;
}
.cid-udIusSShfk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udIusSShfk .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-udIusSShfk .item {
    margin-bottom: 1rem;
  }
}
.cid-udIusSShfk .item-wrapper {
  position: relative;
}
.cid-udIusSShfk .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-udIusSShfk .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-udIusSShfk .carousel-control,
.cid-udIusSShfk .close {
  background: #1b1b1b;
}
.cid-udIusSShfk .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-udIusSShfk .carousel-control-prev span {
  margin-right: 5px;
}
.cid-udIusSShfk .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-udIusSShfk .carousel-control-next span {
  margin-left: 5px;
}
.cid-udIusSShfk .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-udIusSShfk .close::before {
  content: '\e91a';
}
.cid-udIusSShfk .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-udIusSShfk .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-udIusSShfk .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-udIusSShfk .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-udIusSShfk .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-udIusSShfk .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-udIusSShfk .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-udIusSShfk .carousel-indicators li.active,
.cid-udIusSShfk .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-udIusSShfk .carousel-indicators li::after,
.cid-udIusSShfk .carousel-indicators li::before {
  content: none;
}
.cid-udIusSShfk .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-udIusSShfk .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-udIusSShfk .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-udIusSShfk .carousel-indicators {
    display: none;
  }
}
.cid-udIusSShfk .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-udIusSShfk .carousel-inner > .active {
  display: block;
}
.cid-udIusSShfk .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-udIusSShfk .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-udIusSShfk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-udIusSShfk .carousel-control,
  .cid-udIusSShfk .carousel-indicators,
  .cid-udIusSShfk .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-udIusSShfk .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-udIusSShfk .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-udIusSShfk .carousel-indicators .active,
.cid-udIusSShfk .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-udIusSShfk .carousel-indicators .active {
  background: #fff;
}
.cid-udIusSShfk .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-udIusSShfk .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-udIusSShfk .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-udIusSShfk .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-udIusSShfk .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-udIusSShfk .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-udIusSShfk .carousel {
  width: 100%;
}
.cid-udIusSShfk .modal-backdrop.in {
  opacity: 0.8;
}
.cid-udIusSShfk .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-udIusSShfk .modal.fade .modal-dialog,
.cid-udIusSShfk .modal.in .modal-dialog {
  transform: none;
}
.cid-udIusSShfk .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-udIusSShfk H3 {
  color: #ffffff;
}
.cid-udIusSShfk H6 {
  color: #ffffff;
}
.cid-ubCTdcLv5y {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ubCTdcLv5y h6 {
  line-height: 1.2;
}
.cid-ubCTdcLv5y img,
.cid-ubCTdcLv5y .item-img {
  width: 100%;
}
.cid-ubCTdcLv5y .item:focus,
.cid-ubCTdcLv5y span:focus {
  outline: none;
}
.cid-ubCTdcLv5y .item {
  cursor: pointer;
}
.cid-ubCTdcLv5y .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ubCTdcLv5y .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-ubCTdcLv5y .mbr-section-title {
  color: #000000;
}
.cid-ubCTdcLv5y .mbr-text,
.cid-ubCTdcLv5y .mbr-section-btn {
  color: #000000;
}
.cid-ubCTdcLv5y .item-title {
  color: #000000;
  text-align: center;
}
.cid-ubCTdcLv5y .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ubCTdcLv5y .item-text {
  color: #000000;
  text-align: center;
}
.cid-ubCTdcLv5y .item-title,
.cid-ubCTdcLv5y .mbr-section-btn {
  text-align: center;
}
.cid-ubCRVTI2pS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #008063;
}
.cid-ubCRVTI2pS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubCRVTI2pS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubCRVTI2pS .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-ubCRVTI2pS .footer-col {
    flex-direction: column;
  }
}
.cid-ubCRVTI2pS .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ubCRVTI2pS .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubCRVTI2pS .mbr-section-btn {
    text-align: center;
  }
}
.cid-ubCRVTI2pS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ubCRVTI2pS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #008063;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 3.5rem;
  width: 3.5rem;
}
@media (max-width: 767px) {
  .cid-ubCRVTI2pS .row {
    text-align: center;
  }
  .cid-ubCRVTI2pS .social-row {
    justify-content: center;
  }
}
.cid-ubCRVTI2pS .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-ubCRVTI2pS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ubCRVTI2pS .list {
    margin-bottom: 0rem;
  }
}
.cid-ubCRVTI2pS .mbr-text {
  color: #bbbbbb;
}
.cid-ubCRVTI2pS .mbr-iconfont {
  color: #ffffff;
}
.cid-ubCRVTI2pS .mbr-section-subtitle {
  color: #000000;
}
.cid-ubCRVTI2pS .list,
.cid-ubCRVTI2pS .item-wrap {
  color: #232323;
}
.cid-ubCRVTI2pS .copyright {
  color: #232323;
}
.cid-ucbPlq3myv {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ucbPlq3myv .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-ucbPlq3myv .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ucbPlq3myv .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-ucbPlq3myv .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ucbPlq3myv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucbPlq3myv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucbPlq3myv .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ucbPlq3myv .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ucbPlq3myv .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ucbPlq3myv .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ucbPlq3myv .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ucbPlq3myv .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ucbPlq3myv .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ucbPlq3myv .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ucbPlq3myv .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ucbPlq3myv .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ucbPlq3myv .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucbPlq3myv .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ucbPlq3myv .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ucbPlq3myv .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ucbPlq3myv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ucbPlq3myv .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ucbPlq3myv .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucbPlq3myv .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ucbPlq3myv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucbPlq3myv .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-ucbPlq3myv .nav-item:focus,
.cid-ucbPlq3myv .nav-link:focus {
  outline: none;
}
.cid-ucbPlq3myv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucbPlq3myv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucbPlq3myv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucbPlq3myv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucbPlq3myv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucbPlq3myv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucbPlq3myv .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-ucbPlq3myv .navbar.opened {
  transition: all 0.3s;
}
.cid-ucbPlq3myv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucbPlq3myv .navbar .navbar-logo img {
  width: auto;
}
.cid-ucbPlq3myv .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ucbPlq3myv .navbar.collapsed {
  justify-content: center;
}
.cid-ucbPlq3myv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucbPlq3myv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucbPlq3myv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ucbPlq3myv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucbPlq3myv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucbPlq3myv .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-ucbPlq3myv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucbPlq3myv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucbPlq3myv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucbPlq3myv .navbar {
    min-height: 72px;
  }
  .cid-ucbPlq3myv .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ucbPlq3myv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucbPlq3myv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucbPlq3myv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucbPlq3myv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucbPlq3myv .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-ucbPlq3myv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucbPlq3myv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ucbPlq3myv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucbPlq3myv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucbPlq3myv .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ucbPlq3myv .dropdown-item.active,
.cid-ucbPlq3myv .dropdown-item:active {
  background-color: transparent;
}
.cid-ucbPlq3myv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucbPlq3myv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucbPlq3myv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucbPlq3myv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucbPlq3myv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ucbPlq3myv .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ucbPlq3myv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucbPlq3myv .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ucbPlq3myv .navbar-buttons {
    text-align: left;
  }
}
.cid-ucbPlq3myv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucbPlq3myv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucbPlq3myv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucbPlq3myv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucbPlq3myv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucbPlq3myv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucbPlq3myv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucbPlq3myv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucbPlq3myv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucbPlq3myv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucbPlq3myv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucbPlq3myv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucbPlq3myv .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-ucbPlq3myv .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucbPlq3myv .navbar {
    height: 70px;
  }
  .cid-ucbPlq3myv .navbar.opened {
    height: auto;
  }
  .cid-ucbPlq3myv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucbPlq3myv .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ucbPlq3myv .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ucbPlq3myv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ucbPlq3myv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ucbPlq3myv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ucbPlq3myv .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ucbPlq3myv .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ucbPlq3myv .navbar-brand {
    margin-right: auto;
  }
  .cid-ucbPlq3myv .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-ucbPlq3myv .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ucbPlq3myv .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ucbPlq3myv .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-ucbPlq3myv .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ucbPlq3myv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ucbPlq3myv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ucbPlq3myv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ucbPlq3myv .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-ucbPlq3myv .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ucbPlq3myv .navbar-collapse {
    padding: 1rem;
  }
}
.cid-umLSpDkH8s {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-umLSpDkH8s .mbr-fallback-image.disabled {
  display: none;
}
.cid-umLSpDkH8s .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-umLSpDkH8s .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-umLSpDkH8s .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-umLSpDkH8s .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umLSpDkH8s .media-content,
.cid-umLSpDkH8s .mbr-figure {
  align-self: center;
}
.cid-umLSpDkH8s .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-umLSpDkH8s .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-umLSpDkH8s .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-udVv58F0dd {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ebebeb;
}
.cid-udVv58F0dd .mbr-fallback-image.disabled {
  display: none;
}
.cid-udVv58F0dd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udVv58F0dd .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-udVv58F0dd .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udVv58F0dd .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 2rem;
}
.cid-udVv58F0dd .mbr-section-title {
  text-align: center;
}
.cid-ucbPlrTYkB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #008063;
}
.cid-ucbPlrTYkB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbPlrTYkB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucbPlrTYkB .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-ucbPlrTYkB .footer-col {
    flex-direction: column;
  }
}
.cid-ucbPlrTYkB .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ucbPlrTYkB .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ucbPlrTYkB .mbr-section-btn {
    text-align: center;
  }
}
.cid-ucbPlrTYkB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ucbPlrTYkB .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #008063;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 3.5rem;
  width: 3.5rem;
}
@media (max-width: 767px) {
  .cid-ucbPlrTYkB .row {
    text-align: center;
  }
  .cid-ucbPlrTYkB .social-row {
    justify-content: center;
  }
}
.cid-ucbPlrTYkB .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-ucbPlrTYkB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ucbPlrTYkB .list {
    margin-bottom: 0rem;
  }
}
.cid-ucbPlrTYkB .mbr-text {
  color: #bbbbbb;
}
.cid-ucbPlrTYkB .mbr-iconfont {
  color: #ffffff;
}
.cid-ucbPlrTYkB .mbr-section-subtitle {
  color: #000000;
}
.cid-ucbPlrTYkB .list,
.cid-ucbPlrTYkB .item-wrap {
  color: #232323;
}
.cid-ucbPlrTYkB .copyright {
  color: #232323;
}
.cid-ucbUOdstE4 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ucbUOdstE4 .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-ucbUOdstE4 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ucbUOdstE4 .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-ucbUOdstE4 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ucbUOdstE4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucbUOdstE4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucbUOdstE4 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ucbUOdstE4 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ucbUOdstE4 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ucbUOdstE4 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ucbUOdstE4 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ucbUOdstE4 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ucbUOdstE4 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ucbUOdstE4 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ucbUOdstE4 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ucbUOdstE4 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ucbUOdstE4 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucbUOdstE4 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ucbUOdstE4 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ucbUOdstE4 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ucbUOdstE4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ucbUOdstE4 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ucbUOdstE4 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucbUOdstE4 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ucbUOdstE4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucbUOdstE4 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-ucbUOdstE4 .nav-item:focus,
.cid-ucbUOdstE4 .nav-link:focus {
  outline: none;
}
.cid-ucbUOdstE4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucbUOdstE4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucbUOdstE4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucbUOdstE4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucbUOdstE4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucbUOdstE4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucbUOdstE4 .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-ucbUOdstE4 .navbar.opened {
  transition: all 0.3s;
}
.cid-ucbUOdstE4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucbUOdstE4 .navbar .navbar-logo img {
  width: auto;
}
.cid-ucbUOdstE4 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ucbUOdstE4 .navbar.collapsed {
  justify-content: center;
}
.cid-ucbUOdstE4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucbUOdstE4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucbUOdstE4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ucbUOdstE4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucbUOdstE4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucbUOdstE4 .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-ucbUOdstE4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucbUOdstE4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucbUOdstE4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucbUOdstE4 .navbar {
    min-height: 72px;
  }
  .cid-ucbUOdstE4 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ucbUOdstE4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucbUOdstE4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucbUOdstE4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucbUOdstE4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucbUOdstE4 .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-ucbUOdstE4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucbUOdstE4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ucbUOdstE4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucbUOdstE4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucbUOdstE4 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ucbUOdstE4 .dropdown-item.active,
.cid-ucbUOdstE4 .dropdown-item:active {
  background-color: transparent;
}
.cid-ucbUOdstE4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucbUOdstE4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucbUOdstE4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucbUOdstE4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucbUOdstE4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ucbUOdstE4 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ucbUOdstE4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucbUOdstE4 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ucbUOdstE4 .navbar-buttons {
    text-align: left;
  }
}
.cid-ucbUOdstE4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucbUOdstE4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucbUOdstE4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucbUOdstE4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucbUOdstE4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucbUOdstE4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucbUOdstE4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucbUOdstE4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucbUOdstE4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucbUOdstE4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucbUOdstE4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucbUOdstE4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucbUOdstE4 .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-ucbUOdstE4 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucbUOdstE4 .navbar {
    height: 70px;
  }
  .cid-ucbUOdstE4 .navbar.opened {
    height: auto;
  }
  .cid-ucbUOdstE4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucbUOdstE4 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ucbUOdstE4 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ucbUOdstE4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ucbUOdstE4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ucbUOdstE4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ucbUOdstE4 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ucbUOdstE4 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ucbUOdstE4 .navbar-brand {
    margin-right: auto;
  }
  .cid-ucbUOdstE4 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-ucbUOdstE4 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ucbUOdstE4 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ucbUOdstE4 .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-ucbUOdstE4 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ucbUOdstE4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ucbUOdstE4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ucbUOdstE4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ucbUOdstE4 .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-ucbUOdstE4 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ucbUOdstE4 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ucbUYhb8vS {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ucbUYhb8vS .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-ucbUYhb8vS form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ucbUYhb8vS form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ucbUYhb8vS form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ucbUYhb8vS .mbr-section-title {
  color: #000000;
}
.cid-ucbUOgCZfD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #008063;
}
.cid-ucbUOgCZfD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbUOgCZfD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucbUOgCZfD .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-ucbUOgCZfD .footer-col {
    flex-direction: column;
  }
}
.cid-ucbUOgCZfD .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ucbUOgCZfD .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ucbUOgCZfD .mbr-section-btn {
    text-align: center;
  }
}
.cid-ucbUOgCZfD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ucbUOgCZfD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #008063;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 3.5rem;
  width: 3.5rem;
}
@media (max-width: 767px) {
  .cid-ucbUOgCZfD .row {
    text-align: center;
  }
  .cid-ucbUOgCZfD .social-row {
    justify-content: center;
  }
}
.cid-ucbUOgCZfD .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-ucbUOgCZfD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ucbUOgCZfD .list {
    margin-bottom: 0rem;
  }
}
.cid-ucbUOgCZfD .mbr-text {
  color: #bbbbbb;
}
.cid-ucbUOgCZfD .mbr-iconfont {
  color: #ffffff;
}
.cid-ucbUOgCZfD .mbr-section-subtitle {
  color: #000000;
}
.cid-ucbUOgCZfD .list,
.cid-ucbUOgCZfD .item-wrap {
  color: #232323;
}
.cid-ucbUOgCZfD .copyright {
  color: #232323;
}
.cid-uccSoRWjIf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uccSoRWjIf .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-uccSoRWjIf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uccSoRWjIf .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-uccSoRWjIf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uccSoRWjIf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uccSoRWjIf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uccSoRWjIf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uccSoRWjIf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uccSoRWjIf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uccSoRWjIf .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uccSoRWjIf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uccSoRWjIf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uccSoRWjIf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uccSoRWjIf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uccSoRWjIf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uccSoRWjIf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uccSoRWjIf .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uccSoRWjIf .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uccSoRWjIf .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uccSoRWjIf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uccSoRWjIf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uccSoRWjIf .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uccSoRWjIf .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uccSoRWjIf .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uccSoRWjIf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uccSoRWjIf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-uccSoRWjIf .nav-item:focus,
.cid-uccSoRWjIf .nav-link:focus {
  outline: none;
}
.cid-uccSoRWjIf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uccSoRWjIf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uccSoRWjIf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uccSoRWjIf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uccSoRWjIf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uccSoRWjIf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uccSoRWjIf .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-uccSoRWjIf .navbar.opened {
  transition: all 0.3s;
}
.cid-uccSoRWjIf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uccSoRWjIf .navbar .navbar-logo img {
  width: auto;
}
.cid-uccSoRWjIf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uccSoRWjIf .navbar.collapsed {
  justify-content: center;
}
.cid-uccSoRWjIf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uccSoRWjIf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uccSoRWjIf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uccSoRWjIf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uccSoRWjIf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uccSoRWjIf .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-uccSoRWjIf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uccSoRWjIf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uccSoRWjIf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uccSoRWjIf .navbar {
    min-height: 72px;
  }
  .cid-uccSoRWjIf .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uccSoRWjIf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uccSoRWjIf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uccSoRWjIf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uccSoRWjIf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uccSoRWjIf .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-uccSoRWjIf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uccSoRWjIf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uccSoRWjIf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uccSoRWjIf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uccSoRWjIf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uccSoRWjIf .dropdown-item.active,
.cid-uccSoRWjIf .dropdown-item:active {
  background-color: transparent;
}
.cid-uccSoRWjIf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uccSoRWjIf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uccSoRWjIf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uccSoRWjIf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uccSoRWjIf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uccSoRWjIf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uccSoRWjIf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uccSoRWjIf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uccSoRWjIf .navbar-buttons {
    text-align: left;
  }
}
.cid-uccSoRWjIf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uccSoRWjIf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uccSoRWjIf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uccSoRWjIf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uccSoRWjIf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uccSoRWjIf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uccSoRWjIf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uccSoRWjIf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uccSoRWjIf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uccSoRWjIf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uccSoRWjIf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uccSoRWjIf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uccSoRWjIf .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-uccSoRWjIf .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uccSoRWjIf .navbar {
    height: 70px;
  }
  .cid-uccSoRWjIf .navbar.opened {
    height: auto;
  }
  .cid-uccSoRWjIf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uccSoRWjIf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uccSoRWjIf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uccSoRWjIf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uccSoRWjIf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uccSoRWjIf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uccSoRWjIf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uccSoRWjIf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uccSoRWjIf .navbar-brand {
    margin-right: auto;
  }
  .cid-uccSoRWjIf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uccSoRWjIf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uccSoRWjIf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uccSoRWjIf .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-uccSoRWjIf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uccSoRWjIf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uccSoRWjIf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uccSoRWjIf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uccSoRWjIf .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-uccSoRWjIf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uccSoRWjIf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uccSoTeVLr {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uccSoTeVLr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uccSoTeVLr .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-uccSoTeVLr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uccSoTeVLr .row {
  flex-direction: row-reverse;
}
.cid-uccSoTeVLr .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uccSoTeVLr .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uccSoTeVLr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uccSoTeVLr .mbr-section-title {
  color: #000000;
}
.cid-uccSoTeVLr .mbr-text,
.cid-uccSoTeVLr .mbr-section-btn {
  color: #000000;
}
.cid-ugDw3FhpGO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #008063;
}
.cid-ugDw3FhpGO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugDw3FhpGO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugDw3FhpGO .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugDw3FhpGO .item {
    margin-bottom: 1rem;
  }
}
.cid-ugDw3FhpGO .item-wrapper {
  position: relative;
}
.cid-ugDw3FhpGO .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-ugDw3FhpGO .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-ugDw3FhpGO .carousel-control,
.cid-ugDw3FhpGO .close {
  background: #1b1b1b;
}
.cid-ugDw3FhpGO .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ugDw3FhpGO .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ugDw3FhpGO .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ugDw3FhpGO .carousel-control-next span {
  margin-left: 5px;
}
.cid-ugDw3FhpGO .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-ugDw3FhpGO .close::before {
  content: '\e91a';
}
.cid-ugDw3FhpGO .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ugDw3FhpGO .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-ugDw3FhpGO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ugDw3FhpGO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ugDw3FhpGO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ugDw3FhpGO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ugDw3FhpGO .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-ugDw3FhpGO .carousel-indicators li.active,
.cid-ugDw3FhpGO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ugDw3FhpGO .carousel-indicators li::after,
.cid-ugDw3FhpGO .carousel-indicators li::before {
  content: none;
}
.cid-ugDw3FhpGO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ugDw3FhpGO .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ugDw3FhpGO .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ugDw3FhpGO .carousel-indicators {
    display: none;
  }
}
.cid-ugDw3FhpGO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ugDw3FhpGO .carousel-inner > .active {
  display: block;
}
.cid-ugDw3FhpGO .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ugDw3FhpGO .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ugDw3FhpGO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ugDw3FhpGO .carousel-control,
  .cid-ugDw3FhpGO .carousel-indicators,
  .cid-ugDw3FhpGO .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ugDw3FhpGO .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ugDw3FhpGO .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ugDw3FhpGO .carousel-indicators .active,
.cid-ugDw3FhpGO .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ugDw3FhpGO .carousel-indicators .active {
  background: #fff;
}
.cid-ugDw3FhpGO .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ugDw3FhpGO .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ugDw3FhpGO .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ugDw3FhpGO .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ugDw3FhpGO .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ugDw3FhpGO .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ugDw3FhpGO .carousel {
  width: 100%;
}
.cid-ugDw3FhpGO .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ugDw3FhpGO .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ugDw3FhpGO .modal.fade .modal-dialog,
.cid-ugDw3FhpGO .modal.in .modal-dialog {
  transform: none;
}
.cid-ugDw3FhpGO .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ugDw3FhpGO H3 {
  color: #ffffff;
}
.cid-ugDw3FhpGO H6 {
  color: #ffffff;
}
.cid-uccSoUdkXv {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uccSoUdkXv h6 {
  line-height: 1.2;
}
.cid-uccSoUdkXv img,
.cid-uccSoUdkXv .item-img {
  width: 100%;
}
.cid-uccSoUdkXv .item:focus,
.cid-uccSoUdkXv span:focus {
  outline: none;
}
.cid-uccSoUdkXv .item {
  cursor: pointer;
}
.cid-uccSoUdkXv .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uccSoUdkXv .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uccSoUdkXv .mbr-section-title {
  color: #000000;
}
.cid-uccSoUdkXv .mbr-text,
.cid-uccSoUdkXv .mbr-section-btn {
  color: #000000;
}
.cid-uccSoUdkXv .item-title {
  color: #000000;
  text-align: center;
}
.cid-uccSoUdkXv .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uccSoUdkXv .item-text {
  color: #000000;
  text-align: center;
}
.cid-uccSoUdkXv .item-title,
.cid-uccSoUdkXv .mbr-section-btn {
  text-align: center;
}
.cid-uccSoWel1s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #008063;
}
.cid-uccSoWel1s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uccSoWel1s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uccSoWel1s .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uccSoWel1s .footer-col {
    flex-direction: column;
  }
}
.cid-uccSoWel1s .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uccSoWel1s .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uccSoWel1s .mbr-section-btn {
    text-align: center;
  }
}
.cid-uccSoWel1s .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uccSoWel1s .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #008063;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 3.5rem;
  width: 3.5rem;
}
@media (max-width: 767px) {
  .cid-uccSoWel1s .row {
    text-align: center;
  }
  .cid-uccSoWel1s .social-row {
    justify-content: center;
  }
}
.cid-uccSoWel1s .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uccSoWel1s .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uccSoWel1s .list {
    margin-bottom: 0rem;
  }
}
.cid-uccSoWel1s .mbr-text {
  color: #bbbbbb;
}
.cid-uccSoWel1s .mbr-iconfont {
  color: #ffffff;
}
.cid-uccSoWel1s .mbr-section-subtitle {
  color: #000000;
}
.cid-uccSoWel1s .list,
.cid-uccSoWel1s .item-wrap {
  color: #232323;
}
.cid-uccSoWel1s .copyright {
  color: #232323;
}
.cid-uccTa5Sc4M {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uccTa5Sc4M .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-uccTa5Sc4M .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uccTa5Sc4M .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-uccTa5Sc4M .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uccTa5Sc4M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uccTa5Sc4M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uccTa5Sc4M .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uccTa5Sc4M .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uccTa5Sc4M .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uccTa5Sc4M .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uccTa5Sc4M .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uccTa5Sc4M .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uccTa5Sc4M .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uccTa5Sc4M .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uccTa5Sc4M .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uccTa5Sc4M .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uccTa5Sc4M .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uccTa5Sc4M .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uccTa5Sc4M .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uccTa5Sc4M .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uccTa5Sc4M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uccTa5Sc4M .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uccTa5Sc4M .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uccTa5Sc4M .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uccTa5Sc4M .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uccTa5Sc4M .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-uccTa5Sc4M .nav-item:focus,
.cid-uccTa5Sc4M .nav-link:focus {
  outline: none;
}
.cid-uccTa5Sc4M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uccTa5Sc4M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uccTa5Sc4M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uccTa5Sc4M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uccTa5Sc4M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uccTa5Sc4M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uccTa5Sc4M .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-uccTa5Sc4M .navbar.opened {
  transition: all 0.3s;
}
.cid-uccTa5Sc4M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uccTa5Sc4M .navbar .navbar-logo img {
  width: auto;
}
.cid-uccTa5Sc4M .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uccTa5Sc4M .navbar.collapsed {
  justify-content: center;
}
.cid-uccTa5Sc4M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uccTa5Sc4M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uccTa5Sc4M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uccTa5Sc4M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uccTa5Sc4M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uccTa5Sc4M .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-uccTa5Sc4M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uccTa5Sc4M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uccTa5Sc4M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uccTa5Sc4M .navbar {
    min-height: 72px;
  }
  .cid-uccTa5Sc4M .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uccTa5Sc4M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uccTa5Sc4M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uccTa5Sc4M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uccTa5Sc4M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uccTa5Sc4M .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-uccTa5Sc4M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uccTa5Sc4M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uccTa5Sc4M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uccTa5Sc4M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uccTa5Sc4M .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uccTa5Sc4M .dropdown-item.active,
.cid-uccTa5Sc4M .dropdown-item:active {
  background-color: transparent;
}
.cid-uccTa5Sc4M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uccTa5Sc4M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uccTa5Sc4M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uccTa5Sc4M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uccTa5Sc4M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uccTa5Sc4M .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uccTa5Sc4M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uccTa5Sc4M .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uccTa5Sc4M .navbar-buttons {
    text-align: left;
  }
}
.cid-uccTa5Sc4M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uccTa5Sc4M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uccTa5Sc4M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uccTa5Sc4M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uccTa5Sc4M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uccTa5Sc4M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uccTa5Sc4M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uccTa5Sc4M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uccTa5Sc4M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uccTa5Sc4M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uccTa5Sc4M .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uccTa5Sc4M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uccTa5Sc4M .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-uccTa5Sc4M .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uccTa5Sc4M .navbar {
    height: 70px;
  }
  .cid-uccTa5Sc4M .navbar.opened {
    height: auto;
  }
  .cid-uccTa5Sc4M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uccTa5Sc4M .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uccTa5Sc4M .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uccTa5Sc4M .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uccTa5Sc4M .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uccTa5Sc4M .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uccTa5Sc4M .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uccTa5Sc4M .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uccTa5Sc4M .navbar-brand {
    margin-right: auto;
  }
  .cid-uccTa5Sc4M .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uccTa5Sc4M .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uccTa5Sc4M .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uccTa5Sc4M .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-uccTa5Sc4M .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uccTa5Sc4M .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uccTa5Sc4M .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uccTa5Sc4M .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uccTa5Sc4M .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-uccTa5Sc4M .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uccTa5Sc4M .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uccTa6zNbB {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uccTa6zNbB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uccTa6zNbB .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-uccTa6zNbB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uccTa6zNbB .row {
  flex-direction: row-reverse;
}
.cid-uccTa6zNbB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uccTa6zNbB .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uccTa6zNbB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uccTa6zNbB .mbr-section-title {
  color: #000000;
}
.cid-uccTa6zNbB .mbr-text,
.cid-uccTa6zNbB .mbr-section-btn {
  color: #000000;
}
.cid-udIGfAuBps {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #008063;
}
.cid-udIGfAuBps .mbr-fallback-image.disabled {
  display: none;
}
.cid-udIGfAuBps .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udIGfAuBps .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-udIGfAuBps .item {
    margin-bottom: 1rem;
  }
}
.cid-udIGfAuBps .item-wrapper {
  position: relative;
}
.cid-udIGfAuBps .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-udIGfAuBps .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-udIGfAuBps .carousel-control,
.cid-udIGfAuBps .close {
  background: #1b1b1b;
}
.cid-udIGfAuBps .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-udIGfAuBps .carousel-control-prev span {
  margin-right: 5px;
}
.cid-udIGfAuBps .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-udIGfAuBps .carousel-control-next span {
  margin-left: 5px;
}
.cid-udIGfAuBps .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-udIGfAuBps .close::before {
  content: '\e91a';
}
.cid-udIGfAuBps .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-udIGfAuBps .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-udIGfAuBps .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-udIGfAuBps .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-udIGfAuBps .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-udIGfAuBps .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-udIGfAuBps .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-udIGfAuBps .carousel-indicators li.active,
.cid-udIGfAuBps .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-udIGfAuBps .carousel-indicators li::after,
.cid-udIGfAuBps .carousel-indicators li::before {
  content: none;
}
.cid-udIGfAuBps .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-udIGfAuBps .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-udIGfAuBps .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-udIGfAuBps .carousel-indicators {
    display: none;
  }
}
.cid-udIGfAuBps .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-udIGfAuBps .carousel-inner > .active {
  display: block;
}
.cid-udIGfAuBps .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-udIGfAuBps .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-udIGfAuBps .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-udIGfAuBps .carousel-control,
  .cid-udIGfAuBps .carousel-indicators,
  .cid-udIGfAuBps .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-udIGfAuBps .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-udIGfAuBps .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-udIGfAuBps .carousel-indicators .active,
.cid-udIGfAuBps .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-udIGfAuBps .carousel-indicators .active {
  background: #fff;
}
.cid-udIGfAuBps .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-udIGfAuBps .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-udIGfAuBps .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-udIGfAuBps .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-udIGfAuBps .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-udIGfAuBps .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-udIGfAuBps .carousel {
  width: 100%;
}
.cid-udIGfAuBps .modal-backdrop.in {
  opacity: 0.8;
}
.cid-udIGfAuBps .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-udIGfAuBps .modal.fade .modal-dialog,
.cid-udIGfAuBps .modal.in .modal-dialog {
  transform: none;
}
.cid-udIGfAuBps .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-udIGfAuBps H3 {
  color: #ffffff;
}
.cid-udIGfAuBps H6 {
  color: #ffffff;
}
.cid-uccTa7fEPI {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uccTa7fEPI h6 {
  line-height: 1.2;
}
.cid-uccTa7fEPI img,
.cid-uccTa7fEPI .item-img {
  width: 100%;
}
.cid-uccTa7fEPI .item:focus,
.cid-uccTa7fEPI span:focus {
  outline: none;
}
.cid-uccTa7fEPI .item {
  cursor: pointer;
}
.cid-uccTa7fEPI .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uccTa7fEPI .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uccTa7fEPI .mbr-section-title {
  color: #000000;
}
.cid-uccTa7fEPI .mbr-text,
.cid-uccTa7fEPI .mbr-section-btn {
  color: #000000;
}
.cid-uccTa7fEPI .item-title {
  color: #000000;
  text-align: center;
}
.cid-uccTa7fEPI .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uccTa7fEPI .item-text {
  color: #000000;
  text-align: center;
}
.cid-uccTa7fEPI .item-title,
.cid-uccTa7fEPI .mbr-section-btn {
  text-align: center;
}
.cid-uccTa8cru9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #008063;
}
.cid-uccTa8cru9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uccTa8cru9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uccTa8cru9 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uccTa8cru9 .footer-col {
    flex-direction: column;
  }
}
.cid-uccTa8cru9 .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uccTa8cru9 .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uccTa8cru9 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uccTa8cru9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uccTa8cru9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #008063;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 3.5rem;
  width: 3.5rem;
}
@media (max-width: 767px) {
  .cid-uccTa8cru9 .row {
    text-align: center;
  }
  .cid-uccTa8cru9 .social-row {
    justify-content: center;
  }
}
.cid-uccTa8cru9 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uccTa8cru9 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uccTa8cru9 .list {
    margin-bottom: 0rem;
  }
}
.cid-uccTa8cru9 .mbr-text {
  color: #bbbbbb;
}
.cid-uccTa8cru9 .mbr-iconfont {
  color: #ffffff;
}
.cid-uccTa8cru9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uccTa8cru9 .list,
.cid-uccTa8cru9 .item-wrap {
  color: #232323;
}
.cid-uccTa8cru9 .copyright {
  color: #232323;
}
.cid-uccTM6kPXt {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uccTM6kPXt .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-uccTM6kPXt .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uccTM6kPXt .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-uccTM6kPXt .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uccTM6kPXt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uccTM6kPXt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uccTM6kPXt .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uccTM6kPXt .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uccTM6kPXt .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uccTM6kPXt .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uccTM6kPXt .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uccTM6kPXt .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uccTM6kPXt .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uccTM6kPXt .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uccTM6kPXt .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uccTM6kPXt .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uccTM6kPXt .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uccTM6kPXt .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uccTM6kPXt .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uccTM6kPXt .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uccTM6kPXt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uccTM6kPXt .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uccTM6kPXt .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uccTM6kPXt .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uccTM6kPXt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uccTM6kPXt .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-uccTM6kPXt .nav-item:focus,
.cid-uccTM6kPXt .nav-link:focus {
  outline: none;
}
.cid-uccTM6kPXt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uccTM6kPXt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uccTM6kPXt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uccTM6kPXt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uccTM6kPXt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uccTM6kPXt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uccTM6kPXt .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-uccTM6kPXt .navbar.opened {
  transition: all 0.3s;
}
.cid-uccTM6kPXt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uccTM6kPXt .navbar .navbar-logo img {
  width: auto;
}
.cid-uccTM6kPXt .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uccTM6kPXt .navbar.collapsed {
  justify-content: center;
}
.cid-uccTM6kPXt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uccTM6kPXt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uccTM6kPXt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uccTM6kPXt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uccTM6kPXt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uccTM6kPXt .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-uccTM6kPXt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uccTM6kPXt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uccTM6kPXt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uccTM6kPXt .navbar {
    min-height: 72px;
  }
  .cid-uccTM6kPXt .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uccTM6kPXt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uccTM6kPXt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uccTM6kPXt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uccTM6kPXt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uccTM6kPXt .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-uccTM6kPXt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uccTM6kPXt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uccTM6kPXt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uccTM6kPXt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uccTM6kPXt .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uccTM6kPXt .dropdown-item.active,
.cid-uccTM6kPXt .dropdown-item:active {
  background-color: transparent;
}
.cid-uccTM6kPXt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uccTM6kPXt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uccTM6kPXt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uccTM6kPXt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uccTM6kPXt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uccTM6kPXt .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uccTM6kPXt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uccTM6kPXt .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uccTM6kPXt .navbar-buttons {
    text-align: left;
  }
}
.cid-uccTM6kPXt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uccTM6kPXt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uccTM6kPXt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uccTM6kPXt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uccTM6kPXt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uccTM6kPXt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uccTM6kPXt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uccTM6kPXt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uccTM6kPXt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uccTM6kPXt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uccTM6kPXt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uccTM6kPXt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uccTM6kPXt .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-uccTM6kPXt .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uccTM6kPXt .navbar {
    height: 70px;
  }
  .cid-uccTM6kPXt .navbar.opened {
    height: auto;
  }
  .cid-uccTM6kPXt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uccTM6kPXt .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uccTM6kPXt .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uccTM6kPXt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uccTM6kPXt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uccTM6kPXt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uccTM6kPXt .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uccTM6kPXt .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uccTM6kPXt .navbar-brand {
    margin-right: auto;
  }
  .cid-uccTM6kPXt .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uccTM6kPXt .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uccTM6kPXt .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uccTM6kPXt .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-uccTM6kPXt .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uccTM6kPXt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uccTM6kPXt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uccTM6kPXt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uccTM6kPXt .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-uccTM6kPXt .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uccTM6kPXt .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uccTM8yfBJ {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uccTM8yfBJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uccTM8yfBJ .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-uccTM8yfBJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uccTM8yfBJ .row {
  flex-direction: row-reverse;
}
.cid-uccTM8yfBJ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uccTM8yfBJ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uccTM8yfBJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uccTM8yfBJ .mbr-section-title {
  color: #000000;
}
.cid-uccTM8yfBJ .mbr-text,
.cid-uccTM8yfBJ .mbr-section-btn {
  color: #000000;
}
.cid-uccTM9bXAs {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #008063;
}
.cid-uccTM9bXAs h6 {
  line-height: 1.2;
}
.cid-uccTM9bXAs img,
.cid-uccTM9bXAs .item-img {
  width: 100%;
}
.cid-uccTM9bXAs .item:focus,
.cid-uccTM9bXAs span:focus {
  outline: none;
}
.cid-uccTM9bXAs .item {
  cursor: pointer;
}
.cid-uccTM9bXAs .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uccTM9bXAs .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uccTM9bXAs .mbr-section-title {
  color: #ffffff;
}
.cid-uccTM9bXAs .mbr-text,
.cid-uccTM9bXAs .mbr-section-btn {
  color: #000000;
}
.cid-uccTM9bXAs .item-title {
  color: #000000;
  text-align: center;
}
.cid-uccTM9bXAs .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uccTM9bXAs .item-text {
  color: #000000;
  text-align: center;
}
.cid-uccTM9bXAs .item-title,
.cid-uccTM9bXAs .mbr-section-btn {
  text-align: center;
}
.cid-uccTMabL0t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #008063;
}
.cid-uccTMabL0t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uccTMabL0t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uccTMabL0t .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uccTMabL0t .footer-col {
    flex-direction: column;
  }
}
.cid-uccTMabL0t .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uccTMabL0t .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uccTMabL0t .mbr-section-btn {
    text-align: center;
  }
}
.cid-uccTMabL0t .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uccTMabL0t .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #008063;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 3.5rem;
  width: 3.5rem;
}
@media (max-width: 767px) {
  .cid-uccTMabL0t .row {
    text-align: center;
  }
  .cid-uccTMabL0t .social-row {
    justify-content: center;
  }
}
.cid-uccTMabL0t .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uccTMabL0t .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uccTMabL0t .list {
    margin-bottom: 0rem;
  }
}
.cid-uccTMabL0t .mbr-text {
  color: #bbbbbb;
}
.cid-uccTMabL0t .mbr-iconfont {
  color: #ffffff;
}
.cid-uccTMabL0t .mbr-section-subtitle {
  color: #000000;
}
.cid-uccTMabL0t .list,
.cid-uccTMabL0t .item-wrap {
  color: #232323;
}
.cid-uccTMabL0t .copyright {
  color: #232323;
}
.cid-uccU78wlG8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uccU78wlG8 .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-uccU78wlG8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uccU78wlG8 .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-uccU78wlG8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uccU78wlG8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uccU78wlG8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uccU78wlG8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uccU78wlG8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uccU78wlG8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uccU78wlG8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uccU78wlG8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uccU78wlG8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uccU78wlG8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uccU78wlG8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uccU78wlG8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uccU78wlG8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uccU78wlG8 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uccU78wlG8 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uccU78wlG8 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uccU78wlG8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uccU78wlG8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uccU78wlG8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uccU78wlG8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uccU78wlG8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uccU78wlG8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uccU78wlG8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-uccU78wlG8 .nav-item:focus,
.cid-uccU78wlG8 .nav-link:focus {
  outline: none;
}
.cid-uccU78wlG8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uccU78wlG8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uccU78wlG8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uccU78wlG8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uccU78wlG8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uccU78wlG8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uccU78wlG8 .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-uccU78wlG8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uccU78wlG8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uccU78wlG8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uccU78wlG8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uccU78wlG8 .navbar.collapsed {
  justify-content: center;
}
.cid-uccU78wlG8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uccU78wlG8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uccU78wlG8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uccU78wlG8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uccU78wlG8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uccU78wlG8 .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-uccU78wlG8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uccU78wlG8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uccU78wlG8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uccU78wlG8 .navbar {
    min-height: 72px;
  }
  .cid-uccU78wlG8 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uccU78wlG8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uccU78wlG8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uccU78wlG8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uccU78wlG8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uccU78wlG8 .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-uccU78wlG8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uccU78wlG8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uccU78wlG8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uccU78wlG8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uccU78wlG8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uccU78wlG8 .dropdown-item.active,
.cid-uccU78wlG8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uccU78wlG8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uccU78wlG8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uccU78wlG8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uccU78wlG8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uccU78wlG8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uccU78wlG8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uccU78wlG8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uccU78wlG8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uccU78wlG8 .navbar-buttons {
    text-align: left;
  }
}
.cid-uccU78wlG8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uccU78wlG8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uccU78wlG8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uccU78wlG8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uccU78wlG8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uccU78wlG8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uccU78wlG8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uccU78wlG8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uccU78wlG8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uccU78wlG8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uccU78wlG8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uccU78wlG8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uccU78wlG8 .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-uccU78wlG8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uccU78wlG8 .navbar {
    height: 70px;
  }
  .cid-uccU78wlG8 .navbar.opened {
    height: auto;
  }
  .cid-uccU78wlG8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uccU78wlG8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uccU78wlG8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uccU78wlG8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uccU78wlG8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uccU78wlG8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uccU78wlG8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uccU78wlG8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uccU78wlG8 .navbar-brand {
    margin-right: auto;
  }
  .cid-uccU78wlG8 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uccU78wlG8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uccU78wlG8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uccU78wlG8 .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-uccU78wlG8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uccU78wlG8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uccU78wlG8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uccU78wlG8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uccU78wlG8 .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-uccU78wlG8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uccU78wlG8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uccU79hFhy {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uccU79hFhy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uccU79hFhy .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-uccU79hFhy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uccU79hFhy .row {
  flex-direction: row-reverse;
}
.cid-uccU79hFhy .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uccU79hFhy .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uccU79hFhy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uccU79hFhy .mbr-section-title {
  color: #000000;
}
.cid-uccU79hFhy .mbr-text,
.cid-uccU79hFhy .mbr-section-btn {
  color: #000000;
}
.cid-ugm8gRFalG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #008063;
}
.cid-ugm8gRFalG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugm8gRFalG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugm8gRFalG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugm8gRFalG .item {
    margin-bottom: 1rem;
  }
}
.cid-ugm8gRFalG .item-wrapper {
  position: relative;
}
.cid-ugm8gRFalG .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-ugm8gRFalG .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-ugm8gRFalG .carousel-control,
.cid-ugm8gRFalG .close {
  background: #1b1b1b;
}
.cid-ugm8gRFalG .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ugm8gRFalG .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ugm8gRFalG .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ugm8gRFalG .carousel-control-next span {
  margin-left: 5px;
}
.cid-ugm8gRFalG .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-ugm8gRFalG .close::before {
  content: '\e91a';
}
.cid-ugm8gRFalG .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ugm8gRFalG .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-ugm8gRFalG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ugm8gRFalG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ugm8gRFalG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ugm8gRFalG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ugm8gRFalG .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-ugm8gRFalG .carousel-indicators li.active,
.cid-ugm8gRFalG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ugm8gRFalG .carousel-indicators li::after,
.cid-ugm8gRFalG .carousel-indicators li::before {
  content: none;
}
.cid-ugm8gRFalG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ugm8gRFalG .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ugm8gRFalG .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ugm8gRFalG .carousel-indicators {
    display: none;
  }
}
.cid-ugm8gRFalG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ugm8gRFalG .carousel-inner > .active {
  display: block;
}
.cid-ugm8gRFalG .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ugm8gRFalG .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ugm8gRFalG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ugm8gRFalG .carousel-control,
  .cid-ugm8gRFalG .carousel-indicators,
  .cid-ugm8gRFalG .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ugm8gRFalG .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ugm8gRFalG .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ugm8gRFalG .carousel-indicators .active,
.cid-ugm8gRFalG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ugm8gRFalG .carousel-indicators .active {
  background: #fff;
}
.cid-ugm8gRFalG .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ugm8gRFalG .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ugm8gRFalG .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ugm8gRFalG .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ugm8gRFalG .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ugm8gRFalG .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ugm8gRFalG .carousel {
  width: 100%;
}
.cid-ugm8gRFalG .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ugm8gRFalG .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ugm8gRFalG .modal.fade .modal-dialog,
.cid-ugm8gRFalG .modal.in .modal-dialog {
  transform: none;
}
.cid-ugm8gRFalG .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ugm8gRFalG H3 {
  color: #ffffff;
}
.cid-ugm8gRFalG H6 {
  color: #ffffff;
}
.cid-uccU79LPqD {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uccU79LPqD h6 {
  line-height: 1.2;
}
.cid-uccU79LPqD img,
.cid-uccU79LPqD .item-img {
  width: 100%;
}
.cid-uccU79LPqD .item:focus,
.cid-uccU79LPqD span:focus {
  outline: none;
}
.cid-uccU79LPqD .item {
  cursor: pointer;
}
.cid-uccU79LPqD .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uccU79LPqD .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uccU79LPqD .mbr-section-title {
  color: #000000;
}
.cid-uccU79LPqD .mbr-text,
.cid-uccU79LPqD .mbr-section-btn {
  color: #000000;
}
.cid-uccU79LPqD .item-title {
  color: #000000;
  text-align: center;
}
.cid-uccU79LPqD .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uccU79LPqD .item-text {
  color: #000000;
  text-align: center;
}
.cid-uccU79LPqD .item-title,
.cid-uccU79LPqD .mbr-section-btn {
  text-align: center;
}
.cid-uccU7asBld {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #008063;
}
.cid-uccU7asBld .mbr-fallback-image.disabled {
  display: none;
}
.cid-uccU7asBld .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uccU7asBld .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uccU7asBld .footer-col {
    flex-direction: column;
  }
}
.cid-uccU7asBld .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uccU7asBld .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uccU7asBld .mbr-section-btn {
    text-align: center;
  }
}
.cid-uccU7asBld .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uccU7asBld .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #008063;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 3.5rem;
  width: 3.5rem;
}
@media (max-width: 767px) {
  .cid-uccU7asBld .row {
    text-align: center;
  }
  .cid-uccU7asBld .social-row {
    justify-content: center;
  }
}
.cid-uccU7asBld .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uccU7asBld .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uccU7asBld .list {
    margin-bottom: 0rem;
  }
}
.cid-uccU7asBld .mbr-text {
  color: #bbbbbb;
}
.cid-uccU7asBld .mbr-iconfont {
  color: #ffffff;
}
.cid-uccU7asBld .mbr-section-subtitle {
  color: #000000;
}
.cid-uccU7asBld .list,
.cid-uccU7asBld .item-wrap {
  color: #232323;
}
.cid-uccU7asBld .copyright {
  color: #232323;
}
.cid-ucEI3ZyexZ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ucEI3ZyexZ .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-ucEI3ZyexZ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ucEI3ZyexZ .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-ucEI3ZyexZ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ucEI3ZyexZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucEI3ZyexZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucEI3ZyexZ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ucEI3ZyexZ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ucEI3ZyexZ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ucEI3ZyexZ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ucEI3ZyexZ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ucEI3ZyexZ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ucEI3ZyexZ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ucEI3ZyexZ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ucEI3ZyexZ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ucEI3ZyexZ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ucEI3ZyexZ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucEI3ZyexZ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ucEI3ZyexZ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ucEI3ZyexZ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ucEI3ZyexZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ucEI3ZyexZ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ucEI3ZyexZ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucEI3ZyexZ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ucEI3ZyexZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucEI3ZyexZ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-ucEI3ZyexZ .nav-item:focus,
.cid-ucEI3ZyexZ .nav-link:focus {
  outline: none;
}
.cid-ucEI3ZyexZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucEI3ZyexZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucEI3ZyexZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucEI3ZyexZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucEI3ZyexZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucEI3ZyexZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucEI3ZyexZ .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-ucEI3ZyexZ .navbar.opened {
  transition: all 0.3s;
}
.cid-ucEI3ZyexZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucEI3ZyexZ .navbar .navbar-logo img {
  width: auto;
}
.cid-ucEI3ZyexZ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ucEI3ZyexZ .navbar.collapsed {
  justify-content: center;
}
.cid-ucEI3ZyexZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucEI3ZyexZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucEI3ZyexZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ucEI3ZyexZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucEI3ZyexZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucEI3ZyexZ .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-ucEI3ZyexZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucEI3ZyexZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucEI3ZyexZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucEI3ZyexZ .navbar {
    min-height: 72px;
  }
  .cid-ucEI3ZyexZ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ucEI3ZyexZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucEI3ZyexZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucEI3ZyexZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucEI3ZyexZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucEI3ZyexZ .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-ucEI3ZyexZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucEI3ZyexZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ucEI3ZyexZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucEI3ZyexZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucEI3ZyexZ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ucEI3ZyexZ .dropdown-item.active,
.cid-ucEI3ZyexZ .dropdown-item:active {
  background-color: transparent;
}
.cid-ucEI3ZyexZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucEI3ZyexZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucEI3ZyexZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucEI3ZyexZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucEI3ZyexZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ucEI3ZyexZ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ucEI3ZyexZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucEI3ZyexZ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ucEI3ZyexZ .navbar-buttons {
    text-align: left;
  }
}
.cid-ucEI3ZyexZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucEI3ZyexZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucEI3ZyexZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucEI3ZyexZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucEI3ZyexZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucEI3ZyexZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucEI3ZyexZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucEI3ZyexZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucEI3ZyexZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucEI3ZyexZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucEI3ZyexZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucEI3ZyexZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucEI3ZyexZ .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-ucEI3ZyexZ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucEI3ZyexZ .navbar {
    height: 70px;
  }
  .cid-ucEI3ZyexZ .navbar.opened {
    height: auto;
  }
  .cid-ucEI3ZyexZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucEI3ZyexZ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ucEI3ZyexZ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ucEI3ZyexZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ucEI3ZyexZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ucEI3ZyexZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ucEI3ZyexZ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ucEI3ZyexZ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ucEI3ZyexZ .navbar-brand {
    margin-right: auto;
  }
  .cid-ucEI3ZyexZ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-ucEI3ZyexZ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ucEI3ZyexZ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ucEI3ZyexZ .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-ucEI3ZyexZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ucEI3ZyexZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ucEI3ZyexZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ucEI3ZyexZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ucEI3ZyexZ .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-ucEI3ZyexZ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ucEI3ZyexZ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ucEVxWGgnx {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ucEVxWGgnx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucEVxWGgnx .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-ucEVxWGgnx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucEVxWGgnx .row {
  flex-direction: row-reverse;
}
.cid-ucEVxWGgnx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucEVxWGgnx .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ucEVxWGgnx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ucEVxWGgnx .mbr-section-title {
  color: #000000;
}
.cid-ucEVxWGgnx .mbr-text,
.cid-ucEVxWGgnx .mbr-section-btn {
  color: #232323;
}
.cid-ucEWcu9yPW {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/manta-1200x800.jpg");
}
.cid-ucEWcu9yPW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucEWcu9yPW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucEWcu9yPW .nav-tabs .nav-item.open .nav-link:focus,
.cid-ucEWcu9yPW .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-ucEWcu9yPW .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 2px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-ucEWcu9yPW .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-ucEWcu9yPW .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-ucEWcu9yPW .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 0 !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  border-top-left-radius: 2rem!important;
  border-top-right-radius: 2rem !important;
  overflow: hidden!important;
}
.cid-ucEWcu9yPW .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-ucEWcu9yPW .nav-tabs .nav-link.active {
  color: #008063 !important;
  background-color: #ffffff !important;
  padding: 1.25rem 2rem!important;
}
.cid-ucEWcu9yPW .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ucEWcu9yPW .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ucEWcu9yPW .mbr-text {
  color: #fff;
}
.cid-udHuAWyWj1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #008063;
}
.cid-udHuAWyWj1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udHuAWyWj1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udHuAWyWj1 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-udHuAWyWj1 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-udHuAWyWj1 .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-udHuAWyWj1 .mbr-text,
.cid-udHuAWyWj1 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-udHuAWyWj1 .card-title,
.cid-udHuAWyWj1 .card-box {
  text-align: left;
  color: #000000;
}
.cid-ucEIoPmvvw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background: #fcfcfc;
}
.cid-ucEIoPmvvw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucEIoPmvvw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucEIoPmvvw .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-ucEIoPmvvw .team-card:hover {
  transform: translateY(-10px);
}
.cid-ucEIoPmvvw .card1 {
  background: #008063;
}
.cid-ucEIoPmvvw .card2 {
  background: #008063;
}
.cid-ucEIoPmvvw .card3 {
  background: #008063;
}
.cid-ucEIoPmvvw .card4 {
  background: #008063;
}
.cid-ucEIoPmvvw .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-ucEIoPmvvw .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-ucEIoPmvvw .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-ucEIoPmvvw .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ucEIoPmvvw .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ucEIoPmvvw .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ucEIoPmvvw .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-ucEIoPmvvw .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-ucEIoPmvvw .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-ucEIoPmvvw .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-ucEIoPmvvw .tag1 {
  background: #008063;
  color: #502274;
}
.cid-ucEIoPmvvw .tag2 {
  background: #008063;
  color: #ffd7ef;
}
.cid-ucEIoPmvvw .tag3 {
  background: #008063;
  color: #232323;
  text-align: right;
}
.cid-ucEIoPmvvw .tag4 {
  background: #008063;
  color: #ffffff;
}
.cid-ucEIoPmvvw .card-text3,
.cid-ucEIoPmvvw .mbr-section-btn {
  color: #232323;
}
.cid-ucEIoPmvvw .card-text2,
.cid-ucEIoPmvvw .mbr-section-btn {
  color: #ffd7ef;
}
.cid-ucEIoPmvvw .card-text1,
.cid-ucEIoPmvvw .mbr-section-btn {
  color: #502274;
}
.cid-ucEIoPmvvw .card-title2,
.cid-ucEIoPmvvw .social-row {
  color: #ff8cbc;
}
.cid-ucEIoPmvvw .mbr-role3,
.cid-ucEIoPmvvw .social-row {
  color: #ffffff;
}
.cid-ucEIoPmvvw .card-title3,
.cid-ucEIoPmvvw .social-row {
  color: #320707;
}
.cid-ucEIoPmvvw .card-title4,
.cid-ucEIoPmvvw .social-row {
  color: #ffffff;
}
.cid-ucEIoPmvvw .mbr-role3 {
  color: #ffffff;
}
.cid-ucEIoPmvvw .mbr-role2 {
  color: #ffffff;
}
.cid-ucEIoPmvvw .mbr-role4 {
  color: #ffffff;
}
.cid-ucEIoPmvvw .card-text4,
.cid-ucEIoPmvvw .mbr-section-btn {
  color: #ffffff;
}
.cid-ucEIoPmvvw .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ucEIoPmvvw .card-title1,
.cid-ucEIoPmvvw .social-row {
  color: #008063;
}
.cid-ucEIoPmvvw .card-text2,
.cid-ucEIoPmvvw .card2 .mbr-section-btn {
  color: #ffffff;
}
.cid-ucEIoPmvvw .card-text1,
.cid-ucEIoPmvvw .card1 .mbr-section-btn {
  color: #000000;
}
.cid-ucEIoPmvvw .card-text3,
.cid-ucEIoPmvvw .card3 .mbr-section-btn {
  color: #000000;
}
.cid-ucEIoPmvvw .mbr-role {
  color: #ffffff;
  text-align: left;
}
.cid-ucEIpV76gP {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #fcfcfc;
}
.cid-ucEIpV76gP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucEIpV76gP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucEIpV76gP .team-card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-ucEIpV76gP .team-card:hover {
  transform: translateY(-10px);
}
.cid-ucEIpV76gP .card1 {
  background: #008063;
}
.cid-ucEIpV76gP .card2 {
  background: #008063;
}
.cid-ucEIpV76gP .card3 {
  background: #008063;
}
.cid-ucEIpV76gP .card4 {
  background: #008063;
}
.cid-ucEIpV76gP .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-ucEIpV76gP .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-ucEIpV76gP .card-wrap {
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-ucEIpV76gP .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ucEIpV76gP .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ucEIpV76gP .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ucEIpV76gP .card-wrap .content-wrap .content-footer {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cid-ucEIpV76gP .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-ucEIpV76gP .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-ucEIpV76gP .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.cid-ucEIpV76gP .tag1 {
  background: #008063;
  color: #502274;
}
.cid-ucEIpV76gP .tag2 {
  background: #008063;
  color: #ffd7ef;
}
.cid-ucEIpV76gP .tag3 {
  background: #008063;
  color: #232323;
  text-align: right;
}
.cid-ucEIpV76gP .tag4 {
  background: #008063;
  color: #ffffff;
}
.cid-ucEIpV76gP .card-text3,
.cid-ucEIpV76gP .mbr-section-btn {
  color: #232323;
}
.cid-ucEIpV76gP .card-text2,
.cid-ucEIpV76gP .mbr-section-btn {
  color: #ffd7ef;
}
.cid-ucEIpV76gP .card-text1,
.cid-ucEIpV76gP .mbr-section-btn {
  color: #502274;
}
.cid-ucEIpV76gP .card-title2,
.cid-ucEIpV76gP .social-row {
  color: #ff8cbc;
}
.cid-ucEIpV76gP .mbr-role3,
.cid-ucEIpV76gP .social-row {
  color: #ffffff;
}
.cid-ucEIpV76gP .card-title3,
.cid-ucEIpV76gP .social-row {
  color: #320707;
}
.cid-ucEIpV76gP .card-title4,
.cid-ucEIpV76gP .social-row {
  color: #ffffff;
}
.cid-ucEIpV76gP .mbr-role3 {
  color: #ffffff;
}
.cid-ucEIpV76gP .mbr-role2 {
  color: #ffffff;
  text-align: left;
}
.cid-ucEIpV76gP .mbr-role4 {
  color: #ffffff;
}
.cid-ucEIpV76gP .card-text4,
.cid-ucEIpV76gP .mbr-section-btn {
  color: #ffffff;
}
.cid-ucEIpV76gP .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ucEIpV76gP .card-title1,
.cid-ucEIpV76gP .social-row {
  color: #008063;
}
.cid-ucEIpV76gP .card-text2,
.cid-ucEIpV76gP .card2 .mbr-section-btn {
  color: #ffffff;
}
.cid-ucEIpV76gP .card-text1,
.cid-ucEIpV76gP .card1 .mbr-section-btn {
  color: #000000;
}
.cid-ucEIpV76gP .card-text3,
.cid-ucEIpV76gP .card3 .mbr-section-btn {
  color: #000000;
}
.cid-ucEIpV76gP .mbr-role {
  color: #ffffff;
}
.cid-ucEI4127jg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #008063;
}
.cid-ucEI4127jg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucEI4127jg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucEI4127jg .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-ucEI4127jg .footer-col {
    flex-direction: column;
  }
}
.cid-ucEI4127jg .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ucEI4127jg .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ucEI4127jg .mbr-section-btn {
    text-align: center;
  }
}
.cid-ucEI4127jg .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ucEI4127jg .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #008063;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 3.5rem;
  width: 3.5rem;
}
@media (max-width: 767px) {
  .cid-ucEI4127jg .row {
    text-align: center;
  }
  .cid-ucEI4127jg .social-row {
    justify-content: center;
  }
}
.cid-ucEI4127jg .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-ucEI4127jg .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ucEI4127jg .list {
    margin-bottom: 0rem;
  }
}
.cid-ucEI4127jg .mbr-text {
  color: #bbbbbb;
}
.cid-ucEI4127jg .mbr-iconfont {
  color: #ffffff;
}
.cid-ucEI4127jg .mbr-section-subtitle {
  color: #000000;
}
.cid-ucEI4127jg .list,
.cid-ucEI4127jg .item-wrap {
  color: #232323;
}
.cid-ucEI4127jg .copyright {
  color: #232323;
}
.cid-umLSYD4sjv {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-umLSYD4sjv .mbr-fallback-image.disabled {
  display: none;
}
.cid-umLSYD4sjv .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-umLSYD4sjv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umLSYD4sjv .row {
  flex-direction: row-reverse;
}
.cid-umLSYD4sjv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umLSYD4sjv .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umLSYD4sjv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umLSYD4sjv .mbr-section-title {
  color: #000000;
}
.cid-umLSYD4sjv .mbr-text,
.cid-umLSYD4sjv .mbr-section-btn {
  color: #232323;
}
.cid-udvEGpYm2g {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-udvEGpYm2g .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-udvEGpYm2g .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udvEGpYm2g .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-udvEGpYm2g .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udvEGpYm2g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udvEGpYm2g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udvEGpYm2g .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-udvEGpYm2g .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udvEGpYm2g .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-udvEGpYm2g .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-udvEGpYm2g .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udvEGpYm2g .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udvEGpYm2g .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-udvEGpYm2g .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udvEGpYm2g .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-udvEGpYm2g .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udvEGpYm2g .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udvEGpYm2g .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udvEGpYm2g .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udvEGpYm2g .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udvEGpYm2g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udvEGpYm2g .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-udvEGpYm2g .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udvEGpYm2g .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-udvEGpYm2g .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udvEGpYm2g .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-udvEGpYm2g .nav-item:focus,
.cid-udvEGpYm2g .nav-link:focus {
  outline: none;
}
.cid-udvEGpYm2g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udvEGpYm2g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udvEGpYm2g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udvEGpYm2g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udvEGpYm2g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udvEGpYm2g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udvEGpYm2g .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-udvEGpYm2g .navbar.opened {
  transition: all 0.3s;
}
.cid-udvEGpYm2g .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udvEGpYm2g .navbar .navbar-logo img {
  width: auto;
}
.cid-udvEGpYm2g .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udvEGpYm2g .navbar.collapsed {
  justify-content: center;
}
.cid-udvEGpYm2g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udvEGpYm2g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udvEGpYm2g .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-udvEGpYm2g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udvEGpYm2g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udvEGpYm2g .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-udvEGpYm2g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udvEGpYm2g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udvEGpYm2g .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udvEGpYm2g .navbar {
    min-height: 72px;
  }
  .cid-udvEGpYm2g .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udvEGpYm2g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udvEGpYm2g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udvEGpYm2g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udvEGpYm2g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udvEGpYm2g .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-udvEGpYm2g .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udvEGpYm2g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udvEGpYm2g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udvEGpYm2g .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udvEGpYm2g .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udvEGpYm2g .dropdown-item.active,
.cid-udvEGpYm2g .dropdown-item:active {
  background-color: transparent;
}
.cid-udvEGpYm2g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udvEGpYm2g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udvEGpYm2g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udvEGpYm2g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udvEGpYm2g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udvEGpYm2g .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udvEGpYm2g ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udvEGpYm2g .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udvEGpYm2g .navbar-buttons {
    text-align: left;
  }
}
.cid-udvEGpYm2g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udvEGpYm2g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udvEGpYm2g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udvEGpYm2g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udvEGpYm2g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udvEGpYm2g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udvEGpYm2g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udvEGpYm2g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udvEGpYm2g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udvEGpYm2g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udvEGpYm2g .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udvEGpYm2g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udvEGpYm2g .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-udvEGpYm2g .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udvEGpYm2g .navbar {
    height: 70px;
  }
  .cid-udvEGpYm2g .navbar.opened {
    height: auto;
  }
  .cid-udvEGpYm2g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udvEGpYm2g .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udvEGpYm2g .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udvEGpYm2g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udvEGpYm2g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udvEGpYm2g .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udvEGpYm2g .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udvEGpYm2g .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udvEGpYm2g .navbar-brand {
    margin-right: auto;
  }
  .cid-udvEGpYm2g .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-udvEGpYm2g .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udvEGpYm2g .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udvEGpYm2g .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-udvEGpYm2g .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udvEGpYm2g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udvEGpYm2g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udvEGpYm2g .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udvEGpYm2g .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-udvEGpYm2g .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udvEGpYm2g .navbar-collapse {
    padding: 1rem;
  }
}
.cid-udvFlBTH8B {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #008063;
}
.cid-udvFlBTH8B .mbr-fallback-image.disabled {
  display: none;
}
.cid-udvFlBTH8B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udvFlBTH8B .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-udvFlBTH8B .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-udvFlBTH8B .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-udvFlBTH8B .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-udvFlBTH8B .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #008063;
  height: 80px;
  border-radius: 50%;
}
.cid-udvFlBTH8B .mbr-section-title {
  color: #f7f7f7;
  text-align: left;
}
.cid-udvFlBTH8B .mbr-section-subtitle {
  color: #f7f7f7;
  text-align: left;
}
.cid-udvFlBTH8B .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-udvFlBTH8B .card-box .item-footer {
  margin-top: auto;
}
.cid-udvEGtztvU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #008063;
}
.cid-udvEGtztvU .mbr-fallback-image.disabled {
  display: none;
}
.cid-udvEGtztvU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udvEGtztvU .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-udvEGtztvU .footer-col {
    flex-direction: column;
  }
}
.cid-udvEGtztvU .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-udvEGtztvU .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-udvEGtztvU .mbr-section-btn {
    text-align: center;
  }
}
.cid-udvEGtztvU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-udvEGtztvU .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #008063;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 3.5rem;
  width: 3.5rem;
}
@media (max-width: 767px) {
  .cid-udvEGtztvU .row {
    text-align: center;
  }
  .cid-udvEGtztvU .social-row {
    justify-content: center;
  }
}
.cid-udvEGtztvU .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-udvEGtztvU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-udvEGtztvU .list {
    margin-bottom: 0rem;
  }
}
.cid-udvEGtztvU .mbr-text {
  color: #bbbbbb;
}
.cid-udvEGtztvU .mbr-iconfont {
  color: #ffffff;
}
.cid-udvEGtztvU .mbr-section-subtitle {
  color: #000000;
}
.cid-udvEGtztvU .list,
.cid-udvEGtztvU .item-wrap {
  color: #232323;
}
.cid-udvEGtztvU .copyright {
  color: #232323;
}
.cid-uccUiNkWCo {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uccUiNkWCo .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-uccUiNkWCo .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uccUiNkWCo .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-uccUiNkWCo .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uccUiNkWCo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uccUiNkWCo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uccUiNkWCo .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uccUiNkWCo .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uccUiNkWCo .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uccUiNkWCo .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uccUiNkWCo .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uccUiNkWCo .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uccUiNkWCo .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uccUiNkWCo .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uccUiNkWCo .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uccUiNkWCo .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uccUiNkWCo .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uccUiNkWCo .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uccUiNkWCo .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uccUiNkWCo .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uccUiNkWCo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uccUiNkWCo .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uccUiNkWCo .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uccUiNkWCo .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uccUiNkWCo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uccUiNkWCo .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-uccUiNkWCo .nav-item:focus,
.cid-uccUiNkWCo .nav-link:focus {
  outline: none;
}
.cid-uccUiNkWCo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uccUiNkWCo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uccUiNkWCo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uccUiNkWCo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uccUiNkWCo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uccUiNkWCo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uccUiNkWCo .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-uccUiNkWCo .navbar.opened {
  transition: all 0.3s;
}
.cid-uccUiNkWCo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uccUiNkWCo .navbar .navbar-logo img {
  width: auto;
}
.cid-uccUiNkWCo .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uccUiNkWCo .navbar.collapsed {
  justify-content: center;
}
.cid-uccUiNkWCo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uccUiNkWCo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uccUiNkWCo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uccUiNkWCo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uccUiNkWCo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uccUiNkWCo .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-uccUiNkWCo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uccUiNkWCo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uccUiNkWCo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uccUiNkWCo .navbar {
    min-height: 72px;
  }
  .cid-uccUiNkWCo .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uccUiNkWCo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uccUiNkWCo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uccUiNkWCo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uccUiNkWCo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uccUiNkWCo .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-uccUiNkWCo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uccUiNkWCo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uccUiNkWCo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uccUiNkWCo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uccUiNkWCo .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uccUiNkWCo .dropdown-item.active,
.cid-uccUiNkWCo .dropdown-item:active {
  background-color: transparent;
}
.cid-uccUiNkWCo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uccUiNkWCo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uccUiNkWCo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uccUiNkWCo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uccUiNkWCo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uccUiNkWCo .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uccUiNkWCo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uccUiNkWCo .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uccUiNkWCo .navbar-buttons {
    text-align: left;
  }
}
.cid-uccUiNkWCo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uccUiNkWCo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uccUiNkWCo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uccUiNkWCo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uccUiNkWCo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uccUiNkWCo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uccUiNkWCo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uccUiNkWCo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uccUiNkWCo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uccUiNkWCo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uccUiNkWCo .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uccUiNkWCo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uccUiNkWCo .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-uccUiNkWCo .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uccUiNkWCo .navbar {
    height: 70px;
  }
  .cid-uccUiNkWCo .navbar.opened {
    height: auto;
  }
  .cid-uccUiNkWCo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uccUiNkWCo .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uccUiNkWCo .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uccUiNkWCo .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uccUiNkWCo .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uccUiNkWCo .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uccUiNkWCo .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uccUiNkWCo .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uccUiNkWCo .navbar-brand {
    margin-right: auto;
  }
  .cid-uccUiNkWCo .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uccUiNkWCo .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uccUiNkWCo .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uccUiNkWCo .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-uccUiNkWCo .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uccUiNkWCo .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uccUiNkWCo .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uccUiNkWCo .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uccUiNkWCo .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-uccUiNkWCo .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uccUiNkWCo .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uccUiOxzNz {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uccUiOxzNz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uccUiOxzNz .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-uccUiOxzNz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uccUiOxzNz .row {
  flex-direction: row-reverse;
}
.cid-uccUiOxzNz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uccUiOxzNz .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uccUiOxzNz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uccUiOxzNz .mbr-section-title {
  color: #000000;
}
.cid-uccUiOxzNz .mbr-text,
.cid-uccUiOxzNz .mbr-section-btn {
  color: #000000;
}
.cid-uccUiPVcHP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #008063;
}
.cid-uccUiPVcHP h6 {
  line-height: 1.2;
}
.cid-uccUiPVcHP img,
.cid-uccUiPVcHP .item-img {
  width: 100%;
}
.cid-uccUiPVcHP .item:focus,
.cid-uccUiPVcHP span:focus {
  outline: none;
}
.cid-uccUiPVcHP .item {
  cursor: pointer;
}
.cid-uccUiPVcHP .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uccUiPVcHP .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uccUiPVcHP .mbr-section-title {
  color: #ffffff;
}
.cid-uccUiPVcHP .mbr-text,
.cid-uccUiPVcHP .mbr-section-btn {
  color: #000000;
}
.cid-uccUiPVcHP .item-title {
  color: #000000;
  text-align: center;
}
.cid-uccUiPVcHP .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uccUiPVcHP .item-text {
  color: #000000;
  text-align: center;
}
.cid-uccUiPVcHP .item-title,
.cid-uccUiPVcHP .mbr-section-btn {
  text-align: center;
}
.cid-uccUiQTgKN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #008063;
}
.cid-uccUiQTgKN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uccUiQTgKN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uccUiQTgKN .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uccUiQTgKN .footer-col {
    flex-direction: column;
  }
}
.cid-uccUiQTgKN .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uccUiQTgKN .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uccUiQTgKN .mbr-section-btn {
    text-align: center;
  }
}
.cid-uccUiQTgKN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uccUiQTgKN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #008063;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 3.5rem;
  width: 3.5rem;
}
@media (max-width: 767px) {
  .cid-uccUiQTgKN .row {
    text-align: center;
  }
  .cid-uccUiQTgKN .social-row {
    justify-content: center;
  }
}
.cid-uccUiQTgKN .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uccUiQTgKN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uccUiQTgKN .list {
    margin-bottom: 0rem;
  }
}
.cid-uccUiQTgKN .mbr-text {
  color: #bbbbbb;
}
.cid-uccUiQTgKN .mbr-iconfont {
  color: #ffffff;
}
.cid-uccUiQTgKN .mbr-section-subtitle {
  color: #000000;
}
.cid-uccUiQTgKN .list,
.cid-uccUiQTgKN .item-wrap {
  color: #232323;
}
.cid-uccUiQTgKN .copyright {
  color: #232323;
}
.cid-ugNJ70t0Yj {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugNJ70t0Yj .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-ugNJ70t0Yj .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugNJ70t0Yj .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-ugNJ70t0Yj .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ugNJ70t0Yj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugNJ70t0Yj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugNJ70t0Yj .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ugNJ70t0Yj .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ugNJ70t0Yj .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ugNJ70t0Yj .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ugNJ70t0Yj .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugNJ70t0Yj .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugNJ70t0Yj .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ugNJ70t0Yj .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugNJ70t0Yj .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugNJ70t0Yj .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugNJ70t0Yj .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugNJ70t0Yj .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ugNJ70t0Yj .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ugNJ70t0Yj .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugNJ70t0Yj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ugNJ70t0Yj .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ugNJ70t0Yj .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ugNJ70t0Yj .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ugNJ70t0Yj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugNJ70t0Yj .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-ugNJ70t0Yj .nav-item:focus,
.cid-ugNJ70t0Yj .nav-link:focus {
  outline: none;
}
.cid-ugNJ70t0Yj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugNJ70t0Yj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugNJ70t0Yj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugNJ70t0Yj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugNJ70t0Yj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugNJ70t0Yj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugNJ70t0Yj .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-ugNJ70t0Yj .navbar.opened {
  transition: all 0.3s;
}
.cid-ugNJ70t0Yj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugNJ70t0Yj .navbar .navbar-logo img {
  width: auto;
}
.cid-ugNJ70t0Yj .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ugNJ70t0Yj .navbar.collapsed {
  justify-content: center;
}
.cid-ugNJ70t0Yj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugNJ70t0Yj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugNJ70t0Yj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ugNJ70t0Yj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugNJ70t0Yj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugNJ70t0Yj .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-ugNJ70t0Yj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugNJ70t0Yj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugNJ70t0Yj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugNJ70t0Yj .navbar {
    min-height: 72px;
  }
  .cid-ugNJ70t0Yj .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugNJ70t0Yj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugNJ70t0Yj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugNJ70t0Yj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugNJ70t0Yj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugNJ70t0Yj .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-ugNJ70t0Yj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugNJ70t0Yj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugNJ70t0Yj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugNJ70t0Yj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugNJ70t0Yj .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugNJ70t0Yj .dropdown-item.active,
.cid-ugNJ70t0Yj .dropdown-item:active {
  background-color: transparent;
}
.cid-ugNJ70t0Yj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugNJ70t0Yj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugNJ70t0Yj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugNJ70t0Yj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ugNJ70t0Yj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugNJ70t0Yj .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugNJ70t0Yj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugNJ70t0Yj .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugNJ70t0Yj .navbar-buttons {
    text-align: left;
  }
}
.cid-ugNJ70t0Yj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugNJ70t0Yj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugNJ70t0Yj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugNJ70t0Yj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugNJ70t0Yj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugNJ70t0Yj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugNJ70t0Yj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugNJ70t0Yj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugNJ70t0Yj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugNJ70t0Yj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugNJ70t0Yj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugNJ70t0Yj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugNJ70t0Yj .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-ugNJ70t0Yj .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugNJ70t0Yj .navbar {
    height: 70px;
  }
  .cid-ugNJ70t0Yj .navbar.opened {
    height: auto;
  }
  .cid-ugNJ70t0Yj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugNJ70t0Yj .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugNJ70t0Yj .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugNJ70t0Yj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugNJ70t0Yj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ugNJ70t0Yj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugNJ70t0Yj .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugNJ70t0Yj .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugNJ70t0Yj .navbar-brand {
    margin-right: auto;
  }
  .cid-ugNJ70t0Yj .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-ugNJ70t0Yj .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugNJ70t0Yj .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugNJ70t0Yj .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-ugNJ70t0Yj .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugNJ70t0Yj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugNJ70t0Yj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ugNJ70t0Yj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugNJ70t0Yj .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-ugNJ70t0Yj .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugNJ70t0Yj .navbar-collapse {
    padding: 1rem;
  }
}
.cid-umLZkRg4fb {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-umLZkRg4fb .mbr-fallback-image.disabled {
  display: none;
}
.cid-umLZkRg4fb .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-umLZkRg4fb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umLZkRg4fb .row {
  flex-direction: row-reverse;
}
.cid-umLZkRg4fb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umLZkRg4fb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umLZkRg4fb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umLZkRg4fb .mbr-section-title {
  color: #000000;
}
.cid-umLZkRg4fb .mbr-text,
.cid-umLZkRg4fb .mbr-section-btn {
  color: #232323;
}
.cid-ugNJ72ck6i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #008063;
}
.cid-ugNJ72ck6i .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugNJ72ck6i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugNJ72ck6i .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-ugNJ72ck6i .footer-col {
    flex-direction: column;
  }
}
.cid-ugNJ72ck6i .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ugNJ72ck6i .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ugNJ72ck6i .mbr-section-btn {
    text-align: center;
  }
}
.cid-ugNJ72ck6i .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ugNJ72ck6i .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #008063;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 3.5rem;
  width: 3.5rem;
}
@media (max-width: 767px) {
  .cid-ugNJ72ck6i .row {
    text-align: center;
  }
  .cid-ugNJ72ck6i .social-row {
    justify-content: center;
  }
}
.cid-ugNJ72ck6i .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-ugNJ72ck6i .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ugNJ72ck6i .list {
    margin-bottom: 0rem;
  }
}
.cid-ugNJ72ck6i .mbr-text {
  color: #bbbbbb;
}
.cid-ugNJ72ck6i .mbr-iconfont {
  color: #ffffff;
}
.cid-ugNJ72ck6i .mbr-section-subtitle {
  color: #000000;
}
.cid-ugNJ72ck6i .list,
.cid-ugNJ72ck6i .item-wrap {
  color: #232323;
}
.cid-ugNJ72ck6i .copyright {
  color: #232323;
}
.cid-umyyDLdn6O {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-umyyDLdn6O .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-umyyDLdn6O .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-umyyDLdn6O .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-umyyDLdn6O .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-umyyDLdn6O .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umyyDLdn6O .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umyyDLdn6O .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-umyyDLdn6O .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-umyyDLdn6O .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-umyyDLdn6O .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-umyyDLdn6O .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-umyyDLdn6O .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-umyyDLdn6O .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-umyyDLdn6O .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-umyyDLdn6O .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-umyyDLdn6O .nav-link {
  width: fit-content;
  position: relative;
}
.cid-umyyDLdn6O .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-umyyDLdn6O .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-umyyDLdn6O .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-umyyDLdn6O .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-umyyDLdn6O .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-umyyDLdn6O .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: #ffffff !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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-umyyDLdn6O .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-umyyDLdn6O .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-umyyDLdn6O .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umyyDLdn6O .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-umyyDLdn6O .nav-item:focus,
.cid-umyyDLdn6O .nav-link:focus {
  outline: none;
}
.cid-umyyDLdn6O .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umyyDLdn6O .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umyyDLdn6O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umyyDLdn6O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umyyDLdn6O .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umyyDLdn6O .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umyyDLdn6O .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-umyyDLdn6O .navbar.opened {
  transition: all 0.3s;
}
.cid-umyyDLdn6O .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umyyDLdn6O .navbar .navbar-logo img {
  width: auto;
}
.cid-umyyDLdn6O .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-umyyDLdn6O .navbar.collapsed {
  justify-content: center;
}
.cid-umyyDLdn6O .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umyyDLdn6O .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umyyDLdn6O .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-umyyDLdn6O .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umyyDLdn6O .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umyyDLdn6O .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-umyyDLdn6O .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umyyDLdn6O .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umyyDLdn6O .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umyyDLdn6O .navbar {
    min-height: 72px;
  }
  .cid-umyyDLdn6O .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-umyyDLdn6O .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umyyDLdn6O .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umyyDLdn6O .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umyyDLdn6O .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umyyDLdn6O .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-umyyDLdn6O .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umyyDLdn6O .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-umyyDLdn6O .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umyyDLdn6O .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-umyyDLdn6O .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-umyyDLdn6O .dropdown-item.active,
.cid-umyyDLdn6O .dropdown-item:active {
  background-color: transparent;
}
.cid-umyyDLdn6O .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umyyDLdn6O .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umyyDLdn6O .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umyyDLdn6O .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-umyyDLdn6O .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-umyyDLdn6O .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-umyyDLdn6O ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umyyDLdn6O .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-umyyDLdn6O .navbar-buttons {
    text-align: left;
  }
}
.cid-umyyDLdn6O button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umyyDLdn6O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-umyyDLdn6O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umyyDLdn6O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umyyDLdn6O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umyyDLdn6O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umyyDLdn6O nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umyyDLdn6O nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umyyDLdn6O nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umyyDLdn6O nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umyyDLdn6O .navbar-dropdown {
  padding: 0 1rem;
}
.cid-umyyDLdn6O a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umyyDLdn6O .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-umyyDLdn6O .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umyyDLdn6O .navbar {
    height: 70px;
  }
  .cid-umyyDLdn6O .navbar.opened {
    height: auto;
  }
  .cid-umyyDLdn6O .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umyyDLdn6O .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-umyyDLdn6O .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-umyyDLdn6O .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-umyyDLdn6O .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-umyyDLdn6O .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-umyyDLdn6O .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-umyyDLdn6O .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-umyyDLdn6O .navbar-brand {
    margin-right: auto;
  }
  .cid-umyyDLdn6O .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-umyyDLdn6O .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-umyyDLdn6O .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-umyyDLdn6O .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-umyyDLdn6O .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-umyyDLdn6O .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-umyyDLdn6O .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-umyyDLdn6O .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-umyyDLdn6O .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-umyyDLdn6O .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-umyyDLdn6O .navbar-collapse {
    padding: 1rem;
  }
}
.cid-umyyWHfuo1 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-umyyWHfuo1 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umyyWHfuo1 .item {
    margin-bottom: 1rem;
  }
}
.cid-umyyWHfuo1 .item-wrapper {
  position: relative;
}
.cid-umyyWHfuo1 .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-umyyWHfuo1 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-umyyWHfuo1 .carousel-control,
.cid-umyyWHfuo1 .close {
  background: #1b1b1b;
}
.cid-umyyWHfuo1 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-umyyWHfuo1 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-umyyWHfuo1 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-umyyWHfuo1 .carousel-control-next span {
  margin-left: 5px;
}
.cid-umyyWHfuo1 .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-umyyWHfuo1 .close::before {
  content: '\e91a';
}
.cid-umyyWHfuo1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-umyyWHfuo1 .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-umyyWHfuo1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umyyWHfuo1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-umyyWHfuo1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-umyyWHfuo1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-umyyWHfuo1 .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-umyyWHfuo1 .carousel-indicators li.active,
.cid-umyyWHfuo1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-umyyWHfuo1 .carousel-indicators li::after,
.cid-umyyWHfuo1 .carousel-indicators li::before {
  content: none;
}
.cid-umyyWHfuo1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-umyyWHfuo1 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-umyyWHfuo1 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-umyyWHfuo1 .carousel-indicators {
    display: none;
  }
}
.cid-umyyWHfuo1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-umyyWHfuo1 .carousel-inner > .active {
  display: block;
}
.cid-umyyWHfuo1 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umyyWHfuo1 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-umyyWHfuo1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-umyyWHfuo1 .carousel-control,
  .cid-umyyWHfuo1 .carousel-indicators,
  .cid-umyyWHfuo1 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-umyyWHfuo1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-umyyWHfuo1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-umyyWHfuo1 .carousel-indicators .active,
.cid-umyyWHfuo1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-umyyWHfuo1 .carousel-indicators .active {
  background: #fff;
}
.cid-umyyWHfuo1 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-umyyWHfuo1 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-umyyWHfuo1 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-umyyWHfuo1 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-umyyWHfuo1 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-umyyWHfuo1 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-umyyWHfuo1 .carousel {
  width: 100%;
}
.cid-umyyWHfuo1 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-umyyWHfuo1 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-umyyWHfuo1 .modal.fade .modal-dialog,
.cid-umyyWHfuo1 .modal.in .modal-dialog {
  transform: none;
}
.cid-umyyWHfuo1 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-umyyWHfuo1 .content-head {
  max-width: 800px;
}
.cid-umyyXvDlP3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-umyyXvDlP3 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umyyXvDlP3 .item {
    margin-bottom: 1rem;
  }
}
.cid-umyyXvDlP3 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-umyyXvDlP3 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-umyyXvDlP3 .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-umyyXvDlP3 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-umyyXvDlP3 .carousel-control,
.cid-umyyXvDlP3 .close {
  background: #1b1b1b;
}
.cid-umyyXvDlP3 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-umyyXvDlP3 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-umyyXvDlP3 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-umyyXvDlP3 .carousel-control-next span {
  margin-left: 5px;
}
.cid-umyyXvDlP3 .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-umyyXvDlP3 .close::before {
  content: '\e91a';
}
.cid-umyyXvDlP3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-umyyXvDlP3 .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-umyyXvDlP3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umyyXvDlP3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-umyyXvDlP3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-umyyXvDlP3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-umyyXvDlP3 .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-umyyXvDlP3 .carousel-indicators li.active,
.cid-umyyXvDlP3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-umyyXvDlP3 .carousel-indicators li::after,
.cid-umyyXvDlP3 .carousel-indicators li::before {
  content: none;
}
.cid-umyyXvDlP3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-umyyXvDlP3 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-umyyXvDlP3 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-umyyXvDlP3 .carousel-indicators {
    display: none;
  }
}
.cid-umyyXvDlP3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-umyyXvDlP3 .carousel-inner > .active {
  display: block;
}
.cid-umyyXvDlP3 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umyyXvDlP3 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-umyyXvDlP3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-umyyXvDlP3 .carousel-control,
  .cid-umyyXvDlP3 .carousel-indicators,
  .cid-umyyXvDlP3 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-umyyXvDlP3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-umyyXvDlP3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-umyyXvDlP3 .carousel-indicators .active,
.cid-umyyXvDlP3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-umyyXvDlP3 .carousel-indicators .active {
  background: #fff;
}
.cid-umyyXvDlP3 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-umyyXvDlP3 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-umyyXvDlP3 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-umyyXvDlP3 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-umyyXvDlP3 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-umyyXvDlP3 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-umyyXvDlP3 .carousel {
  width: 100%;
}
.cid-umyyXvDlP3 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-umyyXvDlP3 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-umyyXvDlP3 .modal.fade .modal-dialog,
.cid-umyyXvDlP3 .modal.in .modal-dialog {
  transform: none;
}
.cid-umyyXvDlP3 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-umyyXvDlP3 .content-head {
  max-width: 800px;
}
.cid-umyyDMrmrl {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #008063;
}
.cid-umyyDMrmrl h6 {
  line-height: 1.2;
}
.cid-umyyDMrmrl img,
.cid-umyyDMrmrl .item-img {
  width: 100%;
}
.cid-umyyDMrmrl .item:focus,
.cid-umyyDMrmrl span:focus {
  outline: none;
}
.cid-umyyDMrmrl .item {
  cursor: pointer;
}
.cid-umyyDMrmrl .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-umyyDMrmrl .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-umyyDMrmrl .mbr-section-title {
  color: #ffffff;
}
.cid-umyyDMrmrl .mbr-text,
.cid-umyyDMrmrl .mbr-section-btn {
  color: #000000;
}
.cid-umyyDMrmrl .item-title {
  color: #000000;
  text-align: center;
}
.cid-umyyDMrmrl .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-umyyDMrmrl .item-text {
  color: #000000;
  text-align: center;
}
.cid-umyyDMrmrl .item-title,
.cid-umyyDMrmrl .mbr-section-btn {
  text-align: center;
}
.cid-umyyDNuP1z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #008063;
}
.cid-umyyDNuP1z .mbr-fallback-image.disabled {
  display: none;
}
.cid-umyyDNuP1z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umyyDNuP1z .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-umyyDNuP1z .footer-col {
    flex-direction: column;
  }
}
.cid-umyyDNuP1z .row {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-umyyDNuP1z .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-umyyDNuP1z .mbr-section-btn {
    text-align: center;
  }
}
.cid-umyyDNuP1z .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-umyyDNuP1z .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #008063;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 3.5rem;
  width: 3.5rem;
}
@media (max-width: 767px) {
  .cid-umyyDNuP1z .row {
    text-align: center;
  }
  .cid-umyyDNuP1z .social-row {
    justify-content: center;
  }
}
.cid-umyyDNuP1z .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-umyyDNuP1z .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-umyyDNuP1z .list {
    margin-bottom: 0rem;
  }
}
.cid-umyyDNuP1z .mbr-text {
  color: #bbbbbb;
}
.cid-umyyDNuP1z .mbr-iconfont {
  color: #ffffff;
}
.cid-umyyDNuP1z .mbr-section-subtitle {
  color: #000000;
}
.cid-umyyDNuP1z .list,
.cid-umyyDNuP1z .item-wrap {
  color: #232323;
}
.cid-umyyDNuP1z .copyright {
  color: #232323;
}
