body {
  font-family: 'Comfortaa', display;
}
.display-1 {
  font-family: 'Comfortaa', display;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Comfortaa', display;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Comfortaa', display;
  font-size: 1.31rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6375rem;
}
.display-5 {
  font-family: 'Comfortaa', display;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Comfortaa', display;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.048rem;
    font-size: calc( 1.1085rem + (1.31 - 1.1085) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.1085rem + (1.31 - 1.1085) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f59d9d !important;
}
.bg-success {
  background-color: #6d9aba !important;
}
.bg-info {
  background-color: #4479d9 !important;
}
.bg-warning {
  background-color: #5b6153 !important;
}
.bg-danger {
  background-color: #9f9595 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f59d9d !important;
  border-color: #f59d9d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ed4e4e !important;
  border-color: #ed4e4e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ed4e4e !important;
  border-color: #ed4e4e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d7d3c6 !important;
  border-color: #d7d3c6 !important;
  color: #5d5641 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b3ac93 !important;
  border-color: #b3ac93 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #5d5641 !important;
  background-color: #b3ac93 !important;
  border-color: #b3ac93 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
}
.btn-success,
.btn-success:active {
  background-color: #6d9aba !important;
  border-color: #6d9aba !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #436e8d !important;
  border-color: #436e8d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #436e8d !important;
  border-color: #436e8d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #5b6153 !important;
  border-color: #5b6153 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #2f322b !important;
  border-color: #2f322b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2f322b !important;
  border-color: #2f322b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #9f9595 !important;
  border-color: #9f9595 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #746969 !important;
  border-color: #746969 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #746969 !important;
  border-color: #746969 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f59d9d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ed4e4e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f59d9d !important;
  border-color: #f59d9d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d7d3c6;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b3ac93 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #5d5641 !important;
  background-color: #d7d3c6 !important;
  border-color: #d7d3c6 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4479d9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2150a5 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6d9aba;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #436e8d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #6d9aba !important;
  border-color: #6d9aba !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5b6153;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #2f322b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5b6153 !important;
  border-color: #5b6153 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9f9595;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #746969 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #9f9595 !important;
  border-color: #9f9595 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #f59d9d !important;
}
.text-secondary {
  color: #d7d3c6 !important;
}
.text-success {
  color: #6d9aba !important;
}
.text-info {
  color: #4479d9 !important;
}
.text-warning {
  color: #5b6153 !important;
}
.text-danger {
  color: #9f9595 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ec4040 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ada58a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3e6683 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1f4a98 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #272a24 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #6c6262 !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: #f59d9d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4479d9;
}
.alert-warning {
  background-color: #5b6153;
}
.alert-danger {
  background-color: #9f9595;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f59d9d;
  border-color: #f59d9d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f59d9d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c4d6e3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #eef2fb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9ba292;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dcd8d8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Comfortaa', display;
  font-size: 1.31rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.6375rem;
}
.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: #f59d9d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Comfortaa', display;
  font-size: 1.31rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.6375rem;
}
blockquote {
  border-color: #f59d9d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f59d9d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f59d9d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f59d9d;
  border-bottom-color: #f59d9d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f59d9d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #d7d3c6 !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='%23f59d9d' %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;
}
.cid-sMG60EKFJr .navbar-dropdown {
  position: relative !important;
}
.cid-sMG60EKFJr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sMG60EKFJr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sMG60EKFJr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sMG60EKFJr .dropdown-item:hover,
.cid-sMG60EKFJr .dropdown-item:focus {
  background: #f59d9d !important;
  color: white !important;
}
.cid-sMG60EKFJr .dropdown-item:hover span {
  color: white;
}
.cid-sMG60EKFJr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sMG60EKFJr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sMG60EKFJr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-sMG60EKFJr .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-sMG60EKFJr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sMG60EKFJr .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-sMG60EKFJr .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-sMG60EKFJr .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-sMG60EKFJr .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-sMG60EKFJr .container {
  display: flex;
  margin: auto;
}
.cid-sMG60EKFJr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sMG60EKFJr .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sMG60EKFJr .navbar-nav {
    align-items: center;
  }
}
.cid-sMG60EKFJr .dropdown-menu,
.cid-sMG60EKFJr .navbar.opened {
  background: #f3f3e9 !important;
}
.cid-sMG60EKFJr .nav-item:focus,
.cid-sMG60EKFJr .nav-link:focus {
  outline: none;
}
.cid-sMG60EKFJr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-sMG60EKFJr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sMG60EKFJr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sMG60EKFJr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sMG60EKFJr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMG60EKFJr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sMG60EKFJr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f3f3e9;
  padding: 0 !important;
  box-shadow: none;
}
.cid-sMG60EKFJr .navbar.opened {
  transition: all 0.3s;
}
.cid-sMG60EKFJr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sMG60EKFJr .navbar .navbar-logo img {
  width: auto;
}
.cid-sMG60EKFJr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sMG60EKFJr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sMG60EKFJr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sMG60EKFJr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMG60EKFJr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sMG60EKFJr .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-sMG60EKFJr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sMG60EKFJr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sMG60EKFJr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sMG60EKFJr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sMG60EKFJr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sMG60EKFJr .navbar.navbar-short {
  min-height: 60px;
}
.cid-sMG60EKFJr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sMG60EKFJr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sMG60EKFJr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sMG60EKFJr .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-sMG60EKFJr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sMG60EKFJr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMG60EKFJr .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-sMG60EKFJr .dropdown-item.active,
.cid-sMG60EKFJr .dropdown-item:active {
  background-color: transparent;
}
.cid-sMG60EKFJr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sMG60EKFJr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sMG60EKFJr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sMG60EKFJr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f3e9;
}
.cid-sMG60EKFJr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sMG60EKFJr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMG60EKFJr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sMG60EKFJr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sMG60EKFJr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sMG60EKFJr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #727272;
}
.cid-sMG60EKFJr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sMG60EKFJr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMG60EKFJr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMG60EKFJr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sMG60EKFJr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMG60EKFJr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sMG60EKFJr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sMG60EKFJr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMG60EKFJr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sMG60EKFJr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sMG60EKFJr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sMG60EKFJr .navbar {
    height: 70px;
  }
  .cid-sMG60EKFJr .navbar.opened {
    height: auto;
  }
  .cid-sMG60EKFJr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sMG60EKFJr .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-sMG60EKFJr .container-fluid {
    padding: 0 40px;
  }
}
.cid-sMG60EKFJr .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sMG60EKFJr .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-sMG60EKFJr .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sMG60EKFJr .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-sMG60EKFJr .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-sMG60EKFJr .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-sMG60EKFJr .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-sMG60EKFJr .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-sMG60EKFJr .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-sMG60EKFJr .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-sMG60EKFJr .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-sMG60EKFJr .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ucRozzp21U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9f9595;
}
.cid-ucRozzp21U .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRozzp21U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRozzp21U .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-ucRozzp21U .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-ucRozzp21U .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ucRozzp21U .container {
    padding: 0 20px;
  }
}
.cid-ucRozzp21U .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ucRozzp21U .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .cid-ucRozzp21U .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ucRozzp21U .image-wrapper img {
  height: 650px;
  border-radius: 2rem !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucRozzp21U .image-wrapper img {
    height: 350px;
  }
}
.cid-ucRozzp21U .mbr-section-title {
  color: #ffffff;
}
.cid-ucRozzp21U .mbr-text {
  color: #ffffff;
}
.cid-ucRozzp21U .mbr-section-title,
.cid-ucRozzp21U .mbr-section-btn {
  color: #ffffff;
}
.cid-ucRozzp21U .mbr-text,
.cid-ucRozzp21U .text-wrapper {
  color: #ffffff;
}
.cid-ucRpe70Vp8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ucRpe70Vp8 .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-ucRpe70Vp8 .container {
    max-width: 1040px;
  }
}
.cid-ucRpe70Vp8 .row {
  justify-content: center;
}
.cid-ucRpe70Vp8 .item:focus,
.cid-ucRpe70Vp8 span:focus {
  outline: none;
}
.cid-ucRpe70Vp8 .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-ucRpe70Vp8 .col-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-ucRpe70Vp8 .item {
    width: 100%;
  }
  .cid-ucRpe70Vp8 .item:first-child {
    padding-bottom: 0.5rem;
  }
  .cid-ucRpe70Vp8 .item:last-child {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-ucRpe70Vp8 .item:first-child {
    padding-right: 0.5rem;
  }
  .cid-ucRpe70Vp8 .item:last-child {
    padding-left: 0.5rem;
  }
}
.cid-ucRpe70Vp8 .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 24px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .cid-ucRpe70Vp8 .item-wrap {
    padding: 27px;
  }
}
@media (min-width: 992px) {
  .cid-ucRpe70Vp8 .item-wrap {
    padding: 50px;
  }
}
.cid-ucRpe70Vp8 .item-content {
  width: 100%;
}
.cid-ucRpe70Vp8 .label-text {
  color: #ffffff;
  opacity: 0.8;
  width: 100%;
  margin-bottom: 16px;
}
.cid-ucRpe70Vp8 .mbr-text {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
  opacity: 0.8;
}
.cid-ucRpe70Vp8 .item-title {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-ucRpe70Vp8 .list-container {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.cid-ucRpe70Vp8 .list-item {
  display: flex;
  align-items: center;
}
.cid-ucRpe70Vp8 .list-item:not(:last-child) {
  margin-bottom: 16px;
}
.cid-ucRpe70Vp8 .icon-box {
  padding-right: 14px;
}
.cid-ucRpe70Vp8 .list-text {
  flex-grow: 1;
  color: #000000;
  margin-bottom: 0;
}
.cid-ucRpe70Vp8 .link-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .cid-ucRpe70Vp8 .link-container {
    margin-top: 72px;
  }
}
.cid-ucRpe70Vp8 .link-container .link:first-child {
  margin-bottom: 16px;
}
.cid-ucRpe70Vp8 .link-container .link span {
  padding-right: 10px;
}
.cid-ucPWjKu3iU {
  display: flex;
  padding-top: 75px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #a4a3a3, #9f9595);
}
@media (min-width: 768px) {
  .cid-ucPWjKu3iU {
    align-items: flex-start;
  }
  .cid-ucPWjKu3iU .row {
    justify-content: center;
  }
}
.cid-ucPWjKu3iU .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-ucPWjKu3iU .mbr-text,
.cid-ucPWjKu3iU .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ucPWjKu3iU .mbr-section-title,
.cid-ucPWjKu3iU .line {
  color: #000000;
  text-align: center;
}
.cid-ucPWjKu3iU h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-ucPWjKu3iU h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-ucPWjKu3iU .mbr-section-subtitle,
.cid-ucPWjKu3iU .align {
  text-align: left;
  color: #232323;
}
.cid-ucPWjKu3iU .mbr-text2 {
  color: #808080;
}
.cid-sMGbIAODLD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-sMGbIAODLD .mbr-overlay {
  z-index: 1;
}
.cid-sMGbIAODLD .main-container {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  z-index: 2;
}
.cid-sMGbIAODLD .item-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-sMGbIAODLD .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  transform-style: preserve-3d;
}
.cid-sMGbIAODLD .item-img:hover img {
  transform: scale(1);
}
.cid-sMGbIAODLD .item-title {
  line-height: 1.25em;
  text-align: center;
}
.cid-sMGbIAODLD .mbr-section-title {
  line-height: 1.25em;
}
.cid-sMGbIAODLD .card-container {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sMGbIAODLD .card-container {
    flex-wrap: wrap;
  }
}
.cid-sMGbIAODLD .card {
  padding: 60px 60px 23px;
  border-radius: 0;
  border-bottom: 1px solid #7F8678;
}
@media (max-width: 575px) {
  .cid-sMGbIAODLD .card {
    padding: 35px 35px 23px;
  }
}
@media (min-width: 768px) {
  .cid-sMGbIAODLD .card:nth-child(2n+1) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 991px) {
  .cid-sMGbIAODLD .card {
    border-right: 1px solid #7F8678;
  }
  .cid-sMGbIAODLD .card:last-child {
    border-right: none;
  }
}
.cid-sMGbIAODLD .data-item {
  display: flex;
  align-items: center;
}
.cid-sMGbIAODLD .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-sMGbIAODLD .link-wrap {
  margin: 30px 0 6px;
}
.cid-sMGbIAODLD .text-art {
  flex-grow: 1;
}
.cid-ucRqkV8fBx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ucRqkV8fBx .column-wrapper {
  padding-left: 1.5rem;
}
.cid-ucRqkV8fBx .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-ucRqkV8fBx .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-ucRqkV8fBx .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-ucRqkV8fBx .mbr-text,
.cid-ucRqkV8fBx .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-ucRqkV8fBx .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ucRp0VwWzm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #9f9595;
}
.cid-ucRp0VwWzm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRp0VwWzm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRp0VwWzm .row {
  justify-content: flex-start;
}
.cid-ucRp0VwWzm .main-col {
  display: flex;
  align-items: stretch;
  min-height: 20rem;
  border: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-ucRp0VwWzm .main-col {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-ucRp0VwWzm .title-container {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 2rem;
  border-right: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-ucRp0VwWzm .title-container {
    width: 100%;
    border-right: none !important;
    border-left: none !important;
    padding: 12px 24px;
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 575px) {
  .cid-ucRp0VwWzm .title-container {
    padding: 12px;
  }
}
.cid-ucRp0VwWzm .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 2rem 3rem;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-ucRp0VwWzm .content-container {
    width: 100%;
    padding: 24px 36px 24px 24px;
  }
}
@media (max-width: 575px) {
  .cid-ucRp0VwWzm .content-container {
    padding: 24px 12px;
  }
}
.cid-ucRp0VwWzm .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-ucRp0VwWzm .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-ucRp0VwWzm .mbr-section-btn {
  margin-top: 2.4rem;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-ucRp0VwWzm .mbr-section-btn {
    margin-top: 1rem;
    text-align: left !important;
  }
}
.cid-ucRnAzDcOw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-ucRnAzDcOw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRnAzDcOw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRnAzDcOw .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ucRnAzDcOw .container-fluid {
    padding: 0 30px;
  }
}
.cid-ucRnAzDcOw .container-fluid .row {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-ucRnAzDcOw .container-fluid .row {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucRnAzDcOw .container {
    padding: 0 30px;
  }
}
.cid-ucRnAzDcOw .card {
  padding: 0;
}
.cid-ucRnAzDcOw .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-ucRnAzDcOw .image-wrapper img {
    height: 280px;
  }
}
.cid-ucRnAzDcOw .card-wrapper {
  border-radius: 10px;
  background-color: #9f9595;
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1400px) {
  .cid-ucRnAzDcOw .card-wrapper {
    padding: 32px 16px;
  }
}
@media (max-width: 1200px) {
  .cid-ucRnAzDcOw .card-wrapper {
    padding: 32px 10px;
  }
}
@media (max-width: 992px) {
  .cid-ucRnAzDcOw .card-wrapper {
    padding: 32px 36px;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .cid-ucRnAzDcOw .card-wrapper {
    padding: 25px 30px;
  }
}
.cid-ucRnAzDcOw .card-wrapper .card-date .mbr-date {
  padding-bottom: 64px;
  position: relative;
  margin: 0;
}
.cid-ucRnAzDcOw .card-wrapper .card-date .mbr-date span {
  position: absolute;
  right: 11rem;
  bottom: 46px;
  font-size: 36%;
}
@media (max-width: 768px) {
  .cid-ucRnAzDcOw .card-wrapper .card-date .mbr-date span {
    right: 5rem;
  }
}
.cid-ucRnAzDcOw .card-wrapper .card-link {
  display: inline-flex;
  align-items: center;
}
.cid-ucRnAzDcOw .card-wrapper .card-link .mbr-link {
  margin-bottom: 0;
}
.cid-ucRnAzDcOw .card-wrapper .card-link .mbr-link:hover .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-ucRnAzDcOw .card-wrapper .card-link .mbr-link:hover .mbr-iconfont::after {
  opacity: 1;
}
.cid-ucRnAzDcOw .card-wrapper .card-link .mbr-link .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 60%;
  margin-left: 14px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-5px, 5px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-ucRnAzDcOw .card-wrapper .card-link .mbr-link .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-ucRnAzDcOw .mbr-date {
  color: #ffffff;
  text-align: center;
}
.cid-ucRnAzDcOw .mbr-link {
  color: #ffffff;
}
.cid-ucPO5W0pzD {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #9f9595;
}
.cid-ucPO5W0pzD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucPO5W0pzD .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-ucPO5W0pzD .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-ucPO5W0pzD img {
  border-radius: 1rem;
}
.cid-ucPO5W0pzD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucPO5W0pzD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucPO5W0pzD .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ucPO5W0pzD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ucPO5W0pzD .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ucPO5W0pzD .mbr-section-subtitle,
.cid-ucPO5W0pzD .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-ucPO5W0pzD .mbr-text,
.cid-ucPO5W0pzD .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sMGkTYEDAh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sMGkTYEDAh .mbr-overlay {
  z-index: 1;
}
.cid-sMGkTYEDAh .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-sMGkTYEDAh .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-sMGkTYEDAh .text-container {
  height: 100%;
  background: #9f9595;
}
@media (min-width: 992px) {
  .cid-sMGkTYEDAh .text-container {
    border-right: 1px solid #7F8678;
  }
}
.cid-sMGkTYEDAh .text-wrap {
  display: flex;
  flex-direction: column;
  padding: 25px 32px;
  margin-bottom: auto;
  min-height: 390px;
}
@media (min-width: 992px) {
  .cid-sMGkTYEDAh .text-wrap {
    max-width: 512px;
    min-height: 644px;
  }
}
.cid-sMGkTYEDAh .main-text {
  width: 100%;
  margin: 0 0 auto;
}
.cid-sMGkTYEDAh .text {
  color: #ffffff;
  text-align: center;
}
.cid-sMGkTYEDAh .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sMGkTYEDAh .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sMGkTYEDAh .item-wrapper {
  width: 100%;
}
.cid-sMGkTYEDAh .mbr-section-title {
  line-height: 1.25em;
  text-align: center;
  color: #ffffff;
}
.cid-sMGkTYEDAh .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cid-sMGkTYEDAh .item-img {
  flex-grow: 1;
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  overflow: hidden;
  height: 644px;
}
.cid-sMGkTYEDAh .item-img img {
  object-fit: cover;
  height: 100%;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-sMGkTYEDAh .item-img:hover img {
  transform: scale(1);
}
.cid-sMGkTYEDAh .link {
  color: #3d3d3d;
}
.cid-sMGkTYEDAh .underlined-link {
  color: #3d3d3d;
}
.cid-sMGkTYEDAh .underlined-link:after {
  height: 1px !important;
}
.cid-ucPQhcWIqi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-ucPQhcWIqi blockquote {
  border-color: #9f9595;
  border-radius: 4px;
  background-color: #9f9595;
}
.cid-ucPQhcWIqi .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ucPQhcWIqi .mbr-text {
  color: #ffffff;
}
.cid-ucQ28hGY1Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9f9595;
}
.cid-ucQ28hGY1Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQ28hGY1Z .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-ucQ28hGY1Z .container {
    padding: 0 22px;
  }
}
.cid-ucQ28hGY1Z .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ucQ28hGY1Z .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ucQ28hGY1Z .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-ucQ28hGY1Z .image-wrapper img {
    height: 350px;
  }
}
.cid-ucQ28hGY1Z .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-ucQ28hGY1Z .panel-group {
  border-bottom: 1px solid #ffffff;
}
.cid-ucQ28hGY1Z .panel-group .card {
  border-top: 1px solid #ffffff;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-ucQ28hGY1Z .panel-group .card:hover,
.cid-ucQ28hGY1Z .panel-group .card:focus {
  border-top: 1px solid #ffffff;
}
.cid-ucQ28hGY1Z .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ucQ28hGY1Z .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-ucQ28hGY1Z .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucQ28hGY1Z .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-left: 16px;
}
.cid-ucQ28hGY1Z .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ff5753;
}
.cid-ucQ28hGY1Z .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-ucQ28hGY1Z .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-ucQ28hGY1Z .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ucQ28hGY1Z .panel-title-edit {
  color: #ffffff;
}
.cid-ucQ28hGY1Z .panel-text {
  color: #8a8588;
}
.cid-ucRsDX8rqq {
  background-color: #f3f3e9;
}
@media (max-width: 991px) {
  .cid-ucRsDX8rqq {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.cid-ucRsDX8rqq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRsDX8rqq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRsDX8rqq .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-ucRsDX8rqq .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-ucRsDX8rqq .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-ucRsDX8rqq .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ucRsDX8rqq .content-container {
    flex-wrap: wrap;
    padding: 0 20%;
  }
}
@media (max-width: 767px) {
  .cid-ucRsDX8rqq .content-container {
    padding: 0 20px;
  }
}
.cid-ucRsDX8rqq .img-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucRsDX8rqq .img-container {
    width: 100%;
    background-color: transparent;
  }
}
.cid-ucRsDX8rqq .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cid-ucRsDX8rqq .image-wrapper img {
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ucRsDX8rqq .image-wrapper img {
    max-width: 100%;
  }
}
.cid-ucRsDX8rqq .text-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 0 10% 0  10%;
  min-height: 630px;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-ucRsDX8rqq .text-container {
    width: 100%;
    padding: 0;
    min-height: 0;
    margin-bottom: 40px;
  }
}
.cid-ucRsDX8rqq .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ucRsDX8rqq .mbr-section-title {
    text-align: center !important;
  }
}
.cid-ucRsDX8rqq .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ucRsDX8rqq .mbr-text {
    text-align: center !important;
  }
}
.cid-ucRsDX8rqq .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-ucRsDX8rqq .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-ucRsDX8rqq .mbr-text,
.cid-ucRsDX8rqq .mbr-section-btn {
  color: #000000;
}
.cid-ucQ8kyrRy2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9f9595;
}
.cid-ucQ8kyrRy2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQ8kyrRy2 .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-ucQ8kyrRy2 .container {
    padding: 0 20px;
  }
}
.cid-ucQ8kyrRy2 .row {
  margin: 0;
}
.cid-ucQ8kyrRy2 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ucQ8kyrRy2 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ucQ8kyrRy2 .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-ucQ8kyrRy2 .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-ucQ8kyrRy2 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ucQ8kyrRy2 .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-ucQ8kyrRy2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ucRuH0XekP {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ucRuH0XekP .main-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ucRuH0XekP .main-container {
    flex-wrap: wrap;
    padding: 0 40px;
  }
}
.cid-ucRuH0XekP .col-title,
.cid-ucRuH0XekP .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 10px;
}
.cid-ucRuH0XekP .mbr-section-title {
  color: #000000;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucRuH0XekP .mbr-section-title {
    text-align: center !important;
  }
}
.cid-ucRuH0XekP .mbr-section-subtitle {
  color: #112B6D;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-ucRuH0XekP .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-ucRuH0XekP .mbr-text {
  color: #000000;
  margin-bottom: 0.9rem !important;
}
@media (max-width: 767px) {
  .cid-ucRuH0XekP .mbr-text {
    text-align: center !important;
  }
}
.cid-ucPQOXthuA {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
  flex-direction: column;
  justify-content: center;
}
.cid-ucPQOXthuA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucPQOXthuA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucPQOXthuA .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucPQOXthuA .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucPQOXthuA .container {
    padding: 0 16px;
  }
}
.cid-ucPQOXthuA .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-ucPQOXthuA .google-map iframe {
    height: 350px;
  }
}
.cid-ucPRfo8wRW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #9f9595;
}
.cid-ucPRfo8wRW .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ucPRfo8wRW .copyright-section,
.cid-ucPRfo8wRW .social-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-ucPRfo8wRW .line {
  margin: 10px 0;
  width: 100%;
}
.cid-ucPRfo8wRW .logo-section img {
  margin: 0 auto;
}
.cid-ucPRfo8wRW .social-media ul {
  padding: 0;
  margin-bottom: 0;
}
.cid-ucPRfo8wRW .social-media ul li {
  display: inline-block;
  margin-left: 50px;
}
.cid-ucPRfo8wRW .mobirise-rights {
  letter-spacing: .4px;
}
@media (max-width: 992px) {
  .cid-ucPRfo8wRW .social-media ul li {
    margin-left: 30px;
  }
  .cid-ucPRfo8wRW .container-fluid {
    padding: 0 2rem;
  }
  .cid-ucPRfo8wRW .menu-container {
    margin-bottom: 20px;
  }
  .cid-ucPRfo8wRW .mbr-list {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-ucPRfo8wRW .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (max-width: 767px) {
  .cid-ucPRfo8wRW .copyright-section {
    order: 1;
  }
  .cid-ucPRfo8wRW .copyright-section hr {
    display: none;
  }
  .cid-ucPRfo8wRW .social-media {
    margin-top: 30px;
  }
  .cid-ucPRfo8wRW .social-media li:first-child {
    margin-left: 0;
  }
  .cid-ucPRfo8wRW .line {
    margin: 25px 0;
  }
  .cid-ucPRfo8wRW .mobirise-rights,
  .cid-ucPRfo8wRW .social-media {
    align-items: center;
    text-align: center;
  }
}
.cid-ucPRfo8wRW .mbr-text,
.cid-ucPRfo8wRW .copyright-section {
  color: #000000;
}
.cid-ucQUcrv9fT .navbar-dropdown {
  position: relative !important;
}
.cid-ucQUcrv9fT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucQUcrv9fT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucQUcrv9fT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucQUcrv9fT .dropdown-item:hover,
.cid-ucQUcrv9fT .dropdown-item:focus {
  background: #f59d9d !important;
  color: white !important;
}
.cid-ucQUcrv9fT .dropdown-item:hover span {
  color: white;
}
.cid-ucQUcrv9fT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucQUcrv9fT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucQUcrv9fT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-ucQUcrv9fT .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-ucQUcrv9fT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucQUcrv9fT .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-ucQUcrv9fT .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-ucQUcrv9fT .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-ucQUcrv9fT .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-ucQUcrv9fT .container {
  display: flex;
  margin: auto;
}
.cid-ucQUcrv9fT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucQUcrv9fT .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ucQUcrv9fT .navbar-nav {
    align-items: center;
  }
}
.cid-ucQUcrv9fT .dropdown-menu,
.cid-ucQUcrv9fT .navbar.opened {
  background: #f3f3e9 !important;
}
.cid-ucQUcrv9fT .nav-item:focus,
.cid-ucQUcrv9fT .nav-link:focus {
  outline: none;
}
.cid-ucQUcrv9fT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-ucQUcrv9fT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucQUcrv9fT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucQUcrv9fT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucQUcrv9fT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucQUcrv9fT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucQUcrv9fT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f3f3e9;
  padding: 0 !important;
  box-shadow: none;
}
.cid-ucQUcrv9fT .navbar.opened {
  transition: all 0.3s;
}
.cid-ucQUcrv9fT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucQUcrv9fT .navbar .navbar-logo img {
  width: auto;
}
.cid-ucQUcrv9fT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ucQUcrv9fT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucQUcrv9fT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucQUcrv9fT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucQUcrv9fT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucQUcrv9fT .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-ucQUcrv9fT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucQUcrv9fT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucQUcrv9fT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucQUcrv9fT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucQUcrv9fT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucQUcrv9fT .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucQUcrv9fT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucQUcrv9fT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucQUcrv9fT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ucQUcrv9fT .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-ucQUcrv9fT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucQUcrv9fT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucQUcrv9fT .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-ucQUcrv9fT .dropdown-item.active,
.cid-ucQUcrv9fT .dropdown-item:active {
  background-color: transparent;
}
.cid-ucQUcrv9fT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucQUcrv9fT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucQUcrv9fT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucQUcrv9fT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f3e9;
}
.cid-ucQUcrv9fT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucQUcrv9fT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucQUcrv9fT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucQUcrv9fT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucQUcrv9fT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucQUcrv9fT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #727272;
}
.cid-ucQUcrv9fT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucQUcrv9fT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucQUcrv9fT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucQUcrv9fT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucQUcrv9fT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucQUcrv9fT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucQUcrv9fT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucQUcrv9fT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucQUcrv9fT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucQUcrv9fT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucQUcrv9fT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucQUcrv9fT .navbar {
    height: 70px;
  }
  .cid-ucQUcrv9fT .navbar.opened {
    height: auto;
  }
  .cid-ucQUcrv9fT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucQUcrv9fT .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-ucQUcrv9fT .container-fluid {
    padding: 0 40px;
  }
}
.cid-ucQUcrv9fT .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-ucQUcrv9fT .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-ucQUcrv9fT .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ucQUcrv9fT .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-ucQUcrv9fT .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-ucQUcrv9fT .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-ucQUcrv9fT .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-ucQUcrv9fT .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-ucQUcrv9fT .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-ucQUcrv9fT .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-ucQUcrv9fT .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-ucQUcrv9fT .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ucRzMFnQCO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9f9595;
}
.cid-ucRzMFnQCO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRzMFnQCO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRzMFnQCO .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-ucRzMFnQCO .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-ucRzMFnQCO .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ucRzMFnQCO .container {
    padding: 0 20px;
  }
}
.cid-ucRzMFnQCO .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ucRzMFnQCO .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .cid-ucRzMFnQCO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ucRzMFnQCO .image-wrapper img {
  height: 650px;
  border-radius: 2rem !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucRzMFnQCO .image-wrapper img {
    height: 350px;
  }
}
.cid-ucRzMFnQCO .mbr-section-title {
  color: #ffffff;
}
.cid-ucRzMFnQCO .mbr-text {
  color: #ffffff;
}
.cid-ucRzMFnQCO .mbr-section-title,
.cid-ucRzMFnQCO .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ucRzMFnQCO .mbr-text,
.cid-ucRzMFnQCO .text-wrapper {
  color: #ffffff;
}
.cid-ucQUcw8Pnz {
  display: flex;
  padding-top: 75px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}
@media (min-width: 768px) {
  .cid-ucQUcw8Pnz {
    align-items: flex-start;
  }
  .cid-ucQUcw8Pnz .row {
    justify-content: center;
  }
}
.cid-ucQUcw8Pnz .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-ucQUcw8Pnz .mbr-text,
.cid-ucQUcw8Pnz .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ucQUcw8Pnz .mbr-section-title,
.cid-ucQUcw8Pnz .line {
  color: #000000;
  text-align: center;
}
.cid-ucQUcw8Pnz h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-ucQUcw8Pnz h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-ucQUcw8Pnz .mbr-section-subtitle,
.cid-ucQUcw8Pnz .align {
  text-align: left;
  color: #232323;
}
.cid-ucQUcw8Pnz .mbr-text2 {
  color: #808080;
}
.cid-ucQUcFGEuU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
  flex-direction: column;
  justify-content: center;
}
.cid-ucQUcFGEuU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQUcFGEuU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQUcFGEuU .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucQUcFGEuU .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucQUcFGEuU .container {
    padding: 0 16px;
  }
}
.cid-ucQUcFGEuU .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-ucQUcFGEuU .google-map iframe {
    height: 350px;
  }
}
.cid-ucQUcGzDhD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #9f9595;
}
.cid-ucQUcGzDhD .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ucQUcGzDhD .copyright-section,
.cid-ucQUcGzDhD .social-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-ucQUcGzDhD .line {
  margin: 10px 0;
  width: 100%;
}
.cid-ucQUcGzDhD .logo-section img {
  margin: 0 auto;
}
.cid-ucQUcGzDhD .social-media ul {
  padding: 0;
  margin-bottom: 0;
}
.cid-ucQUcGzDhD .social-media ul li {
  display: inline-block;
  margin-left: 50px;
}
.cid-ucQUcGzDhD .mobirise-rights {
  letter-spacing: .4px;
}
@media (max-width: 992px) {
  .cid-ucQUcGzDhD .social-media ul li {
    margin-left: 30px;
  }
  .cid-ucQUcGzDhD .container-fluid {
    padding: 0 2rem;
  }
  .cid-ucQUcGzDhD .menu-container {
    margin-bottom: 20px;
  }
  .cid-ucQUcGzDhD .mbr-list {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-ucQUcGzDhD .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (max-width: 767px) {
  .cid-ucQUcGzDhD .copyright-section {
    order: 1;
  }
  .cid-ucQUcGzDhD .copyright-section hr {
    display: none;
  }
  .cid-ucQUcGzDhD .social-media {
    margin-top: 30px;
  }
  .cid-ucQUcGzDhD .social-media li:first-child {
    margin-left: 0;
  }
  .cid-ucQUcGzDhD .line {
    margin: 25px 0;
  }
  .cid-ucQUcGzDhD .mobirise-rights,
  .cid-ucQUcGzDhD .social-media {
    align-items: center;
    text-align: center;
  }
}
.cid-ucQUcGzDhD .mbr-text,
.cid-ucQUcGzDhD .copyright-section {
  color: #000000;
}
.cid-ucQUJKOtV6 .navbar-dropdown {
  position: relative !important;
}
.cid-ucQUJKOtV6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucQUJKOtV6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucQUJKOtV6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucQUJKOtV6 .dropdown-item:hover,
.cid-ucQUJKOtV6 .dropdown-item:focus {
  background: #f59d9d !important;
  color: white !important;
}
.cid-ucQUJKOtV6 .dropdown-item:hover span {
  color: white;
}
.cid-ucQUJKOtV6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucQUJKOtV6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucQUJKOtV6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-ucQUJKOtV6 .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-ucQUJKOtV6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucQUJKOtV6 .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-ucQUJKOtV6 .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-ucQUJKOtV6 .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-ucQUJKOtV6 .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-ucQUJKOtV6 .container {
  display: flex;
  margin: auto;
}
.cid-ucQUJKOtV6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucQUJKOtV6 .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ucQUJKOtV6 .navbar-nav {
    align-items: center;
  }
}
.cid-ucQUJKOtV6 .dropdown-menu,
.cid-ucQUJKOtV6 .navbar.opened {
  background: #f3f3e9 !important;
}
.cid-ucQUJKOtV6 .nav-item:focus,
.cid-ucQUJKOtV6 .nav-link:focus {
  outline: none;
}
.cid-ucQUJKOtV6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-ucQUJKOtV6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucQUJKOtV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucQUJKOtV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucQUJKOtV6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucQUJKOtV6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucQUJKOtV6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f3f3e9;
  padding: 0 !important;
  box-shadow: none;
}
.cid-ucQUJKOtV6 .navbar.opened {
  transition: all 0.3s;
}
.cid-ucQUJKOtV6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucQUJKOtV6 .navbar .navbar-logo img {
  width: auto;
}
.cid-ucQUJKOtV6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ucQUJKOtV6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucQUJKOtV6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucQUJKOtV6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucQUJKOtV6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucQUJKOtV6 .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-ucQUJKOtV6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucQUJKOtV6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucQUJKOtV6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucQUJKOtV6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucQUJKOtV6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucQUJKOtV6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucQUJKOtV6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucQUJKOtV6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucQUJKOtV6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ucQUJKOtV6 .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-ucQUJKOtV6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucQUJKOtV6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucQUJKOtV6 .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-ucQUJKOtV6 .dropdown-item.active,
.cid-ucQUJKOtV6 .dropdown-item:active {
  background-color: transparent;
}
.cid-ucQUJKOtV6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucQUJKOtV6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucQUJKOtV6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucQUJKOtV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f3e9;
}
.cid-ucQUJKOtV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucQUJKOtV6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucQUJKOtV6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucQUJKOtV6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucQUJKOtV6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucQUJKOtV6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #727272;
}
.cid-ucQUJKOtV6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucQUJKOtV6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucQUJKOtV6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucQUJKOtV6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucQUJKOtV6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucQUJKOtV6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucQUJKOtV6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucQUJKOtV6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucQUJKOtV6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucQUJKOtV6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucQUJKOtV6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucQUJKOtV6 .navbar {
    height: 70px;
  }
  .cid-ucQUJKOtV6 .navbar.opened {
    height: auto;
  }
  .cid-ucQUJKOtV6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucQUJKOtV6 .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-ucQUJKOtV6 .container-fluid {
    padding: 0 40px;
  }
}
.cid-ucQUJKOtV6 .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-ucQUJKOtV6 .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-ucQUJKOtV6 .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ucQUJKOtV6 .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-ucQUJKOtV6 .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-ucQUJKOtV6 .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-ucQUJKOtV6 .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-ucQUJKOtV6 .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-ucQUJKOtV6 .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-ucQUJKOtV6 .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-ucQUJKOtV6 .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-ucQUJKOtV6 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ucRzYRlaPE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9f9595;
}
.cid-ucRzYRlaPE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRzYRlaPE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRzYRlaPE .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-ucRzYRlaPE .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-ucRzYRlaPE .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ucRzYRlaPE .container {
    padding: 0 20px;
  }
}
.cid-ucRzYRlaPE .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ucRzYRlaPE .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .cid-ucRzYRlaPE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ucRzYRlaPE .image-wrapper img {
  height: 650px;
  border-radius: 2rem !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucRzYRlaPE .image-wrapper img {
    height: 350px;
  }
}
.cid-ucRzYRlaPE .mbr-section-title {
  color: #ffffff;
}
.cid-ucRzYRlaPE .mbr-text {
  color: #ffffff;
}
.cid-ucRzYRlaPE .mbr-section-title,
.cid-ucRzYRlaPE .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ucRzYRlaPE .mbr-text,
.cid-ucRzYRlaPE .text-wrapper {
  color: #ffffff;
}
.cid-ucQUJLU01M {
  display: flex;
  padding-top: 75px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}
@media (min-width: 768px) {
  .cid-ucQUJLU01M {
    align-items: flex-start;
  }
  .cid-ucQUJLU01M .row {
    justify-content: center;
  }
}
.cid-ucQUJLU01M .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-ucQUJLU01M .mbr-text,
.cid-ucQUJLU01M .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ucQUJLU01M .mbr-section-title,
.cid-ucQUJLU01M .line {
  color: #000000;
  text-align: center;
}
.cid-ucQUJLU01M h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-ucQUJLU01M h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-ucQUJLU01M .mbr-section-subtitle,
.cid-ucQUJLU01M .align {
  text-align: left;
  color: #232323;
}
.cid-ucQUJLU01M .mbr-text2 {
  color: #808080;
}
.cid-ucQUJMPMGd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
  flex-direction: column;
  justify-content: center;
}
.cid-ucQUJMPMGd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQUJMPMGd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQUJMPMGd .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucQUJMPMGd .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucQUJMPMGd .container {
    padding: 0 16px;
  }
}
.cid-ucQUJMPMGd .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-ucQUJMPMGd .google-map iframe {
    height: 350px;
  }
}
.cid-ucQUJNLNZh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #9f9595;
}
.cid-ucQUJNLNZh .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ucQUJNLNZh .copyright-section,
.cid-ucQUJNLNZh .social-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-ucQUJNLNZh .line {
  margin: 10px 0;
  width: 100%;
}
.cid-ucQUJNLNZh .logo-section img {
  margin: 0 auto;
}
.cid-ucQUJNLNZh .social-media ul {
  padding: 0;
  margin-bottom: 0;
}
.cid-ucQUJNLNZh .social-media ul li {
  display: inline-block;
  margin-left: 50px;
}
.cid-ucQUJNLNZh .mobirise-rights {
  letter-spacing: .4px;
}
@media (max-width: 992px) {
  .cid-ucQUJNLNZh .social-media ul li {
    margin-left: 30px;
  }
  .cid-ucQUJNLNZh .container-fluid {
    padding: 0 2rem;
  }
  .cid-ucQUJNLNZh .menu-container {
    margin-bottom: 20px;
  }
  .cid-ucQUJNLNZh .mbr-list {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-ucQUJNLNZh .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (max-width: 767px) {
  .cid-ucQUJNLNZh .copyright-section {
    order: 1;
  }
  .cid-ucQUJNLNZh .copyright-section hr {
    display: none;
  }
  .cid-ucQUJNLNZh .social-media {
    margin-top: 30px;
  }
  .cid-ucQUJNLNZh .social-media li:first-child {
    margin-left: 0;
  }
  .cid-ucQUJNLNZh .line {
    margin: 25px 0;
  }
  .cid-ucQUJNLNZh .mobirise-rights,
  .cid-ucQUJNLNZh .social-media {
    align-items: center;
    text-align: center;
  }
}
.cid-ucQUJNLNZh .mbr-text,
.cid-ucQUJNLNZh .copyright-section {
  color: #000000;
}
.cid-ucRJbeatWr .navbar-dropdown {
  position: relative !important;
}
.cid-ucRJbeatWr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucRJbeatWr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucRJbeatWr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucRJbeatWr .dropdown-item:hover,
.cid-ucRJbeatWr .dropdown-item:focus {
  background: #f59d9d !important;
  color: white !important;
}
.cid-ucRJbeatWr .dropdown-item:hover span {
  color: white;
}
.cid-ucRJbeatWr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucRJbeatWr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucRJbeatWr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-ucRJbeatWr .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-ucRJbeatWr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucRJbeatWr .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-ucRJbeatWr .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-ucRJbeatWr .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-ucRJbeatWr .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-ucRJbeatWr .container {
  display: flex;
  margin: auto;
}
.cid-ucRJbeatWr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucRJbeatWr .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ucRJbeatWr .navbar-nav {
    align-items: center;
  }
}
.cid-ucRJbeatWr .dropdown-menu,
.cid-ucRJbeatWr .navbar.opened {
  background: #f3f3e9 !important;
}
.cid-ucRJbeatWr .nav-item:focus,
.cid-ucRJbeatWr .nav-link:focus {
  outline: none;
}
.cid-ucRJbeatWr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-ucRJbeatWr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucRJbeatWr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucRJbeatWr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucRJbeatWr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucRJbeatWr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucRJbeatWr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f3f3e9;
  padding: 0 !important;
  box-shadow: none;
}
.cid-ucRJbeatWr .navbar.opened {
  transition: all 0.3s;
}
.cid-ucRJbeatWr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucRJbeatWr .navbar .navbar-logo img {
  width: auto;
}
.cid-ucRJbeatWr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ucRJbeatWr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucRJbeatWr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucRJbeatWr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucRJbeatWr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucRJbeatWr .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-ucRJbeatWr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucRJbeatWr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucRJbeatWr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucRJbeatWr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucRJbeatWr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucRJbeatWr .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucRJbeatWr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucRJbeatWr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucRJbeatWr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ucRJbeatWr .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-ucRJbeatWr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucRJbeatWr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucRJbeatWr .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-ucRJbeatWr .dropdown-item.active,
.cid-ucRJbeatWr .dropdown-item:active {
  background-color: transparent;
}
.cid-ucRJbeatWr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucRJbeatWr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucRJbeatWr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucRJbeatWr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f3e9;
}
.cid-ucRJbeatWr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucRJbeatWr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucRJbeatWr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucRJbeatWr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucRJbeatWr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucRJbeatWr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #727272;
}
.cid-ucRJbeatWr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucRJbeatWr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucRJbeatWr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucRJbeatWr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucRJbeatWr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucRJbeatWr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucRJbeatWr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucRJbeatWr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucRJbeatWr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucRJbeatWr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucRJbeatWr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucRJbeatWr .navbar {
    height: 70px;
  }
  .cid-ucRJbeatWr .navbar.opened {
    height: auto;
  }
  .cid-ucRJbeatWr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucRJbeatWr .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-ucRJbeatWr .container-fluid {
    padding: 0 40px;
  }
}
.cid-ucRJbeatWr .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-ucRJbeatWr .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-ucRJbeatWr .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ucRJbeatWr .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-ucRJbeatWr .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-ucRJbeatWr .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-ucRJbeatWr .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-ucRJbeatWr .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-ucRJbeatWr .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-ucRJbeatWr .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-ucRJbeatWr .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-ucRJbeatWr .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ucRJbfC4SV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9f9595;
}
.cid-ucRJbfC4SV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRJbfC4SV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRJbfC4SV .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-ucRJbfC4SV .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-ucRJbfC4SV .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ucRJbfC4SV .container {
    padding: 0 20px;
  }
}
.cid-ucRJbfC4SV .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ucRJbfC4SV .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .cid-ucRJbfC4SV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ucRJbfC4SV .image-wrapper img {
  height: 650px;
  border-radius: 2rem !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucRJbfC4SV .image-wrapper img {
    height: 350px;
  }
}
.cid-ucRJbfC4SV .mbr-section-title {
  color: #ffffff;
}
.cid-ucRJbfC4SV .mbr-text {
  color: #ffffff;
}
.cid-ucRJbfC4SV .mbr-section-title,
.cid-ucRJbfC4SV .mbr-section-btn {
  color: #ffffff;
}
.cid-ucRJbfC4SV .mbr-text,
.cid-ucRJbfC4SV .text-wrapper {
  color: #ffffff;
}
.cid-ucRJbgT4ui {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ucRJbgT4ui .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-ucRJbgT4ui .container {
    max-width: 1040px;
  }
}
.cid-ucRJbgT4ui .row {
  justify-content: center;
}
.cid-ucRJbgT4ui .item:focus,
.cid-ucRJbgT4ui span:focus {
  outline: none;
}
.cid-ucRJbgT4ui .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-ucRJbgT4ui .col-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-ucRJbgT4ui .item {
    width: 100%;
  }
  .cid-ucRJbgT4ui .item:first-child {
    padding-bottom: 0.5rem;
  }
  .cid-ucRJbgT4ui .item:last-child {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-ucRJbgT4ui .item:first-child {
    padding-right: 0.5rem;
  }
  .cid-ucRJbgT4ui .item:last-child {
    padding-left: 0.5rem;
  }
}
.cid-ucRJbgT4ui .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 24px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .cid-ucRJbgT4ui .item-wrap {
    padding: 27px;
  }
}
@media (min-width: 992px) {
  .cid-ucRJbgT4ui .item-wrap {
    padding: 50px;
  }
}
.cid-ucRJbgT4ui .item-content {
  width: 100%;
}
.cid-ucRJbgT4ui .label-text {
  color: #ffffff;
  opacity: 0.8;
  width: 100%;
  margin-bottom: 16px;
}
.cid-ucRJbgT4ui .mbr-text {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
  opacity: 0.8;
}
.cid-ucRJbgT4ui .item-title {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-ucRJbgT4ui .list-container {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.cid-ucRJbgT4ui .list-item {
  display: flex;
  align-items: center;
}
.cid-ucRJbgT4ui .list-item:not(:last-child) {
  margin-bottom: 16px;
}
.cid-ucRJbgT4ui .icon-box {
  padding-right: 14px;
}
.cid-ucRJbgT4ui .list-text {
  flex-grow: 1;
  color: #000000;
  margin-bottom: 0;
}
.cid-ucRJbgT4ui .link-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .cid-ucRJbgT4ui .link-container {
    margin-top: 72px;
  }
}
.cid-ucRJbgT4ui .link-container .link:first-child {
  margin-bottom: 16px;
}
.cid-ucRJbgT4ui .link-container .link span {
  padding-right: 10px;
}
.cid-ucRJbi80yJ {
  display: flex;
  padding-top: 75px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #a4a3a3, #9f9595);
}
@media (min-width: 768px) {
  .cid-ucRJbi80yJ {
    align-items: flex-start;
  }
  .cid-ucRJbi80yJ .row {
    justify-content: center;
  }
}
.cid-ucRJbi80yJ .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-ucRJbi80yJ .mbr-text,
.cid-ucRJbi80yJ .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ucRJbi80yJ .mbr-section-title,
.cid-ucRJbi80yJ .line {
  color: #000000;
  text-align: center;
}
.cid-ucRJbi80yJ h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-ucRJbi80yJ h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-ucRJbi80yJ .mbr-section-subtitle,
.cid-ucRJbi80yJ .align {
  text-align: left;
  color: #232323;
}
.cid-ucRJbi80yJ .mbr-text2 {
  color: #808080;
}
.cid-ucRJbj8jWV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-ucRJbj8jWV .mbr-overlay {
  z-index: 1;
}
.cid-ucRJbj8jWV .main-container {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  z-index: 2;
}
.cid-ucRJbj8jWV .item-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-ucRJbj8jWV .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  transform-style: preserve-3d;
}
.cid-ucRJbj8jWV .item-img:hover img {
  transform: scale(1);
}
.cid-ucRJbj8jWV .item-title {
  line-height: 1.25em;
  text-align: center;
}
.cid-ucRJbj8jWV .mbr-section-title {
  line-height: 1.25em;
}
.cid-ucRJbj8jWV .card-container {
  display: flex;
}
@media (max-width: 991px) {
  .cid-ucRJbj8jWV .card-container {
    flex-wrap: wrap;
  }
}
.cid-ucRJbj8jWV .card {
  padding: 60px 60px 23px;
  border-radius: 0;
  border-bottom: 1px solid #7F8678;
}
@media (max-width: 575px) {
  .cid-ucRJbj8jWV .card {
    padding: 35px 35px 23px;
  }
}
@media (min-width: 768px) {
  .cid-ucRJbj8jWV .card:nth-child(2n+1) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 991px) {
  .cid-ucRJbj8jWV .card {
    border-right: 1px solid #7F8678;
  }
  .cid-ucRJbj8jWV .card:last-child {
    border-right: none;
  }
}
.cid-ucRJbj8jWV .data-item {
  display: flex;
  align-items: center;
}
.cid-ucRJbj8jWV .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-ucRJbj8jWV .link-wrap {
  margin: 30px 0 6px;
}
.cid-ucRJbj8jWV .text-art {
  flex-grow: 1;
}
.cid-ucRJbknvGb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ucRJbknvGb .column-wrapper {
  padding-left: 1.5rem;
}
.cid-ucRJbknvGb .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-ucRJbknvGb .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-ucRJbknvGb .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-ucRJbknvGb .mbr-text,
.cid-ucRJbknvGb .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-ucRJbknvGb .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ucRJblrTCG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #9f9595;
}
.cid-ucRJblrTCG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRJblrTCG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRJblrTCG .row {
  justify-content: flex-start;
}
.cid-ucRJblrTCG .main-col {
  display: flex;
  align-items: stretch;
  min-height: 20rem;
  border: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-ucRJblrTCG .main-col {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-ucRJblrTCG .title-container {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 2rem;
  border-right: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-ucRJblrTCG .title-container {
    width: 100%;
    border-right: none !important;
    border-left: none !important;
    padding: 12px 24px;
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 575px) {
  .cid-ucRJblrTCG .title-container {
    padding: 12px;
  }
}
.cid-ucRJblrTCG .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 2rem 3rem;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-ucRJblrTCG .content-container {
    width: 100%;
    padding: 24px 36px 24px 24px;
  }
}
@media (max-width: 575px) {
  .cid-ucRJblrTCG .content-container {
    padding: 24px 12px;
  }
}
.cid-ucRJblrTCG .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-ucRJblrTCG .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-ucRJblrTCG .mbr-section-btn {
  margin-top: 2.4rem;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-ucRJblrTCG .mbr-section-btn {
    margin-top: 1rem;
    text-align: left !important;
  }
}
.cid-ucRJbmix6f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-ucRJbmix6f .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRJbmix6f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRJbmix6f .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ucRJbmix6f .container-fluid {
    padding: 0 30px;
  }
}
.cid-ucRJbmix6f .container-fluid .row {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-ucRJbmix6f .container-fluid .row {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucRJbmix6f .container {
    padding: 0 30px;
  }
}
.cid-ucRJbmix6f .card {
  padding: 0;
}
.cid-ucRJbmix6f .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-ucRJbmix6f .image-wrapper img {
    height: 280px;
  }
}
.cid-ucRJbmix6f .card-wrapper {
  border-radius: 10px;
  background-color: #9f9595;
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1400px) {
  .cid-ucRJbmix6f .card-wrapper {
    padding: 32px 16px;
  }
}
@media (max-width: 1200px) {
  .cid-ucRJbmix6f .card-wrapper {
    padding: 32px 10px;
  }
}
@media (max-width: 992px) {
  .cid-ucRJbmix6f .card-wrapper {
    padding: 32px 36px;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .cid-ucRJbmix6f .card-wrapper {
    padding: 25px 30px;
  }
}
.cid-ucRJbmix6f .card-wrapper .card-date .mbr-date {
  padding-bottom: 64px;
  position: relative;
  margin: 0;
}
.cid-ucRJbmix6f .card-wrapper .card-date .mbr-date span {
  position: absolute;
  right: 11rem;
  bottom: 46px;
  font-size: 36%;
}
@media (max-width: 768px) {
  .cid-ucRJbmix6f .card-wrapper .card-date .mbr-date span {
    right: 5rem;
  }
}
.cid-ucRJbmix6f .card-wrapper .card-link {
  display: inline-flex;
  align-items: center;
}
.cid-ucRJbmix6f .card-wrapper .card-link .mbr-link {
  margin-bottom: 0;
}
.cid-ucRJbmix6f .card-wrapper .card-link .mbr-link:hover .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-ucRJbmix6f .card-wrapper .card-link .mbr-link:hover .mbr-iconfont::after {
  opacity: 1;
}
.cid-ucRJbmix6f .card-wrapper .card-link .mbr-link .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 60%;
  margin-left: 14px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-5px, 5px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-ucRJbmix6f .card-wrapper .card-link .mbr-link .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-ucRJbmix6f .mbr-date {
  color: #ffffff;
  text-align: center;
}
.cid-ucRJbmix6f .mbr-link {
  color: #ffffff;
}
.cid-ucRJbni5Mz {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #9f9595;
}
.cid-ucRJbni5Mz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRJbni5Mz .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-ucRJbni5Mz .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-ucRJbni5Mz img {
  border-radius: 1rem;
}
.cid-ucRJbni5Mz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRJbni5Mz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucRJbni5Mz .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ucRJbni5Mz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ucRJbni5Mz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ucRJbni5Mz .mbr-section-subtitle,
.cid-ucRJbni5Mz .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-ucRJbni5Mz .mbr-text,
.cid-ucRJbni5Mz .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ucRJboa95q {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ucRJboa95q .mbr-overlay {
  z-index: 1;
}
.cid-ucRJboa95q .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-ucRJboa95q .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-ucRJboa95q .text-container {
  height: 100%;
  background: #9f9595;
}
@media (min-width: 992px) {
  .cid-ucRJboa95q .text-container {
    border-right: 1px solid #7F8678;
  }
}
.cid-ucRJboa95q .text-wrap {
  display: flex;
  flex-direction: column;
  padding: 25px 32px;
  margin-bottom: auto;
  min-height: 390px;
}
@media (min-width: 992px) {
  .cid-ucRJboa95q .text-wrap {
    max-width: 512px;
    min-height: 644px;
  }
}
.cid-ucRJboa95q .main-text {
  width: 100%;
  margin: 0 0 auto;
}
.cid-ucRJboa95q .text {
  color: #ffffff;
  text-align: center;
}
.cid-ucRJboa95q .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ucRJboa95q .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ucRJboa95q .item-wrapper {
  width: 100%;
}
.cid-ucRJboa95q .mbr-section-title {
  line-height: 1.25em;
  text-align: center;
  color: #ffffff;
}
.cid-ucRJboa95q .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cid-ucRJboa95q .item-img {
  flex-grow: 1;
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  overflow: hidden;
  height: 644px;
}
.cid-ucRJboa95q .item-img img {
  object-fit: cover;
  height: 100%;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-ucRJboa95q .item-img:hover img {
  transform: scale(1);
}
.cid-ucRJboa95q .link {
  color: #3d3d3d;
}
.cid-ucRJboa95q .underlined-link {
  color: #3d3d3d;
}
.cid-ucRJboa95q .underlined-link:after {
  height: 1px !important;
}
.cid-ucRJbpcH2g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-ucRJbpcH2g blockquote {
  border-color: #9f9595;
  border-radius: 4px;
  background-color: #9f9595;
}
.cid-ucRJbpcH2g .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ucRJbpcH2g .mbr-text {
  color: #ffffff;
}
.cid-ucRJbq5CHU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9f9595;
}
.cid-ucRJbq5CHU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRJbq5CHU .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-ucRJbq5CHU .container {
    padding: 0 22px;
  }
}
.cid-ucRJbq5CHU .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ucRJbq5CHU .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ucRJbq5CHU .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-ucRJbq5CHU .image-wrapper img {
    height: 350px;
  }
}
.cid-ucRJbq5CHU .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-ucRJbq5CHU .panel-group {
  border-bottom: 1px solid #ffffff;
}
.cid-ucRJbq5CHU .panel-group .card {
  border-top: 1px solid #ffffff;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-ucRJbq5CHU .panel-group .card:hover,
.cid-ucRJbq5CHU .panel-group .card:focus {
  border-top: 1px solid #ffffff;
}
.cid-ucRJbq5CHU .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ucRJbq5CHU .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-ucRJbq5CHU .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucRJbq5CHU .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-left: 16px;
}
.cid-ucRJbq5CHU .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ff5753;
}
.cid-ucRJbq5CHU .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-ucRJbq5CHU .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-ucRJbq5CHU .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ucRJbq5CHU .panel-title-edit {
  color: #ffffff;
}
.cid-ucRJbq5CHU .panel-text {
  color: #8a8588;
}
.cid-ucRJbrjnbS {
  background-color: #f3f3e9;
}
@media (max-width: 991px) {
  .cid-ucRJbrjnbS {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.cid-ucRJbrjnbS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRJbrjnbS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRJbrjnbS .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-ucRJbrjnbS .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-ucRJbrjnbS .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-ucRJbrjnbS .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ucRJbrjnbS .content-container {
    flex-wrap: wrap;
    padding: 0 20%;
  }
}
@media (max-width: 767px) {
  .cid-ucRJbrjnbS .content-container {
    padding: 0 20px;
  }
}
.cid-ucRJbrjnbS .img-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucRJbrjnbS .img-container {
    width: 100%;
    background-color: transparent;
  }
}
.cid-ucRJbrjnbS .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cid-ucRJbrjnbS .image-wrapper img {
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ucRJbrjnbS .image-wrapper img {
    max-width: 100%;
  }
}
.cid-ucRJbrjnbS .text-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 0 10% 0  10%;
  min-height: 630px;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-ucRJbrjnbS .text-container {
    width: 100%;
    padding: 0;
    min-height: 0;
    margin-bottom: 40px;
  }
}
.cid-ucRJbrjnbS .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ucRJbrjnbS .mbr-section-title {
    text-align: center !important;
  }
}
.cid-ucRJbrjnbS .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ucRJbrjnbS .mbr-text {
    text-align: center !important;
  }
}
.cid-ucRJbrjnbS .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-ucRJbrjnbS .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-ucRJbrjnbS .mbr-text,
.cid-ucRJbrjnbS .mbr-section-btn {
  color: #000000;
}
.cid-ucRJbspqGx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9f9595;
}
.cid-ucRJbspqGx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRJbspqGx .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-ucRJbspqGx .container {
    padding: 0 20px;
  }
}
.cid-ucRJbspqGx .row {
  margin: 0;
}
.cid-ucRJbspqGx .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ucRJbspqGx .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ucRJbspqGx .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-ucRJbspqGx .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-ucRJbspqGx .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ucRJbspqGx .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-ucRJbspqGx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ucRJbtyiER {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ucRJbtyiER .main-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ucRJbtyiER .main-container {
    flex-wrap: wrap;
    padding: 0 40px;
  }
}
.cid-ucRJbtyiER .col-title,
.cid-ucRJbtyiER .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 10px;
}
.cid-ucRJbtyiER .mbr-section-title {
  color: #000000;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucRJbtyiER .mbr-section-title {
    text-align: center !important;
  }
}
.cid-ucRJbtyiER .mbr-section-subtitle {
  color: #112B6D;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-ucRJbtyiER .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-ucRJbtyiER .mbr-text {
  color: #000000;
  margin-bottom: 0.9rem !important;
}
@media (max-width: 767px) {
  .cid-ucRJbtyiER .mbr-text {
    text-align: center !important;
  }
}
.cid-ucRLjO4iSh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9f9595;
}
.cid-ucRLjO4iSh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRLjO4iSh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRLjO4iSh .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-ucRLjO4iSh .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-ucRLjO4iSh .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ucRLjO4iSh .container {
    padding: 0 20px;
  }
}
.cid-ucRLjO4iSh .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ucRLjO4iSh .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-ucRLjO4iSh .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-ucRLjO4iSh .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-ucRLjO4iSh .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ucRLjO4iSh .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-ucRLjO4iSh .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-ucRLjO4iSh .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-ucRLjO4iSh .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-ucRLjO4iSh .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ucRLjO4iSh .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-ucRLjO4iSh .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-ucRLjO4iSh .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #9f9595;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-ucRLjO4iSh .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-ucRLjO4iSh .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #000000;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-ucRLjO4iSh .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-ucRLjO4iSh .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-ucRLjO4iSh .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-ucRLjO4iSh .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-ucRLjO4iSh .mbr-desc {
  color: #000000;
}
.cid-ucRLjO4iSh .panel-number {
  color: #000000;
}
.cid-ucRLjO4iSh .panel-title-edit {
  color: #000000;
}
.cid-ucRLjO4iSh .panel-text {
  color: #000000;
}
.cid-ucRJbuwSTm {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
  flex-direction: column;
  justify-content: center;
}
.cid-ucRJbuwSTm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRJbuwSTm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRJbuwSTm .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucRJbuwSTm .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucRJbuwSTm .container {
    padding: 0 16px;
  }
}
.cid-ucRJbuwSTm .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-ucRJbuwSTm .google-map iframe {
    height: 350px;
  }
}
.cid-ucRJbvzn0d {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #9f9595;
}
.cid-ucRJbvzn0d .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ucRJbvzn0d .copyright-section,
.cid-ucRJbvzn0d .social-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-ucRJbvzn0d .line {
  margin: 10px 0;
  width: 100%;
}
.cid-ucRJbvzn0d .logo-section img {
  margin: 0 auto;
}
.cid-ucRJbvzn0d .social-media ul {
  padding: 0;
  margin-bottom: 0;
}
.cid-ucRJbvzn0d .social-media ul li {
  display: inline-block;
  margin-left: 50px;
}
.cid-ucRJbvzn0d .mobirise-rights {
  letter-spacing: .4px;
}
@media (max-width: 992px) {
  .cid-ucRJbvzn0d .social-media ul li {
    margin-left: 30px;
  }
  .cid-ucRJbvzn0d .container-fluid {
    padding: 0 2rem;
  }
  .cid-ucRJbvzn0d .menu-container {
    margin-bottom: 20px;
  }
  .cid-ucRJbvzn0d .mbr-list {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-ucRJbvzn0d .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (max-width: 767px) {
  .cid-ucRJbvzn0d .copyright-section {
    order: 1;
  }
  .cid-ucRJbvzn0d .copyright-section hr {
    display: none;
  }
  .cid-ucRJbvzn0d .social-media {
    margin-top: 30px;
  }
  .cid-ucRJbvzn0d .social-media li:first-child {
    margin-left: 0;
  }
  .cid-ucRJbvzn0d .line {
    margin: 25px 0;
  }
  .cid-ucRJbvzn0d .mobirise-rights,
  .cid-ucRJbvzn0d .social-media {
    align-items: center;
    text-align: center;
  }
}
.cid-ucRJbvzn0d .mbr-text,
.cid-ucRJbvzn0d .copyright-section {
  color: #000000;
}
.cid-ucRLRGthpi .navbar-dropdown {
  position: relative !important;
}
.cid-ucRLRGthpi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucRLRGthpi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucRLRGthpi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucRLRGthpi .dropdown-item:hover,
.cid-ucRLRGthpi .dropdown-item:focus {
  background: #f59d9d !important;
  color: white !important;
}
.cid-ucRLRGthpi .dropdown-item:hover span {
  color: white;
}
.cid-ucRLRGthpi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucRLRGthpi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucRLRGthpi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-ucRLRGthpi .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-ucRLRGthpi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucRLRGthpi .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-ucRLRGthpi .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-ucRLRGthpi .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-ucRLRGthpi .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-ucRLRGthpi .container {
  display: flex;
  margin: auto;
}
.cid-ucRLRGthpi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucRLRGthpi .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ucRLRGthpi .navbar-nav {
    align-items: center;
  }
}
.cid-ucRLRGthpi .dropdown-menu,
.cid-ucRLRGthpi .navbar.opened {
  background: #f3f3e9 !important;
}
.cid-ucRLRGthpi .nav-item:focus,
.cid-ucRLRGthpi .nav-link:focus {
  outline: none;
}
.cid-ucRLRGthpi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-ucRLRGthpi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucRLRGthpi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucRLRGthpi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucRLRGthpi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucRLRGthpi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucRLRGthpi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f3f3e9;
  padding: 0 !important;
  box-shadow: none;
}
.cid-ucRLRGthpi .navbar.opened {
  transition: all 0.3s;
}
.cid-ucRLRGthpi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucRLRGthpi .navbar .navbar-logo img {
  width: auto;
}
.cid-ucRLRGthpi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ucRLRGthpi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucRLRGthpi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucRLRGthpi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucRLRGthpi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucRLRGthpi .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-ucRLRGthpi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucRLRGthpi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucRLRGthpi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucRLRGthpi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucRLRGthpi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucRLRGthpi .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucRLRGthpi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucRLRGthpi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucRLRGthpi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ucRLRGthpi .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-ucRLRGthpi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucRLRGthpi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucRLRGthpi .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-ucRLRGthpi .dropdown-item.active,
.cid-ucRLRGthpi .dropdown-item:active {
  background-color: transparent;
}
.cid-ucRLRGthpi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucRLRGthpi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucRLRGthpi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucRLRGthpi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f3e9;
}
.cid-ucRLRGthpi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucRLRGthpi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucRLRGthpi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucRLRGthpi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucRLRGthpi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucRLRGthpi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #727272;
}
.cid-ucRLRGthpi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucRLRGthpi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucRLRGthpi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucRLRGthpi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucRLRGthpi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucRLRGthpi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucRLRGthpi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucRLRGthpi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucRLRGthpi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucRLRGthpi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucRLRGthpi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucRLRGthpi .navbar {
    height: 70px;
  }
  .cid-ucRLRGthpi .navbar.opened {
    height: auto;
  }
  .cid-ucRLRGthpi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucRLRGthpi .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-ucRLRGthpi .container-fluid {
    padding: 0 40px;
  }
}
.cid-ucRLRGthpi .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-ucRLRGthpi .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-ucRLRGthpi .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ucRLRGthpi .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-ucRLRGthpi .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-ucRLRGthpi .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-ucRLRGthpi .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-ucRLRGthpi .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-ucRLRGthpi .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-ucRLRGthpi .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-ucRLRGthpi .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-ucRLRGthpi .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ucRLRHL3yD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9f9595;
}
.cid-ucRLRHL3yD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRLRHL3yD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRLRHL3yD .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-ucRLRHL3yD .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-ucRLRHL3yD .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ucRLRHL3yD .container {
    padding: 0 20px;
  }
}
.cid-ucRLRHL3yD .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ucRLRHL3yD .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .cid-ucRLRHL3yD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ucRLRHL3yD .image-wrapper img {
  height: 650px;
  border-radius: 2rem !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucRLRHL3yD .image-wrapper img {
    height: 350px;
  }
}
.cid-ucRLRHL3yD .mbr-section-title {
  color: #ffffff;
}
.cid-ucRLRHL3yD .mbr-text {
  color: #ffffff;
}
.cid-ucRLRHL3yD .mbr-section-title,
.cid-ucRLRHL3yD .mbr-section-btn {
  color: #ffffff;
}
.cid-ucRLRHL3yD .mbr-text,
.cid-ucRLRHL3yD .text-wrapper {
  color: #ffffff;
}
.cid-ucRLRILgm8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ucRLRILgm8 .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-ucRLRILgm8 .container {
    max-width: 1040px;
  }
}
.cid-ucRLRILgm8 .row {
  justify-content: center;
}
.cid-ucRLRILgm8 .item:focus,
.cid-ucRLRILgm8 span:focus {
  outline: none;
}
.cid-ucRLRILgm8 .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-ucRLRILgm8 .col-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-ucRLRILgm8 .item {
    width: 100%;
  }
  .cid-ucRLRILgm8 .item:first-child {
    padding-bottom: 0.5rem;
  }
  .cid-ucRLRILgm8 .item:last-child {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-ucRLRILgm8 .item:first-child {
    padding-right: 0.5rem;
  }
  .cid-ucRLRILgm8 .item:last-child {
    padding-left: 0.5rem;
  }
}
.cid-ucRLRILgm8 .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 24px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .cid-ucRLRILgm8 .item-wrap {
    padding: 27px;
  }
}
@media (min-width: 992px) {
  .cid-ucRLRILgm8 .item-wrap {
    padding: 50px;
  }
}
.cid-ucRLRILgm8 .item-content {
  width: 100%;
}
.cid-ucRLRILgm8 .label-text {
  color: #ffffff;
  opacity: 0.8;
  width: 100%;
  margin-bottom: 16px;
}
.cid-ucRLRILgm8 .mbr-text {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
  opacity: 0.8;
}
.cid-ucRLRILgm8 .item-title {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-ucRLRILgm8 .list-container {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.cid-ucRLRILgm8 .list-item {
  display: flex;
  align-items: center;
}
.cid-ucRLRILgm8 .list-item:not(:last-child) {
  margin-bottom: 16px;
}
.cid-ucRLRILgm8 .icon-box {
  padding-right: 14px;
}
.cid-ucRLRILgm8 .list-text {
  flex-grow: 1;
  color: #000000;
  margin-bottom: 0;
}
.cid-ucRLRILgm8 .link-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .cid-ucRLRILgm8 .link-container {
    margin-top: 72px;
  }
}
.cid-ucRLRILgm8 .link-container .link:first-child {
  margin-bottom: 16px;
}
.cid-ucRLRILgm8 .link-container .link span {
  padding-right: 10px;
}
.cid-ucRLRK3rzM {
  display: flex;
  padding-top: 75px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #a4a3a3, #9f9595);
}
@media (min-width: 768px) {
  .cid-ucRLRK3rzM {
    align-items: flex-start;
  }
  .cid-ucRLRK3rzM .row {
    justify-content: center;
  }
}
.cid-ucRLRK3rzM .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-ucRLRK3rzM .mbr-text,
.cid-ucRLRK3rzM .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ucRLRK3rzM .mbr-section-title,
.cid-ucRLRK3rzM .line {
  color: #000000;
  text-align: center;
}
.cid-ucRLRK3rzM h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-ucRLRK3rzM h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-ucRLRK3rzM .mbr-section-subtitle,
.cid-ucRLRK3rzM .align {
  text-align: left;
  color: #232323;
}
.cid-ucRLRK3rzM .mbr-text2 {
  color: #808080;
}
.cid-ucRLRL6qim {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-ucRLRL6qim .mbr-overlay {
  z-index: 1;
}
.cid-ucRLRL6qim .main-container {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  z-index: 2;
}
.cid-ucRLRL6qim .item-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-ucRLRL6qim .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  transform-style: preserve-3d;
}
.cid-ucRLRL6qim .item-img:hover img {
  transform: scale(1);
}
.cid-ucRLRL6qim .item-title {
  line-height: 1.25em;
  text-align: center;
}
.cid-ucRLRL6qim .mbr-section-title {
  line-height: 1.25em;
}
.cid-ucRLRL6qim .card-container {
  display: flex;
}
@media (max-width: 991px) {
  .cid-ucRLRL6qim .card-container {
    flex-wrap: wrap;
  }
}
.cid-ucRLRL6qim .card {
  padding: 60px 60px 23px;
  border-radius: 0;
  border-bottom: 1px solid #7F8678;
}
@media (max-width: 575px) {
  .cid-ucRLRL6qim .card {
    padding: 35px 35px 23px;
  }
}
@media (min-width: 768px) {
  .cid-ucRLRL6qim .card:nth-child(2n+1) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 991px) {
  .cid-ucRLRL6qim .card {
    border-right: 1px solid #7F8678;
  }
  .cid-ucRLRL6qim .card:last-child {
    border-right: none;
  }
}
.cid-ucRLRL6qim .data-item {
  display: flex;
  align-items: center;
}
.cid-ucRLRL6qim .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-ucRLRL6qim .link-wrap {
  margin: 30px 0 6px;
}
.cid-ucRLRL6qim .text-art {
  flex-grow: 1;
}
.cid-ucRLRMga7E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ucRLRMga7E .column-wrapper {
  padding-left: 1.5rem;
}
.cid-ucRLRMga7E .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-ucRLRMga7E .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-ucRLRMga7E .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-ucRLRMga7E .mbr-text,
.cid-ucRLRMga7E .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-ucRLRMga7E .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ucRLRNbLl1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #9f9595;
}
.cid-ucRLRNbLl1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRLRNbLl1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRLRNbLl1 .row {
  justify-content: flex-start;
}
.cid-ucRLRNbLl1 .main-col {
  display: flex;
  align-items: stretch;
  min-height: 20rem;
  border: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-ucRLRNbLl1 .main-col {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-ucRLRNbLl1 .title-container {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 2rem;
  border-right: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-ucRLRNbLl1 .title-container {
    width: 100%;
    border-right: none !important;
    border-left: none !important;
    padding: 12px 24px;
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 575px) {
  .cid-ucRLRNbLl1 .title-container {
    padding: 12px;
  }
}
.cid-ucRLRNbLl1 .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 2rem 3rem;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-ucRLRNbLl1 .content-container {
    width: 100%;
    padding: 24px 36px 24px 24px;
  }
}
@media (max-width: 575px) {
  .cid-ucRLRNbLl1 .content-container {
    padding: 24px 12px;
  }
}
.cid-ucRLRNbLl1 .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-ucRLRNbLl1 .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-ucRLRNbLl1 .mbr-section-btn {
  margin-top: 2.4rem;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-ucRLRNbLl1 .mbr-section-btn {
    margin-top: 1rem;
    text-align: left !important;
  }
}
.cid-ucRLROhluj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-ucRLROhluj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRLROhluj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRLROhluj .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ucRLROhluj .container-fluid {
    padding: 0 30px;
  }
}
.cid-ucRLROhluj .container-fluid .row {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-ucRLROhluj .container-fluid .row {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucRLROhluj .container {
    padding: 0 30px;
  }
}
.cid-ucRLROhluj .card {
  padding: 0;
}
.cid-ucRLROhluj .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-ucRLROhluj .image-wrapper img {
    height: 280px;
  }
}
.cid-ucRLROhluj .card-wrapper {
  border-radius: 10px;
  background-color: #9f9595;
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1400px) {
  .cid-ucRLROhluj .card-wrapper {
    padding: 32px 16px;
  }
}
@media (max-width: 1200px) {
  .cid-ucRLROhluj .card-wrapper {
    padding: 32px 10px;
  }
}
@media (max-width: 992px) {
  .cid-ucRLROhluj .card-wrapper {
    padding: 32px 36px;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .cid-ucRLROhluj .card-wrapper {
    padding: 25px 30px;
  }
}
.cid-ucRLROhluj .card-wrapper .card-date .mbr-date {
  padding-bottom: 64px;
  position: relative;
  margin: 0;
}
.cid-ucRLROhluj .card-wrapper .card-date .mbr-date span {
  position: absolute;
  right: 11rem;
  bottom: 46px;
  font-size: 36%;
}
@media (max-width: 768px) {
  .cid-ucRLROhluj .card-wrapper .card-date .mbr-date span {
    right: 5rem;
  }
}
.cid-ucRLROhluj .card-wrapper .card-link {
  display: inline-flex;
  align-items: center;
}
.cid-ucRLROhluj .card-wrapper .card-link .mbr-link {
  margin-bottom: 0;
}
.cid-ucRLROhluj .card-wrapper .card-link .mbr-link:hover .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-ucRLROhluj .card-wrapper .card-link .mbr-link:hover .mbr-iconfont::after {
  opacity: 1;
}
.cid-ucRLROhluj .card-wrapper .card-link .mbr-link .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 60%;
  margin-left: 14px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-5px, 5px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-ucRLROhluj .card-wrapper .card-link .mbr-link .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-ucRLROhluj .mbr-date {
  color: #ffffff;
  text-align: center;
}
.cid-ucRLROhluj .mbr-link {
  color: #ffffff;
}
.cid-ucRLRPrPwL {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #9f9595;
}
.cid-ucRLRPrPwL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRLRPrPwL .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-ucRLRPrPwL .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-ucRLRPrPwL img {
  border-radius: 1rem;
}
.cid-ucRLRPrPwL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRLRPrPwL .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucRLRPrPwL .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ucRLRPrPwL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ucRLRPrPwL .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ucRLRPrPwL .mbr-section-subtitle,
.cid-ucRLRPrPwL .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-ucRLRPrPwL .mbr-text,
.cid-ucRLRPrPwL .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ucRLRQoJLx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ucRLRQoJLx .mbr-overlay {
  z-index: 1;
}
.cid-ucRLRQoJLx .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-ucRLRQoJLx .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-ucRLRQoJLx .text-container {
  height: 100%;
  background: #9f9595;
}
@media (min-width: 992px) {
  .cid-ucRLRQoJLx .text-container {
    border-right: 1px solid #7F8678;
  }
}
.cid-ucRLRQoJLx .text-wrap {
  display: flex;
  flex-direction: column;
  padding: 25px 32px;
  margin-bottom: auto;
  min-height: 390px;
}
@media (min-width: 992px) {
  .cid-ucRLRQoJLx .text-wrap {
    max-width: 512px;
    min-height: 644px;
  }
}
.cid-ucRLRQoJLx .main-text {
  width: 100%;
  margin: 0 0 auto;
}
.cid-ucRLRQoJLx .text {
  color: #ffffff;
  text-align: center;
}
.cid-ucRLRQoJLx .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ucRLRQoJLx .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ucRLRQoJLx .item-wrapper {
  width: 100%;
}
.cid-ucRLRQoJLx .mbr-section-title {
  line-height: 1.25em;
  text-align: center;
  color: #ffffff;
}
.cid-ucRLRQoJLx .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cid-ucRLRQoJLx .item-img {
  flex-grow: 1;
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  overflow: hidden;
  height: 644px;
}
.cid-ucRLRQoJLx .item-img img {
  object-fit: cover;
  height: 100%;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-ucRLRQoJLx .item-img:hover img {
  transform: scale(1);
}
.cid-ucRLRQoJLx .link {
  color: #3d3d3d;
}
.cid-ucRLRQoJLx .underlined-link {
  color: #3d3d3d;
}
.cid-ucRLRQoJLx .underlined-link:after {
  height: 1px !important;
}
.cid-ucRLRRxGrV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-ucRLRRxGrV blockquote {
  border-color: #9f9595;
  border-radius: 4px;
  background-color: #9f9595;
}
.cid-ucRLRRxGrV .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ucRLRRxGrV .mbr-text {
  color: #ffffff;
}
.cid-ucRLRSp7U4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9f9595;
}
.cid-ucRLRSp7U4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRLRSp7U4 .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-ucRLRSp7U4 .container {
    padding: 0 22px;
  }
}
.cid-ucRLRSp7U4 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ucRLRSp7U4 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ucRLRSp7U4 .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-ucRLRSp7U4 .image-wrapper img {
    height: 350px;
  }
}
.cid-ucRLRSp7U4 .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-ucRLRSp7U4 .panel-group {
  border-bottom: 1px solid #ffffff;
}
.cid-ucRLRSp7U4 .panel-group .card {
  border-top: 1px solid #ffffff;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-ucRLRSp7U4 .panel-group .card:hover,
.cid-ucRLRSp7U4 .panel-group .card:focus {
  border-top: 1px solid #ffffff;
}
.cid-ucRLRSp7U4 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ucRLRSp7U4 .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-ucRLRSp7U4 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucRLRSp7U4 .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-left: 16px;
}
.cid-ucRLRSp7U4 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ff5753;
}
.cid-ucRLRSp7U4 .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-ucRLRSp7U4 .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-ucRLRSp7U4 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ucRLRSp7U4 .panel-title-edit {
  color: #ffffff;
}
.cid-ucRLRSp7U4 .panel-text {
  color: #8a8588;
}
.cid-ucRLRTWFhd {
  background-color: #f3f3e9;
}
@media (max-width: 991px) {
  .cid-ucRLRTWFhd {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.cid-ucRLRTWFhd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRLRTWFhd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRLRTWFhd .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-ucRLRTWFhd .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-ucRLRTWFhd .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-ucRLRTWFhd .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ucRLRTWFhd .content-container {
    flex-wrap: wrap;
    padding: 0 20%;
  }
}
@media (max-width: 767px) {
  .cid-ucRLRTWFhd .content-container {
    padding: 0 20px;
  }
}
.cid-ucRLRTWFhd .img-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucRLRTWFhd .img-container {
    width: 100%;
    background-color: transparent;
  }
}
.cid-ucRLRTWFhd .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cid-ucRLRTWFhd .image-wrapper img {
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ucRLRTWFhd .image-wrapper img {
    max-width: 100%;
  }
}
.cid-ucRLRTWFhd .text-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 0 10% 0  10%;
  min-height: 630px;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-ucRLRTWFhd .text-container {
    width: 100%;
    padding: 0;
    min-height: 0;
    margin-bottom: 40px;
  }
}
.cid-ucRLRTWFhd .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ucRLRTWFhd .mbr-section-title {
    text-align: center !important;
  }
}
.cid-ucRLRTWFhd .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ucRLRTWFhd .mbr-text {
    text-align: center !important;
  }
}
.cid-ucRLRTWFhd .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-ucRLRTWFhd .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-ucRLRTWFhd .mbr-text,
.cid-ucRLRTWFhd .mbr-section-btn {
  color: #000000;
}
.cid-ucRLRV4ECy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9f9595;
}
.cid-ucRLRV4ECy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRLRV4ECy .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-ucRLRV4ECy .container {
    padding: 0 20px;
  }
}
.cid-ucRLRV4ECy .row {
  margin: 0;
}
.cid-ucRLRV4ECy .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ucRLRV4ECy .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ucRLRV4ECy .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-ucRLRV4ECy .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-ucRLRV4ECy .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ucRLRV4ECy .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-ucRLRV4ECy .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ucRLRW4gWD {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ucRLRW4gWD .main-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ucRLRW4gWD .main-container {
    flex-wrap: wrap;
    padding: 0 40px;
  }
}
.cid-ucRLRW4gWD .col-title,
.cid-ucRLRW4gWD .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 10px;
}
.cid-ucRLRW4gWD .mbr-section-title {
  color: #000000;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucRLRW4gWD .mbr-section-title {
    text-align: center !important;
  }
}
.cid-ucRLRW4gWD .mbr-section-subtitle {
  color: #112B6D;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-ucRLRW4gWD .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-ucRLRW4gWD .mbr-text {
  color: #000000;
  margin-bottom: 0.9rem !important;
}
@media (max-width: 767px) {
  .cid-ucRLRW4gWD .mbr-text {
    text-align: center !important;
  }
}
.cid-ucRLRX8x8G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9f9595;
}
.cid-ucRLRX8x8G .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRLRX8x8G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRLRX8x8G .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-ucRLRX8x8G .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-ucRLRX8x8G .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ucRLRX8x8G .container {
    padding: 0 20px;
  }
}
.cid-ucRLRX8x8G .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ucRLRX8x8G .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-ucRLRX8x8G .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-ucRLRX8x8G .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-ucRLRX8x8G .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ucRLRX8x8G .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-ucRLRX8x8G .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-ucRLRX8x8G .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-ucRLRX8x8G .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-ucRLRX8x8G .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ucRLRX8x8G .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-ucRLRX8x8G .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-ucRLRX8x8G .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #9f9595;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-ucRLRX8x8G .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-ucRLRX8x8G .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #000000;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-ucRLRX8x8G .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-ucRLRX8x8G .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-ucRLRX8x8G .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-ucRLRX8x8G .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-ucRLRX8x8G .mbr-desc {
  color: #000000;
}
.cid-ucRLRX8x8G .panel-number {
  color: #000000;
}
.cid-ucRLRX8x8G .panel-title-edit {
  color: #000000;
}
.cid-ucRLRX8x8G .panel-text {
  color: #000000;
}
.cid-ucRLRYqXEX {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
  flex-direction: column;
  justify-content: center;
}
.cid-ucRLRYqXEX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRLRYqXEX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRLRYqXEX .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucRLRYqXEX .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucRLRYqXEX .container {
    padding: 0 16px;
  }
}
.cid-ucRLRYqXEX .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-ucRLRYqXEX .google-map iframe {
    height: 350px;
  }
}
.cid-ucRLRZxSgY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #9f9595;
}
.cid-ucRLRZxSgY .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ucRLRZxSgY .copyright-section,
.cid-ucRLRZxSgY .social-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-ucRLRZxSgY .line {
  margin: 10px 0;
  width: 100%;
}
.cid-ucRLRZxSgY .logo-section img {
  margin: 0 auto;
}
.cid-ucRLRZxSgY .social-media ul {
  padding: 0;
  margin-bottom: 0;
}
.cid-ucRLRZxSgY .social-media ul li {
  display: inline-block;
  margin-left: 50px;
}
.cid-ucRLRZxSgY .mobirise-rights {
  letter-spacing: .4px;
}
@media (max-width: 992px) {
  .cid-ucRLRZxSgY .social-media ul li {
    margin-left: 30px;
  }
  .cid-ucRLRZxSgY .container-fluid {
    padding: 0 2rem;
  }
  .cid-ucRLRZxSgY .menu-container {
    margin-bottom: 20px;
  }
  .cid-ucRLRZxSgY .mbr-list {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-ucRLRZxSgY .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (max-width: 767px) {
  .cid-ucRLRZxSgY .copyright-section {
    order: 1;
  }
  .cid-ucRLRZxSgY .copyright-section hr {
    display: none;
  }
  .cid-ucRLRZxSgY .social-media {
    margin-top: 30px;
  }
  .cid-ucRLRZxSgY .social-media li:first-child {
    margin-left: 0;
  }
  .cid-ucRLRZxSgY .line {
    margin: 25px 0;
  }
  .cid-ucRLRZxSgY .mobirise-rights,
  .cid-ucRLRZxSgY .social-media {
    align-items: center;
    text-align: center;
  }
}
.cid-ucRLRZxSgY .mbr-text,
.cid-ucRLRZxSgY .copyright-section {
  color: #000000;
}
.cid-ucRNv8mJco .navbar-dropdown {
  position: relative !important;
}
.cid-ucRNv8mJco .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucRNv8mJco .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucRNv8mJco .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucRNv8mJco .dropdown-item:hover,
.cid-ucRNv8mJco .dropdown-item:focus {
  background: #f59d9d !important;
  color: white !important;
}
.cid-ucRNv8mJco .dropdown-item:hover span {
  color: white;
}
.cid-ucRNv8mJco .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucRNv8mJco .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucRNv8mJco .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-ucRNv8mJco .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-ucRNv8mJco .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucRNv8mJco .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-ucRNv8mJco .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-ucRNv8mJco .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-ucRNv8mJco .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-ucRNv8mJco .container {
  display: flex;
  margin: auto;
}
.cid-ucRNv8mJco .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucRNv8mJco .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ucRNv8mJco .navbar-nav {
    align-items: center;
  }
}
.cid-ucRNv8mJco .dropdown-menu,
.cid-ucRNv8mJco .navbar.opened {
  background: #f3f3e9 !important;
}
.cid-ucRNv8mJco .nav-item:focus,
.cid-ucRNv8mJco .nav-link:focus {
  outline: none;
}
.cid-ucRNv8mJco .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-ucRNv8mJco .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucRNv8mJco .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucRNv8mJco .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucRNv8mJco .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucRNv8mJco .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucRNv8mJco .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f3f3e9;
  padding: 0 !important;
  box-shadow: none;
}
.cid-ucRNv8mJco .navbar.opened {
  transition: all 0.3s;
}
.cid-ucRNv8mJco .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucRNv8mJco .navbar .navbar-logo img {
  width: auto;
}
.cid-ucRNv8mJco .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ucRNv8mJco .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucRNv8mJco .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucRNv8mJco .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucRNv8mJco .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucRNv8mJco .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-ucRNv8mJco .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucRNv8mJco .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucRNv8mJco .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucRNv8mJco .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucRNv8mJco .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucRNv8mJco .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucRNv8mJco .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucRNv8mJco .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucRNv8mJco .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ucRNv8mJco .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-ucRNv8mJco .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucRNv8mJco .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucRNv8mJco .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-ucRNv8mJco .dropdown-item.active,
.cid-ucRNv8mJco .dropdown-item:active {
  background-color: transparent;
}
.cid-ucRNv8mJco .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucRNv8mJco .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucRNv8mJco .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucRNv8mJco .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f3e9;
}
.cid-ucRNv8mJco .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucRNv8mJco .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucRNv8mJco ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucRNv8mJco .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucRNv8mJco button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucRNv8mJco button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #727272;
}
.cid-ucRNv8mJco button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucRNv8mJco button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucRNv8mJco button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucRNv8mJco button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucRNv8mJco nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucRNv8mJco nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucRNv8mJco nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucRNv8mJco nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucRNv8mJco .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucRNv8mJco a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucRNv8mJco .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucRNv8mJco .navbar {
    height: 70px;
  }
  .cid-ucRNv8mJco .navbar.opened {
    height: auto;
  }
  .cid-ucRNv8mJco .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucRNv8mJco .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-ucRNv8mJco .container-fluid {
    padding: 0 40px;
  }
}
.cid-ucRNv8mJco .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-ucRNv8mJco .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-ucRNv8mJco .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ucRNv8mJco .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-ucRNv8mJco .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-ucRNv8mJco .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-ucRNv8mJco .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-ucRNv8mJco .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-ucRNv8mJco .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-ucRNv8mJco .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-ucRNv8mJco .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-ucRNv8mJco .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ucRNvak3j4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9f9595;
}
.cid-ucRNvak3j4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRNvak3j4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRNvak3j4 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-ucRNvak3j4 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-ucRNvak3j4 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ucRNvak3j4 .container {
    padding: 0 20px;
  }
}
.cid-ucRNvak3j4 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ucRNvak3j4 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .cid-ucRNvak3j4 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ucRNvak3j4 .image-wrapper img {
  height: 650px;
  border-radius: 2rem !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucRNvak3j4 .image-wrapper img {
    height: 350px;
  }
}
.cid-ucRNvak3j4 .mbr-section-title {
  color: #ffffff;
}
.cid-ucRNvak3j4 .mbr-text {
  color: #ffffff;
}
.cid-ucRNvak3j4 .mbr-section-title,
.cid-ucRNvak3j4 .mbr-section-btn {
  color: #ffffff;
}
.cid-ucRNvak3j4 .mbr-text,
.cid-ucRNvak3j4 .text-wrapper {
  color: #ffffff;
}
.cid-ucRNvcJhca {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ucRNvcJhca .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-ucRNvcJhca .container {
    max-width: 1040px;
  }
}
.cid-ucRNvcJhca .row {
  justify-content: center;
}
.cid-ucRNvcJhca .item:focus,
.cid-ucRNvcJhca span:focus {
  outline: none;
}
.cid-ucRNvcJhca .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-ucRNvcJhca .col-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-ucRNvcJhca .item {
    width: 100%;
  }
  .cid-ucRNvcJhca .item:first-child {
    padding-bottom: 0.5rem;
  }
  .cid-ucRNvcJhca .item:last-child {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-ucRNvcJhca .item:first-child {
    padding-right: 0.5rem;
  }
  .cid-ucRNvcJhca .item:last-child {
    padding-left: 0.5rem;
  }
}
.cid-ucRNvcJhca .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 24px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .cid-ucRNvcJhca .item-wrap {
    padding: 27px;
  }
}
@media (min-width: 992px) {
  .cid-ucRNvcJhca .item-wrap {
    padding: 50px;
  }
}
.cid-ucRNvcJhca .item-content {
  width: 100%;
}
.cid-ucRNvcJhca .label-text {
  color: #ffffff;
  opacity: 0.8;
  width: 100%;
  margin-bottom: 16px;
}
.cid-ucRNvcJhca .mbr-text {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
  opacity: 0.8;
}
.cid-ucRNvcJhca .item-title {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-ucRNvcJhca .list-container {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.cid-ucRNvcJhca .list-item {
  display: flex;
  align-items: center;
}
.cid-ucRNvcJhca .list-item:not(:last-child) {
  margin-bottom: 16px;
}
.cid-ucRNvcJhca .icon-box {
  padding-right: 14px;
}
.cid-ucRNvcJhca .list-text {
  flex-grow: 1;
  color: #000000;
  margin-bottom: 0;
}
.cid-ucRNvcJhca .link-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .cid-ucRNvcJhca .link-container {
    margin-top: 72px;
  }
}
.cid-ucRNvcJhca .link-container .link:first-child {
  margin-bottom: 16px;
}
.cid-ucRNvcJhca .link-container .link span {
  padding-right: 10px;
}
.cid-ucRNveLGgb {
  display: flex;
  padding-top: 75px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #a4a3a3, #9f9595);
}
@media (min-width: 768px) {
  .cid-ucRNveLGgb {
    align-items: flex-start;
  }
  .cid-ucRNveLGgb .row {
    justify-content: center;
  }
}
.cid-ucRNveLGgb .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-ucRNveLGgb .mbr-text,
.cid-ucRNveLGgb .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ucRNveLGgb .mbr-section-title,
.cid-ucRNveLGgb .line {
  color: #000000;
  text-align: center;
}
.cid-ucRNveLGgb h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-ucRNveLGgb h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-ucRNveLGgb .mbr-section-subtitle,
.cid-ucRNveLGgb .align {
  text-align: left;
  color: #232323;
}
.cid-ucRNveLGgb .mbr-text2 {
  color: #808080;
}
.cid-ucRNvg7Atx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-ucRNvg7Atx .mbr-overlay {
  z-index: 1;
}
.cid-ucRNvg7Atx .main-container {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  z-index: 2;
}
.cid-ucRNvg7Atx .item-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-ucRNvg7Atx .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  transform-style: preserve-3d;
}
.cid-ucRNvg7Atx .item-img:hover img {
  transform: scale(1);
}
.cid-ucRNvg7Atx .item-title {
  line-height: 1.25em;
  text-align: center;
}
.cid-ucRNvg7Atx .mbr-section-title {
  line-height: 1.25em;
}
.cid-ucRNvg7Atx .card-container {
  display: flex;
}
@media (max-width: 991px) {
  .cid-ucRNvg7Atx .card-container {
    flex-wrap: wrap;
  }
}
.cid-ucRNvg7Atx .card {
  padding: 60px 60px 23px;
  border-radius: 0;
  border-bottom: 1px solid #7F8678;
}
@media (max-width: 575px) {
  .cid-ucRNvg7Atx .card {
    padding: 35px 35px 23px;
  }
}
@media (min-width: 768px) {
  .cid-ucRNvg7Atx .card:nth-child(2n+1) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 991px) {
  .cid-ucRNvg7Atx .card {
    border-right: 1px solid #7F8678;
  }
  .cid-ucRNvg7Atx .card:last-child {
    border-right: none;
  }
}
.cid-ucRNvg7Atx .data-item {
  display: flex;
  align-items: center;
}
.cid-ucRNvg7Atx .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-ucRNvg7Atx .link-wrap {
  margin: 30px 0 6px;
}
.cid-ucRNvg7Atx .text-art {
  flex-grow: 1;
}
.cid-ucRNvj7vzN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ucRNvj7vzN .column-wrapper {
  padding-left: 1.5rem;
}
.cid-ucRNvj7vzN .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-ucRNvj7vzN .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-ucRNvj7vzN .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-ucRNvj7vzN .mbr-text,
.cid-ucRNvj7vzN .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-ucRNvj7vzN .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ucRNvkecMB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #9f9595;
}
.cid-ucRNvkecMB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRNvkecMB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRNvkecMB .row {
  justify-content: flex-start;
}
.cid-ucRNvkecMB .main-col {
  display: flex;
  align-items: stretch;
  min-height: 20rem;
  border: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-ucRNvkecMB .main-col {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-ucRNvkecMB .title-container {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 2rem;
  border-right: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-ucRNvkecMB .title-container {
    width: 100%;
    border-right: none !important;
    border-left: none !important;
    padding: 12px 24px;
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 575px) {
  .cid-ucRNvkecMB .title-container {
    padding: 12px;
  }
}
.cid-ucRNvkecMB .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 2rem 3rem;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-ucRNvkecMB .content-container {
    width: 100%;
    padding: 24px 36px 24px 24px;
  }
}
@media (max-width: 575px) {
  .cid-ucRNvkecMB .content-container {
    padding: 24px 12px;
  }
}
.cid-ucRNvkecMB .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-ucRNvkecMB .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-ucRNvkecMB .mbr-section-btn {
  margin-top: 2.4rem;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-ucRNvkecMB .mbr-section-btn {
    margin-top: 1rem;
    text-align: left !important;
  }
}
.cid-ucRNvliaCZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-ucRNvliaCZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRNvliaCZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRNvliaCZ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ucRNvliaCZ .container-fluid {
    padding: 0 30px;
  }
}
.cid-ucRNvliaCZ .container-fluid .row {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-ucRNvliaCZ .container-fluid .row {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucRNvliaCZ .container {
    padding: 0 30px;
  }
}
.cid-ucRNvliaCZ .card {
  padding: 0;
}
.cid-ucRNvliaCZ .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-ucRNvliaCZ .image-wrapper img {
    height: 280px;
  }
}
.cid-ucRNvliaCZ .card-wrapper {
  border-radius: 10px;
  background-color: #9f9595;
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1400px) {
  .cid-ucRNvliaCZ .card-wrapper {
    padding: 32px 16px;
  }
}
@media (max-width: 1200px) {
  .cid-ucRNvliaCZ .card-wrapper {
    padding: 32px 10px;
  }
}
@media (max-width: 992px) {
  .cid-ucRNvliaCZ .card-wrapper {
    padding: 32px 36px;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .cid-ucRNvliaCZ .card-wrapper {
    padding: 25px 30px;
  }
}
.cid-ucRNvliaCZ .card-wrapper .card-date .mbr-date {
  padding-bottom: 64px;
  position: relative;
  margin: 0;
}
.cid-ucRNvliaCZ .card-wrapper .card-date .mbr-date span {
  position: absolute;
  right: 11rem;
  bottom: 46px;
  font-size: 36%;
}
@media (max-width: 768px) {
  .cid-ucRNvliaCZ .card-wrapper .card-date .mbr-date span {
    right: 5rem;
  }
}
.cid-ucRNvliaCZ .card-wrapper .card-link {
  display: inline-flex;
  align-items: center;
}
.cid-ucRNvliaCZ .card-wrapper .card-link .mbr-link {
  margin-bottom: 0;
}
.cid-ucRNvliaCZ .card-wrapper .card-link .mbr-link:hover .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-ucRNvliaCZ .card-wrapper .card-link .mbr-link:hover .mbr-iconfont::after {
  opacity: 1;
}
.cid-ucRNvliaCZ .card-wrapper .card-link .mbr-link .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 60%;
  margin-left: 14px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-5px, 5px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-ucRNvliaCZ .card-wrapper .card-link .mbr-link .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-ucRNvliaCZ .mbr-date {
  color: #ffffff;
  text-align: center;
}
.cid-ucRNvliaCZ .mbr-link {
  color: #ffffff;
}
.cid-ucRNvmrnrV {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #9f9595;
}
.cid-ucRNvmrnrV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRNvmrnrV .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-ucRNvmrnrV .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-ucRNvmrnrV img {
  border-radius: 1rem;
}
.cid-ucRNvmrnrV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRNvmrnrV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucRNvmrnrV .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ucRNvmrnrV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ucRNvmrnrV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ucRNvmrnrV .mbr-section-subtitle,
.cid-ucRNvmrnrV .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-ucRNvmrnrV .mbr-text,
.cid-ucRNvmrnrV .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ucRNvnsEJU {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ucRNvnsEJU .mbr-overlay {
  z-index: 1;
}
.cid-ucRNvnsEJU .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-ucRNvnsEJU .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-ucRNvnsEJU .text-container {
  height: 100%;
  background: #9f9595;
}
@media (min-width: 992px) {
  .cid-ucRNvnsEJU .text-container {
    border-right: 1px solid #7F8678;
  }
}
.cid-ucRNvnsEJU .text-wrap {
  display: flex;
  flex-direction: column;
  padding: 25px 32px;
  margin-bottom: auto;
  min-height: 390px;
}
@media (min-width: 992px) {
  .cid-ucRNvnsEJU .text-wrap {
    max-width: 512px;
    min-height: 644px;
  }
}
.cid-ucRNvnsEJU .main-text {
  width: 100%;
  margin: 0 0 auto;
}
.cid-ucRNvnsEJU .text {
  color: #ffffff;
  text-align: center;
}
.cid-ucRNvnsEJU .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ucRNvnsEJU .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ucRNvnsEJU .item-wrapper {
  width: 100%;
}
.cid-ucRNvnsEJU .mbr-section-title {
  line-height: 1.25em;
  text-align: center;
  color: #ffffff;
}
.cid-ucRNvnsEJU .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cid-ucRNvnsEJU .item-img {
  flex-grow: 1;
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  overflow: hidden;
  height: 644px;
}
.cid-ucRNvnsEJU .item-img img {
  object-fit: cover;
  height: 100%;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-ucRNvnsEJU .item-img:hover img {
  transform: scale(1);
}
.cid-ucRNvnsEJU .link {
  color: #3d3d3d;
}
.cid-ucRNvnsEJU .underlined-link {
  color: #3d3d3d;
}
.cid-ucRNvnsEJU .underlined-link:after {
  height: 1px !important;
}
.cid-ucRNvoNRfV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-ucRNvoNRfV blockquote {
  border-color: #9f9595;
  border-radius: 4px;
  background-color: #9f9595;
}
.cid-ucRNvoNRfV .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ucRNvoNRfV .mbr-text {
  color: #ffffff;
}
.cid-ucRNvpP1Wm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9f9595;
}
.cid-ucRNvpP1Wm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRNvpP1Wm .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-ucRNvpP1Wm .container {
    padding: 0 22px;
  }
}
.cid-ucRNvpP1Wm .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ucRNvpP1Wm .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ucRNvpP1Wm .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-ucRNvpP1Wm .image-wrapper img {
    height: 350px;
  }
}
.cid-ucRNvpP1Wm .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-ucRNvpP1Wm .panel-group {
  border-bottom: 1px solid #ffffff;
}
.cid-ucRNvpP1Wm .panel-group .card {
  border-top: 1px solid #ffffff;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-ucRNvpP1Wm .panel-group .card:hover,
.cid-ucRNvpP1Wm .panel-group .card:focus {
  border-top: 1px solid #ffffff;
}
.cid-ucRNvpP1Wm .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ucRNvpP1Wm .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-ucRNvpP1Wm .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucRNvpP1Wm .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-left: 16px;
}
.cid-ucRNvpP1Wm .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ff5753;
}
.cid-ucRNvpP1Wm .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-ucRNvpP1Wm .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-ucRNvpP1Wm .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ucRNvpP1Wm .panel-title-edit {
  color: #ffffff;
}
.cid-ucRNvpP1Wm .panel-text {
  color: #8a8588;
}
.cid-ucRNvrhdfQ {
  background-color: #f3f3e9;
}
@media (max-width: 991px) {
  .cid-ucRNvrhdfQ {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.cid-ucRNvrhdfQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRNvrhdfQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRNvrhdfQ .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-ucRNvrhdfQ .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-ucRNvrhdfQ .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-ucRNvrhdfQ .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ucRNvrhdfQ .content-container {
    flex-wrap: wrap;
    padding: 0 20%;
  }
}
@media (max-width: 767px) {
  .cid-ucRNvrhdfQ .content-container {
    padding: 0 20px;
  }
}
.cid-ucRNvrhdfQ .img-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucRNvrhdfQ .img-container {
    width: 100%;
    background-color: transparent;
  }
}
.cid-ucRNvrhdfQ .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cid-ucRNvrhdfQ .image-wrapper img {
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ucRNvrhdfQ .image-wrapper img {
    max-width: 100%;
  }
}
.cid-ucRNvrhdfQ .text-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 0 10% 0  10%;
  min-height: 630px;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-ucRNvrhdfQ .text-container {
    width: 100%;
    padding: 0;
    min-height: 0;
    margin-bottom: 40px;
  }
}
.cid-ucRNvrhdfQ .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ucRNvrhdfQ .mbr-section-title {
    text-align: center !important;
  }
}
.cid-ucRNvrhdfQ .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ucRNvrhdfQ .mbr-text {
    text-align: center !important;
  }
}
.cid-ucRNvrhdfQ .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-ucRNvrhdfQ .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-ucRNvrhdfQ .mbr-text,
.cid-ucRNvrhdfQ .mbr-section-btn {
  color: #000000;
}
.cid-ucRNvtqskN {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ucRNvtqskN .main-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ucRNvtqskN .main-container {
    flex-wrap: wrap;
    padding: 0 40px;
  }
}
.cid-ucRNvtqskN .col-title,
.cid-ucRNvtqskN .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 10px;
}
.cid-ucRNvtqskN .mbr-section-title {
  color: #000000;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucRNvtqskN .mbr-section-title {
    text-align: center !important;
  }
}
.cid-ucRNvtqskN .mbr-section-subtitle {
  color: #112B6D;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-ucRNvtqskN .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-ucRNvtqskN .mbr-text {
  color: #000000;
  margin-bottom: 0.9rem !important;
}
@media (max-width: 767px) {
  .cid-ucRNvtqskN .mbr-text {
    text-align: center !important;
  }
}
.cid-ucRNvunCGZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9f9595;
}
.cid-ucRNvunCGZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRNvunCGZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRNvunCGZ .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-ucRNvunCGZ .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-ucRNvunCGZ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ucRNvunCGZ .container {
    padding: 0 20px;
  }
}
.cid-ucRNvunCGZ .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ucRNvunCGZ .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-ucRNvunCGZ .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-ucRNvunCGZ .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-ucRNvunCGZ .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ucRNvunCGZ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-ucRNvunCGZ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-ucRNvunCGZ .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-ucRNvunCGZ .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-ucRNvunCGZ .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ucRNvunCGZ .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-ucRNvunCGZ .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-ucRNvunCGZ .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #9f9595;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-ucRNvunCGZ .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-ucRNvunCGZ .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #000000;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-ucRNvunCGZ .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-ucRNvunCGZ .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-ucRNvunCGZ .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-ucRNvunCGZ .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-ucRNvunCGZ .mbr-desc {
  color: #000000;
}
.cid-ucRNvunCGZ .panel-number {
  color: #000000;
}
.cid-ucRNvunCGZ .panel-title-edit {
  color: #000000;
}
.cid-ucRNvunCGZ .panel-text {
  color: #000000;
}
.cid-ucRNvvGSxU {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
  flex-direction: column;
  justify-content: center;
}
.cid-ucRNvvGSxU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRNvvGSxU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRNvvGSxU .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucRNvvGSxU .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucRNvvGSxU .container {
    padding: 0 16px;
  }
}
.cid-ucRNvvGSxU .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-ucRNvvGSxU .google-map iframe {
    height: 350px;
  }
}
.cid-ucRNvwIU1c {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #9f9595;
}
.cid-ucRNvwIU1c .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.cid-ucRNvwIU1c .copyright-section,
.cid-ucRNvwIU1c .social-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-ucRNvwIU1c .line {
  margin: 10px 0;
  width: 100%;
}
.cid-ucRNvwIU1c .logo-section img {
  margin: 0 auto;
}
.cid-ucRNvwIU1c .social-media ul {
  padding: 0;
  margin-bottom: 0;
}
.cid-ucRNvwIU1c .social-media ul li {
  display: inline-block;
  margin-left: 50px;
}
.cid-ucRNvwIU1c .mobirise-rights {
  letter-spacing: .4px;
}
@media (max-width: 992px) {
  .cid-ucRNvwIU1c .social-media ul li {
    margin-left: 30px;
  }
  .cid-ucRNvwIU1c .container-fluid {
    padding: 0 2rem;
  }
  .cid-ucRNvwIU1c .menu-container {
    margin-bottom: 20px;
  }
  .cid-ucRNvwIU1c .mbr-list {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-ucRNvwIU1c .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (max-width: 767px) {
  .cid-ucRNvwIU1c .copyright-section {
    order: 1;
  }
  .cid-ucRNvwIU1c .copyright-section hr {
    display: none;
  }
  .cid-ucRNvwIU1c .social-media {
    margin-top: 30px;
  }
  .cid-ucRNvwIU1c .social-media li:first-child {
    margin-left: 0;
  }
  .cid-ucRNvwIU1c .line {
    margin: 25px 0;
  }
  .cid-ucRNvwIU1c .mobirise-rights,
  .cid-ucRNvwIU1c .social-media {
    align-items: center;
    text-align: center;
  }
}
.cid-ucRNvwIU1c .mbr-text,
.cid-ucRNvwIU1c .copyright-section {
  color: #000000;
}
