.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Playfair Display;
}
.display-1 {
  font-family: 'Gabarito', display;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Gabarito', display;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Gabarito', display;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Gabarito', display;
  font-size: 2rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Gabarito', display;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e0701d !important;
}
.bg-success {
  background-color: #fcefcf !important;
}
.bg-info {
  background-color: #fffaf5 !important;
}
.bg-warning {
  background-color: #ecf4f6 !important;
}
.bg-danger {
  background-color: #fee3d9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e0701d !important;
  border-color: #e0701d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #e78c49 !important;
  border-color: #e78c49 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e78c49 !important;
  border-color: #e78c49 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #63cfbf !important;
  border-color: #63cfbf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #8adbcf !important;
  border-color: #8adbcf !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8adbcf !important;
  border-color: #8adbcf !important;
}
.btn-info,
.btn-info:active {
  background-color: #fffaf5 !important;
  border-color: #fffaf5 !important;
  color: #f57a00 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #f57a00 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #fcefcf !important;
  border-color: #fcefcf !important;
  color: #c08c0c !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #c08c0c !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ecf4f6 !important;
  border-color: #ecf4f6 !important;
  color: #498a9a !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #498a9a !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fee3d9 !important;
  border-color: #fee3d9 !important;
  color: #d23d06 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #d23d06 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #e0701d;
  color: #e0701d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #934a13 !important;
  background-color: transparent !important;
  border-color: #934a13 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e0701d !important;
  border-color: #e0701d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #63cfbf;
  color: #63cfbf;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #34a897 !important;
  background-color: transparent !important;
  border-color: #34a897 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #63cfbf !important;
  border-color: #63cfbf !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #fffaf5;
  color: #fffaf5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffcf9e !important;
  background-color: transparent !important;
  border-color: #ffcf9e !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #f57a00 !important;
  background-color: #fffaf5 !important;
  border-color: #fffaf5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fcefcf;
  color: #fcefcf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #f7d47d !important;
  background-color: transparent !important;
  border-color: #f7d47d !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #c08c0c !important;
  background-color: #fcefcf !important;
  border-color: #fcefcf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ecf4f6;
  color: #ecf4f6;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b1d2da !important;
  background-color: transparent !important;
  border-color: #b1d2da !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #498a9a !important;
  background-color: #ecf4f6 !important;
  border-color: #ecf4f6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fee3d9;
  color: #fee3d9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #fca585 !important;
  background-color: transparent !important;
  border-color: #fca585 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #d23d06 !important;
  background-color: #fee3d9 !important;
  border-color: #fee3d9 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e0701d !important;
}
.text-secondary {
  color: #63cfbf !important;
}
.text-success {
  color: #fcefcf !important;
}
.text-info {
  color: #fffaf5 !important;
}
.text-warning {
  color: #ecf4f6 !important;
}
.text-danger {
  color: #fee3d9 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #864311 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #309c8c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #f6cf6f !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ffc78f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a7ccd5 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fb9a76 !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: #e0701d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fffaf5;
}
.alert-warning {
  background-color: #ecf4f6;
}
.alert-danger {
  background-color: #fee3d9;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 30px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e0701d;
  border-color: #e0701d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e0701d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9e1d0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Gabarito', display;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #e0701d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Gabarito', display;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #e0701d;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e0701d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e0701d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e0701d;
  border-bottom-color: #e0701d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #e0701d !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: #63cfbf !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='%23e0701d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 5px 16px;
  position: relative;
  box-shadow: none;
  border-radius: 30px !important;
  font-weight: 400 !important;
  transition: all .3s ease;
  transform: translate(-5px, -5px);
  z-index: 11;
  border: 1px solid #e0701d !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 7px;
  transition: all .3s ease;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
  transform: translate(0);
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: translateX(0.5rem);
}
.mbr-section-btn .btn:hover::before,
.mbr-section-btn-main .btn:hover::before,
.mbr-section-btn .btn:focus::before,
.mbr-section-btn-main .btn:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.mbr-section-btn .btn::before,
.mbr-section-btn-main .btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  transform: translate(4px, 4px);
  z-index: 10;
  transition: all .3s ease;
  border: 1px solid #e0701d;
  pointer-events: none;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary {
  color: #e0701d !important;
}
.cid-v3WUfD6JJL .navbar-dropdown {
  position: relative !important;
}
.cid-v3WUfD6JJL .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-v3WUfD6JJL .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v3WUfD6JJL .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-v3WUfD6JJL .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-v3WUfD6JJL .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v3WUfD6JJL .dropdown-item {
  border: none !important;
  background: #f7f5f0 !important;
}
.cid-v3WUfD6JJL .dropdown-item:hover,
.cid-v3WUfD6JJL .dropdown-item:focus {
  background: #f7f5f0 !important;
  color: #a11a20 !important;
}
.cid-v3WUfD6JJL .dropdown-item:hover span {
  color: white;
}
.cid-v3WUfD6JJL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3WUfD6JJL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3WUfD6JJL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3WUfD6JJL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3WUfD6JJL .nav-link {
  position: relative;
}
.cid-v3WUfD6JJL .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v3WUfD6JJL .container {
    flex-wrap: nowrap;
  }
}
.cid-v3WUfD6JJL .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3WUfD6JJL .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v3WUfD6JJL .dropdown-menu,
.cid-v3WUfD6JJL .navbar.opened {
  background: #f7f5f0 !important;
}
.cid-v3WUfD6JJL .nav-item:focus,
.cid-v3WUfD6JJL .nav-link:focus {
  outline: none;
}
.cid-v3WUfD6JJL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3WUfD6JJL .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v3WUfD6JJL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3WUfD6JJL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3WUfD6JJL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3WUfD6JJL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3WUfD6JJL .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f5f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v3WUfD6JJL .navbar.opened {
  transition: all 0.3s;
}
.cid-v3WUfD6JJL .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v3WUfD6JJL .navbar .navbar-logo img {
  width: auto;
}
.cid-v3WUfD6JJL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3WUfD6JJL .navbar.collapsed {
  justify-content: center;
}
.cid-v3WUfD6JJL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3WUfD6JJL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3WUfD6JJL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3WUfD6JJL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3WUfD6JJL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3WUfD6JJL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3WUfD6JJL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3WUfD6JJL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3WUfD6JJL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3WUfD6JJL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3WUfD6JJL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3WUfD6JJL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3WUfD6JJL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3WUfD6JJL .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-v3WUfD6JJL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3WUfD6JJL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3WUfD6JJL .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v3WUfD6JJL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v3WUfD6JJL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3WUfD6JJL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3WUfD6JJL .navbar.navbar-short {
  min-height: 96px;
}
.cid-v3WUfD6JJL .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v3WUfD6JJL .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v3WUfD6JJL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3WUfD6JJL .navbar-brand .navbar-caption:hover,
.cid-v3WUfD6JJL .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-v3WUfD6JJL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3WUfD6JJL .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3WUfD6JJL .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-v3WUfD6JJL .dropdown-item.active,
.cid-v3WUfD6JJL .dropdown-item:active {
  background-color: transparent;
}
.cid-v3WUfD6JJL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3WUfD6JJL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3WUfD6JJL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3WUfD6JJL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f5f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v3WUfD6JJL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3WUfD6JJL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v3WUfD6JJL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3WUfD6JJL ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v3WUfD6JJL ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v3WUfD6JJL .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v3WUfD6JJL .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v3WUfD6JJL .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v3WUfD6JJL .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v3WUfD6JJL button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f5f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v3WUfD6JJL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-v3WUfD6JJL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v3WUfD6JJL button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v3WUfD6JJL button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v3WUfD6JJL button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v3WUfD6JJL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3WUfD6JJL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3WUfD6JJL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3WUfD6JJL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3WUfD6JJL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3WUfD6JJL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3WUfD6JJL .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-v3WUfD6JJL .navbar {
    height: 70px;
  }
  .cid-v3WUfD6JJL .navbar.opened {
    height: auto;
  }
  .cid-v3WUfD6JJL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3WUfD6JJL .navbar-nav {
  margin: 0 auto;
}
.cid-v3WUfD6JJL .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v3WUfD6JJL .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v3WUfD6JJL .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v3WUfD6JJL .nav-item .nav-link:hover,
.cid-v3WUfD6JJL .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-v3WUfD6JJL .nav-item .nav-link:hover::after,
.cid-v3WUfD6JJL .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v3WUfD6JJL .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v3WUfD6JJL .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v3WUfD6JJL .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v3WUfD6JJL .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3WUfD6JJL .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3WUfD6JJL .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3WUfD6JJL .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3WUfD6JJL .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3WUfD6JJL .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v3WUfD6JJL .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v3WUfD6JJL .content-wrap {
  min-height: 110px;
}
.cid-v3WXiAq5yF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #3fb5a5;
}
.cid-v3WXiAq5yF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3WXiAq5yF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-v3WXiAq5yF .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-v3WXiAq5yF .mbr-section-title {
  color: #ffffff;
}
.cid-v3WXiAq5yF .mbr-text,
.cid-v3WXiAq5yF .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-v3WXiAq5yF .content-head {
  max-width: 800px;
}
.cid-v3WVoQdXOa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3WVoQdXOa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3WVoQdXOa .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-v3WVoQdXOa .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v3WVoQdXOa .container {
    padding: 0 12px;
  }
}
.cid-v3WVoQdXOa .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v3WVoQdXOa .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-v3WVoQdXOa .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-v3WVoQdXOa .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #3fb5a5;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-v3WVoQdXOa .mbr-section-title {
  color: #000000;
}
.cid-tV6FSJ5qt2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3fb5a5;
}
.cid-tV6FSJ5qt2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6FSJ5qt2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6FSJ5qt2 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6FSJ5qt2 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6FSJ5qt2 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6FSJ5qt2 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6FSJ5qt2 .container {
    padding: 0 16px;
  }
}
.cid-tV6FSJ5qt2 .row {
  justify-content: center;
}
.cid-tV6FSJ5qt2 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-tV6FSJ5qt2 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tV6FSJ5qt2 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tV6FSJ5qt2 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tV6FSJ5qt2 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tV6FSJ5qt2 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3VUWTaJI7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3VUWTaJI7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3VUWTaJI7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3VUWTaJI7 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3VUWTaJI7 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VUWTaJI7 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3VUWTaJI7 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VUWTaJI7 .container {
    padding: 0 16px;
  }
}
.cid-v3VUWTaJI7 .row {
  justify-content: center;
}
.cid-v3VUWTaJI7 .title-wrapper {
  margin-bottom: 50px;
}
.cid-v3VUWTaJI7 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-v3VUWTaJI7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3VUWTaJI7 .cards-wrapper .item {
  padding: 50px 40px;
  background-color: #3fb5a5;
  border-radius: 1rem !important;
  margin-top: -7.5rem;
  width: 46%;
}
.cid-v3VUWTaJI7 .cards-wrapper .item:first-child {
  margin-top: 0;
}
.cid-v3VUWTaJI7 .cards-wrapper .item:nth-child(2n) {
  margin-left: auto;
}
@media (max-width: 992px) {
  .cid-v3VUWTaJI7 .cards-wrapper .item:nth-child(2n) {
    margin-left: 0;
  }
}
@media (max-width: 1440px) {
  .cid-v3VUWTaJI7 .cards-wrapper .item {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-v3VUWTaJI7 .cards-wrapper .item {
    margin-top: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v3VUWTaJI7 .cards-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 50px;
}
.cid-v3VUWTaJI7 .cards-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #000000;
  display: inline-flex;
}
.cid-v3VUWTaJI7 .cards-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-v3VUWTaJI7 .cards-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.cid-v3VUWTaJI7 .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-v3VUWTaJI7 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3VUWTaJI7 .card-title {
  color: #000000;
}
.cid-v3VUWTaJI7 .card-text {
  color: #ffffff;
}
.cid-v3VUWTaJI7 .card-title,
.cid-v3VUWTaJI7 .icon-wrapper,
.cid-v3VUWTaJI7 .link-wrapper {
  color: #000000;
}
.cid-v3WXx9V7WG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3fb5a5;
}
.cid-v3WXx9V7WG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3WXx9V7WG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3WXx9V7WG .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3WXx9V7WG .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3WXx9V7WG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3WXx9V7WG .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3WXx9V7WG .container {
    padding: 0 16px;
  }
}
.cid-v3WXx9V7WG .row {
  padding: 60px 64px;
  background-color: #ffffff;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-v3WXx9V7WG .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3WXx9V7WG .row {
    padding: 25px 9px;
  }
}
.cid-v3WXx9V7WG .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3WXx9V7WG .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v3WXx9V7WG .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3WXx9V7WG .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-v3WXx9V7WG .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-v3WXx9V7WG .image-wrapper img {
    height: 350px;
  }
}
.cid-v3WXx9V7WG .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3WXx9V7WG .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v3WXx9V7WG .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v3WXx9V7WG .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-v3WXx9V7WG .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v3WXx9V7WG .items-wrapper {
    display: block;
  }
}
.cid-v3WXx9V7WG .items-wrapper .item {
  padding: 50px;
  background-color: #3fb5a5;
  border-radius: .5rem !important;
}
.cid-v3WXx9V7WG .items-wrapper .item:nth-child(2n) {
  background-color: #ecf4f6;
}
@media (max-width: 992px) {
  .cid-v3WXx9V7WG .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-v3WXx9V7WG .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v3WXx9V7WG .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #000000;
  display: inline-flex;
}
.cid-v3WXx9V7WG .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-v3WXx9V7WG .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v3WXx9V7WG .card {
  justify-content: center;
}
.cid-v3WXx9V7WG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3WXx9V7WG .mbr-text {
  color: #000000;
}
.cid-v3WXx9V7WG .card-title {
  color: #000000;
}
.cid-v3WXx9V7WG .card-text {
  color: #000000;
  text-align: center;
}
.cid-v3WXx9V7WG .card-title,
.cid-v3WXx9V7WG .icon-wrapper {
  text-align: center;
}
.cid-v3WWD74wJK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3WWD74wJK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3WWD74wJK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3WWD74wJK .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3WWD74wJK .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3WWD74wJK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3WWD74wJK .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3WWD74wJK .container {
    padding: 0 16px;
  }
}
.cid-v3WWD74wJK .mbr-section-subtitle {
  margin-bottom: 56px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v3WWD74wJK .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-v3WWD74wJK .content-wrapper {
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-v3WWD74wJK .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-v3WWD74wJK .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v3WWD74wJK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3WWD74wJK .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 992px) {
  .cid-v3WWD74wJK .cards-wrapper {
    display: block;
  }
}
.cid-v3WWD74wJK .cards-wrapper .item {
  padding: 32px;
  background-color: #3fb5a5;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v3WWD74wJK .cards-wrapper .item {
    display: block;
    margin-bottom: 2rem;
    padding: 24px;
  }
}
.cid-v3WWD74wJK .cards-wrapper .item a:focus .item-wrapper .card-box .link-wrapper .mbr-iconfont,
.cid-v3WWD74wJK .cards-wrapper .item a:hover .item-wrapper .card-box .link-wrapper .mbr-iconfont {
  transform: translateX(10px);
}
.cid-v3WWD74wJK .cards-wrapper .item a .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 12px;
}
.cid-v3WWD74wJK .cards-wrapper .item a .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #000000;
  display: inline-flex;
}
.cid-v3WWD74wJK .cards-wrapper .item a .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-v3WWD74wJK .cards-wrapper .item a .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.cid-v3WWD74wJK .cards-wrapper .item a .item-wrapper .card-box .link-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #000000;
  display: inline-flex;
  transition: all .3s ease;
}
.cid-v3WWD74wJK .mbr-section-title {
  color: #000000;
}
.cid-v3WWD74wJK .mbr-text {
  color: #000000;
}
.cid-v3WWD74wJK .card-title {
  color: #000000;
}
.cid-v3WWD74wJK .card-text {
  color: #000000;
}
.cid-v3WWVdOS0p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3WWVdOS0p .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3WWVdOS0p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3WWVdOS0p .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3WWVdOS0p .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3WWVdOS0p .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3WWVdOS0p .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3WWVdOS0p .container {
    padding: 0 16px;
  }
}
.cid-v3WWVdOS0p .row {
  justify-content: center;
}
.cid-v3WWVdOS0p .title-wrapper {
  margin-bottom: 50px;
}
.cid-v3WWVdOS0p .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v3WWVdOS0p .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3WWVdOS0p .item {
  margin-bottom: 50px;
  padding-right: 40px;
}
.cid-v3WWVdOS0p .item:nth-child(2n) {
  padding-right: 0;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-v3WWVdOS0p .item:nth-child(2n) {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3WWVdOS0p .item {
    padding: 0 16px;
    margin-top: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v3WWVdOS0p .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 25px;
}
.cid-v3WWVdOS0p .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  font-size: 25px;
  color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  border-radius: 50%;
}
.cid-v3WWVdOS0p .item .item-wrapper .card-box .card-title {
  margin-bottom: 5px;
}
.cid-v3WWVdOS0p .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v3WWVdOS0p .border-wrapper {
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 50px;
}
.cid-v3WWVdOS0p .border-wrap {
  height: 1px;
  background-color: #ffffff;
}
.cid-v3WWVdOS0p .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3WWVdOS0p .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3WWVdOS0p .card-title {
  color: #000000;
}
.cid-v3WWVdOS0p .card-text {
  color: #000000;
}
.cid-v3WWVdOS0p .card-title,
.cid-v3WWVdOS0p .icon-wrapper,
.cid-v3WWVdOS0p .link-wrapper {
  text-align: center;
}
.cid-v3VXO3Y3ry {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3VXO3Y3ry .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3VXO3Y3ry .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3VXO3Y3ry .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3VXO3Y3ry .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VXO3Y3ry .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3VXO3Y3ry .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VXO3Y3ry .container {
    padding: 0 16px;
  }
}
.cid-v3VXO3Y3ry .row {
  padding: 60px 44px;
  background-color: #ffffff;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-v3VXO3Y3ry .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3VXO3Y3ry .row {
    padding: 25px 9px;
  }
}
@media (max-width: 992px) {
  .cid-v3VXO3Y3ry .title-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v3VXO3Y3ry .title-wrapper .icon-wrapper {
  margin-bottom: 32px;
}
.cid-v3VXO3Y3ry .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 180px;
  display: inline-flex;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v3VXO3Y3ry .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v3VXO3Y3ry .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3VXO3Y3ry .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-v3VXO3Y3ry .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3VXO3Y3ry .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v3VXO3Y3ry .content-wrapper .mbr-name {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #979797;
}
.cid-v3VXO3Y3ry .mbr-section-title {
  color: #000000;
}
.cid-v3VXO3Y3ry .mbr-text {
  color: #000000;
}
.cid-v3VXO3Y3ry .mbr-name {
  color: #000000;
}
.cid-v3VTHyleK1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3VTHyleK1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3VTHyleK1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3VTHyleK1 .title-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-v3VTHyleK1 .title-wrapper {
    position: static;
    margin-bottom: 40px;
  }
}
.cid-v3VTHyleK1 .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v3VTHyleK1 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v3VTHyleK1 .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3VTHyleK1 .panel-group .card {
  position: relative;
  padding: 8px;
  background-color: #3fb5a5;
  border: none;
  margin-top: 16px;
}
.cid-v3VTHyleK1 .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-v3VTHyleK1 .panel-group .card {
    margin-top: 20px;
  }
  .cid-v3VTHyleK1 .panel-group .card:first-child {
    margin-top: 0;
  }
}
.cid-v3VTHyleK1 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v3VTHyleK1 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
}
@media (max-width: 992px) {
  .cid-v3VTHyleK1 .panel-group .card .card-header .panel-title {
    padding: 20px;
  }
}
.cid-v3VTHyleK1 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v3VTHyleK1 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #6c7179;
  border-radius: 100%;
}
.cid-v3VTHyleK1 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 12px;
  margin-top: 2px;
  transition: all 0.3s ease-in-out;
  color: #6c7179;
}
.cid-v3VTHyleK1 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-v3VTHyleK1 .panel-group .card .panel-collapse .panel-body {
  margin-top: 8px;
  padding: 24px;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-v3VTHyleK1 .panel-group .card .panel-collapse .panel-body {
    padding: 20px;
  }
}
.cid-v3VTHyleK1 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v3VTHyleK1 .mbr-label {
  color: #be0000;
}
.cid-v3VTHyleK1 .mbr-section-title {
  color: #000000;
}
.cid-v3VTHyleK1 .mbr-text,
.cid-v3VTHyleK1 .text-wrapper {
  color: #6c7179;
}
.cid-v3VTHyleK1 .panel-title-edit {
  color: #000000;
}
.cid-v3VTHyleK1 .panel-text {
  color: #6c7179;
}
.cid-v3VXyoNNHm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3VXyoNNHm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3VXyoNNHm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3VXyoNNHm .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3VXyoNNHm .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VXyoNNHm .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3VXyoNNHm .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3VXyoNNHm .container {
    padding: 0 16px;
  }
}
.cid-v3VXyoNNHm .row {
  justify-content: center;
}
.cid-v3VXyoNNHm .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-v3VXyoNNHm .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v3VXyoNNHm .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3VXyoNNHm .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3VXyoNNHm .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3VXyoNNHm .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3WYsbYXdM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v3WYsbYXdM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3WYsbYXdM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3WYsbYXdM .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v3WYsbYXdM .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v3WYsbYXdM .content-wrapper::before,
.cid-v3WYsbYXdM .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v3WYsbYXdM .content-wrapper::before {
  left: 0;
}
.cid-v3WYsbYXdM .content-wrapper::after {
  right: 0;
}
.cid-v3WYsbYXdM .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  align-items: center;
}
.cid-v3WYsbYXdM .mbr-section-title {
  margin-bottom: 0;
  color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-v3WYsbYXdM .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3WYsbYXdM .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v3WYsbYXdM .google-map iframe {
    height: 300px;
  }
}
.cid-tV6G5h04ar {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3fb5a5;
}
.cid-tV6G5h04ar .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6G5h04ar .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6G5h04ar .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6G5h04ar .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6G5h04ar .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6G5h04ar .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6G5h04ar .container {
    padding: 0 16px;
  }
}
.cid-tV6G5h04ar .row {
  justify-content: center;
}
.cid-tV6G5h04ar .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tV6G5h04ar .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tV6G5h04ar .title-wrapper {
  margin-bottom: 32px;
}
.cid-tV6G5h04ar .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-tV6G5h04ar .title-wrapper .title-wrap {
    display: inline;
  }
}
.cid-tV6G5h04ar .title-wrapper .title-wrap img {
  height: 50px;
  width: 50px;
  border-radius: 0;
  object-fit: contain;
  margin-right: 25px;
}
@media (max-width: 1200px) {
  .cid-tV6G5h04ar .title-wrapper .title-wrap img {
    margin: 0 0 25px 0;
  }
}
.cid-tV6G5h04ar .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tV6G5h04ar .mbr-text {
  margin-bottom: 10px;
  color: #000000;
}
.cid-tV6G5h04ar .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tV6G5h04ar .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-tV6G5h04ar .lists-wrapper {
  margin-right: 50px;
  margin-right: 0;
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-tV6G5h04ar .lists-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tV6G5h04ar .lists-wrapper {
    margin: 0;
  }
}
.cid-tV6G5h04ar .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tV6G5h04ar .item {
    margin-bottom: 32px;
  }
}
.cid-tV6G5h04ar .item .item-wrapper .card-box .card-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #3fb5a5;
  margin-bottom: 10px;
}
.cid-tV6G5h04ar .item .item-wrapper .card-box .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-tV6G5h04ar .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 8px;
}
.cid-tV6G5h04ar .social-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tV6G5h04ar .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tV6G5h04ar .social-wrapper .soc-item {
  margin-bottom: 16px;
}
.cid-tV6G5h04ar .social-wrapper .soc-item a {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1650px) {
  .cid-tV6G5h04ar .social-wrapper .soc-item a {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .cid-tV6G5h04ar .social-wrapper .soc-item a {
    flex-direction: row;
    align-items: inherit;
  }
}
.cid-tV6G5h04ar .social-wrapper .soc-item a .icon-wrap {
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 10px;
}
@media (max-width: 1650px) {
  .cid-tV6G5h04ar .social-wrapper .soc-item a .icon-wrap {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
@media (max-width: 992px) {
  .cid-tV6G5h04ar .social-wrapper .soc-item a .icon-wrap {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.cid-tV6G5h04ar .social-wrapper .soc-item a .icon-wrap .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #3fb5a5;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-tV6G5h04ar .social-wrapper .soc-item a .icon-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-tV6G5h04ar .social-wrapper .soc-item a .icon-wrap:hover .mbr-iconfont,
.cid-tV6G5h04ar .social-wrapper .soc-item a .icon-wrap:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-tV6G5h04ar .social-wrapper .soc-item a .icon-wrap:hover::before,
.cid-tV6G5h04ar .social-wrapper .soc-item a .icon-wrap:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-tV6G5h04ar .social-wrapper .soc-item a .mbr-soc {
  margin-bottom: 0;
}
.cid-tV6G5h04ar .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-tV6G5h04ar .mbr-section-title {
  color: #000000;
}
.cid-tV6G5h04ar .card-title {
  color: #000000;
}
.cid-tV6G5h04ar .list {
  color: #000000;
}
.cid-tV6G5h04ar .mbr-soc {
  color: #000000;
}
.cid-v431YLXvl5 .navbar-dropdown {
  position: relative !important;
}
.cid-v431YLXvl5 .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-v431YLXvl5 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v431YLXvl5 .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-v431YLXvl5 .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-v431YLXvl5 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v431YLXvl5 .dropdown-item {
  border: none !important;
  background: #f7f5f0 !important;
}
.cid-v431YLXvl5 .dropdown-item:hover,
.cid-v431YLXvl5 .dropdown-item:focus {
  background: #f7f5f0 !important;
  color: #a11a20 !important;
}
.cid-v431YLXvl5 .dropdown-item:hover span {
  color: white;
}
.cid-v431YLXvl5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v431YLXvl5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v431YLXvl5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v431YLXvl5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v431YLXvl5 .nav-link {
  position: relative;
}
.cid-v431YLXvl5 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v431YLXvl5 .container {
    flex-wrap: nowrap;
  }
}
.cid-v431YLXvl5 .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v431YLXvl5 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v431YLXvl5 .dropdown-menu,
.cid-v431YLXvl5 .navbar.opened {
  background: #f7f5f0 !important;
}
.cid-v431YLXvl5 .nav-item:focus,
.cid-v431YLXvl5 .nav-link:focus {
  outline: none;
}
.cid-v431YLXvl5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v431YLXvl5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v431YLXvl5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v431YLXvl5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v431YLXvl5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v431YLXvl5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v431YLXvl5 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f5f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v431YLXvl5 .navbar.opened {
  transition: all 0.3s;
}
.cid-v431YLXvl5 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v431YLXvl5 .navbar .navbar-logo img {
  width: auto;
}
.cid-v431YLXvl5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v431YLXvl5 .navbar.collapsed {
  justify-content: center;
}
.cid-v431YLXvl5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v431YLXvl5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v431YLXvl5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v431YLXvl5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v431YLXvl5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v431YLXvl5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v431YLXvl5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v431YLXvl5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v431YLXvl5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v431YLXvl5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v431YLXvl5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v431YLXvl5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v431YLXvl5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v431YLXvl5 .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-v431YLXvl5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v431YLXvl5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v431YLXvl5 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v431YLXvl5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v431YLXvl5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v431YLXvl5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v431YLXvl5 .navbar.navbar-short {
  min-height: 96px;
}
.cid-v431YLXvl5 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v431YLXvl5 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v431YLXvl5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v431YLXvl5 .navbar-brand .navbar-caption:hover,
.cid-v431YLXvl5 .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-v431YLXvl5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v431YLXvl5 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v431YLXvl5 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-v431YLXvl5 .dropdown-item.active,
.cid-v431YLXvl5 .dropdown-item:active {
  background-color: transparent;
}
.cid-v431YLXvl5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v431YLXvl5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v431YLXvl5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v431YLXvl5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f5f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v431YLXvl5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v431YLXvl5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v431YLXvl5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v431YLXvl5 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v431YLXvl5 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v431YLXvl5 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v431YLXvl5 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v431YLXvl5 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v431YLXvl5 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v431YLXvl5 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f5f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v431YLXvl5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-v431YLXvl5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v431YLXvl5 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v431YLXvl5 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v431YLXvl5 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v431YLXvl5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v431YLXvl5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v431YLXvl5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v431YLXvl5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v431YLXvl5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v431YLXvl5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v431YLXvl5 .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-v431YLXvl5 .navbar {
    height: 70px;
  }
  .cid-v431YLXvl5 .navbar.opened {
    height: auto;
  }
  .cid-v431YLXvl5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v431YLXvl5 .navbar-nav {
  margin: 0 auto;
}
.cid-v431YLXvl5 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v431YLXvl5 .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v431YLXvl5 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v431YLXvl5 .nav-item .nav-link:hover,
.cid-v431YLXvl5 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-v431YLXvl5 .nav-item .nav-link:hover::after,
.cid-v431YLXvl5 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v431YLXvl5 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v431YLXvl5 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v431YLXvl5 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v431YLXvl5 .navbar {
    justify-content: flex-start !important;
  }
  .cid-v431YLXvl5 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v431YLXvl5 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v431YLXvl5 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v431YLXvl5 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v431YLXvl5 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v431YLXvl5 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v431YLXvl5 .content-wrap {
  min-height: 110px;
}
.cid-v431YMRp5E {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #3fb5a5;
}
.cid-v431YMRp5E .mbr-fallback-image.disabled {
  display: none;
}
.cid-v431YMRp5E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-v431YMRp5E .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-v431YMRp5E .mbr-section-title {
  color: #ffffff;
}
.cid-v431YMRp5E .mbr-text,
.cid-v431YMRp5E .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-v431YMRp5E .content-head {
  max-width: 800px;
}
.cid-v431YO9ix3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3fb5a5;
}
.cid-v431YO9ix3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v431YO9ix3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v431YO9ix3 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v431YO9ix3 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v431YO9ix3 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v431YO9ix3 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v431YO9ix3 .container {
    padding: 0 16px;
  }
}
.cid-v431YO9ix3 .row {
  justify-content: center;
}
.cid-v431YO9ix3 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-v431YO9ix3 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v431YO9ix3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v431YO9ix3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v431YO9ix3 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v431YO9ix3 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v431YUfF3b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v431YUfF3b .mbr-fallback-image.disabled {
  display: none;
}
.cid-v431YUfF3b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v431YUfF3b .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v431YUfF3b .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v431YUfF3b .content-wrapper::before,
.cid-v431YUfF3b .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v431YUfF3b .content-wrapper::before {
  left: 0;
}
.cid-v431YUfF3b .content-wrapper::after {
  right: 0;
}
.cid-v431YUfF3b .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  align-items: center;
}
.cid-v431YUfF3b .mbr-section-title {
  margin-bottom: 0;
  color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-v431YUfF3b .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v431YUfF3b .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v431YUfF3b .google-map iframe {
    height: 300px;
  }
}
.cid-v431YUXjMB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3fb5a5;
}
.cid-v431YUXjMB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v431YUXjMB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v431YUXjMB .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v431YUXjMB .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v431YUXjMB .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v431YUXjMB .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v431YUXjMB .container {
    padding: 0 16px;
  }
}
.cid-v431YUXjMB .row {
  justify-content: center;
}
.cid-v431YUXjMB .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v431YUXjMB .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v431YUXjMB .title-wrapper {
  margin-bottom: 32px;
}
.cid-v431YUXjMB .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-v431YUXjMB .title-wrapper .title-wrap {
    display: inline;
  }
}
.cid-v431YUXjMB .title-wrapper .title-wrap img {
  height: 50px;
  width: 50px;
  border-radius: 0;
  object-fit: contain;
  margin-right: 25px;
}
@media (max-width: 1200px) {
  .cid-v431YUXjMB .title-wrapper .title-wrap img {
    margin: 0 0 25px 0;
  }
}
.cid-v431YUXjMB .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v431YUXjMB .mbr-text {
  margin-bottom: 10px;
  color: #000000;
}
.cid-v431YUXjMB .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v431YUXjMB .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-v431YUXjMB .lists-wrapper {
  margin-right: 50px;
  margin-right: 0;
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-v431YUXjMB .lists-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-v431YUXjMB .lists-wrapper {
    margin: 0;
  }
}
.cid-v431YUXjMB .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v431YUXjMB .item {
    margin-bottom: 32px;
  }
}
.cid-v431YUXjMB .item .item-wrapper .card-box .card-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #3fb5a5;
  margin-bottom: 10px;
}
.cid-v431YUXjMB .item .item-wrapper .card-box .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-v431YUXjMB .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 8px;
}
.cid-v431YUXjMB .social-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v431YUXjMB .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v431YUXjMB .social-wrapper .soc-item {
  margin-bottom: 16px;
}
.cid-v431YUXjMB .social-wrapper .soc-item a {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1650px) {
  .cid-v431YUXjMB .social-wrapper .soc-item a {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .cid-v431YUXjMB .social-wrapper .soc-item a {
    flex-direction: row;
    align-items: inherit;
  }
}
.cid-v431YUXjMB .social-wrapper .soc-item a .icon-wrap {
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 10px;
}
@media (max-width: 1650px) {
  .cid-v431YUXjMB .social-wrapper .soc-item a .icon-wrap {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
@media (max-width: 992px) {
  .cid-v431YUXjMB .social-wrapper .soc-item a .icon-wrap {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.cid-v431YUXjMB .social-wrapper .soc-item a .icon-wrap .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #3fb5a5;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-v431YUXjMB .social-wrapper .soc-item a .icon-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-v431YUXjMB .social-wrapper .soc-item a .icon-wrap:hover .mbr-iconfont,
.cid-v431YUXjMB .social-wrapper .soc-item a .icon-wrap:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-v431YUXjMB .social-wrapper .soc-item a .icon-wrap:hover::before,
.cid-v431YUXjMB .social-wrapper .soc-item a .icon-wrap:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-v431YUXjMB .social-wrapper .soc-item a .mbr-soc {
  margin-bottom: 0;
}
.cid-v431YUXjMB .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-v431YUXjMB .mbr-section-title {
  color: #000000;
}
.cid-v431YUXjMB .card-title {
  color: #000000;
}
.cid-v431YUXjMB .list {
  color: #000000;
}
.cid-v431YUXjMB .mbr-soc {
  color: #000000;
}
.cid-v432dL9Sy1 .navbar-dropdown {
  position: relative !important;
}
.cid-v432dL9Sy1 .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-v432dL9Sy1 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v432dL9Sy1 .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-v432dL9Sy1 .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-v432dL9Sy1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v432dL9Sy1 .dropdown-item {
  border: none !important;
  background: #f7f5f0 !important;
}
.cid-v432dL9Sy1 .dropdown-item:hover,
.cid-v432dL9Sy1 .dropdown-item:focus {
  background: #f7f5f0 !important;
  color: #a11a20 !important;
}
.cid-v432dL9Sy1 .dropdown-item:hover span {
  color: white;
}
.cid-v432dL9Sy1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v432dL9Sy1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v432dL9Sy1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v432dL9Sy1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v432dL9Sy1 .nav-link {
  position: relative;
}
.cid-v432dL9Sy1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v432dL9Sy1 .container {
    flex-wrap: nowrap;
  }
}
.cid-v432dL9Sy1 .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v432dL9Sy1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v432dL9Sy1 .dropdown-menu,
.cid-v432dL9Sy1 .navbar.opened {
  background: #f7f5f0 !important;
}
.cid-v432dL9Sy1 .nav-item:focus,
.cid-v432dL9Sy1 .nav-link:focus {
  outline: none;
}
.cid-v432dL9Sy1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v432dL9Sy1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v432dL9Sy1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v432dL9Sy1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v432dL9Sy1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v432dL9Sy1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v432dL9Sy1 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f5f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v432dL9Sy1 .navbar.opened {
  transition: all 0.3s;
}
.cid-v432dL9Sy1 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v432dL9Sy1 .navbar .navbar-logo img {
  width: auto;
}
.cid-v432dL9Sy1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v432dL9Sy1 .navbar.collapsed {
  justify-content: center;
}
.cid-v432dL9Sy1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v432dL9Sy1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v432dL9Sy1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v432dL9Sy1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v432dL9Sy1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v432dL9Sy1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v432dL9Sy1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v432dL9Sy1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v432dL9Sy1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v432dL9Sy1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v432dL9Sy1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v432dL9Sy1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v432dL9Sy1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v432dL9Sy1 .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-v432dL9Sy1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v432dL9Sy1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v432dL9Sy1 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v432dL9Sy1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v432dL9Sy1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v432dL9Sy1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v432dL9Sy1 .navbar.navbar-short {
  min-height: 96px;
}
.cid-v432dL9Sy1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v432dL9Sy1 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v432dL9Sy1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v432dL9Sy1 .navbar-brand .navbar-caption:hover,
.cid-v432dL9Sy1 .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-v432dL9Sy1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v432dL9Sy1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v432dL9Sy1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-v432dL9Sy1 .dropdown-item.active,
.cid-v432dL9Sy1 .dropdown-item:active {
  background-color: transparent;
}
.cid-v432dL9Sy1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v432dL9Sy1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v432dL9Sy1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v432dL9Sy1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f5f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v432dL9Sy1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v432dL9Sy1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v432dL9Sy1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v432dL9Sy1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v432dL9Sy1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v432dL9Sy1 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v432dL9Sy1 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v432dL9Sy1 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v432dL9Sy1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v432dL9Sy1 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f5f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v432dL9Sy1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-v432dL9Sy1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v432dL9Sy1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v432dL9Sy1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v432dL9Sy1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v432dL9Sy1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v432dL9Sy1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v432dL9Sy1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v432dL9Sy1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v432dL9Sy1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v432dL9Sy1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v432dL9Sy1 .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-v432dL9Sy1 .navbar {
    height: 70px;
  }
  .cid-v432dL9Sy1 .navbar.opened {
    height: auto;
  }
  .cid-v432dL9Sy1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v432dL9Sy1 .navbar-nav {
  margin: 0 auto;
}
.cid-v432dL9Sy1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v432dL9Sy1 .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v432dL9Sy1 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v432dL9Sy1 .nav-item .nav-link:hover,
.cid-v432dL9Sy1 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-v432dL9Sy1 .nav-item .nav-link:hover::after,
.cid-v432dL9Sy1 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v432dL9Sy1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v432dL9Sy1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v432dL9Sy1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v432dL9Sy1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-v432dL9Sy1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v432dL9Sy1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v432dL9Sy1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v432dL9Sy1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v432dL9Sy1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v432dL9Sy1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v432dL9Sy1 .content-wrap {
  min-height: 110px;
}
.cid-v432dLJ9aN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #3fb5a5;
}
.cid-v432dLJ9aN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v432dLJ9aN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-v432dLJ9aN .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-v432dLJ9aN .mbr-section-title {
  color: #ffffff;
}
.cid-v432dLJ9aN .mbr-text,
.cid-v432dLJ9aN .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-v432dLJ9aN .content-head {
  max-width: 800px;
}
.cid-v432dMhnkL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3fb5a5;
}
.cid-v432dMhnkL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v432dMhnkL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v432dMhnkL .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v432dMhnkL .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v432dMhnkL .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v432dMhnkL .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v432dMhnkL .container {
    padding: 0 16px;
  }
}
.cid-v432dMhnkL .row {
  justify-content: center;
}
.cid-v432dMhnkL .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-v432dMhnkL .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v432dMhnkL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v432dMhnkL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v432dMhnkL .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v432dMhnkL .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v432dMDZKB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v432dMDZKB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v432dMDZKB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v432dMDZKB .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v432dMDZKB .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v432dMDZKB .content-wrapper::before,
.cid-v432dMDZKB .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v432dMDZKB .content-wrapper::before {
  left: 0;
}
.cid-v432dMDZKB .content-wrapper::after {
  right: 0;
}
.cid-v432dMDZKB .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  align-items: center;
}
.cid-v432dMDZKB .mbr-section-title {
  margin-bottom: 0;
  color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-v432dMDZKB .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v432dMDZKB .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v432dMDZKB .google-map iframe {
    height: 300px;
  }
}
.cid-v432dN3ZR6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3fb5a5;
}
.cid-v432dN3ZR6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v432dN3ZR6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v432dN3ZR6 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v432dN3ZR6 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v432dN3ZR6 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v432dN3ZR6 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v432dN3ZR6 .container {
    padding: 0 16px;
  }
}
.cid-v432dN3ZR6 .row {
  justify-content: center;
}
.cid-v432dN3ZR6 .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v432dN3ZR6 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v432dN3ZR6 .title-wrapper {
  margin-bottom: 32px;
}
.cid-v432dN3ZR6 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-v432dN3ZR6 .title-wrapper .title-wrap {
    display: inline;
  }
}
.cid-v432dN3ZR6 .title-wrapper .title-wrap img {
  height: 50px;
  width: 50px;
  border-radius: 0;
  object-fit: contain;
  margin-right: 25px;
}
@media (max-width: 1200px) {
  .cid-v432dN3ZR6 .title-wrapper .title-wrap img {
    margin: 0 0 25px 0;
  }
}
.cid-v432dN3ZR6 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v432dN3ZR6 .mbr-text {
  margin-bottom: 10px;
  color: #000000;
}
.cid-v432dN3ZR6 .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v432dN3ZR6 .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-v432dN3ZR6 .lists-wrapper {
  margin-right: 50px;
  margin-right: 0;
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-v432dN3ZR6 .lists-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-v432dN3ZR6 .lists-wrapper {
    margin: 0;
  }
}
.cid-v432dN3ZR6 .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v432dN3ZR6 .item {
    margin-bottom: 32px;
  }
}
.cid-v432dN3ZR6 .item .item-wrapper .card-box .card-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #3fb5a5;
  margin-bottom: 10px;
}
.cid-v432dN3ZR6 .item .item-wrapper .card-box .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-v432dN3ZR6 .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 8px;
}
.cid-v432dN3ZR6 .social-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v432dN3ZR6 .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v432dN3ZR6 .social-wrapper .soc-item {
  margin-bottom: 16px;
}
.cid-v432dN3ZR6 .social-wrapper .soc-item a {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1650px) {
  .cid-v432dN3ZR6 .social-wrapper .soc-item a {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .cid-v432dN3ZR6 .social-wrapper .soc-item a {
    flex-direction: row;
    align-items: inherit;
  }
}
.cid-v432dN3ZR6 .social-wrapper .soc-item a .icon-wrap {
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 10px;
}
@media (max-width: 1650px) {
  .cid-v432dN3ZR6 .social-wrapper .soc-item a .icon-wrap {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
@media (max-width: 992px) {
  .cid-v432dN3ZR6 .social-wrapper .soc-item a .icon-wrap {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.cid-v432dN3ZR6 .social-wrapper .soc-item a .icon-wrap .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #3fb5a5;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-v432dN3ZR6 .social-wrapper .soc-item a .icon-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-v432dN3ZR6 .social-wrapper .soc-item a .icon-wrap:hover .mbr-iconfont,
.cid-v432dN3ZR6 .social-wrapper .soc-item a .icon-wrap:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-v432dN3ZR6 .social-wrapper .soc-item a .icon-wrap:hover::before,
.cid-v432dN3ZR6 .social-wrapper .soc-item a .icon-wrap:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-v432dN3ZR6 .social-wrapper .soc-item a .mbr-soc {
  margin-bottom: 0;
}
.cid-v432dN3ZR6 .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-v432dN3ZR6 .mbr-section-title {
  color: #000000;
}
.cid-v432dN3ZR6 .card-title {
  color: #000000;
}
.cid-v432dN3ZR6 .list {
  color: #000000;
}
.cid-v432dN3ZR6 .mbr-soc {
  color: #000000;
}
.cid-v3X1xscGWM .navbar-dropdown {
  position: relative !important;
}
.cid-v3X1xscGWM .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-v3X1xscGWM .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v3X1xscGWM .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-v3X1xscGWM .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-v3X1xscGWM .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v3X1xscGWM .dropdown-item {
  border: none !important;
  background: #f7f5f0 !important;
}
.cid-v3X1xscGWM .dropdown-item:hover,
.cid-v3X1xscGWM .dropdown-item:focus {
  background: #f7f5f0 !important;
  color: #a11a20 !important;
}
.cid-v3X1xscGWM .dropdown-item:hover span {
  color: white;
}
.cid-v3X1xscGWM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3X1xscGWM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3X1xscGWM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3X1xscGWM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3X1xscGWM .nav-link {
  position: relative;
}
.cid-v3X1xscGWM .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v3X1xscGWM .container {
    flex-wrap: nowrap;
  }
}
.cid-v3X1xscGWM .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3X1xscGWM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v3X1xscGWM .dropdown-menu,
.cid-v3X1xscGWM .navbar.opened {
  background: #f7f5f0 !important;
}
.cid-v3X1xscGWM .nav-item:focus,
.cid-v3X1xscGWM .nav-link:focus {
  outline: none;
}
.cid-v3X1xscGWM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3X1xscGWM .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v3X1xscGWM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3X1xscGWM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3X1xscGWM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3X1xscGWM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3X1xscGWM .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f5f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v3X1xscGWM .navbar.opened {
  transition: all 0.3s;
}
.cid-v3X1xscGWM .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v3X1xscGWM .navbar .navbar-logo img {
  width: auto;
}
.cid-v3X1xscGWM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3X1xscGWM .navbar.collapsed {
  justify-content: center;
}
.cid-v3X1xscGWM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3X1xscGWM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3X1xscGWM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3X1xscGWM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3X1xscGWM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3X1xscGWM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3X1xscGWM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3X1xscGWM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3X1xscGWM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3X1xscGWM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3X1xscGWM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3X1xscGWM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3X1xscGWM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3X1xscGWM .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-v3X1xscGWM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3X1xscGWM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3X1xscGWM .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v3X1xscGWM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v3X1xscGWM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3X1xscGWM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3X1xscGWM .navbar.navbar-short {
  min-height: 96px;
}
.cid-v3X1xscGWM .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v3X1xscGWM .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v3X1xscGWM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3X1xscGWM .navbar-brand .navbar-caption:hover,
.cid-v3X1xscGWM .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-v3X1xscGWM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3X1xscGWM .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3X1xscGWM .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-v3X1xscGWM .dropdown-item.active,
.cid-v3X1xscGWM .dropdown-item:active {
  background-color: transparent;
}
.cid-v3X1xscGWM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3X1xscGWM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3X1xscGWM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3X1xscGWM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f5f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v3X1xscGWM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3X1xscGWM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v3X1xscGWM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3X1xscGWM ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v3X1xscGWM ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v3X1xscGWM .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v3X1xscGWM .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v3X1xscGWM .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v3X1xscGWM .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v3X1xscGWM button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f5f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v3X1xscGWM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-v3X1xscGWM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v3X1xscGWM button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v3X1xscGWM button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v3X1xscGWM button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v3X1xscGWM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3X1xscGWM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3X1xscGWM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3X1xscGWM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3X1xscGWM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3X1xscGWM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3X1xscGWM .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-v3X1xscGWM .navbar {
    height: 70px;
  }
  .cid-v3X1xscGWM .navbar.opened {
    height: auto;
  }
  .cid-v3X1xscGWM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3X1xscGWM .navbar-nav {
  margin: 0 auto;
}
.cid-v3X1xscGWM .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v3X1xscGWM .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v3X1xscGWM .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v3X1xscGWM .nav-item .nav-link:hover,
.cid-v3X1xscGWM .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-v3X1xscGWM .nav-item .nav-link:hover::after,
.cid-v3X1xscGWM .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v3X1xscGWM .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v3X1xscGWM .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v3X1xscGWM .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v3X1xscGWM .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3X1xscGWM .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3X1xscGWM .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3X1xscGWM .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3X1xscGWM .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3X1xscGWM .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v3X1xscGWM .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v3X1xscGWM .content-wrap {
  min-height: 110px;
}
.cid-v3X1xxJwT8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #3fb5a5;
}
.cid-v3X1xxJwT8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3X1xxJwT8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-v3X1xxJwT8 .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-v3X1xxJwT8 .mbr-section-title {
  color: #ffffff;
}
.cid-v3X1xxJwT8 .mbr-text,
.cid-v3X1xxJwT8 .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-v3X1xxJwT8 .content-head {
  max-width: 800px;
}
.cid-v3X1xDEAED {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3X1xDEAED .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3X1xDEAED .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-v3X1xDEAED .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v3X1xDEAED .container {
    padding: 0 12px;
  }
}
.cid-v3X1xDEAED .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v3X1xDEAED .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-v3X1xDEAED .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-v3X1xDEAED .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #3fb5a5;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-v3X1xDEAED .mbr-section-title {
  color: #000000;
}
.cid-v3X1xI3LDg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3fb5a5;
}
.cid-v3X1xI3LDg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3X1xI3LDg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3X1xI3LDg .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3X1xI3LDg .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X1xI3LDg .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3X1xI3LDg .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X1xI3LDg .container {
    padding: 0 16px;
  }
}
.cid-v3X1xI3LDg .row {
  justify-content: center;
}
.cid-v3X1xI3LDg .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-v3X1xI3LDg .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v3X1xI3LDg .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3X1xI3LDg .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3X1xI3LDg .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3X1xI3LDg .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3X1xM0hc7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3X1xM0hc7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3X1xM0hc7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3X1xM0hc7 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3X1xM0hc7 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X1xM0hc7 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3X1xM0hc7 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X1xM0hc7 .container {
    padding: 0 16px;
  }
}
.cid-v3X1xM0hc7 .row {
  justify-content: center;
}
.cid-v3X1xM0hc7 .title-wrapper {
  margin-bottom: 50px;
}
.cid-v3X1xM0hc7 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-v3X1xM0hc7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3X1xM0hc7 .cards-wrapper .item {
  padding: 50px 40px;
  background-color: #3fb5a5;
  border-radius: 1rem !important;
  margin-top: -7.5rem;
  width: 46%;
}
.cid-v3X1xM0hc7 .cards-wrapper .item:first-child {
  margin-top: 0;
}
.cid-v3X1xM0hc7 .cards-wrapper .item:nth-child(2n) {
  margin-left: auto;
}
@media (max-width: 992px) {
  .cid-v3X1xM0hc7 .cards-wrapper .item:nth-child(2n) {
    margin-left: 0;
  }
}
@media (max-width: 1440px) {
  .cid-v3X1xM0hc7 .cards-wrapper .item {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-v3X1xM0hc7 .cards-wrapper .item {
    margin-top: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v3X1xM0hc7 .cards-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 50px;
}
.cid-v3X1xM0hc7 .cards-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #000000;
  display: inline-flex;
}
.cid-v3X1xM0hc7 .cards-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-v3X1xM0hc7 .cards-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.cid-v3X1xM0hc7 .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-v3X1xM0hc7 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3X1xM0hc7 .card-title {
  color: #000000;
}
.cid-v3X1xM0hc7 .card-text {
  color: #ffffff;
}
.cid-v3X1xM0hc7 .card-title,
.cid-v3X1xM0hc7 .icon-wrapper,
.cid-v3X1xM0hc7 .link-wrapper {
  color: #000000;
}
.cid-v3X1xQXbHa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3fb5a5;
}
.cid-v3X1xQXbHa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3X1xQXbHa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3X1xQXbHa .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3X1xQXbHa .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X1xQXbHa .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3X1xQXbHa .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X1xQXbHa .container {
    padding: 0 16px;
  }
}
.cid-v3X1xQXbHa .row {
  padding: 60px 64px;
  background-color: #ffffff;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-v3X1xQXbHa .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3X1xQXbHa .row {
    padding: 25px 9px;
  }
}
.cid-v3X1xQXbHa .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3X1xQXbHa .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v3X1xQXbHa .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3X1xQXbHa .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-v3X1xQXbHa .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-v3X1xQXbHa .image-wrapper img {
    height: 350px;
  }
}
.cid-v3X1xQXbHa .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3X1xQXbHa .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v3X1xQXbHa .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v3X1xQXbHa .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-v3X1xQXbHa .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v3X1xQXbHa .items-wrapper {
    display: block;
  }
}
.cid-v3X1xQXbHa .items-wrapper .item {
  padding: 50px;
  background-color: #3fb5a5;
  border-radius: .5rem !important;
}
.cid-v3X1xQXbHa .items-wrapper .item:nth-child(2n) {
  background-color: #ecf4f6;
}
@media (max-width: 992px) {
  .cid-v3X1xQXbHa .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-v3X1xQXbHa .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v3X1xQXbHa .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #000000;
  display: inline-flex;
}
.cid-v3X1xQXbHa .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-v3X1xQXbHa .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v3X1xQXbHa .card {
  justify-content: center;
}
.cid-v3X1xQXbHa .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3X1xQXbHa .mbr-text {
  color: #000000;
}
.cid-v3X1xQXbHa .card-title {
  color: #000000;
}
.cid-v3X1xQXbHa .card-text {
  color: #000000;
  text-align: center;
}
.cid-v3X1xQXbHa .card-title,
.cid-v3X1xQXbHa .icon-wrapper {
  text-align: center;
}
.cid-v3X1xTLI8E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3X1xTLI8E .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3X1xTLI8E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3X1xTLI8E .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3X1xTLI8E .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X1xTLI8E .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3X1xTLI8E .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X1xTLI8E .container {
    padding: 0 16px;
  }
}
.cid-v3X1xTLI8E .mbr-section-subtitle {
  margin-bottom: 56px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v3X1xTLI8E .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-v3X1xTLI8E .content-wrapper {
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-v3X1xTLI8E .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-v3X1xTLI8E .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v3X1xTLI8E .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3X1xTLI8E .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 992px) {
  .cid-v3X1xTLI8E .cards-wrapper {
    display: block;
  }
}
.cid-v3X1xTLI8E .cards-wrapper .item {
  padding: 32px;
  background-color: #3fb5a5;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v3X1xTLI8E .cards-wrapper .item {
    display: block;
    margin-bottom: 2rem;
    padding: 24px;
  }
}
.cid-v3X1xTLI8E .cards-wrapper .item a:focus .item-wrapper .card-box .link-wrapper .mbr-iconfont,
.cid-v3X1xTLI8E .cards-wrapper .item a:hover .item-wrapper .card-box .link-wrapper .mbr-iconfont {
  transform: translateX(10px);
}
.cid-v3X1xTLI8E .cards-wrapper .item a .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 12px;
}
.cid-v3X1xTLI8E .cards-wrapper .item a .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #000000;
  display: inline-flex;
}
.cid-v3X1xTLI8E .cards-wrapper .item a .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-v3X1xTLI8E .cards-wrapper .item a .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.cid-v3X1xTLI8E .cards-wrapper .item a .item-wrapper .card-box .link-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #000000;
  display: inline-flex;
  transition: all .3s ease;
}
.cid-v3X1xTLI8E .mbr-section-title {
  color: #000000;
}
.cid-v3X1xTLI8E .mbr-text {
  color: #000000;
}
.cid-v3X1xTLI8E .card-title {
  color: #000000;
}
.cid-v3X1xTLI8E .card-text {
  color: #000000;
}
.cid-v3X1xVZSIV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3X1xVZSIV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3X1xVZSIV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3X1xVZSIV .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3X1xVZSIV .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X1xVZSIV .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3X1xVZSIV .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X1xVZSIV .container {
    padding: 0 16px;
  }
}
.cid-v3X1xVZSIV .row {
  justify-content: center;
}
.cid-v3X1xVZSIV .title-wrapper {
  margin-bottom: 50px;
}
.cid-v3X1xVZSIV .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v3X1xVZSIV .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3X1xVZSIV .item {
  margin-bottom: 50px;
  padding-right: 40px;
}
.cid-v3X1xVZSIV .item:nth-child(2n) {
  padding-right: 0;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-v3X1xVZSIV .item:nth-child(2n) {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3X1xVZSIV .item {
    padding: 0 16px;
    margin-top: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v3X1xVZSIV .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 25px;
}
.cid-v3X1xVZSIV .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  font-size: 25px;
  color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  border-radius: 50%;
}
.cid-v3X1xVZSIV .item .item-wrapper .card-box .card-title {
  margin-bottom: 5px;
}
.cid-v3X1xVZSIV .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v3X1xVZSIV .border-wrapper {
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 50px;
}
.cid-v3X1xVZSIV .border-wrap {
  height: 1px;
  background-color: #ffffff;
}
.cid-v3X1xVZSIV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3X1xVZSIV .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3X1xVZSIV .card-title {
  color: #000000;
}
.cid-v3X1xVZSIV .card-text {
  color: #000000;
}
.cid-v3X1xVZSIV .card-title,
.cid-v3X1xVZSIV .icon-wrapper,
.cid-v3X1xVZSIV .link-wrapper {
  text-align: center;
}
.cid-v3X1xXHYZc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3X1xXHYZc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3X1xXHYZc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3X1xXHYZc .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3X1xXHYZc .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X1xXHYZc .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3X1xXHYZc .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X1xXHYZc .container {
    padding: 0 16px;
  }
}
.cid-v3X1xXHYZc .row {
  padding: 60px 44px;
  background-color: #ffffff;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-v3X1xXHYZc .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3X1xXHYZc .row {
    padding: 25px 9px;
  }
}
@media (max-width: 992px) {
  .cid-v3X1xXHYZc .title-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v3X1xXHYZc .title-wrapper .icon-wrapper {
  margin-bottom: 32px;
}
.cid-v3X1xXHYZc .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 180px;
  display: inline-flex;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v3X1xXHYZc .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v3X1xXHYZc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3X1xXHYZc .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-v3X1xXHYZc .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3X1xXHYZc .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v3X1xXHYZc .content-wrapper .mbr-name {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #979797;
}
.cid-v3X1xXHYZc .mbr-section-title {
  color: #000000;
}
.cid-v3X1xXHYZc .mbr-text {
  color: #000000;
}
.cid-v3X1xXHYZc .mbr-name {
  color: #000000;
}
.cid-v3X1xZ8Fg7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3X1xZ8Fg7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3X1xZ8Fg7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3X1xZ8Fg7 .title-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-v3X1xZ8Fg7 .title-wrapper {
    position: static;
    margin-bottom: 40px;
  }
}
.cid-v3X1xZ8Fg7 .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v3X1xZ8Fg7 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v3X1xZ8Fg7 .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3X1xZ8Fg7 .panel-group .card {
  position: relative;
  padding: 8px;
  background-color: #3fb5a5;
  border: none;
  margin-top: 16px;
}
.cid-v3X1xZ8Fg7 .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-v3X1xZ8Fg7 .panel-group .card {
    margin-top: 20px;
  }
  .cid-v3X1xZ8Fg7 .panel-group .card:first-child {
    margin-top: 0;
  }
}
.cid-v3X1xZ8Fg7 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v3X1xZ8Fg7 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
}
@media (max-width: 992px) {
  .cid-v3X1xZ8Fg7 .panel-group .card .card-header .panel-title {
    padding: 20px;
  }
}
.cid-v3X1xZ8Fg7 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v3X1xZ8Fg7 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #6c7179;
  border-radius: 100%;
}
.cid-v3X1xZ8Fg7 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 12px;
  margin-top: 2px;
  transition: all 0.3s ease-in-out;
  color: #6c7179;
}
.cid-v3X1xZ8Fg7 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-v3X1xZ8Fg7 .panel-group .card .panel-collapse .panel-body {
  margin-top: 8px;
  padding: 24px;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-v3X1xZ8Fg7 .panel-group .card .panel-collapse .panel-body {
    padding: 20px;
  }
}
.cid-v3X1xZ8Fg7 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v3X1xZ8Fg7 .mbr-label {
  color: #be0000;
}
.cid-v3X1xZ8Fg7 .mbr-section-title {
  color: #000000;
}
.cid-v3X1xZ8Fg7 .mbr-text,
.cid-v3X1xZ8Fg7 .text-wrapper {
  color: #6c7179;
}
.cid-v3X1xZ8Fg7 .panel-title-edit {
  color: #000000;
}
.cid-v3X1xZ8Fg7 .panel-text {
  color: #6c7179;
}
.cid-v3X1y0PUoD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3X1y0PUoD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3X1y0PUoD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3X1y0PUoD .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3X1y0PUoD .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X1y0PUoD .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3X1y0PUoD .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X1y0PUoD .container {
    padding: 0 16px;
  }
}
.cid-v3X1y0PUoD .row {
  justify-content: center;
}
.cid-v3X1y0PUoD .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-v3X1y0PUoD .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v3X1y0PUoD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3X1y0PUoD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3X1y0PUoD .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3X1y0PUoD .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v434fqz2cD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v434fqz2cD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v434fqz2cD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v434fqz2cD .title-wrapper {
  position: sticky;
  top: 30px;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-v434fqz2cD .title-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-v434fqz2cD .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #3fb5a5;
  margin-bottom: 15px;
}
.cid-v434fqz2cD .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v434fqz2cD .panel-group .card {
  position: relative;
  padding: 0 0 30px 0;
  border-bottom: none;
  transition: all 0.3s ease-in-out;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-v434fqz2cD .panel-group .card {
    padding: 0 0 15px 0;
  }
}
.cid-v434fqz2cD .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v434fqz2cD .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  padding: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v434fqz2cD .panel-group .card .card-header .panel-title {
    padding: 15px 0 0 0;
  }
}
.cid-v434fqz2cD .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #f7f4f2;
  border-radius: 1rem;
}
.cid-v434fqz2cD .panel-group .card .card-header .panel-title::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #3fb5a5;
  transition: all 0.3s ease-in-out;
  border-radius: 1rem;
}
.cid-v434fqz2cD .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-v434fqz2cD .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
  }
}
.cid-v434fqz2cD .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
  border: 1px solid #000000;
  box-shadow: .2rem .2rem 1rem transparent !important;
}
.cid-v434fqz2cD .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-v434fqz2cD .panel-group .card .card-header .panel-title:not(.collapsed)::after {
  width: 100%;
}
.cid-v434fqz2cD .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  border: 1px solid transparent;
  box-shadow: 0.2rem 0.2rem 1rem #e5e3ff !important;
}
.cid-v434fqz2cD .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-v434fqz2cD .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  opacity: 1;
}
.cid-v434fqz2cD .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-v434fqz2cD .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v434fqz2cD .mbr-label {
  color: #000000;
}
.cid-v434fqz2cD .mbr-section-title {
  color: #000000;
}
.cid-v434fqz2cD .panel-title-edit {
  color: #000000;
}
.cid-v434fqz2cD .panel-text {
  color: #000000;
}
.cid-v3X1y72c6x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v3X1y72c6x .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3X1y72c6x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3X1y72c6x .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v3X1y72c6x .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v3X1y72c6x .content-wrapper::before,
.cid-v3X1y72c6x .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v3X1y72c6x .content-wrapper::before {
  left: 0;
}
.cid-v3X1y72c6x .content-wrapper::after {
  right: 0;
}
.cid-v3X1y72c6x .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  align-items: center;
}
.cid-v3X1y72c6x .mbr-section-title {
  margin-bottom: 0;
  color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-v3X1y72c6x .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3X1y72c6x .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v3X1y72c6x .google-map iframe {
    height: 300px;
  }
}
.cid-v3X1yfaLe3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3fb5a5;
}
.cid-v3X1yfaLe3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3X1yfaLe3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3X1yfaLe3 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3X1yfaLe3 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X1yfaLe3 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3X1yfaLe3 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X1yfaLe3 .container {
    padding: 0 16px;
  }
}
.cid-v3X1yfaLe3 .row {
  justify-content: center;
}
.cid-v3X1yfaLe3 .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3X1yfaLe3 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3X1yfaLe3 .title-wrapper {
  margin-bottom: 32px;
}
.cid-v3X1yfaLe3 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-v3X1yfaLe3 .title-wrapper .title-wrap {
    display: inline;
  }
}
.cid-v3X1yfaLe3 .title-wrapper .title-wrap img {
  height: 50px;
  width: 50px;
  border-radius: 0;
  object-fit: contain;
  margin-right: 25px;
}
@media (max-width: 1200px) {
  .cid-v3X1yfaLe3 .title-wrapper .title-wrap img {
    margin: 0 0 25px 0;
  }
}
.cid-v3X1yfaLe3 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3X1yfaLe3 .mbr-text {
  margin-bottom: 10px;
  color: #000000;
}
.cid-v3X1yfaLe3 .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3X1yfaLe3 .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-v3X1yfaLe3 .lists-wrapper {
  margin-right: 50px;
  margin-right: 0;
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-v3X1yfaLe3 .lists-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-v3X1yfaLe3 .lists-wrapper {
    margin: 0;
  }
}
.cid-v3X1yfaLe3 .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3X1yfaLe3 .item {
    margin-bottom: 32px;
  }
}
.cid-v3X1yfaLe3 .item .item-wrapper .card-box .card-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #3fb5a5;
  margin-bottom: 10px;
}
.cid-v3X1yfaLe3 .item .item-wrapper .card-box .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-v3X1yfaLe3 .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 8px;
}
.cid-v3X1yfaLe3 .social-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3X1yfaLe3 .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3X1yfaLe3 .social-wrapper .soc-item {
  margin-bottom: 16px;
}
.cid-v3X1yfaLe3 .social-wrapper .soc-item a {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1650px) {
  .cid-v3X1yfaLe3 .social-wrapper .soc-item a {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .cid-v3X1yfaLe3 .social-wrapper .soc-item a {
    flex-direction: row;
    align-items: inherit;
  }
}
.cid-v3X1yfaLe3 .social-wrapper .soc-item a .icon-wrap {
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 10px;
}
@media (max-width: 1650px) {
  .cid-v3X1yfaLe3 .social-wrapper .soc-item a .icon-wrap {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
@media (max-width: 992px) {
  .cid-v3X1yfaLe3 .social-wrapper .soc-item a .icon-wrap {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.cid-v3X1yfaLe3 .social-wrapper .soc-item a .icon-wrap .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #3fb5a5;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-v3X1yfaLe3 .social-wrapper .soc-item a .icon-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-v3X1yfaLe3 .social-wrapper .soc-item a .icon-wrap:hover .mbr-iconfont,
.cid-v3X1yfaLe3 .social-wrapper .soc-item a .icon-wrap:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-v3X1yfaLe3 .social-wrapper .soc-item a .icon-wrap:hover::before,
.cid-v3X1yfaLe3 .social-wrapper .soc-item a .icon-wrap:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-v3X1yfaLe3 .social-wrapper .soc-item a .mbr-soc {
  margin-bottom: 0;
}
.cid-v3X1yfaLe3 .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-v3X1yfaLe3 .mbr-section-title {
  color: #000000;
}
.cid-v3X1yfaLe3 .card-title {
  color: #000000;
}
.cid-v3X1yfaLe3 .list {
  color: #000000;
}
.cid-v3X1yfaLe3 .mbr-soc {
  color: #000000;
}
.cid-v3X0WWCo3D .navbar-dropdown {
  position: relative !important;
}
.cid-v3X0WWCo3D .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-v3X0WWCo3D .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v3X0WWCo3D .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-v3X0WWCo3D .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-v3X0WWCo3D .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v3X0WWCo3D .dropdown-item {
  border: none !important;
  background: #f7f5f0 !important;
}
.cid-v3X0WWCo3D .dropdown-item:hover,
.cid-v3X0WWCo3D .dropdown-item:focus {
  background: #f7f5f0 !important;
  color: #a11a20 !important;
}
.cid-v3X0WWCo3D .dropdown-item:hover span {
  color: white;
}
.cid-v3X0WWCo3D .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3X0WWCo3D .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3X0WWCo3D .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3X0WWCo3D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3X0WWCo3D .nav-link {
  position: relative;
}
.cid-v3X0WWCo3D .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v3X0WWCo3D .container {
    flex-wrap: nowrap;
  }
}
.cid-v3X0WWCo3D .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3X0WWCo3D .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v3X0WWCo3D .dropdown-menu,
.cid-v3X0WWCo3D .navbar.opened {
  background: #f7f5f0 !important;
}
.cid-v3X0WWCo3D .nav-item:focus,
.cid-v3X0WWCo3D .nav-link:focus {
  outline: none;
}
.cid-v3X0WWCo3D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3X0WWCo3D .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v3X0WWCo3D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3X0WWCo3D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3X0WWCo3D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3X0WWCo3D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3X0WWCo3D .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f5f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v3X0WWCo3D .navbar.opened {
  transition: all 0.3s;
}
.cid-v3X0WWCo3D .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v3X0WWCo3D .navbar .navbar-logo img {
  width: auto;
}
.cid-v3X0WWCo3D .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3X0WWCo3D .navbar.collapsed {
  justify-content: center;
}
.cid-v3X0WWCo3D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3X0WWCo3D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3X0WWCo3D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3X0WWCo3D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3X0WWCo3D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3X0WWCo3D .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3X0WWCo3D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3X0WWCo3D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3X0WWCo3D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3X0WWCo3D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3X0WWCo3D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3X0WWCo3D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3X0WWCo3D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3X0WWCo3D .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-v3X0WWCo3D .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3X0WWCo3D .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3X0WWCo3D .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v3X0WWCo3D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v3X0WWCo3D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3X0WWCo3D .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3X0WWCo3D .navbar.navbar-short {
  min-height: 96px;
}
.cid-v3X0WWCo3D .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v3X0WWCo3D .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v3X0WWCo3D .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3X0WWCo3D .navbar-brand .navbar-caption:hover,
.cid-v3X0WWCo3D .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-v3X0WWCo3D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3X0WWCo3D .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3X0WWCo3D .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-v3X0WWCo3D .dropdown-item.active,
.cid-v3X0WWCo3D .dropdown-item:active {
  background-color: transparent;
}
.cid-v3X0WWCo3D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3X0WWCo3D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3X0WWCo3D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3X0WWCo3D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f5f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v3X0WWCo3D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3X0WWCo3D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v3X0WWCo3D .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3X0WWCo3D ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v3X0WWCo3D ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v3X0WWCo3D .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v3X0WWCo3D .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v3X0WWCo3D .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v3X0WWCo3D .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v3X0WWCo3D button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f5f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v3X0WWCo3D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-v3X0WWCo3D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v3X0WWCo3D button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v3X0WWCo3D button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v3X0WWCo3D button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v3X0WWCo3D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3X0WWCo3D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3X0WWCo3D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3X0WWCo3D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3X0WWCo3D .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3X0WWCo3D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3X0WWCo3D .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-v3X0WWCo3D .navbar {
    height: 70px;
  }
  .cid-v3X0WWCo3D .navbar.opened {
    height: auto;
  }
  .cid-v3X0WWCo3D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3X0WWCo3D .navbar-nav {
  margin: 0 auto;
}
.cid-v3X0WWCo3D .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v3X0WWCo3D .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v3X0WWCo3D .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v3X0WWCo3D .nav-item .nav-link:hover,
.cid-v3X0WWCo3D .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-v3X0WWCo3D .nav-item .nav-link:hover::after,
.cid-v3X0WWCo3D .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v3X0WWCo3D .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v3X0WWCo3D .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v3X0WWCo3D .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v3X0WWCo3D .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3X0WWCo3D .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3X0WWCo3D .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3X0WWCo3D .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3X0WWCo3D .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3X0WWCo3D .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v3X0WWCo3D .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v3X0WWCo3D .content-wrap {
  min-height: 110px;
}
.cid-v3X0X0L8KQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #3fb5a5;
}
.cid-v3X0X0L8KQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3X0X0L8KQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-v3X0X0L8KQ .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-v3X0X0L8KQ .mbr-section-title {
  color: #ffffff;
}
.cid-v3X0X0L8KQ .mbr-text,
.cid-v3X0X0L8KQ .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-v3X0X0L8KQ .content-head {
  max-width: 800px;
}
.cid-v3X0X4T1nq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3X0X4T1nq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3X0X4T1nq .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-v3X0X4T1nq .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v3X0X4T1nq .container {
    padding: 0 12px;
  }
}
.cid-v3X0X4T1nq .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v3X0X4T1nq .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-v3X0X4T1nq .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-v3X0X4T1nq .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #3fb5a5;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-v3X0X4T1nq .mbr-section-title {
  color: #000000;
}
.cid-v3X0X99Hee {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3fb5a5;
}
.cid-v3X0X99Hee .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3X0X99Hee .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3X0X99Hee .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3X0X99Hee .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X0X99Hee .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3X0X99Hee .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X0X99Hee .container {
    padding: 0 16px;
  }
}
.cid-v3X0X99Hee .row {
  justify-content: center;
}
.cid-v3X0X99Hee .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-v3X0X99Hee .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v3X0X99Hee .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3X0X99Hee .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3X0X99Hee .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3X0X99Hee .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3X0XdakGc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3X0XdakGc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3X0XdakGc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3X0XdakGc .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3X0XdakGc .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X0XdakGc .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3X0XdakGc .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X0XdakGc .container {
    padding: 0 16px;
  }
}
.cid-v3X0XdakGc .row {
  justify-content: center;
}
.cid-v3X0XdakGc .title-wrapper {
  margin-bottom: 50px;
}
.cid-v3X0XdakGc .title-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-v3X0XdakGc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3X0XdakGc .cards-wrapper .item {
  padding: 50px 40px;
  background-color: #3fb5a5;
  border-radius: 1rem !important;
  margin-top: -7.5rem;
  width: 46%;
}
.cid-v3X0XdakGc .cards-wrapper .item:first-child {
  margin-top: 0;
}
.cid-v3X0XdakGc .cards-wrapper .item:nth-child(2n) {
  margin-left: auto;
}
@media (max-width: 992px) {
  .cid-v3X0XdakGc .cards-wrapper .item:nth-child(2n) {
    margin-left: 0;
  }
}
@media (max-width: 1440px) {
  .cid-v3X0XdakGc .cards-wrapper .item {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-v3X0XdakGc .cards-wrapper .item {
    margin-top: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v3X0XdakGc .cards-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 50px;
}
.cid-v3X0XdakGc .cards-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #000000;
  display: inline-flex;
}
.cid-v3X0XdakGc .cards-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-v3X0XdakGc .cards-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.cid-v3X0XdakGc .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-v3X0XdakGc .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3X0XdakGc .card-title {
  color: #000000;
}
.cid-v3X0XdakGc .card-text {
  color: #ffffff;
}
.cid-v3X0XdakGc .card-title,
.cid-v3X0XdakGc .icon-wrapper,
.cid-v3X0XdakGc .link-wrapper {
  color: #000000;
}
.cid-v3X0XkUhHP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3fb5a5;
}
.cid-v3X0XkUhHP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3X0XkUhHP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3X0XkUhHP .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3X0XkUhHP .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X0XkUhHP .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3X0XkUhHP .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X0XkUhHP .container {
    padding: 0 16px;
  }
}
.cid-v3X0XkUhHP .row {
  padding: 60px 64px;
  background-color: #ffffff;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-v3X0XkUhHP .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3X0XkUhHP .row {
    padding: 25px 9px;
  }
}
.cid-v3X0XkUhHP .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3X0XkUhHP .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v3X0XkUhHP .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3X0XkUhHP .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-v3X0XkUhHP .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-v3X0XkUhHP .image-wrapper img {
    height: 350px;
  }
}
.cid-v3X0XkUhHP .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3X0XkUhHP .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v3X0XkUhHP .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v3X0XkUhHP .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-v3X0XkUhHP .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v3X0XkUhHP .items-wrapper {
    display: block;
  }
}
.cid-v3X0XkUhHP .items-wrapper .item {
  padding: 50px;
  background-color: #3fb5a5;
  border-radius: .5rem !important;
}
.cid-v3X0XkUhHP .items-wrapper .item:nth-child(2n) {
  background-color: #ecf4f6;
}
@media (max-width: 992px) {
  .cid-v3X0XkUhHP .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-v3X0XkUhHP .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v3X0XkUhHP .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #000000;
  display: inline-flex;
}
.cid-v3X0XkUhHP .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-v3X0XkUhHP .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v3X0XkUhHP .card {
  justify-content: center;
}
.cid-v3X0XkUhHP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3X0XkUhHP .mbr-text {
  color: #000000;
}
.cid-v3X0XkUhHP .card-title {
  color: #000000;
}
.cid-v3X0XkUhHP .card-text {
  color: #000000;
  text-align: center;
}
.cid-v3X0XkUhHP .card-title,
.cid-v3X0XkUhHP .icon-wrapper {
  text-align: center;
}
.cid-v3X0XplpV9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3X0XplpV9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3X0XplpV9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3X0XplpV9 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3X0XplpV9 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X0XplpV9 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3X0XplpV9 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X0XplpV9 .container {
    padding: 0 16px;
  }
}
.cid-v3X0XplpV9 .mbr-section-subtitle {
  margin-bottom: 56px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v3X0XplpV9 .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-v3X0XplpV9 .content-wrapper {
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-v3X0XplpV9 .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-v3X0XplpV9 .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v3X0XplpV9 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3X0XplpV9 .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 992px) {
  .cid-v3X0XplpV9 .cards-wrapper {
    display: block;
  }
}
.cid-v3X0XplpV9 .cards-wrapper .item {
  padding: 32px;
  background-color: #3fb5a5;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v3X0XplpV9 .cards-wrapper .item {
    display: block;
    margin-bottom: 2rem;
    padding: 24px;
  }
}
.cid-v3X0XplpV9 .cards-wrapper .item a:focus .item-wrapper .card-box .link-wrapper .mbr-iconfont,
.cid-v3X0XplpV9 .cards-wrapper .item a:hover .item-wrapper .card-box .link-wrapper .mbr-iconfont {
  transform: translateX(10px);
}
.cid-v3X0XplpV9 .cards-wrapper .item a .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 12px;
}
.cid-v3X0XplpV9 .cards-wrapper .item a .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #000000;
  display: inline-flex;
}
.cid-v3X0XplpV9 .cards-wrapper .item a .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-v3X0XplpV9 .cards-wrapper .item a .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.cid-v3X0XplpV9 .cards-wrapper .item a .item-wrapper .card-box .link-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #000000;
  display: inline-flex;
  transition: all .3s ease;
}
.cid-v3X0XplpV9 .mbr-section-title {
  color: #000000;
}
.cid-v3X0XplpV9 .mbr-text {
  color: #000000;
}
.cid-v3X0XplpV9 .card-title {
  color: #000000;
}
.cid-v3X0XplpV9 .card-text {
  color: #000000;
}
.cid-v3X0XtnBil {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3X0XtnBil .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3X0XtnBil .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3X0XtnBil .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3X0XtnBil .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X0XtnBil .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3X0XtnBil .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X0XtnBil .container {
    padding: 0 16px;
  }
}
.cid-v3X0XtnBil .row {
  justify-content: center;
}
.cid-v3X0XtnBil .title-wrapper {
  margin-bottom: 50px;
}
.cid-v3X0XtnBil .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v3X0XtnBil .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3X0XtnBil .item {
  margin-bottom: 50px;
  padding-right: 40px;
}
.cid-v3X0XtnBil .item:nth-child(2n) {
  padding-right: 0;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-v3X0XtnBil .item:nth-child(2n) {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3X0XtnBil .item {
    padding: 0 16px;
    margin-top: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v3X0XtnBil .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 25px;
}
.cid-v3X0XtnBil .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  font-size: 25px;
  color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  border-radius: 50%;
}
.cid-v3X0XtnBil .item .item-wrapper .card-box .card-title {
  margin-bottom: 5px;
}
.cid-v3X0XtnBil .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v3X0XtnBil .border-wrapper {
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 50px;
}
.cid-v3X0XtnBil .border-wrap {
  height: 1px;
  background-color: #ffffff;
}
.cid-v3X0XtnBil .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3X0XtnBil .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3X0XtnBil .card-title {
  color: #000000;
}
.cid-v3X0XtnBil .card-text {
  color: #000000;
}
.cid-v3X0XtnBil .card-title,
.cid-v3X0XtnBil .icon-wrapper,
.cid-v3X0XtnBil .link-wrapper {
  text-align: center;
}
.cid-v3X0XBu1VD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3X0XBu1VD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3X0XBu1VD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3X0XBu1VD .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3X0XBu1VD .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X0XBu1VD .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3X0XBu1VD .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X0XBu1VD .container {
    padding: 0 16px;
  }
}
.cid-v3X0XBu1VD .row {
  padding: 60px 44px;
  background-color: #ffffff;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-v3X0XBu1VD .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3X0XBu1VD .row {
    padding: 25px 9px;
  }
}
@media (max-width: 992px) {
  .cid-v3X0XBu1VD .title-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v3X0XBu1VD .title-wrapper .icon-wrapper {
  margin-bottom: 32px;
}
.cid-v3X0XBu1VD .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 180px;
  display: inline-flex;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v3X0XBu1VD .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v3X0XBu1VD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3X0XBu1VD .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-v3X0XBu1VD .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3X0XBu1VD .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v3X0XBu1VD .content-wrapper .mbr-name {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #979797;
}
.cid-v3X0XBu1VD .mbr-section-title {
  color: #000000;
}
.cid-v3X0XBu1VD .mbr-text {
  color: #000000;
}
.cid-v3X0XBu1VD .mbr-name {
  color: #000000;
}
.cid-v3X0XNnEeN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3X0XNnEeN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3X0XNnEeN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3X0XNnEeN .title-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-v3X0XNnEeN .title-wrapper {
    position: static;
    margin-bottom: 40px;
  }
}
.cid-v3X0XNnEeN .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v3X0XNnEeN .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v3X0XNnEeN .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3X0XNnEeN .panel-group .card {
  position: relative;
  padding: 8px;
  background-color: #3fb5a5;
  border: none;
  margin-top: 16px;
}
.cid-v3X0XNnEeN .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-v3X0XNnEeN .panel-group .card {
    margin-top: 20px;
  }
  .cid-v3X0XNnEeN .panel-group .card:first-child {
    margin-top: 0;
  }
}
.cid-v3X0XNnEeN .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v3X0XNnEeN .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
}
@media (max-width: 992px) {
  .cid-v3X0XNnEeN .panel-group .card .card-header .panel-title {
    padding: 20px;
  }
}
.cid-v3X0XNnEeN .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v3X0XNnEeN .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #6c7179;
  border-radius: 100%;
}
.cid-v3X0XNnEeN .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 12px;
  margin-top: 2px;
  transition: all 0.3s ease-in-out;
  color: #6c7179;
}
.cid-v3X0XNnEeN .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-v3X0XNnEeN .panel-group .card .panel-collapse .panel-body {
  margin-top: 8px;
  padding: 24px;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-v3X0XNnEeN .panel-group .card .panel-collapse .panel-body {
    padding: 20px;
  }
}
.cid-v3X0XNnEeN .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v3X0XNnEeN .mbr-label {
  color: #be0000;
}
.cid-v3X0XNnEeN .mbr-section-title {
  color: #000000;
}
.cid-v3X0XNnEeN .mbr-text,
.cid-v3X0XNnEeN .text-wrapper {
  color: #6c7179;
}
.cid-v3X0XNnEeN .panel-title-edit {
  color: #000000;
}
.cid-v3X0XNnEeN .panel-text {
  color: #6c7179;
}
.cid-v3X0XSrusj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3X0XSrusj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3X0XSrusj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3X0XSrusj .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3X0XSrusj .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X0XSrusj .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3X0XSrusj .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X0XSrusj .container {
    padding: 0 16px;
  }
}
.cid-v3X0XSrusj .row {
  justify-content: center;
}
.cid-v3X0XSrusj .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-v3X0XSrusj .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v3X0XSrusj .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3X0XSrusj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3X0XSrusj .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3X0XSrusj .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v433JKzfz2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v433JKzfz2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v433JKzfz2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v433JKzfz2 .title-wrapper {
  position: sticky;
  top: 30px;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-v433JKzfz2 .title-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-v433JKzfz2 .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #3fb5a5;
  margin-bottom: 15px;
}
.cid-v433JKzfz2 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v433JKzfz2 .panel-group .card {
  position: relative;
  padding: 0 0 30px 0;
  border-bottom: none;
  transition: all 0.3s ease-in-out;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-v433JKzfz2 .panel-group .card {
    padding: 0 0 15px 0;
  }
}
.cid-v433JKzfz2 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v433JKzfz2 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  padding: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v433JKzfz2 .panel-group .card .card-header .panel-title {
    padding: 15px 0 0 0;
  }
}
.cid-v433JKzfz2 .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #f7f4f2;
  border-radius: 1rem;
}
.cid-v433JKzfz2 .panel-group .card .card-header .panel-title::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #3fb5a5;
  transition: all 0.3s ease-in-out;
  border-radius: 1rem;
}
.cid-v433JKzfz2 .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-v433JKzfz2 .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
  }
}
.cid-v433JKzfz2 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
  border: 1px solid #000000;
  box-shadow: .2rem .2rem 1rem transparent !important;
}
.cid-v433JKzfz2 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-v433JKzfz2 .panel-group .card .card-header .panel-title:not(.collapsed)::after {
  width: 100%;
}
.cid-v433JKzfz2 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  border: 1px solid transparent;
  box-shadow: 0.2rem 0.2rem 1rem #e5e3ff !important;
}
.cid-v433JKzfz2 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-v433JKzfz2 .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  opacity: 1;
}
.cid-v433JKzfz2 .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-v433JKzfz2 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v433JKzfz2 .mbr-label {
  color: #000000;
}
.cid-v433JKzfz2 .mbr-section-title {
  color: #000000;
}
.cid-v433JKzfz2 .panel-title-edit {
  color: #000000;
}
.cid-v433JKzfz2 .panel-text {
  color: #000000;
}
.cid-v3X0XX9trS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v3X0XX9trS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3X0XX9trS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3X0XX9trS .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v3X0XX9trS .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v3X0XX9trS .content-wrapper::before,
.cid-v3X0XX9trS .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v3X0XX9trS .content-wrapper::before {
  left: 0;
}
.cid-v3X0XX9trS .content-wrapper::after {
  right: 0;
}
.cid-v3X0XX9trS .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  align-items: center;
}
.cid-v3X0XX9trS .mbr-section-title {
  margin-bottom: 0;
  color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-v3X0XX9trS .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3X0XX9trS .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v3X0XX9trS .google-map iframe {
    height: 300px;
  }
}
.cid-v3X0YJMeTA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3fb5a5;
}
.cid-v3X0YJMeTA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3X0YJMeTA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3X0YJMeTA .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3X0YJMeTA .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X0YJMeTA .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3X0YJMeTA .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X0YJMeTA .container {
    padding: 0 16px;
  }
}
.cid-v3X0YJMeTA .row {
  justify-content: center;
}
.cid-v3X0YJMeTA .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3X0YJMeTA .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3X0YJMeTA .title-wrapper {
  margin-bottom: 32px;
}
.cid-v3X0YJMeTA .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-v3X0YJMeTA .title-wrapper .title-wrap {
    display: inline;
  }
}
.cid-v3X0YJMeTA .title-wrapper .title-wrap img {
  height: 50px;
  width: 50px;
  border-radius: 0;
  object-fit: contain;
  margin-right: 25px;
}
@media (max-width: 1200px) {
  .cid-v3X0YJMeTA .title-wrapper .title-wrap img {
    margin: 0 0 25px 0;
  }
}
.cid-v3X0YJMeTA .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3X0YJMeTA .mbr-text {
  margin-bottom: 10px;
  color: #000000;
}
.cid-v3X0YJMeTA .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3X0YJMeTA .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-v3X0YJMeTA .lists-wrapper {
  margin-right: 50px;
  margin-right: 0;
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-v3X0YJMeTA .lists-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-v3X0YJMeTA .lists-wrapper {
    margin: 0;
  }
}
.cid-v3X0YJMeTA .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3X0YJMeTA .item {
    margin-bottom: 32px;
  }
}
.cid-v3X0YJMeTA .item .item-wrapper .card-box .card-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #3fb5a5;
  margin-bottom: 10px;
}
.cid-v3X0YJMeTA .item .item-wrapper .card-box .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-v3X0YJMeTA .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 8px;
}
.cid-v3X0YJMeTA .social-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3X0YJMeTA .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3X0YJMeTA .social-wrapper .soc-item {
  margin-bottom: 16px;
}
.cid-v3X0YJMeTA .social-wrapper .soc-item a {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1650px) {
  .cid-v3X0YJMeTA .social-wrapper .soc-item a {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .cid-v3X0YJMeTA .social-wrapper .soc-item a {
    flex-direction: row;
    align-items: inherit;
  }
}
.cid-v3X0YJMeTA .social-wrapper .soc-item a .icon-wrap {
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 10px;
}
@media (max-width: 1650px) {
  .cid-v3X0YJMeTA .social-wrapper .soc-item a .icon-wrap {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
@media (max-width: 992px) {
  .cid-v3X0YJMeTA .social-wrapper .soc-item a .icon-wrap {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.cid-v3X0YJMeTA .social-wrapper .soc-item a .icon-wrap .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #3fb5a5;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-v3X0YJMeTA .social-wrapper .soc-item a .icon-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-v3X0YJMeTA .social-wrapper .soc-item a .icon-wrap:hover .mbr-iconfont,
.cid-v3X0YJMeTA .social-wrapper .soc-item a .icon-wrap:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-v3X0YJMeTA .social-wrapper .soc-item a .icon-wrap:hover::before,
.cid-v3X0YJMeTA .social-wrapper .soc-item a .icon-wrap:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-v3X0YJMeTA .social-wrapper .soc-item a .mbr-soc {
  margin-bottom: 0;
}
.cid-v3X0YJMeTA .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-v3X0YJMeTA .mbr-section-title {
  color: #000000;
}
.cid-v3X0YJMeTA .card-title {
  color: #000000;
}
.cid-v3X0YJMeTA .list {
  color: #000000;
}
.cid-v3X0YJMeTA .mbr-soc {
  color: #000000;
}
.cid-v3X0kTeAQy .navbar-dropdown {
  position: relative !important;
}
.cid-v3X0kTeAQy .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-v3X0kTeAQy .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v3X0kTeAQy .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-v3X0kTeAQy .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-v3X0kTeAQy .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v3X0kTeAQy .dropdown-item {
  border: none !important;
  background: #f7f5f0 !important;
}
.cid-v3X0kTeAQy .dropdown-item:hover,
.cid-v3X0kTeAQy .dropdown-item:focus {
  background: #f7f5f0 !important;
  color: #a11a20 !important;
}
.cid-v3X0kTeAQy .dropdown-item:hover span {
  color: white;
}
.cid-v3X0kTeAQy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3X0kTeAQy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3X0kTeAQy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3X0kTeAQy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3X0kTeAQy .nav-link {
  position: relative;
}
.cid-v3X0kTeAQy .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v3X0kTeAQy .container {
    flex-wrap: nowrap;
  }
}
.cid-v3X0kTeAQy .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3X0kTeAQy .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v3X0kTeAQy .dropdown-menu,
.cid-v3X0kTeAQy .navbar.opened {
  background: #f7f5f0 !important;
}
.cid-v3X0kTeAQy .nav-item:focus,
.cid-v3X0kTeAQy .nav-link:focus {
  outline: none;
}
.cid-v3X0kTeAQy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3X0kTeAQy .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v3X0kTeAQy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3X0kTeAQy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3X0kTeAQy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3X0kTeAQy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3X0kTeAQy .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f5f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v3X0kTeAQy .navbar.opened {
  transition: all 0.3s;
}
.cid-v3X0kTeAQy .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v3X0kTeAQy .navbar .navbar-logo img {
  width: auto;
}
.cid-v3X0kTeAQy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3X0kTeAQy .navbar.collapsed {
  justify-content: center;
}
.cid-v3X0kTeAQy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3X0kTeAQy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3X0kTeAQy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3X0kTeAQy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3X0kTeAQy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3X0kTeAQy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3X0kTeAQy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3X0kTeAQy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3X0kTeAQy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3X0kTeAQy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3X0kTeAQy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3X0kTeAQy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3X0kTeAQy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3X0kTeAQy .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-v3X0kTeAQy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3X0kTeAQy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3X0kTeAQy .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v3X0kTeAQy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v3X0kTeAQy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3X0kTeAQy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3X0kTeAQy .navbar.navbar-short {
  min-height: 96px;
}
.cid-v3X0kTeAQy .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v3X0kTeAQy .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v3X0kTeAQy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3X0kTeAQy .navbar-brand .navbar-caption:hover,
.cid-v3X0kTeAQy .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-v3X0kTeAQy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3X0kTeAQy .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3X0kTeAQy .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-v3X0kTeAQy .dropdown-item.active,
.cid-v3X0kTeAQy .dropdown-item:active {
  background-color: transparent;
}
.cid-v3X0kTeAQy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3X0kTeAQy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3X0kTeAQy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3X0kTeAQy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f5f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v3X0kTeAQy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3X0kTeAQy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v3X0kTeAQy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3X0kTeAQy ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v3X0kTeAQy ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v3X0kTeAQy .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v3X0kTeAQy .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v3X0kTeAQy .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v3X0kTeAQy .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v3X0kTeAQy button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f5f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v3X0kTeAQy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-v3X0kTeAQy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v3X0kTeAQy button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v3X0kTeAQy button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v3X0kTeAQy button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v3X0kTeAQy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3X0kTeAQy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3X0kTeAQy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3X0kTeAQy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3X0kTeAQy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3X0kTeAQy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3X0kTeAQy .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-v3X0kTeAQy .navbar {
    height: 70px;
  }
  .cid-v3X0kTeAQy .navbar.opened {
    height: auto;
  }
  .cid-v3X0kTeAQy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3X0kTeAQy .navbar-nav {
  margin: 0 auto;
}
.cid-v3X0kTeAQy .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v3X0kTeAQy .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v3X0kTeAQy .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v3X0kTeAQy .nav-item .nav-link:hover,
.cid-v3X0kTeAQy .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-v3X0kTeAQy .nav-item .nav-link:hover::after,
.cid-v3X0kTeAQy .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v3X0kTeAQy .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v3X0kTeAQy .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v3X0kTeAQy .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v3X0kTeAQy .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3X0kTeAQy .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3X0kTeAQy .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3X0kTeAQy .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3X0kTeAQy .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3X0kTeAQy .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v3X0kTeAQy .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v3X0kTeAQy .content-wrap {
  min-height: 110px;
}
.cid-v3X0kXFzHM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #3fb5a5;
}
.cid-v3X0kXFzHM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3X0kXFzHM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-v3X0kXFzHM .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-v3X0kXFzHM .mbr-section-title {
  color: #ffffff;
}
.cid-v3X0kXFzHM .mbr-text,
.cid-v3X0kXFzHM .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-v3X0kXFzHM .content-head {
  max-width: 800px;
}
.cid-v3X0l2ithz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3X0l2ithz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3X0l2ithz .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-v3X0l2ithz .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v3X0l2ithz .container {
    padding: 0 12px;
  }
}
.cid-v3X0l2ithz .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v3X0l2ithz .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-v3X0l2ithz .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-v3X0l2ithz .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #3fb5a5;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-v3X0l2ithz .mbr-section-title {
  color: #000000;
}
.cid-v3X0l6K2of {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3fb5a5;
}
.cid-v3X0l6K2of .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3X0l6K2of .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3X0l6K2of .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3X0l6K2of .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X0l6K2of .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3X0l6K2of .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X0l6K2of .container {
    padding: 0 16px;
  }
}
.cid-v3X0l6K2of .row {
  justify-content: center;
}
.cid-v3X0l6K2of .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-v3X0l6K2of .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v3X0l6K2of .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3X0l6K2of .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3X0l6K2of .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3X0l6K2of .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3X0laYZNZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3X0laYZNZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3X0laYZNZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3X0laYZNZ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3X0laYZNZ .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X0laYZNZ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3X0laYZNZ .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X0laYZNZ .container {
    padding: 0 16px;
  }
}
.cid-v3X0laYZNZ .row {
  justify-content: center;
}
.cid-v3X0laYZNZ .title-wrapper {
  margin-bottom: 50px;
}
.cid-v3X0laYZNZ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-v3X0laYZNZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3X0laYZNZ .cards-wrapper .item {
  padding: 50px 40px;
  background-color: #3fb5a5;
  border-radius: 1rem !important;
  margin-top: -7.5rem;
  width: 46%;
}
.cid-v3X0laYZNZ .cards-wrapper .item:first-child {
  margin-top: 0;
}
.cid-v3X0laYZNZ .cards-wrapper .item:nth-child(2n) {
  margin-left: auto;
}
@media (max-width: 992px) {
  .cid-v3X0laYZNZ .cards-wrapper .item:nth-child(2n) {
    margin-left: 0;
  }
}
@media (max-width: 1440px) {
  .cid-v3X0laYZNZ .cards-wrapper .item {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-v3X0laYZNZ .cards-wrapper .item {
    margin-top: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v3X0laYZNZ .cards-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 50px;
}
.cid-v3X0laYZNZ .cards-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #000000;
  display: inline-flex;
}
.cid-v3X0laYZNZ .cards-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-v3X0laYZNZ .cards-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.cid-v3X0laYZNZ .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-v3X0laYZNZ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3X0laYZNZ .card-title {
  color: #000000;
}
.cid-v3X0laYZNZ .card-text {
  color: #ffffff;
}
.cid-v3X0laYZNZ .card-title,
.cid-v3X0laYZNZ .icon-wrapper,
.cid-v3X0laYZNZ .link-wrapper {
  color: #000000;
}
.cid-v3X0lhpaVO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3fb5a5;
}
.cid-v3X0lhpaVO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3X0lhpaVO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3X0lhpaVO .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3X0lhpaVO .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X0lhpaVO .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3X0lhpaVO .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X0lhpaVO .container {
    padding: 0 16px;
  }
}
.cid-v3X0lhpaVO .row {
  padding: 60px 64px;
  background-color: #ffffff;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-v3X0lhpaVO .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3X0lhpaVO .row {
    padding: 25px 9px;
  }
}
.cid-v3X0lhpaVO .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3X0lhpaVO .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v3X0lhpaVO .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3X0lhpaVO .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-v3X0lhpaVO .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-v3X0lhpaVO .image-wrapper img {
    height: 350px;
  }
}
.cid-v3X0lhpaVO .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3X0lhpaVO .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v3X0lhpaVO .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v3X0lhpaVO .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-v3X0lhpaVO .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v3X0lhpaVO .items-wrapper {
    display: block;
  }
}
.cid-v3X0lhpaVO .items-wrapper .item {
  padding: 50px;
  background-color: #3fb5a5;
  border-radius: .5rem !important;
}
.cid-v3X0lhpaVO .items-wrapper .item:nth-child(2n) {
  background-color: #ecf4f6;
}
@media (max-width: 992px) {
  .cid-v3X0lhpaVO .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-v3X0lhpaVO .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v3X0lhpaVO .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #000000;
  display: inline-flex;
}
.cid-v3X0lhpaVO .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-v3X0lhpaVO .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v3X0lhpaVO .card {
  justify-content: center;
}
.cid-v3X0lhpaVO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3X0lhpaVO .mbr-text {
  color: #000000;
}
.cid-v3X0lhpaVO .card-title {
  color: #000000;
}
.cid-v3X0lhpaVO .card-text {
  color: #000000;
  text-align: center;
}
.cid-v3X0lhpaVO .card-title,
.cid-v3X0lhpaVO .icon-wrapper {
  text-align: center;
}
.cid-v3X0ll6eoi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3X0ll6eoi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3X0ll6eoi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3X0ll6eoi .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3X0ll6eoi .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X0ll6eoi .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3X0ll6eoi .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X0ll6eoi .container {
    padding: 0 16px;
  }
}
.cid-v3X0ll6eoi .mbr-section-subtitle {
  margin-bottom: 56px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v3X0ll6eoi .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-v3X0ll6eoi .content-wrapper {
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-v3X0ll6eoi .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-v3X0ll6eoi .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v3X0ll6eoi .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3X0ll6eoi .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 992px) {
  .cid-v3X0ll6eoi .cards-wrapper {
    display: block;
  }
}
.cid-v3X0ll6eoi .cards-wrapper .item {
  padding: 32px;
  background-color: #3fb5a5;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v3X0ll6eoi .cards-wrapper .item {
    display: block;
    margin-bottom: 2rem;
    padding: 24px;
  }
}
.cid-v3X0ll6eoi .cards-wrapper .item a:focus .item-wrapper .card-box .link-wrapper .mbr-iconfont,
.cid-v3X0ll6eoi .cards-wrapper .item a:hover .item-wrapper .card-box .link-wrapper .mbr-iconfont {
  transform: translateX(10px);
}
.cid-v3X0ll6eoi .cards-wrapper .item a .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 12px;
}
.cid-v3X0ll6eoi .cards-wrapper .item a .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #000000;
  display: inline-flex;
}
.cid-v3X0ll6eoi .cards-wrapper .item a .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-v3X0ll6eoi .cards-wrapper .item a .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.cid-v3X0ll6eoi .cards-wrapper .item a .item-wrapper .card-box .link-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #000000;
  display: inline-flex;
  transition: all .3s ease;
}
.cid-v3X0ll6eoi .mbr-section-title {
  color: #000000;
}
.cid-v3X0ll6eoi .mbr-text {
  color: #000000;
}
.cid-v3X0ll6eoi .card-title {
  color: #000000;
}
.cid-v3X0ll6eoi .card-text {
  color: #000000;
}
.cid-v3X0lnl8gW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3X0lnl8gW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3X0lnl8gW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3X0lnl8gW .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3X0lnl8gW .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X0lnl8gW .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3X0lnl8gW .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X0lnl8gW .container {
    padding: 0 16px;
  }
}
.cid-v3X0lnl8gW .row {
  justify-content: center;
}
.cid-v3X0lnl8gW .title-wrapper {
  margin-bottom: 50px;
}
.cid-v3X0lnl8gW .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v3X0lnl8gW .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3X0lnl8gW .item {
  margin-bottom: 50px;
  padding-right: 40px;
}
.cid-v3X0lnl8gW .item:nth-child(2n) {
  padding-right: 0;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-v3X0lnl8gW .item:nth-child(2n) {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3X0lnl8gW .item {
    padding: 0 16px;
    margin-top: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v3X0lnl8gW .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 25px;
}
.cid-v3X0lnl8gW .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  font-size: 25px;
  color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  border-radius: 50%;
}
.cid-v3X0lnl8gW .item .item-wrapper .card-box .card-title {
  margin-bottom: 5px;
}
.cid-v3X0lnl8gW .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v3X0lnl8gW .border-wrapper {
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 50px;
}
.cid-v3X0lnl8gW .border-wrap {
  height: 1px;
  background-color: #ffffff;
}
.cid-v3X0lnl8gW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3X0lnl8gW .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3X0lnl8gW .card-title {
  color: #000000;
}
.cid-v3X0lnl8gW .card-text {
  color: #000000;
}
.cid-v3X0lnl8gW .card-title,
.cid-v3X0lnl8gW .icon-wrapper,
.cid-v3X0lnl8gW .link-wrapper {
  text-align: center;
}
.cid-v3X0loZAfd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3X0loZAfd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3X0loZAfd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3X0loZAfd .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3X0loZAfd .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X0loZAfd .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3X0loZAfd .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X0loZAfd .container {
    padding: 0 16px;
  }
}
.cid-v3X0loZAfd .row {
  padding: 60px 44px;
  background-color: #ffffff;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-v3X0loZAfd .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3X0loZAfd .row {
    padding: 25px 9px;
  }
}
@media (max-width: 992px) {
  .cid-v3X0loZAfd .title-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v3X0loZAfd .title-wrapper .icon-wrapper {
  margin-bottom: 32px;
}
.cid-v3X0loZAfd .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 180px;
  display: inline-flex;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v3X0loZAfd .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v3X0loZAfd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3X0loZAfd .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-v3X0loZAfd .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3X0loZAfd .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v3X0loZAfd .content-wrapper .mbr-name {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #979797;
}
.cid-v3X0loZAfd .mbr-section-title {
  color: #000000;
}
.cid-v3X0loZAfd .mbr-text {
  color: #000000;
}
.cid-v3X0loZAfd .mbr-name {
  color: #000000;
}
.cid-v3X0lqKqi2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3X0lqKqi2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3X0lqKqi2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3X0lqKqi2 .title-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-v3X0lqKqi2 .title-wrapper {
    position: static;
    margin-bottom: 40px;
  }
}
.cid-v3X0lqKqi2 .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v3X0lqKqi2 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v3X0lqKqi2 .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3X0lqKqi2 .panel-group .card {
  position: relative;
  padding: 8px;
  background-color: #3fb5a5;
  border: none;
  margin-top: 16px;
}
.cid-v3X0lqKqi2 .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-v3X0lqKqi2 .panel-group .card {
    margin-top: 20px;
  }
  .cid-v3X0lqKqi2 .panel-group .card:first-child {
    margin-top: 0;
  }
}
.cid-v3X0lqKqi2 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v3X0lqKqi2 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
}
@media (max-width: 992px) {
  .cid-v3X0lqKqi2 .panel-group .card .card-header .panel-title {
    padding: 20px;
  }
}
.cid-v3X0lqKqi2 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v3X0lqKqi2 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #6c7179;
  border-radius: 100%;
}
.cid-v3X0lqKqi2 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 12px;
  margin-top: 2px;
  transition: all 0.3s ease-in-out;
  color: #6c7179;
}
.cid-v3X0lqKqi2 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-v3X0lqKqi2 .panel-group .card .panel-collapse .panel-body {
  margin-top: 8px;
  padding: 24px;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-v3X0lqKqi2 .panel-group .card .panel-collapse .panel-body {
    padding: 20px;
  }
}
.cid-v3X0lqKqi2 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v3X0lqKqi2 .mbr-label {
  color: #be0000;
}
.cid-v3X0lqKqi2 .mbr-section-title {
  color: #000000;
}
.cid-v3X0lqKqi2 .mbr-text,
.cid-v3X0lqKqi2 .text-wrapper {
  color: #6c7179;
}
.cid-v3X0lqKqi2 .panel-title-edit {
  color: #000000;
}
.cid-v3X0lqKqi2 .panel-text {
  color: #6c7179;
}
.cid-v3X0lsAU8A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3X0lsAU8A .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3X0lsAU8A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3X0lsAU8A .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3X0lsAU8A .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X0lsAU8A .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3X0lsAU8A .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X0lsAU8A .container {
    padding: 0 16px;
  }
}
.cid-v3X0lsAU8A .row {
  justify-content: center;
}
.cid-v3X0lsAU8A .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-v3X0lsAU8A .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v3X0lsAU8A .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3X0lsAU8A .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3X0lsAU8A .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3X0lsAU8A .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v4356TtGc9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3fb5a5;
}
.cid-v4356TtGc9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4356TtGc9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4356TtGc9 .title-wrapper {
  margin-bottom: 40px;
}
.cid-v4356TtGc9 .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v4356TtGc9 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v4356TtGc9 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4356TtGc9 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4356TtGc9 .card-wrapper {
  box-shadow: 0 10px 25px -20px #6c7179;
  padding: 8px;
  background-color: #ffffff;
}
.cid-v4356TtGc9 .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-v4356TtGc9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v4356TtGc9 .mbr-text,
.cid-v4356TtGc9 .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-v433a4Ntct {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v433a4Ntct .mbr-fallback-image.disabled {
  display: none;
}
.cid-v433a4Ntct .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v433a4Ntct .title-wrapper {
  position: sticky;
  top: 30px;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-v433a4Ntct .title-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-v433a4Ntct .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #3fb5a5;
  margin-bottom: 15px;
}
.cid-v433a4Ntct .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v433a4Ntct .panel-group .card {
  position: relative;
  padding: 0 0 30px 0;
  border-bottom: none;
  transition: all 0.3s ease-in-out;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-v433a4Ntct .panel-group .card {
    padding: 0 0 15px 0;
  }
}
.cid-v433a4Ntct .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v433a4Ntct .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  padding: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v433a4Ntct .panel-group .card .card-header .panel-title {
    padding: 15px 0 0 0;
  }
}
.cid-v433a4Ntct .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #f7f4f2;
  border-radius: 1rem;
}
.cid-v433a4Ntct .panel-group .card .card-header .panel-title::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #3fb5a5;
  transition: all 0.3s ease-in-out;
  border-radius: 1rem;
}
.cid-v433a4Ntct .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-v433a4Ntct .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
  }
}
.cid-v433a4Ntct .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
  border: 1px solid #000000;
  box-shadow: .2rem .2rem 1rem transparent !important;
}
.cid-v433a4Ntct .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-v433a4Ntct .panel-group .card .card-header .panel-title:not(.collapsed)::after {
  width: 100%;
}
.cid-v433a4Ntct .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  border: 1px solid transparent;
  box-shadow: 0.2rem 0.2rem 1rem #e5e3ff !important;
}
.cid-v433a4Ntct .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-v433a4Ntct .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  opacity: 1;
}
.cid-v433a4Ntct .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-v433a4Ntct .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v433a4Ntct .mbr-label {
  color: #000000;
}
.cid-v433a4Ntct .mbr-section-title {
  color: #000000;
}
.cid-v433a4Ntct .panel-title-edit {
  color: #000000;
}
.cid-v433a4Ntct .panel-text {
  color: #000000;
}
.cid-v3X0luVQzq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v3X0luVQzq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3X0luVQzq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3X0luVQzq .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v3X0luVQzq .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v3X0luVQzq .content-wrapper::before,
.cid-v3X0luVQzq .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v3X0luVQzq .content-wrapper::before {
  left: 0;
}
.cid-v3X0luVQzq .content-wrapper::after {
  right: 0;
}
.cid-v3X0luVQzq .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  align-items: center;
}
.cid-v3X0luVQzq .mbr-section-title {
  margin-bottom: 0;
  color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-v3X0luVQzq .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3X0luVQzq .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v3X0luVQzq .google-map iframe {
    height: 300px;
  }
}
.cid-v3X0lFcjzN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3fb5a5;
}
.cid-v3X0lFcjzN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3X0lFcjzN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3X0lFcjzN .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3X0lFcjzN .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X0lFcjzN .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3X0lFcjzN .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3X0lFcjzN .container {
    padding: 0 16px;
  }
}
.cid-v3X0lFcjzN .row {
  justify-content: center;
}
.cid-v3X0lFcjzN .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3X0lFcjzN .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3X0lFcjzN .title-wrapper {
  margin-bottom: 32px;
}
.cid-v3X0lFcjzN .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-v3X0lFcjzN .title-wrapper .title-wrap {
    display: inline;
  }
}
.cid-v3X0lFcjzN .title-wrapper .title-wrap img {
  height: 50px;
  width: 50px;
  border-radius: 0;
  object-fit: contain;
  margin-right: 25px;
}
@media (max-width: 1200px) {
  .cid-v3X0lFcjzN .title-wrapper .title-wrap img {
    margin: 0 0 25px 0;
  }
}
.cid-v3X0lFcjzN .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3X0lFcjzN .mbr-text {
  margin-bottom: 10px;
  color: #000000;
}
.cid-v3X0lFcjzN .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3X0lFcjzN .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-v3X0lFcjzN .lists-wrapper {
  margin-right: 50px;
  margin-right: 0;
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-v3X0lFcjzN .lists-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-v3X0lFcjzN .lists-wrapper {
    margin: 0;
  }
}
.cid-v3X0lFcjzN .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3X0lFcjzN .item {
    margin-bottom: 32px;
  }
}
.cid-v3X0lFcjzN .item .item-wrapper .card-box .card-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #3fb5a5;
  margin-bottom: 10px;
}
.cid-v3X0lFcjzN .item .item-wrapper .card-box .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-v3X0lFcjzN .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 8px;
}
.cid-v3X0lFcjzN .social-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3X0lFcjzN .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3X0lFcjzN .social-wrapper .soc-item {
  margin-bottom: 16px;
}
.cid-v3X0lFcjzN .social-wrapper .soc-item a {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1650px) {
  .cid-v3X0lFcjzN .social-wrapper .soc-item a {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .cid-v3X0lFcjzN .social-wrapper .soc-item a {
    flex-direction: row;
    align-items: inherit;
  }
}
.cid-v3X0lFcjzN .social-wrapper .soc-item a .icon-wrap {
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 10px;
}
@media (max-width: 1650px) {
  .cid-v3X0lFcjzN .social-wrapper .soc-item a .icon-wrap {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
@media (max-width: 992px) {
  .cid-v3X0lFcjzN .social-wrapper .soc-item a .icon-wrap {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.cid-v3X0lFcjzN .social-wrapper .soc-item a .icon-wrap .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #3fb5a5;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-v3X0lFcjzN .social-wrapper .soc-item a .icon-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-v3X0lFcjzN .social-wrapper .soc-item a .icon-wrap:hover .mbr-iconfont,
.cid-v3X0lFcjzN .social-wrapper .soc-item a .icon-wrap:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-v3X0lFcjzN .social-wrapper .soc-item a .icon-wrap:hover::before,
.cid-v3X0lFcjzN .social-wrapper .soc-item a .icon-wrap:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-v3X0lFcjzN .social-wrapper .soc-item a .mbr-soc {
  margin-bottom: 0;
}
.cid-v3X0lFcjzN .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-v3X0lFcjzN .mbr-section-title {
  color: #000000;
}
.cid-v3X0lFcjzN .card-title {
  color: #000000;
}
.cid-v3X0lFcjzN .list {
  color: #000000;
}
.cid-v3X0lFcjzN .mbr-soc {
  color: #000000;
}
