.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Reddit Sans;
}
.display-1 {
  font-family: 'Reddit Sans', sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3rem;
}
.display-2 {
  font-family: 'Reddit Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-4 {
  font-family: 'Reddit Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Reddit Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Reddit Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.15;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 1.92rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.68rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #185358 !important;
}
.bg-success {
  background-color: #fff1e2 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #185358 !important;
}
.bg-danger {
  background-color: #185358 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #185358 !important;
  border-color: #185358 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #237980 !important;
  border-color: #237980 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #237980 !important;
  border-color: #237980 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #185358 !important;
  border-color: #185358 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #237980 !important;
  border-color: #237980 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #237980 !important;
  border-color: #237980 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #fff1e2 !important;
  border-color: #fff1e2 !important;
  color: #e27500 !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: #e27500 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #185358 !important;
  border-color: #185358 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #237980 !important;
  border-color: #237980 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #237980 !important;
  border-color: #237980 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #185358 !important;
  border-color: #185358 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #237980 !important;
  border-color: #237980 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #237980 !important;
  border-color: #237980 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
  color: #787878 !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: #787878 !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: #185358;
  color: #185358;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #051314 !important;
  background-color: transparent !important;
  border-color: #051314 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #185358 !important;
  border-color: #185358 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #185358;
  color: #185358;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #051314 !important;
  background-color: transparent !important;
  border-color: #051314 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #185358 !important;
  border-color: #185358 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fff1e2;
  color: #fff1e2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffc78b !important;
  background-color: transparent !important;
  border-color: #ffc78b !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #e27500 !important;
  background-color: #fff1e2 !important;
  border-color: #fff1e2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #185358;
  color: #185358;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #051314 !important;
  background-color: transparent !important;
  border-color: #051314 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #185358 !important;
  border-color: #185358 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #185358;
  color: #185358;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #051314 !important;
  background-color: transparent !important;
  border-color: #051314 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #185358 !important;
  border-color: #185358 !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: #185358 !important;
}
.text-secondary {
  color: #185358 !important;
}
.text-success {
  color: #fff1e2 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #185358 !important;
}
.text-danger {
  color: #185358 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #020708 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #020708 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ffc07c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #020708 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #020708 !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: #185358;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #185358;
}
.alert-danger {
  background-color: #185358;
}
.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: #185358;
  border-color: #185358;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #185358;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #33b1bc;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #33b1bc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #33b1bc;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Reddit Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.15;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #185358 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Reddit Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.15;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #185358;
}
/* 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: #185358;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #185358;
}
.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: #185358;
  border-bottom-color: #185358;
}
.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: #185358 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #185358 !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='%23185358' %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;
}
.mbr-section-btn {
  width: 100%;
}
.mbr-section-btn .btn {
  justify-content: space-between;
  padding: 10px 10px 10px 30px;
  border-radius: 12px !important;
  font-weight: 400 !important;
  width: 100%;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont {
  border-radius: 100% !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border: 2px solid;
  border-radius: 8px !important;
  transition: all 0.3s ease-in-out;
}
.mbr-desc,
.item-desc,
.nav-item {
  border-radius: 100px;
}
.form-control {
  border-radius: 12px !important;
}
.mbr-iconfont {
  border-radius: 12px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.content-wrap,
.desc-wrap,
.slider-wrap,
.item-content,
.items-wrapper,
.embla__viewport {
  border-radius: 1rem !important;
}
.contacts-wrapper {
  border-radius: 8px !important;
}
.banner .mbr-section-btn .btn {
  width: auto !important;
  padding: 10px 15px;
  justify-content: center;
}
.cid-vahK3TvPDf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vahK3TvPDf .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-vahK3TvPDf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vahK3TvPDf .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-vahK3TvPDf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-vahK3TvPDf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vahK3TvPDf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vahK3TvPDf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vahK3TvPDf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vahK3TvPDf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vahK3TvPDf .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-vahK3TvPDf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vahK3TvPDf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vahK3TvPDf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vahK3TvPDf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vahK3TvPDf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vahK3TvPDf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vahK3TvPDf .nav-link:hover {
  color: #000000 !important;
}
.cid-vahK3TvPDf .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vahK3TvPDf .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vahK3TvPDf .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-vahK3TvPDf .navbar-caption:hover,
.cid-vahK3TvPDf .navbar-caption:focus {
  color: #000000 !important;
}
@media (max-width: 767px) {
  .cid-vahK3TvPDf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vahK3TvPDf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vahK3TvPDf .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  flex-wrap: nowrap;
  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: 16px;
  margin: 1rem 1rem 0;
  background-color: #ffffff;
  box-shadow: none;
  position: relative;
}
.cid-vahK3TvPDf .iconfont-wrapper {
  color: #404349 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vahK3TvPDf .iconfont-wrapper:hover,
.cid-vahK3TvPDf .iconfont-wrapper:focus {
  color: #000000 !important;
}
.cid-vahK3TvPDf .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;
}
.cid-vahK3TvPDf .nav-item:focus,
.cid-vahK3TvPDf .nav-link:focus {
  outline: none;
}
.cid-vahK3TvPDf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vahK3TvPDf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vahK3TvPDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vahK3TvPDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vahK3TvPDf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vahK3TvPDf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vahK3TvPDf .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-vahK3TvPDf .navbar.opened {
  transition: all 0.3s;
}
.cid-vahK3TvPDf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vahK3TvPDf .navbar .navbar-logo img {
  width: auto;
}
.cid-vahK3TvPDf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vahK3TvPDf .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-vahK3TvPDf .navbar.collapsed {
  justify-content: center;
}
.cid-vahK3TvPDf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vahK3TvPDf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vahK3TvPDf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vahK3TvPDf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vahK3TvPDf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vahK3TvPDf .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-vahK3TvPDf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vahK3TvPDf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vahK3TvPDf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vahK3TvPDf .navbar {
    min-height: 72px;
  }
  .cid-vahK3TvPDf .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vahK3TvPDf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vahK3TvPDf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vahK3TvPDf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vahK3TvPDf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vahK3TvPDf .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-vahK3TvPDf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vahK3TvPDf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vahK3TvPDf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vahK3TvPDf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vahK3TvPDf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vahK3TvPDf .dropdown-item.active,
.cid-vahK3TvPDf .dropdown-item:active {
  background-color: transparent;
}
.cid-vahK3TvPDf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vahK3TvPDf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vahK3TvPDf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vahK3TvPDf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vahK3TvPDf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vahK3TvPDf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vahK3TvPDf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vahK3TvPDf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vahK3TvPDf .navbar-buttons {
    text-align: left;
  }
}
.cid-vahK3TvPDf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vahK3TvPDf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vahK3TvPDf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vahK3TvPDf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vahK3TvPDf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vahK3TvPDf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vahK3TvPDf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vahK3TvPDf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vahK3TvPDf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vahK3TvPDf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vahK3TvPDf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vahK3TvPDf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vahK3TvPDf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vahK3TvPDf .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vahK3TvPDf .navbar {
    height: 70px;
  }
  .cid-vahK3TvPDf .navbar.opened {
    height: auto;
  }
  .cid-vahK3TvPDf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vahK3TvPDf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vahK3TvPDf .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-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vahK3TvPDf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .cid-vahK3TvPDf .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-vahK3TvPDf .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.cid-vahK3TvPDf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vahK3TvPDf .navbar-brand {
    margin-right: auto;
  }
  .cid-vahK3TvPDf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
  }
  .cid-vahK3TvPDf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vahK3TvPDf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vahK3TvPDf .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-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vahK3TvPDf .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-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vahK3TvPDf .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-vahK3TvPDf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vahK3TvPDf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vahK3TvPDf .navbar-brand,
.cid-vahK3TvPDf .navbar-toggler,
.cid-vahK3TvPDf .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-vahK3TvPDf .header01 .image-wrap img {
  width: auto !important;
  height: 130% !important;
  left: 50%;
  transform: translateX(-50%);
  object-fit: contain !important;
}
.cid-uMYwUOUUtm {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMYwUOUUtm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMYwUOUUtm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMYwUOUUtm .mbr-section-title {
  color: #000000;
}
.cid-uMYwUOUUtm .mbr-text,
.cid-uMYwUOUUtm .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZ29WHZGFb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZ29WHZGFb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ29WHZGFb .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-uZ29WHZGFb .container {
    padding: 0 30px;
  }
}
.cid-uZ29WHZGFb .row {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZ29WHZGFb .row {
    padding-bottom: 50px;
  }
}
.cid-uZ29WHZGFb .row .border-wrap {
  background-color: #22654e;
  height: 2px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZ29WHZGFb .row .border-wrap {
    margin-bottom: 50px;
  }
}
.cid-uZ29WHZGFb .card {
  justify-content: center;
}
.cid-uZ29WHZGFb .title-wrapper {
  margin-bottom: 20px;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 200px;
  height: 90px;
  margin-right: 15px;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZ29WHZGFb .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-uZ29WHZGFb .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZ29WHZGFb .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-uZ29WHZGFb .nav-wrapper .list .item-wrap:hover::before,
.cid-uZ29WHZGFb .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uZ29WHZGFb .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-uZ29WHZGFb .mbr-copy {
  margin-bottom: 0;
  color: #000000;
}
.cid-uZ29WHZGFb .mbr-section-title {
  color: #144031;
}
.cid-uZ29WHZGFb .list {
  color: #144031;
}
.cid-uZ29WHZGFb .mbr-section-title,
.cid-uZ29WHZGFb .title-wrapper {
  color: #000000;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  width: 100% !important;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap img {
  margin-right: 0 !important;
  margin-bottom: 18px !important;
  height: auto !important;
  max-width: 100% !important;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap .mbr-section-title,
.cid-uZ29WHZGFb .title-wrapper .title-wrap .mbr-text,
.cid-uZ29WHZGFb .title-wrapper .title-wrap .mbr-desc {
  width: 100% !important;
  max-width: none !important;
}
.cid-vahK3TvPDf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vahK3TvPDf .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-vahK3TvPDf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vahK3TvPDf .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-vahK3TvPDf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-vahK3TvPDf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vahK3TvPDf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vahK3TvPDf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vahK3TvPDf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vahK3TvPDf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vahK3TvPDf .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-vahK3TvPDf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vahK3TvPDf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vahK3TvPDf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vahK3TvPDf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vahK3TvPDf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vahK3TvPDf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vahK3TvPDf .nav-link:hover {
  color: #000000 !important;
}
.cid-vahK3TvPDf .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vahK3TvPDf .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vahK3TvPDf .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-vahK3TvPDf .navbar-caption:hover,
.cid-vahK3TvPDf .navbar-caption:focus {
  color: #000000 !important;
}
@media (max-width: 767px) {
  .cid-vahK3TvPDf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vahK3TvPDf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vahK3TvPDf .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  flex-wrap: nowrap;
  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: 16px;
  margin: 1rem 1rem 0;
  background-color: #ffffff;
  box-shadow: none;
  position: relative;
}
.cid-vahK3TvPDf .iconfont-wrapper {
  color: #404349 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vahK3TvPDf .iconfont-wrapper:hover,
.cid-vahK3TvPDf .iconfont-wrapper:focus {
  color: #000000 !important;
}
.cid-vahK3TvPDf .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;
}
.cid-vahK3TvPDf .nav-item:focus,
.cid-vahK3TvPDf .nav-link:focus {
  outline: none;
}
.cid-vahK3TvPDf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vahK3TvPDf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vahK3TvPDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vahK3TvPDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vahK3TvPDf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vahK3TvPDf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vahK3TvPDf .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-vahK3TvPDf .navbar.opened {
  transition: all 0.3s;
}
.cid-vahK3TvPDf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vahK3TvPDf .navbar .navbar-logo img {
  width: auto;
}
.cid-vahK3TvPDf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vahK3TvPDf .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-vahK3TvPDf .navbar.collapsed {
  justify-content: center;
}
.cid-vahK3TvPDf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vahK3TvPDf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vahK3TvPDf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vahK3TvPDf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vahK3TvPDf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vahK3TvPDf .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-vahK3TvPDf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vahK3TvPDf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vahK3TvPDf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vahK3TvPDf .navbar {
    min-height: 72px;
  }
  .cid-vahK3TvPDf .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vahK3TvPDf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vahK3TvPDf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vahK3TvPDf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vahK3TvPDf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vahK3TvPDf .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-vahK3TvPDf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vahK3TvPDf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vahK3TvPDf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vahK3TvPDf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vahK3TvPDf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vahK3TvPDf .dropdown-item.active,
.cid-vahK3TvPDf .dropdown-item:active {
  background-color: transparent;
}
.cid-vahK3TvPDf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vahK3TvPDf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vahK3TvPDf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vahK3TvPDf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vahK3TvPDf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vahK3TvPDf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vahK3TvPDf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vahK3TvPDf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vahK3TvPDf .navbar-buttons {
    text-align: left;
  }
}
.cid-vahK3TvPDf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vahK3TvPDf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vahK3TvPDf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vahK3TvPDf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vahK3TvPDf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vahK3TvPDf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vahK3TvPDf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vahK3TvPDf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vahK3TvPDf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vahK3TvPDf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vahK3TvPDf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vahK3TvPDf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vahK3TvPDf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vahK3TvPDf .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vahK3TvPDf .navbar {
    height: 70px;
  }
  .cid-vahK3TvPDf .navbar.opened {
    height: auto;
  }
  .cid-vahK3TvPDf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vahK3TvPDf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vahK3TvPDf .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-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vahK3TvPDf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .cid-vahK3TvPDf .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-vahK3TvPDf .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.cid-vahK3TvPDf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vahK3TvPDf .navbar-brand {
    margin-right: auto;
  }
  .cid-vahK3TvPDf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
  }
  .cid-vahK3TvPDf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vahK3TvPDf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vahK3TvPDf .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-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vahK3TvPDf .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-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vahK3TvPDf .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-vahK3TvPDf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vahK3TvPDf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vahK3TvPDf .navbar-brand,
.cid-vahK3TvPDf .navbar-toggler,
.cid-vahK3TvPDf .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-vahK3TvPDf .header01 .image-wrap img {
  width: auto !important;
  height: 130% !important;
  left: 50%;
  transform: translateX(-50%);
  object-fit: contain !important;
}
.cid-uMYzHQ6I9U {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMYzHQ6I9U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMYzHQ6I9U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMYzHQ6I9U .mbr-section-title {
  color: #193366;
}
.cid-uMYzHQ6I9U .mbr-text,
.cid-uMYzHQ6I9U .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uMYzHQ6I9U P {
  text-align: justify;
}
.cid-uZ29WHZGFb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZ29WHZGFb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ29WHZGFb .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-uZ29WHZGFb .container {
    padding: 0 30px;
  }
}
.cid-uZ29WHZGFb .row {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZ29WHZGFb .row {
    padding-bottom: 50px;
  }
}
.cid-uZ29WHZGFb .row .border-wrap {
  background-color: #22654e;
  height: 2px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZ29WHZGFb .row .border-wrap {
    margin-bottom: 50px;
  }
}
.cid-uZ29WHZGFb .card {
  justify-content: center;
}
.cid-uZ29WHZGFb .title-wrapper {
  margin-bottom: 20px;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 200px;
  height: 90px;
  margin-right: 15px;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZ29WHZGFb .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-uZ29WHZGFb .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZ29WHZGFb .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-uZ29WHZGFb .nav-wrapper .list .item-wrap:hover::before,
.cid-uZ29WHZGFb .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uZ29WHZGFb .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-uZ29WHZGFb .mbr-copy {
  margin-bottom: 0;
  color: #000000;
}
.cid-uZ29WHZGFb .mbr-section-title {
  color: #144031;
}
.cid-uZ29WHZGFb .list {
  color: #144031;
}
.cid-uZ29WHZGFb .mbr-section-title,
.cid-uZ29WHZGFb .title-wrapper {
  color: #000000;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  width: 100% !important;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap img {
  margin-right: 0 !important;
  margin-bottom: 18px !important;
  height: auto !important;
  max-width: 100% !important;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap .mbr-section-title,
.cid-uZ29WHZGFb .title-wrapper .title-wrap .mbr-text,
.cid-uZ29WHZGFb .title-wrapper .title-wrap .mbr-desc {
  width: 100% !important;
  max-width: none !important;
}
.cid-vahK3TvPDf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vahK3TvPDf .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-vahK3TvPDf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vahK3TvPDf .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-vahK3TvPDf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-vahK3TvPDf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vahK3TvPDf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vahK3TvPDf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vahK3TvPDf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vahK3TvPDf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vahK3TvPDf .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-vahK3TvPDf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vahK3TvPDf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vahK3TvPDf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vahK3TvPDf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vahK3TvPDf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vahK3TvPDf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vahK3TvPDf .nav-link:hover {
  color: #000000 !important;
}
.cid-vahK3TvPDf .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vahK3TvPDf .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vahK3TvPDf .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-vahK3TvPDf .navbar-caption:hover,
.cid-vahK3TvPDf .navbar-caption:focus {
  color: #000000 !important;
}
@media (max-width: 767px) {
  .cid-vahK3TvPDf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vahK3TvPDf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vahK3TvPDf .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  flex-wrap: nowrap;
  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: 16px;
  margin: 1rem 1rem 0;
  background-color: #ffffff;
  box-shadow: none;
  position: relative;
}
.cid-vahK3TvPDf .iconfont-wrapper {
  color: #404349 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vahK3TvPDf .iconfont-wrapper:hover,
.cid-vahK3TvPDf .iconfont-wrapper:focus {
  color: #000000 !important;
}
.cid-vahK3TvPDf .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;
}
.cid-vahK3TvPDf .nav-item:focus,
.cid-vahK3TvPDf .nav-link:focus {
  outline: none;
}
.cid-vahK3TvPDf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vahK3TvPDf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vahK3TvPDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vahK3TvPDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vahK3TvPDf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vahK3TvPDf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vahK3TvPDf .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-vahK3TvPDf .navbar.opened {
  transition: all 0.3s;
}
.cid-vahK3TvPDf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vahK3TvPDf .navbar .navbar-logo img {
  width: auto;
}
.cid-vahK3TvPDf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vahK3TvPDf .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-vahK3TvPDf .navbar.collapsed {
  justify-content: center;
}
.cid-vahK3TvPDf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vahK3TvPDf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vahK3TvPDf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vahK3TvPDf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vahK3TvPDf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vahK3TvPDf .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-vahK3TvPDf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vahK3TvPDf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vahK3TvPDf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vahK3TvPDf .navbar {
    min-height: 72px;
  }
  .cid-vahK3TvPDf .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vahK3TvPDf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vahK3TvPDf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vahK3TvPDf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vahK3TvPDf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vahK3TvPDf .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-vahK3TvPDf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vahK3TvPDf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vahK3TvPDf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vahK3TvPDf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vahK3TvPDf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vahK3TvPDf .dropdown-item.active,
.cid-vahK3TvPDf .dropdown-item:active {
  background-color: transparent;
}
.cid-vahK3TvPDf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vahK3TvPDf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vahK3TvPDf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vahK3TvPDf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vahK3TvPDf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vahK3TvPDf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vahK3TvPDf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vahK3TvPDf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vahK3TvPDf .navbar-buttons {
    text-align: left;
  }
}
.cid-vahK3TvPDf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vahK3TvPDf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vahK3TvPDf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vahK3TvPDf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vahK3TvPDf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vahK3TvPDf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vahK3TvPDf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vahK3TvPDf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vahK3TvPDf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vahK3TvPDf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vahK3TvPDf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vahK3TvPDf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vahK3TvPDf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vahK3TvPDf .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vahK3TvPDf .navbar {
    height: 70px;
  }
  .cid-vahK3TvPDf .navbar.opened {
    height: auto;
  }
  .cid-vahK3TvPDf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vahK3TvPDf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vahK3TvPDf .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-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vahK3TvPDf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .cid-vahK3TvPDf .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-vahK3TvPDf .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.cid-vahK3TvPDf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vahK3TvPDf .navbar-brand {
    margin-right: auto;
  }
  .cid-vahK3TvPDf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
  }
  .cid-vahK3TvPDf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vahK3TvPDf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vahK3TvPDf .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-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vahK3TvPDf .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-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vahK3TvPDf .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-vahK3TvPDf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vahK3TvPDf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vahK3TvPDf .navbar-brand,
.cid-vahK3TvPDf .navbar-toggler,
.cid-vahK3TvPDf .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-vahK3TvPDf .header01 .image-wrap img {
  width: auto !important;
  height: 130% !important;
  left: 50%;
  transform: translateX(-50%);
  object-fit: contain !important;
}
.cid-uMYyxe2dOc {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMYyxe2dOc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMYyxe2dOc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMYyxe2dOc .mbr-section-title {
  color: #000000;
}
.cid-uMYyxe2dOc .mbr-text,
.cid-uMYyxe2dOc .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uMYyxe2dOc .mbr-section-title DIV {
  text-align: left;
}
.cid-uZ29WHZGFb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZ29WHZGFb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ29WHZGFb .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-uZ29WHZGFb .container {
    padding: 0 30px;
  }
}
.cid-uZ29WHZGFb .row {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZ29WHZGFb .row {
    padding-bottom: 50px;
  }
}
.cid-uZ29WHZGFb .row .border-wrap {
  background-color: #22654e;
  height: 2px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZ29WHZGFb .row .border-wrap {
    margin-bottom: 50px;
  }
}
.cid-uZ29WHZGFb .card {
  justify-content: center;
}
.cid-uZ29WHZGFb .title-wrapper {
  margin-bottom: 20px;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 200px;
  height: 90px;
  margin-right: 15px;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZ29WHZGFb .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-uZ29WHZGFb .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZ29WHZGFb .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-uZ29WHZGFb .nav-wrapper .list .item-wrap:hover::before,
.cid-uZ29WHZGFb .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uZ29WHZGFb .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-uZ29WHZGFb .mbr-copy {
  margin-bottom: 0;
  color: #000000;
}
.cid-uZ29WHZGFb .mbr-section-title {
  color: #144031;
}
.cid-uZ29WHZGFb .list {
  color: #144031;
}
.cid-uZ29WHZGFb .mbr-section-title,
.cid-uZ29WHZGFb .title-wrapper {
  color: #000000;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  width: 100% !important;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap img {
  margin-right: 0 !important;
  margin-bottom: 18px !important;
  height: auto !important;
  max-width: 100% !important;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap .mbr-section-title,
.cid-uZ29WHZGFb .title-wrapper .title-wrap .mbr-text,
.cid-uZ29WHZGFb .title-wrapper .title-wrap .mbr-desc {
  width: 100% !important;
  max-width: none !important;
}
.cid-vahK3TvPDf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vahK3TvPDf .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-vahK3TvPDf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vahK3TvPDf .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-vahK3TvPDf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-vahK3TvPDf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vahK3TvPDf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vahK3TvPDf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vahK3TvPDf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vahK3TvPDf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vahK3TvPDf .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-vahK3TvPDf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vahK3TvPDf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vahK3TvPDf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vahK3TvPDf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vahK3TvPDf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vahK3TvPDf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vahK3TvPDf .nav-link:hover {
  color: #000000 !important;
}
.cid-vahK3TvPDf .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vahK3TvPDf .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vahK3TvPDf .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-vahK3TvPDf .navbar-caption:hover,
.cid-vahK3TvPDf .navbar-caption:focus {
  color: #000000 !important;
}
@media (max-width: 767px) {
  .cid-vahK3TvPDf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vahK3TvPDf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vahK3TvPDf .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  flex-wrap: nowrap;
  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: 16px;
  margin: 1rem 1rem 0;
  background-color: #ffffff;
  box-shadow: none;
  position: relative;
}
.cid-vahK3TvPDf .iconfont-wrapper {
  color: #404349 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vahK3TvPDf .iconfont-wrapper:hover,
.cid-vahK3TvPDf .iconfont-wrapper:focus {
  color: #000000 !important;
}
.cid-vahK3TvPDf .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;
}
.cid-vahK3TvPDf .nav-item:focus,
.cid-vahK3TvPDf .nav-link:focus {
  outline: none;
}
.cid-vahK3TvPDf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vahK3TvPDf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vahK3TvPDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vahK3TvPDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vahK3TvPDf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vahK3TvPDf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vahK3TvPDf .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-vahK3TvPDf .navbar.opened {
  transition: all 0.3s;
}
.cid-vahK3TvPDf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vahK3TvPDf .navbar .navbar-logo img {
  width: auto;
}
.cid-vahK3TvPDf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vahK3TvPDf .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-vahK3TvPDf .navbar.collapsed {
  justify-content: center;
}
.cid-vahK3TvPDf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vahK3TvPDf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vahK3TvPDf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vahK3TvPDf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vahK3TvPDf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vahK3TvPDf .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-vahK3TvPDf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vahK3TvPDf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vahK3TvPDf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vahK3TvPDf .navbar {
    min-height: 72px;
  }
  .cid-vahK3TvPDf .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vahK3TvPDf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vahK3TvPDf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vahK3TvPDf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vahK3TvPDf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vahK3TvPDf .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-vahK3TvPDf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vahK3TvPDf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vahK3TvPDf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vahK3TvPDf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vahK3TvPDf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vahK3TvPDf .dropdown-item.active,
.cid-vahK3TvPDf .dropdown-item:active {
  background-color: transparent;
}
.cid-vahK3TvPDf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vahK3TvPDf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vahK3TvPDf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vahK3TvPDf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vahK3TvPDf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vahK3TvPDf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vahK3TvPDf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vahK3TvPDf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vahK3TvPDf .navbar-buttons {
    text-align: left;
  }
}
.cid-vahK3TvPDf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vahK3TvPDf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vahK3TvPDf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vahK3TvPDf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vahK3TvPDf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vahK3TvPDf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vahK3TvPDf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vahK3TvPDf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vahK3TvPDf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vahK3TvPDf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vahK3TvPDf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vahK3TvPDf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vahK3TvPDf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vahK3TvPDf .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vahK3TvPDf .navbar {
    height: 70px;
  }
  .cid-vahK3TvPDf .navbar.opened {
    height: auto;
  }
  .cid-vahK3TvPDf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vahK3TvPDf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vahK3TvPDf .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-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vahK3TvPDf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .cid-vahK3TvPDf .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-vahK3TvPDf .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.cid-vahK3TvPDf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vahK3TvPDf .navbar-brand {
    margin-right: auto;
  }
  .cid-vahK3TvPDf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
  }
  .cid-vahK3TvPDf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vahK3TvPDf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vahK3TvPDf .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-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vahK3TvPDf .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-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vahK3TvPDf .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-vahK3TvPDf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vahK3TvPDf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vahK3TvPDf .navbar-brand,
.cid-vahK3TvPDf .navbar-toggler,
.cid-vahK3TvPDf .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-vahK3TvPDf .header01 .image-wrap img {
  width: auto !important;
  height: 130% !important;
  left: 50%;
  transform: translateX(-50%);
  object-fit: contain !important;
}
.cid-vfULR3UGHb {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: #ffffff;
}
.cid-vfULR3UGHb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfULR3UGHb .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-vfULR3UGHb .container {
    padding: 0 20px;
  }
}
.cid-vfULR3UGHb .row {
  margin: 0;
}
.cid-vfULR3UGHb .mbr-section-title {
  margin-bottom: 50px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vfULR3UGHb .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vfULR3UGHb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
}
@media (max-width: 768px) {
  .cid-vfULR3UGHb .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfULR3UGHb .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
  border-radius: 30px 30px 0 0;
  margin-bottom: 32px;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vfULR3UGHb .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-vfULR3UGHb .embla__slide .card-wrap .content-wrap .mbr-name {
  margin-bottom: 32px;
}
.cid-vfULR3UGHb .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vfULR3UGHb .embla__button--next,
.cid-vfULR3UGHb .embla__button--prev {
  display: flex;
}
.cid-vfULR3UGHb .embla__button {
  bottom: -4rem;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 24px;
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #185358;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vfULR3UGHb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfULR3UGHb .embla__button:hover {
  background: #185358;
  color: #000000;
}
.cid-vfULR3UGHb .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-vfULR3UGHb .embla__button.embla__button--next {
  right: auto;
  left: 4rem;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-vfULR3UGHb .embla__button {
    top: auto;
  }
}
.cid-vfULR3UGHb .embla {
  position: relative;
  width: 100%;
}
.cid-vfULR3UGHb .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfULR3UGHb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfULR3UGHb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfULR3UGHb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfULR3UGHb .mbr-name {
  color: #000000;
}
.cid-vfULR3UGHb .mbr-text {
  color: #000000;
}
.cid-uZ29WHZGFb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZ29WHZGFb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ29WHZGFb .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-uZ29WHZGFb .container {
    padding: 0 30px;
  }
}
.cid-uZ29WHZGFb .row {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZ29WHZGFb .row {
    padding-bottom: 50px;
  }
}
.cid-uZ29WHZGFb .row .border-wrap {
  background-color: #22654e;
  height: 2px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZ29WHZGFb .row .border-wrap {
    margin-bottom: 50px;
  }
}
.cid-uZ29WHZGFb .card {
  justify-content: center;
}
.cid-uZ29WHZGFb .title-wrapper {
  margin-bottom: 20px;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 200px;
  height: 90px;
  margin-right: 15px;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZ29WHZGFb .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-uZ29WHZGFb .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZ29WHZGFb .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-uZ29WHZGFb .nav-wrapper .list .item-wrap:hover::before,
.cid-uZ29WHZGFb .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uZ29WHZGFb .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-uZ29WHZGFb .mbr-copy {
  margin-bottom: 0;
  color: #000000;
}
.cid-uZ29WHZGFb .mbr-section-title {
  color: #144031;
}
.cid-uZ29WHZGFb .list {
  color: #144031;
}
.cid-uZ29WHZGFb .mbr-section-title,
.cid-uZ29WHZGFb .title-wrapper {
  color: #000000;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  width: 100% !important;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap img {
  margin-right: 0 !important;
  margin-bottom: 18px !important;
  height: auto !important;
  max-width: 100% !important;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap .mbr-section-title,
.cid-uZ29WHZGFb .title-wrapper .title-wrap .mbr-text,
.cid-uZ29WHZGFb .title-wrapper .title-wrap .mbr-desc {
  width: 100% !important;
  max-width: none !important;
}
.cid-vahK3TvPDf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vahK3TvPDf .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-vahK3TvPDf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vahK3TvPDf .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-vahK3TvPDf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-vahK3TvPDf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vahK3TvPDf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vahK3TvPDf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vahK3TvPDf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vahK3TvPDf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vahK3TvPDf .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-vahK3TvPDf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vahK3TvPDf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vahK3TvPDf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vahK3TvPDf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vahK3TvPDf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vahK3TvPDf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vahK3TvPDf .nav-link:hover {
  color: #000000 !important;
}
.cid-vahK3TvPDf .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vahK3TvPDf .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vahK3TvPDf .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-vahK3TvPDf .navbar-caption:hover,
.cid-vahK3TvPDf .navbar-caption:focus {
  color: #000000 !important;
}
@media (max-width: 767px) {
  .cid-vahK3TvPDf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vahK3TvPDf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vahK3TvPDf .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  flex-wrap: nowrap;
  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: 16px;
  margin: 1rem 1rem 0;
  background-color: #ffffff;
  box-shadow: none;
  position: relative;
}
.cid-vahK3TvPDf .iconfont-wrapper {
  color: #404349 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vahK3TvPDf .iconfont-wrapper:hover,
.cid-vahK3TvPDf .iconfont-wrapper:focus {
  color: #000000 !important;
}
.cid-vahK3TvPDf .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;
}
.cid-vahK3TvPDf .nav-item:focus,
.cid-vahK3TvPDf .nav-link:focus {
  outline: none;
}
.cid-vahK3TvPDf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vahK3TvPDf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vahK3TvPDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vahK3TvPDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vahK3TvPDf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vahK3TvPDf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vahK3TvPDf .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-vahK3TvPDf .navbar.opened {
  transition: all 0.3s;
}
.cid-vahK3TvPDf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vahK3TvPDf .navbar .navbar-logo img {
  width: auto;
}
.cid-vahK3TvPDf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vahK3TvPDf .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-vahK3TvPDf .navbar.collapsed {
  justify-content: center;
}
.cid-vahK3TvPDf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vahK3TvPDf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vahK3TvPDf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vahK3TvPDf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vahK3TvPDf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vahK3TvPDf .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-vahK3TvPDf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vahK3TvPDf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vahK3TvPDf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vahK3TvPDf .navbar {
    min-height: 72px;
  }
  .cid-vahK3TvPDf .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vahK3TvPDf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vahK3TvPDf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vahK3TvPDf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vahK3TvPDf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vahK3TvPDf .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-vahK3TvPDf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vahK3TvPDf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vahK3TvPDf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vahK3TvPDf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vahK3TvPDf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vahK3TvPDf .dropdown-item.active,
.cid-vahK3TvPDf .dropdown-item:active {
  background-color: transparent;
}
.cid-vahK3TvPDf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vahK3TvPDf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vahK3TvPDf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vahK3TvPDf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vahK3TvPDf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vahK3TvPDf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vahK3TvPDf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vahK3TvPDf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vahK3TvPDf .navbar-buttons {
    text-align: left;
  }
}
.cid-vahK3TvPDf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vahK3TvPDf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vahK3TvPDf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vahK3TvPDf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vahK3TvPDf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vahK3TvPDf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vahK3TvPDf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vahK3TvPDf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vahK3TvPDf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vahK3TvPDf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vahK3TvPDf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vahK3TvPDf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vahK3TvPDf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vahK3TvPDf .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vahK3TvPDf .navbar {
    height: 70px;
  }
  .cid-vahK3TvPDf .navbar.opened {
    height: auto;
  }
  .cid-vahK3TvPDf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vahK3TvPDf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vahK3TvPDf .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-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vahK3TvPDf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .cid-vahK3TvPDf .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-vahK3TvPDf .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.cid-vahK3TvPDf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vahK3TvPDf .navbar-brand {
    margin-right: auto;
  }
  .cid-vahK3TvPDf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
  }
  .cid-vahK3TvPDf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vahK3TvPDf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vahK3TvPDf .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-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vahK3TvPDf .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-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vahK3TvPDf .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-vahK3TvPDf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vahK3TvPDf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vahK3TvPDf .navbar-brand,
.cid-vahK3TvPDf .navbar-toggler,
.cid-vahK3TvPDf .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-vahK3TvPDf .header01 .image-wrap img {
  width: auto !important;
  height: 130% !important;
  left: 50%;
  transform: translateX(-50%);
  object-fit: contain !important;
}
.cid-uNIyldFFpk {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-uNIyldFFpk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNIyldFFpk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNIyldFFpk .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uNIyldFFpk .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uNIyldFFpk .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uNIyldFFpk .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uNIyldFFpk .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #ffffff 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uNIyldFFpk .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uNIyldFFpk .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uNIyldFFpk .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uNIyldFFpk .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uNIyldFFpk .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uNIyldFFpk .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uNIyldFFpk .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uNIyldFFpk .mbr-section-title {
  color: #404349;
}
.cid-uNIyldFFpk .mbr-text {
  color: #404349;
}
.cid-uNIyldFFpk .mbr-desc {
  color: #b19a7c;
}
.cid-uNIyldFFpk .mbr-section-title,
.cid-uNIyldFFpk .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-uNIymlj3q3 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-uNIymlj3q3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNIymlj3q3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNIymlj3q3 .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uNIymlj3q3 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNIymlj3q3 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uNIymlj3q3 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uNIymlj3q3 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uNIymlj3q3 .title-wrapper .title-wrap .mbr-section-title span {
  color: #185358;
}
.cid-uNIymlj3q3 .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uNIymlj3q3 .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uNIymlj3q3 .item:hover .item-wrapper .item-img,
.cid-uNIymlj3q3 .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-uNIymlj3q3 .item:hover .item-wrapper .item-img,
  .cid-uNIymlj3q3 .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-uNIymlj3q3 .item:hover .item-wrapper .item-img img,
.cid-uNIymlj3q3 .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-uNIymlj3q3 .item .item-wrapper {
  height: 100%;
  background-color: #ebebeb;
  overflow: hidden;
}
.cid-uNIymlj3q3 .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNIymlj3q3 .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-uNIymlj3q3 .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNIymlj3q3 .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-uNIymlj3q3 .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-uNIymlj3q3 .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-uNIymlj3q3 .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uNIymlj3q3 .mbr-section-title {
  color: #404349;
}
.cid-uNIymlj3q3 .mbr-desc {
  color: #b19a7c;
}
.cid-uNIymlj3q3 .item-title {
  color: #000000;
}
.cid-uNIymlj3q3 .item-desc {
  color: #b19a7c;
}
.cid-uNIymlj3q3 .mbr-section-title,
.cid-uNIymlj3q3 .title-wrap {
  color: #185358;
  text-align: center;
}
.cid-uNIynsnRdz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}
.cid-uNIynsnRdz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNIynsnRdz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNIynsnRdz .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uNIynsnRdz .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNIynsnRdz .content-wrapper .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uNIynsnRdz .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNIynsnRdz .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8f8f8;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uNIynsnRdz .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uNIynsnRdz .content-wrapper .title-wrapper .mbr-section-title span {
  color: #185358;
}
.cid-uNIynsnRdz .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNIynsnRdz .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNIynsnRdz .image-wrapper img {
    height: 350px;
  }
}
.cid-uNIynsnRdz .mbr-section-title {
  color: #000000;
}
.cid-uNIynsnRdz .mbr-desc {
  color: #b19a7c;
}
.cid-uNIynsnRdz .mbr-text {
  color: #000000;
}
.cid-uNIynsnRdz .mbr-desc,
.cid-uNIynsnRdz .desc-wrapper {
  color: #185358;
}
.cid-uNIyo3Bi0k {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #f8f8f8;
}
.cid-uNIyo3Bi0k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNIyo3Bi0k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNIyo3Bi0k .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uNIyo3Bi0k .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNIyo3Bi0k .content-wrapper .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uNIyo3Bi0k .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNIyo3Bi0k .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ebebeb;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uNIyo3Bi0k .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uNIyo3Bi0k .content-wrapper .title-wrapper .mbr-section-title span {
  color: #185358;
}
.cid-uNIyo3Bi0k .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNIyo3Bi0k .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNIyo3Bi0k .image-wrapper img {
    height: 350px;
  }
}
.cid-uNIyo3Bi0k .mbr-section-title {
  color: #000000;
}
.cid-uNIyo3Bi0k .mbr-desc {
  color: #b19a7c;
}
.cid-uNIyo3Bi0k .mbr-text {
  color: #000000;
}
.cid-uNIyo3Bi0k .mbr-desc,
.cid-uNIyo3Bi0k .desc-wrapper {
  color: #404349;
}
.cid-uZ29WHZGFb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZ29WHZGFb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ29WHZGFb .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-uZ29WHZGFb .container {
    padding: 0 30px;
  }
}
.cid-uZ29WHZGFb .row {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZ29WHZGFb .row {
    padding-bottom: 50px;
  }
}
.cid-uZ29WHZGFb .row .border-wrap {
  background-color: #22654e;
  height: 2px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZ29WHZGFb .row .border-wrap {
    margin-bottom: 50px;
  }
}
.cid-uZ29WHZGFb .card {
  justify-content: center;
}
.cid-uZ29WHZGFb .title-wrapper {
  margin-bottom: 20px;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 200px;
  height: 90px;
  margin-right: 15px;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZ29WHZGFb .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-uZ29WHZGFb .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZ29WHZGFb .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-uZ29WHZGFb .nav-wrapper .list .item-wrap:hover::before,
.cid-uZ29WHZGFb .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uZ29WHZGFb .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-uZ29WHZGFb .mbr-copy {
  margin-bottom: 0;
  color: #000000;
}
.cid-uZ29WHZGFb .mbr-section-title {
  color: #144031;
}
.cid-uZ29WHZGFb .list {
  color: #144031;
}
.cid-uZ29WHZGFb .mbr-section-title,
.cid-uZ29WHZGFb .title-wrapper {
  color: #000000;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  width: 100% !important;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap img {
  margin-right: 0 !important;
  margin-bottom: 18px !important;
  height: auto !important;
  max-width: 100% !important;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap .mbr-section-title,
.cid-uZ29WHZGFb .title-wrapper .title-wrap .mbr-text,
.cid-uZ29WHZGFb .title-wrapper .title-wrap .mbr-desc {
  width: 100% !important;
  max-width: none !important;
}
.cid-vahK3TvPDf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vahK3TvPDf .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-vahK3TvPDf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vahK3TvPDf .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-vahK3TvPDf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-vahK3TvPDf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vahK3TvPDf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vahK3TvPDf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vahK3TvPDf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vahK3TvPDf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vahK3TvPDf .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-vahK3TvPDf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vahK3TvPDf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vahK3TvPDf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vahK3TvPDf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vahK3TvPDf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vahK3TvPDf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vahK3TvPDf .nav-link:hover {
  color: #000000 !important;
}
.cid-vahK3TvPDf .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vahK3TvPDf .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vahK3TvPDf .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-vahK3TvPDf .navbar-caption:hover,
.cid-vahK3TvPDf .navbar-caption:focus {
  color: #000000 !important;
}
@media (max-width: 767px) {
  .cid-vahK3TvPDf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vahK3TvPDf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vahK3TvPDf .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  flex-wrap: nowrap;
  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: 16px;
  margin: 1rem 1rem 0;
  background-color: #ffffff;
  box-shadow: none;
  position: relative;
}
.cid-vahK3TvPDf .iconfont-wrapper {
  color: #404349 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vahK3TvPDf .iconfont-wrapper:hover,
.cid-vahK3TvPDf .iconfont-wrapper:focus {
  color: #000000 !important;
}
.cid-vahK3TvPDf .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;
}
.cid-vahK3TvPDf .nav-item:focus,
.cid-vahK3TvPDf .nav-link:focus {
  outline: none;
}
.cid-vahK3TvPDf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vahK3TvPDf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vahK3TvPDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vahK3TvPDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vahK3TvPDf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vahK3TvPDf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vahK3TvPDf .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-vahK3TvPDf .navbar.opened {
  transition: all 0.3s;
}
.cid-vahK3TvPDf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vahK3TvPDf .navbar .navbar-logo img {
  width: auto;
}
.cid-vahK3TvPDf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vahK3TvPDf .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-vahK3TvPDf .navbar.collapsed {
  justify-content: center;
}
.cid-vahK3TvPDf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vahK3TvPDf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vahK3TvPDf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vahK3TvPDf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vahK3TvPDf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vahK3TvPDf .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-vahK3TvPDf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vahK3TvPDf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vahK3TvPDf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vahK3TvPDf .navbar {
    min-height: 72px;
  }
  .cid-vahK3TvPDf .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vahK3TvPDf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vahK3TvPDf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vahK3TvPDf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vahK3TvPDf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vahK3TvPDf .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-vahK3TvPDf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vahK3TvPDf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vahK3TvPDf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vahK3TvPDf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vahK3TvPDf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vahK3TvPDf .dropdown-item.active,
.cid-vahK3TvPDf .dropdown-item:active {
  background-color: transparent;
}
.cid-vahK3TvPDf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vahK3TvPDf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vahK3TvPDf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vahK3TvPDf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vahK3TvPDf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vahK3TvPDf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vahK3TvPDf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vahK3TvPDf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vahK3TvPDf .navbar-buttons {
    text-align: left;
  }
}
.cid-vahK3TvPDf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vahK3TvPDf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vahK3TvPDf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vahK3TvPDf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vahK3TvPDf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vahK3TvPDf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vahK3TvPDf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vahK3TvPDf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vahK3TvPDf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vahK3TvPDf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vahK3TvPDf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vahK3TvPDf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vahK3TvPDf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vahK3TvPDf .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vahK3TvPDf .navbar {
    height: 70px;
  }
  .cid-vahK3TvPDf .navbar.opened {
    height: auto;
  }
  .cid-vahK3TvPDf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vahK3TvPDf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vahK3TvPDf .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-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vahK3TvPDf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .cid-vahK3TvPDf .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-vahK3TvPDf .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.cid-vahK3TvPDf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vahK3TvPDf .navbar-brand {
    margin-right: auto;
  }
  .cid-vahK3TvPDf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
  }
  .cid-vahK3TvPDf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vahK3TvPDf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vahK3TvPDf .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-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vahK3TvPDf .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-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vahK3TvPDf .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-vahK3TvPDf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vahK3TvPDf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vahK3TvPDf .navbar-brand,
.cid-vahK3TvPDf .navbar-toggler,
.cid-vahK3TvPDf .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-vahK3TvPDf .header01 .image-wrap img {
  width: auto !important;
  height: 130% !important;
  left: 50%;
  transform: translateX(-50%);
  object-fit: contain !important;
}
.cid-uNIlXRuTCr {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-uNIlXRuTCr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNIlXRuTCr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNIlXRuTCr .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uNIlXRuTCr .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uNIlXRuTCr .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uNIlXRuTCr .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uNIlXRuTCr .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #ffffff 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uNIlXRuTCr .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uNIlXRuTCr .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uNIlXRuTCr .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uNIlXRuTCr .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uNIlXRuTCr .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uNIlXRuTCr .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uNIlXRuTCr .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uNIlXRuTCr .mbr-section-title {
  color: #404349;
}
.cid-uNIlXRuTCr .mbr-text {
  color: #404349;
}
.cid-uNIlXRuTCr .mbr-desc {
  color: #b19a7c;
}
.cid-uNIlXRuTCr .mbr-section-title,
.cid-uNIlXRuTCr .mbr-section-btn {
  color: #000000;
}
.cid-uNIlYUxPSl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f8f8f8;
}
.cid-uNIlYUxPSl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNIlYUxPSl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNIlYUxPSl .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uNIlYUxPSl .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNIlYUxPSl .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uNIlYUxPSl .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uNIlYUxPSl .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uNIlYUxPSl .title-wrapper .title-wrap .mbr-section-title span {
  color: #185358;
}
.cid-uNIlYUxPSl .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uNIlYUxPSl .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uNIlYUxPSl .item:hover .item-wrapper .item-content,
.cid-uNIlYUxPSl .item:focus .item-wrapper .item-content {
  background-color: #ebebeb;
  margin: 10px;
}
.cid-uNIlYUxPSl .item:hover .item-wrapper .item-content .item-title,
.cid-uNIlYUxPSl .item:focus .item-wrapper .item-content .item-title {
  color: #404349;
}
.cid-uNIlYUxPSl .item:hover .item-wrapper .item-content .item-text,
.cid-uNIlYUxPSl .item:focus .item-wrapper .item-content .item-text {
  color: #404349;
}
.cid-uNIlYUxPSl .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
}
.cid-uNIlYUxPSl .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uNIlYUxPSl .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uNIlYUxPSl .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: -webkit-linear-gradient(top, transparent, #404349);
  pointer-events: none;
  z-index: 1;
}
.cid-uNIlYUxPSl .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
  padding: 30px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uNIlYUxPSl .item .item-wrapper .item-content {
    padding: 20px;
    background-color: #ebebeb;
    margin: 10px;
  }
}
.cid-uNIlYUxPSl .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  padding: 8px 16px;
  margin-bottom: 20px;
}
.cid-uNIlYUxPSl .item .item-wrapper .item-content .desc-wrap .desc_1 {
  background-color: #ff951b;
}
.cid-uNIlYUxPSl .item .item-wrapper .item-content .desc-wrap .desc_2 {
  background-color: #ed453f;
}
.cid-uNIlYUxPSl .item .item-wrapper .item-content .desc-wrap .desc_3 {
  background-color: #45cb20;
}
.cid-uNIlYUxPSl .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNIlYUxPSl .item .item-wrapper .item-content .item-title {
    color: #404349;
  }
}
.cid-uNIlYUxPSl .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNIlYUxPSl .item .item-wrapper .item-content .item-text {
    color: #404349;
  }
}
.cid-uNIlYUxPSl .mbr-section-title {
  color: #404349;
}
.cid-uNIlYUxPSl .mbr-desc {
  color: #b19a7c;
}
.cid-uNIlYUxPSl .item-title {
  color: #ffffff;
}
.cid-uNIlYUxPSl .item-desc {
  color: #ffffff;
}
.cid-uNIlYUxPSl .item-text {
  color: #ffffff;
}
.cid-uNIlYUxPSl .mbr-section-title,
.cid-uNIlYUxPSl .title-wrap {
  color: #185358;
  text-align: center;
}
.cid-uZ29WHZGFb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZ29WHZGFb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ29WHZGFb .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-uZ29WHZGFb .container {
    padding: 0 30px;
  }
}
.cid-uZ29WHZGFb .row {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZ29WHZGFb .row {
    padding-bottom: 50px;
  }
}
.cid-uZ29WHZGFb .row .border-wrap {
  background-color: #22654e;
  height: 2px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZ29WHZGFb .row .border-wrap {
    margin-bottom: 50px;
  }
}
.cid-uZ29WHZGFb .card {
  justify-content: center;
}
.cid-uZ29WHZGFb .title-wrapper {
  margin-bottom: 20px;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 200px;
  height: 90px;
  margin-right: 15px;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZ29WHZGFb .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-uZ29WHZGFb .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZ29WHZGFb .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-uZ29WHZGFb .nav-wrapper .list .item-wrap:hover::before,
.cid-uZ29WHZGFb .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uZ29WHZGFb .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-uZ29WHZGFb .mbr-copy {
  margin-bottom: 0;
  color: #000000;
}
.cid-uZ29WHZGFb .mbr-section-title {
  color: #144031;
}
.cid-uZ29WHZGFb .list {
  color: #144031;
}
.cid-uZ29WHZGFb .mbr-section-title,
.cid-uZ29WHZGFb .title-wrapper {
  color: #000000;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  width: 100% !important;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap img {
  margin-right: 0 !important;
  margin-bottom: 18px !important;
  height: auto !important;
  max-width: 100% !important;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap .mbr-section-title,
.cid-uZ29WHZGFb .title-wrapper .title-wrap .mbr-text,
.cid-uZ29WHZGFb .title-wrapper .title-wrap .mbr-desc {
  width: 100% !important;
  max-width: none !important;
}
.cid-vahK3TvPDf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vahK3TvPDf .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-vahK3TvPDf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vahK3TvPDf .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-vahK3TvPDf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-vahK3TvPDf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vahK3TvPDf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vahK3TvPDf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vahK3TvPDf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vahK3TvPDf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vahK3TvPDf .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-vahK3TvPDf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vahK3TvPDf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vahK3TvPDf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vahK3TvPDf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vahK3TvPDf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vahK3TvPDf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vahK3TvPDf .nav-link:hover {
  color: #000000 !important;
}
.cid-vahK3TvPDf .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vahK3TvPDf .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vahK3TvPDf .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-vahK3TvPDf .navbar-caption:hover,
.cid-vahK3TvPDf .navbar-caption:focus {
  color: #000000 !important;
}
@media (max-width: 767px) {
  .cid-vahK3TvPDf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vahK3TvPDf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vahK3TvPDf .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  flex-wrap: nowrap;
  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: 16px;
  margin: 1rem 1rem 0;
  background-color: #ffffff;
  box-shadow: none;
  position: relative;
}
.cid-vahK3TvPDf .iconfont-wrapper {
  color: #404349 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vahK3TvPDf .iconfont-wrapper:hover,
.cid-vahK3TvPDf .iconfont-wrapper:focus {
  color: #000000 !important;
}
.cid-vahK3TvPDf .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;
}
.cid-vahK3TvPDf .nav-item:focus,
.cid-vahK3TvPDf .nav-link:focus {
  outline: none;
}
.cid-vahK3TvPDf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vahK3TvPDf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vahK3TvPDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vahK3TvPDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vahK3TvPDf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vahK3TvPDf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vahK3TvPDf .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-vahK3TvPDf .navbar.opened {
  transition: all 0.3s;
}
.cid-vahK3TvPDf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vahK3TvPDf .navbar .navbar-logo img {
  width: auto;
}
.cid-vahK3TvPDf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vahK3TvPDf .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-vahK3TvPDf .navbar.collapsed {
  justify-content: center;
}
.cid-vahK3TvPDf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vahK3TvPDf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vahK3TvPDf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vahK3TvPDf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vahK3TvPDf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vahK3TvPDf .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-vahK3TvPDf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vahK3TvPDf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vahK3TvPDf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vahK3TvPDf .navbar {
    min-height: 72px;
  }
  .cid-vahK3TvPDf .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vahK3TvPDf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vahK3TvPDf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vahK3TvPDf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vahK3TvPDf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vahK3TvPDf .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-vahK3TvPDf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vahK3TvPDf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vahK3TvPDf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vahK3TvPDf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vahK3TvPDf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vahK3TvPDf .dropdown-item.active,
.cid-vahK3TvPDf .dropdown-item:active {
  background-color: transparent;
}
.cid-vahK3TvPDf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vahK3TvPDf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vahK3TvPDf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vahK3TvPDf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vahK3TvPDf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vahK3TvPDf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vahK3TvPDf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vahK3TvPDf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vahK3TvPDf .navbar-buttons {
    text-align: left;
  }
}
.cid-vahK3TvPDf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vahK3TvPDf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vahK3TvPDf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vahK3TvPDf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vahK3TvPDf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vahK3TvPDf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vahK3TvPDf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vahK3TvPDf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vahK3TvPDf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vahK3TvPDf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vahK3TvPDf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vahK3TvPDf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vahK3TvPDf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vahK3TvPDf .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vahK3TvPDf .navbar {
    height: 70px;
  }
  .cid-vahK3TvPDf .navbar.opened {
    height: auto;
  }
  .cid-vahK3TvPDf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vahK3TvPDf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vahK3TvPDf .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-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vahK3TvPDf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .cid-vahK3TvPDf .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-vahK3TvPDf .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.cid-vahK3TvPDf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vahK3TvPDf .navbar-brand {
    margin-right: auto;
  }
  .cid-vahK3TvPDf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
  }
  .cid-vahK3TvPDf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vahK3TvPDf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vahK3TvPDf .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-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vahK3TvPDf .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-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vahK3TvPDf .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-vahK3TvPDf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vahK3TvPDf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vahK3TvPDf .navbar-brand,
.cid-vahK3TvPDf .navbar-toggler,
.cid-vahK3TvPDf .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-vbN5zheATm {
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-color: #f8f8f8;
}
.cid-vbN5zheATm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbN5zheATm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbN5zheATm .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-vbN5zheATm .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-vbN5zheATm .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vbN5zheATm .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vbN5zheATm .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #f8f8f8 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-vbN5zheATm .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vbN5zheATm .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vbN5zheATm .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-vbN5zheATm .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vbN5zheATm .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vbN5zheATm .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-vbN5zheATm .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbN5zheATm .mbr-section-title {
  color: #404349;
}
.cid-vbN5zheATm .mbr-text {
  color: #404349;
}
.cid-vbN5zheATm .mbr-desc {
  color: #b19a7c;
}
.cid-vbN5zheATm .mbr-section-title,
.cid-vbN5zheATm .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v9MIdFPsWz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-v9MIdFPsWz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9MIdFPsWz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9MIdFPsWz .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-v9MIdFPsWz .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-v9MIdFPsWz .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-v9MIdFPsWz .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v9MIdFPsWz .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #ffffff 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-v9MIdFPsWz .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v9MIdFPsWz .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-v9MIdFPsWz .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-v9MIdFPsWz .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v9MIdFPsWz .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v9MIdFPsWz .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-v9MIdFPsWz .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v9MIdFPsWz .mbr-section-title {
  color: #404349;
}
.cid-v9MIdFPsWz .mbr-text {
  color: #000000;
}
.cid-v9MIdFPsWz .mbr-desc {
  color: #b19a7c;
}
.cid-v9MIdFPsWz .mbr-section-title,
.cid-v9MIdFPsWz .mbr-section-btn {
  color: #000000;
}
.cid-uMYD2EmoQ5 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f8f8f8;
}
.cid-uMYD2EmoQ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMYD2EmoQ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMYD2EmoQ5 .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uMYD2EmoQ5 .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uMYD2EmoQ5 .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uMYD2EmoQ5 .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uMYD2EmoQ5 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #f8f8f8 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uMYD2EmoQ5 .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMYD2EmoQ5 .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uMYD2EmoQ5 .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uMYD2EmoQ5 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMYD2EmoQ5 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uMYD2EmoQ5 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uMYD2EmoQ5 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMYD2EmoQ5 .mbr-section-title {
  color: #404349;
}
.cid-uMYD2EmoQ5 .mbr-text {
  color: #404349;
}
.cid-uMYD2EmoQ5 .mbr-desc {
  color: #b19a7c;
}
.cid-uMYD2EmoQ5 .mbr-section-title,
.cid-uMYD2EmoQ5 .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-vhBcEB20t3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}
.cid-vhBcEB20t3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhBcEB20t3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhBcEB20t3 .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vhBcEB20t3 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vhBcEB20t3 .content-wrapper .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-vhBcEB20t3 .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vhBcEB20t3 .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8f8f8;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-vhBcEB20t3 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhBcEB20t3 .content-wrapper .title-wrapper .mbr-section-title span {
  color: #f8f8f8;
}
.cid-vhBcEB20t3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhBcEB20t3 .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhBcEB20t3 .image-wrapper img {
    height: 350px;
  }
}
.cid-vhBcEB20t3 .mbr-section-title {
  color: #000000;
}
.cid-vhBcEB20t3 .mbr-desc {
  color: #b19a7c;
}
.cid-vhBcEB20t3 .mbr-text {
  color: #000000;
}
.cid-vhBcEB20t3 .mbr-desc,
.cid-vhBcEB20t3 .desc-wrapper {
  color: #185358;
}
.cid-uHi3UrLhWf {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #f8f8f8;
}
.cid-uHi3UrLhWf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHi3UrLhWf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHi3UrLhWf .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uHi3UrLhWf .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHi3UrLhWf .content-wrapper .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uHi3UrLhWf .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHi3UrLhWf .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ebebeb;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uHi3UrLhWf .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHi3UrLhWf .content-wrapper .title-wrapper .mbr-section-title span {
  color: #185358;
}
.cid-uHi3UrLhWf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHi3UrLhWf .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHi3UrLhWf .image-wrapper img {
    height: 350px;
  }
}
.cid-uHi3UrLhWf .mbr-section-title {
  color: #000000;
}
.cid-uHi3UrLhWf .mbr-desc {
  color: #b19a7c;
}
.cid-uHi3UrLhWf .mbr-text {
  color: #000000;
}
.cid-uHi3UrLhWf .mbr-desc,
.cid-uHi3UrLhWf .desc-wrapper {
  color: #404349;
}
.cid-uMjrM2Swk7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-uMjrM2Swk7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjrM2Swk7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjrM2Swk7 .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uMjrM2Swk7 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMjrM2Swk7 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uMjrM2Swk7 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uMjrM2Swk7 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uMjrM2Swk7 .title-wrapper .title-wrap .mbr-section-title span {
  color: #185358;
}
.cid-uMjrM2Swk7 .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uMjrM2Swk7 .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uMjrM2Swk7 .item:hover .item-wrapper .item-img,
.cid-uMjrM2Swk7 .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-uMjrM2Swk7 .item:hover .item-wrapper .item-img,
  .cid-uMjrM2Swk7 .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-uMjrM2Swk7 .item:hover .item-wrapper .item-img img,
.cid-uMjrM2Swk7 .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-uMjrM2Swk7 .item .item-wrapper {
  height: 100%;
  background-color: #ebebeb;
  overflow: hidden;
}
.cid-uMjrM2Swk7 .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uMjrM2Swk7 .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-uMjrM2Swk7 .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uMjrM2Swk7 .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-uMjrM2Swk7 .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-uMjrM2Swk7 .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-uMjrM2Swk7 .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uMjrM2Swk7 .mbr-section-title {
  color: #404349;
}
.cid-uMjrM2Swk7 .mbr-desc {
  color: #b19a7c;
}
.cid-uMjrM2Swk7 .item-title {
  color: #000000;
}
.cid-uMjrM2Swk7 .item-desc {
  color: #b19a7c;
}
.cid-uMjrM2Swk7 .mbr-section-title,
.cid-uMjrM2Swk7 .title-wrap {
  color: #185358;
  text-align: center;
}
.cid-uN4IC34RhH {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-uN4IC34RhH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN4IC34RhH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN4IC34RhH .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uN4IC34RhH .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uN4IC34RhH .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uN4IC34RhH .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uN4IC34RhH .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #f8f8f8 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uN4IC34RhH .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uN4IC34RhH .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uN4IC34RhH .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uN4IC34RhH .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uN4IC34RhH .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uN4IC34RhH .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uN4IC34RhH .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uN4IC34RhH .mbr-section-title {
  color: #404349;
}
.cid-uN4IC34RhH .mbr-text {
  color: #404349;
}
.cid-uN4IC34RhH .mbr-desc {
  color: #b19a7c;
}
.cid-uN4IC34RhH .mbr-section-title,
.cid-uN4IC34RhH .mbr-section-btn {
  color: #000000;
}
.cid-uLLcuHw8bp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}
.cid-uLLcuHw8bp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLLcuHw8bp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLLcuHw8bp .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uLLcuHw8bp .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLLcuHw8bp .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uLLcuHw8bp .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uLLcuHw8bp .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uLLcuHw8bp .title-wrapper .title-wrap .mbr-section-title span {
  color: #185358;
}
.cid-uLLcuHw8bp .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uLLcuHw8bp .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uLLcuHw8bp .item:hover .item-wrapper .item-content,
.cid-uLLcuHw8bp .item:focus .item-wrapper .item-content {
  background-color: #ebebeb;
  margin: 10px;
}
.cid-uLLcuHw8bp .item:hover .item-wrapper .item-content .item-title,
.cid-uLLcuHw8bp .item:focus .item-wrapper .item-content .item-title {
  color: #404349;
}
.cid-uLLcuHw8bp .item:hover .item-wrapper .item-content .item-text,
.cid-uLLcuHw8bp .item:focus .item-wrapper .item-content .item-text {
  color: #404349;
}
.cid-uLLcuHw8bp .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 346px;
}
.cid-uLLcuHw8bp .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uLLcuHw8bp .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLLcuHw8bp .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: -webkit-linear-gradient(top, transparent, #404349);
  pointer-events: none;
  z-index: 1;
}
.cid-uLLcuHw8bp .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
  padding: 30px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uLLcuHw8bp .item .item-wrapper .item-content {
    padding: 20px;
    background-color: #ebebeb;
    margin: 10px;
  }
}
.cid-uLLcuHw8bp .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  padding: 8px 16px;
  margin-bottom: 20px;
}
.cid-uLLcuHw8bp .item .item-wrapper .item-content .desc-wrap .desc_1 {
  background-color: #ff951b;
}
.cid-uLLcuHw8bp .item .item-wrapper .item-content .desc-wrap .desc_2 {
  background-color: #ed453f;
}
.cid-uLLcuHw8bp .item .item-wrapper .item-content .desc-wrap .desc_3 {
  background-color: #45cb20;
}
.cid-uLLcuHw8bp .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLLcuHw8bp .item .item-wrapper .item-content .item-title {
    color: #404349;
  }
}
.cid-uLLcuHw8bp .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLLcuHw8bp .item .item-wrapper .item-content .item-text {
    color: #404349;
  }
}
.cid-uLLcuHw8bp .mbr-section-title {
  color: #404349;
}
.cid-uLLcuHw8bp .mbr-desc {
  color: #b19a7c;
}
.cid-uLLcuHw8bp .item-title {
  color: #ffffff;
}
.cid-uLLcuHw8bp .item-desc {
  color: #ffffff;
}
.cid-uLLcuHw8bp .item-text {
  color: #ffffff;
}
.cid-uLLcuHw8bp .mbr-section-title,
.cid-uLLcuHw8bp .title-wrap {
  color: #185358;
  text-align: center;
}
.cid-uMjyKKKrZ0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-uMjyKKKrZ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjyKKKrZ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjyKKKrZ0 .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uMjyKKKrZ0 .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uMjyKKKrZ0 .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uMjyKKKrZ0 .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uMjyKKKrZ0 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #f8f8f8 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uMjyKKKrZ0 .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMjyKKKrZ0 .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uMjyKKKrZ0 .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uMjyKKKrZ0 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMjyKKKrZ0 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uMjyKKKrZ0 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uMjyKKKrZ0 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMjyKKKrZ0 .mbr-section-title {
  color: #404349;
}
.cid-uMjyKKKrZ0 .mbr-text {
  color: #000000;
}
.cid-uMjyKKKrZ0 .mbr-desc {
  color: #b19a7c;
}
.cid-uMjyKKKrZ0 .mbr-section-title,
.cid-uMjyKKKrZ0 .mbr-section-btn {
  color: #000000;
}
.cid-uMjwSUqfdO {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-12-1920x1280.webp");
}
.cid-uMjwSUqfdO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjwSUqfdO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjwSUqfdO .image-wrapper {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uMjwSUqfdO .image-wrapper {
    height: 400px;
  }
}
.cid-uMjyLMGDpM {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-uMjyLMGDpM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjyLMGDpM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjyLMGDpM .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uMjyLMGDpM .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uMjyLMGDpM .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uMjyLMGDpM .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uMjyLMGDpM .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #f8f8f8 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uMjyLMGDpM .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMjyLMGDpM .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uMjyLMGDpM .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uMjyLMGDpM .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMjyLMGDpM .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uMjyLMGDpM .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uMjyLMGDpM .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMjyLMGDpM .mbr-section-title {
  color: #404349;
}
.cid-uMjyLMGDpM .mbr-text {
  color: #000000;
}
.cid-uMjyLMGDpM .mbr-desc {
  color: #b19a7c;
}
.cid-uMjyLMGDpM .mbr-section-title,
.cid-uMjyLMGDpM .mbr-section-btn {
  color: #000000;
}
.cid-vgc7TxhQOT {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  background-color: #ffffff;
}
.cid-vgc7TxhQOT .content_box {
  padding: 12px 15%;
  background-color: #12383b;
}
.cid-vgc7TxhQOT .content_card {
  text-align: center;
  width: 100%;
}
.cid-vgc7TxhQOT .mbr-section-title {
  color: #ffffff;
  margin-bottom: 15px;
}
.cid-vgc7TxhQOT .card_title {
  color: #ffffff;
  line-height: 1.2727em;
  margin-bottom: 0;
}
.cid-vgc7TxhQOT .two_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-color: #f8f8f8;
  z-index: 0;
}
.cid-vgc7TxhQOT img,
.cid-vgc7TxhQOT .item-img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}
.cid-vgc7TxhQOT .item,
.cid-vgc7TxhQOT .item_block {
  margin-bottom: 30px;
}
.cid-vgc7TxhQOT .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  overflow: visible;
  position: relative;
}
.cid-vgc7TxhQOT .item-wrapper:hover .card_box {
  clip-path: inset(15px 15px 15px 15px);
  opacity: 1;
}
.cid-vgc7TxhQOT .item-wrapper:hover .card_title {
  transition-delay: .1s;
  opacity: 1;
  transform: translateY(0);
}
.cid-vgc7TxhQOT .item-wrapper:hover .card_text {
  transition-delay: .2s;
  opacity: 1;
  transform: translateY(0);
}
.cid-vgc7TxhQOT .item-wrapper:hover .icons_card {
  transition-delay: .3s;
  opacity: 1;
  transform: translateY(0);
}
.cid-vgc7TxhQOT .card_title,
.cid-vgc7TxhQOT .card_text,
.cid-vgc7TxhQOT .icons_card {
  transform: translateY(16px);
  opacity: 0;
  transition: opacity 0.44s cubic-bezier(0.54, 0.32, 0.05, 0.96), transform 0.44s cubic-bezier(0.54, 0.32, 0.05, 0.96);
}
.cid-vgc7TxhQOT .mbr-text,
.cid-vgc7TxhQOT .card_text {
  color: #202020;
}
.cid-vgc7TxhQOT .card_box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  clip-path: inset(0 0 0 0);
  opacity: 0;
  padding: 30px;
  transition: opacity 0.3s ease, clip-path 0.52s ease, -webkit-clip-path 0.52s ease;
  background-color: #12383b;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.cid-vgc7TxhQOT .icons_card {
  margin-top: 17px;
  height: 26px;
  width: 100%;
}
.cid-vgc7TxhQOT .iconfont-wrapper {
  color: #202020;
  font-size: 1.1rem;
  margin-right: 10px;
  width: 1.1rem;
  height: 1.1rem;
  transition: all 0.2s ease-in-out;
}
.cid-vgc7TxhQOT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vgc7TxhQOT .iconfont-wrapper:hover {
  opacity: .85;
}
.cid-vgc7TxhQOT .linkBtn {
  margin-top: 35px;
  width: 100%;
}
.cid-vgc7TxhQOT .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-vgc7TxhQOT .linkBtn a:after,
.cid-vgc7TxhQOT .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-vgc7TxhQOT .linkBtn a:before {
  left: 0;
}
.cid-vgc7TxhQOT .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-vgc7TxhQOT .linkBtn a:hover:before,
.cid-vgc7TxhQOT .linkBtn a:hover:after {
  transform: translateX(100%);
}
@media (max-width: 991px) {
  .cid-vgc7TxhQOT .card_title,
  .cid-vgc7TxhQOT .card_text,
  .cid-vgc7TxhQOT .icons_card {
    transform: translateY(0);
    opacity: 1;
  }
  .cid-vgc7TxhQOT .card_box {
    opacity: 1;
    background-color: rgba(18, 56, 59, 0.87);
  }
}
.cid-vgc7TxhQOT .mbr-text,
.cid-vgc7TxhQOT .linkBtn {
  color: #ffffff;
}
.cid-vgc7TxhQOT .card_text,
.cid-vgc7TxhQOT .icons_card {
  color: #ffffff;
}
.cid-uM2iC953mB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f8f8f8;
}
.cid-uM2iC953mB .item:focus,
.cid-uM2iC953mB span:focus {
  outline: none;
}
.cid-uM2iC953mB .item {
  cursor: pointer;
}
.cid-uM2iC953mB .grid-container {
  grid-row-gap: 20px;
}
.cid-uM2iC953mB .grid-container-1,
.cid-uM2iC953mB .grid-container-2,
.cid-uM2iC953mB .grid-container-3 {
  gap: 0 20px;
}
.cid-uM2iC953mB .mbr-section-title {
  margin-bottom: 54px;
  color: #185358;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uM2iC953mB .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uM2iC953mB .content-head {
  max-width: 800px;
}
.cid-uM2iC953mB .container,
.cid-uM2iC953mB .container-fluid {
  overflow: hidden;
}
.cid-uM2iC953mB .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uM2iC953mB .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uM2iC953mB .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uM2iC953mB .grid-item img {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .cid-uM2iC953mB .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uM2iC953mB .grid-container-1,
.cid-uM2iC953mB .grid-container-2,
.cid-uM2iC953mB .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uM2iC953mB .grid-container-1 {
  align-items: flex-end;
}
.cid-uM2iC953mB .grid-container-2 {
  align-items: flex-start;
}
.cid-uLL7TUfAKi {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-uLL7TUfAKi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLL7TUfAKi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLL7TUfAKi .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uLL7TUfAKi .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uLL7TUfAKi .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uLL7TUfAKi .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLL7TUfAKi .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #f8f8f8 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uLL7TUfAKi .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uLL7TUfAKi .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uLL7TUfAKi .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uLL7TUfAKi .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uLL7TUfAKi .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uLL7TUfAKi .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uLL7TUfAKi .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLL7TUfAKi .mbr-section-title {
  color: #404349;
}
.cid-uLL7TUfAKi .mbr-text {
  color: #000000;
}
.cid-uLL7TUfAKi .mbr-desc {
  color: #b19a7c;
}
.cid-uLL7TUfAKi .mbr-section-title,
.cid-uLL7TUfAKi .mbr-section-btn {
  color: #000000;
}
.cid-uHdnLS9e8M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1200.webp");
}
.cid-uHdnLS9e8M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHdnLS9e8M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHdnLS9e8M .image-wrapper {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uHdnLS9e8M .image-wrapper {
    height: 400px;
  }
}
.cid-uZ29WHZGFb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZ29WHZGFb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ29WHZGFb .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-uZ29WHZGFb .container {
    padding: 0 30px;
  }
}
.cid-uZ29WHZGFb .row {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZ29WHZGFb .row {
    padding-bottom: 50px;
  }
}
.cid-uZ29WHZGFb .row .border-wrap {
  background-color: #22654e;
  height: 2px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZ29WHZGFb .row .border-wrap {
    margin-bottom: 50px;
  }
}
.cid-uZ29WHZGFb .card {
  justify-content: center;
}
.cid-uZ29WHZGFb .title-wrapper {
  margin-bottom: 20px;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 200px;
  height: 90px;
  margin-right: 15px;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZ29WHZGFb .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-uZ29WHZGFb .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZ29WHZGFb .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-uZ29WHZGFb .nav-wrapper .list .item-wrap:hover::before,
.cid-uZ29WHZGFb .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uZ29WHZGFb .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-uZ29WHZGFb .mbr-copy {
  margin-bottom: 0;
  color: #000000;
}
.cid-uZ29WHZGFb .mbr-section-title {
  color: #144031;
}
.cid-uZ29WHZGFb .list {
  color: #144031;
}
.cid-uZ29WHZGFb .mbr-section-title,
.cid-uZ29WHZGFb .title-wrapper {
  color: #000000;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  width: 100% !important;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap img {
  margin-right: 0 !important;
  margin-bottom: 18px !important;
  height: auto !important;
  max-width: 100% !important;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap .mbr-section-title,
.cid-uZ29WHZGFb .title-wrapper .title-wrap .mbr-text,
.cid-uZ29WHZGFb .title-wrapper .title-wrap .mbr-desc {
  width: 100% !important;
  max-width: none !important;
}
.cid-vahK3TvPDf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vahK3TvPDf .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-vahK3TvPDf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vahK3TvPDf .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-vahK3TvPDf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-vahK3TvPDf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vahK3TvPDf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vahK3TvPDf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vahK3TvPDf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vahK3TvPDf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vahK3TvPDf .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-vahK3TvPDf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vahK3TvPDf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vahK3TvPDf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vahK3TvPDf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vahK3TvPDf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vahK3TvPDf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vahK3TvPDf .nav-link:hover {
  color: #000000 !important;
}
.cid-vahK3TvPDf .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vahK3TvPDf .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vahK3TvPDf .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-vahK3TvPDf .navbar-caption:hover,
.cid-vahK3TvPDf .navbar-caption:focus {
  color: #000000 !important;
}
@media (max-width: 767px) {
  .cid-vahK3TvPDf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vahK3TvPDf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vahK3TvPDf .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  flex-wrap: nowrap;
  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: 16px;
  margin: 1rem 1rem 0;
  background-color: #ffffff;
  box-shadow: none;
  position: relative;
}
.cid-vahK3TvPDf .iconfont-wrapper {
  color: #404349 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vahK3TvPDf .iconfont-wrapper:hover,
.cid-vahK3TvPDf .iconfont-wrapper:focus {
  color: #000000 !important;
}
.cid-vahK3TvPDf .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;
}
.cid-vahK3TvPDf .nav-item:focus,
.cid-vahK3TvPDf .nav-link:focus {
  outline: none;
}
.cid-vahK3TvPDf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vahK3TvPDf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vahK3TvPDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vahK3TvPDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vahK3TvPDf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vahK3TvPDf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vahK3TvPDf .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-vahK3TvPDf .navbar.opened {
  transition: all 0.3s;
}
.cid-vahK3TvPDf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vahK3TvPDf .navbar .navbar-logo img {
  width: auto;
}
.cid-vahK3TvPDf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vahK3TvPDf .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-vahK3TvPDf .navbar.collapsed {
  justify-content: center;
}
.cid-vahK3TvPDf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vahK3TvPDf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vahK3TvPDf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vahK3TvPDf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vahK3TvPDf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vahK3TvPDf .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-vahK3TvPDf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vahK3TvPDf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vahK3TvPDf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vahK3TvPDf .navbar {
    min-height: 72px;
  }
  .cid-vahK3TvPDf .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vahK3TvPDf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vahK3TvPDf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vahK3TvPDf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vahK3TvPDf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vahK3TvPDf .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-vahK3TvPDf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vahK3TvPDf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vahK3TvPDf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vahK3TvPDf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vahK3TvPDf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vahK3TvPDf .dropdown-item.active,
.cid-vahK3TvPDf .dropdown-item:active {
  background-color: transparent;
}
.cid-vahK3TvPDf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vahK3TvPDf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vahK3TvPDf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vahK3TvPDf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vahK3TvPDf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vahK3TvPDf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vahK3TvPDf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vahK3TvPDf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vahK3TvPDf .navbar-buttons {
    text-align: left;
  }
}
.cid-vahK3TvPDf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vahK3TvPDf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vahK3TvPDf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vahK3TvPDf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vahK3TvPDf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vahK3TvPDf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vahK3TvPDf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vahK3TvPDf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vahK3TvPDf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vahK3TvPDf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vahK3TvPDf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vahK3TvPDf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vahK3TvPDf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vahK3TvPDf .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vahK3TvPDf .navbar {
    height: 70px;
  }
  .cid-vahK3TvPDf .navbar.opened {
    height: auto;
  }
  .cid-vahK3TvPDf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vahK3TvPDf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vahK3TvPDf .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-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vahK3TvPDf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .cid-vahK3TvPDf .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-vahK3TvPDf .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.cid-vahK3TvPDf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vahK3TvPDf .navbar-brand {
    margin-right: auto;
  }
  .cid-vahK3TvPDf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
  }
  .cid-vahK3TvPDf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vahK3TvPDf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vahK3TvPDf .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-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vahK3TvPDf .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-vahK3TvPDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vahK3TvPDf .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-vahK3TvPDf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vahK3TvPDf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vahK3TvPDf .navbar-brand,
.cid-vahK3TvPDf .navbar-toggler,
.cid-vahK3TvPDf .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-vahK3TvPDf .header01 .image-wrap img {
  width: auto !important;
  height: 130% !important;
  left: 50%;
  transform: translateX(-50%);
  object-fit: contain !important;
}
.cid-ve8vdmkn4C {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve8vdmkn4C .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve8vdmkn4C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve8vdmkn4C .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ve8vdmkn4C .mbr-text,
.cid-ve8vdmkn4C .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vgcNQi107n {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vgcNQi107n .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vgcNQi107n .mbr-section-title {
  color: #24262b;
}
.cid-vgcNQi107n .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-vgcNQi107n .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-vgcNQi107n .card {
    padding: 1rem !important;
  }
}
.cid-vgcNQi107n .card:hover {
  transform: translateY(-1rem);
}
.cid-vgcNQi107n .card img {
  max-width: 120px;
  height: auto;
}
.cid-vgcOimYTQa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgcOimYTQa .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vgcOimYTQa .mbr-section-title {
  color: #24262b;
}
.cid-vgcOimYTQa .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-vgcOimYTQa .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-vgcOimYTQa .card {
    padding: 1rem !important;
  }
}
.cid-vgcOimYTQa .card:hover {
  transform: translateY(-1rem);
}
.cid-vgcOimYTQa .card img {
  max-width: 120px;
  height: auto;
}
.cid-vgcOTzn651 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgcOTzn651 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vgcOTzn651 .mbr-section-title {
  color: #24262b;
}
.cid-vgcOTzn651 .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-vgcOTzn651 .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-vgcOTzn651 .card {
    padding: 1rem !important;
  }
}
.cid-vgcOTzn651 .card:hover {
  transform: translateY(-1rem);
}
.cid-vgcOTzn651 .card img {
  max-width: 120px;
  height: auto;
}
.cid-vgcQ3jTkuI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgcQ3jTkuI .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vgcQ3jTkuI .mbr-section-title {
  color: #24262b;
}
.cid-vgcQ3jTkuI .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-vgcQ3jTkuI .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-vgcQ3jTkuI .card {
    padding: 1rem !important;
  }
}
.cid-vgcQ3jTkuI .card:hover {
  transform: translateY(-1rem);
}
.cid-vgcQ3jTkuI .card img {
  max-width: 120px;
  height: auto;
}
.cid-vgcQzJAo9H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgcQzJAo9H .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vgcQzJAo9H .mbr-section-title {
  color: #24262b;
}
.cid-vgcQzJAo9H .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-vgcQzJAo9H .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-vgcQzJAo9H .card {
    padding: 1rem !important;
  }
}
.cid-vgcQzJAo9H .card:hover {
  transform: translateY(-1rem);
}
.cid-vgcQzJAo9H .card img {
  max-width: 120px;
  height: auto;
}
.cid-vgcQW4VbCd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgcQW4VbCd .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vgcQW4VbCd .mbr-section-title {
  color: #24262b;
}
.cid-vgcQW4VbCd .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-vgcQW4VbCd .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-vgcQW4VbCd .card {
    padding: 1rem !important;
  }
}
.cid-vgcQW4VbCd .card:hover {
  transform: translateY(-1rem);
}
.cid-vgcQW4VbCd .card img {
  max-width: 120px;
  height: auto;
}
.cid-vgcRo8S7r5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgcRo8S7r5 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vgcRo8S7r5 .mbr-section-title {
  color: #24262b;
}
.cid-vgcRo8S7r5 .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-vgcRo8S7r5 .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-vgcRo8S7r5 .card {
    padding: 1rem !important;
  }
}
.cid-vgcRo8S7r5 .card:hover {
  transform: translateY(-1rem);
}
.cid-vgcRo8S7r5 .card img {
  max-width: 120px;
  height: auto;
}
.cid-vgcRQl9Tkk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgcRQl9Tkk .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vgcRQl9Tkk .mbr-section-title {
  color: #24262b;
}
.cid-vgcRQl9Tkk .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-vgcRQl9Tkk .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-vgcRQl9Tkk .card {
    padding: 1rem !important;
  }
}
.cid-vgcRQl9Tkk .card:hover {
  transform: translateY(-1rem);
}
.cid-vgcRQl9Tkk .card img {
  max-width: 120px;
  height: auto;
}
.cid-vgcSeo27nc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgcSeo27nc .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vgcSeo27nc .mbr-section-title {
  color: #24262b;
}
.cid-vgcSeo27nc .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-vgcSeo27nc .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-vgcSeo27nc .card {
    padding: 1rem !important;
  }
}
.cid-vgcSeo27nc .card:hover {
  transform: translateY(-1rem);
}
.cid-vgcSeo27nc .card img {
  max-width: 120px;
  height: auto;
}
.cid-uZ29WHZGFb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZ29WHZGFb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ29WHZGFb .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-uZ29WHZGFb .container {
    padding: 0 30px;
  }
}
.cid-uZ29WHZGFb .row {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZ29WHZGFb .row {
    padding-bottom: 50px;
  }
}
.cid-uZ29WHZGFb .row .border-wrap {
  background-color: #22654e;
  height: 2px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZ29WHZGFb .row .border-wrap {
    margin-bottom: 50px;
  }
}
.cid-uZ29WHZGFb .card {
  justify-content: center;
}
.cid-uZ29WHZGFb .title-wrapper {
  margin-bottom: 20px;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 200px;
  height: 90px;
  margin-right: 15px;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZ29WHZGFb .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-uZ29WHZGFb .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZ29WHZGFb .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-uZ29WHZGFb .nav-wrapper .list .item-wrap:hover::before,
.cid-uZ29WHZGFb .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uZ29WHZGFb .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-uZ29WHZGFb .mbr-copy {
  margin-bottom: 0;
  color: #000000;
}
.cid-uZ29WHZGFb .mbr-section-title {
  color: #144031;
}
.cid-uZ29WHZGFb .list {
  color: #144031;
}
.cid-uZ29WHZGFb .mbr-section-title,
.cid-uZ29WHZGFb .title-wrapper {
  color: #000000;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  width: 100% !important;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap img {
  margin-right: 0 !important;
  margin-bottom: 18px !important;
  height: auto !important;
  max-width: 100% !important;
}
.cid-uZ29WHZGFb .title-wrapper .title-wrap .mbr-section-title,
.cid-uZ29WHZGFb .title-wrapper .title-wrap .mbr-text,
.cid-uZ29WHZGFb .title-wrapper .title-wrap .mbr-desc {
  width: 100% !important;
  max-width: none !important;
}
