.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@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: #f6138f !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f6138f !important;
  border-color: #f6138f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f844a6 !important;
  border-color: #f844a6 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f844a6 !important;
  border-color: #f844a6 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !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: #f6138f;
  color: #f6138f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ac0761 !important;
  background-color: transparent !important;
  border-color: #ac0761 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f6138f !important;
  border-color: #f6138f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !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: #f6138f !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9d0658 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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: #f6138f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f6138f;
  border-color: #f6138f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f6138f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdd8ec;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.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: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f6138f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #f6138f;
}
/* 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: #f6138f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f6138f;
}
.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: #f6138f;
  border-bottom-color: #f6138f;
}
.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: #f6138f !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: #ffd7ef !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='%23f6138f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uMhHvoH0x0 .navbar-dropdown {
  position: relative !important;
}
.cid-uMhHvoH0x0 .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uMhHvoH0x0 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uMhHvoH0x0 .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-uMhHvoH0x0 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uMhHvoH0x0 .dropdown-item {
  border: none !important;
  background: #f4f4f4 !important;
  font-weight: 400 !important;
}
.cid-uMhHvoH0x0 .dropdown-item:hover,
.cid-uMhHvoH0x0 .dropdown-item:focus {
  background: #f4f4f4 !important;
  color: #093388 !important;
}
.cid-uMhHvoH0x0 .dropdown-item:hover span {
  color: white;
}
.cid-uMhHvoH0x0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMhHvoH0x0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMhHvoH0x0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMhHvoH0x0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMhHvoH0x0 .nav-link {
  position: relative;
}
.cid-uMhHvoH0x0 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uMhHvoH0x0 .container {
    flex-wrap: nowrap;
  }
}
.cid-uMhHvoH0x0 .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uMhHvoH0x0 .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uMhHvoH0x0 .dropdown-menu,
.cid-uMhHvoH0x0 .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-uMhHvoH0x0 .nav-item:focus,
.cid-uMhHvoH0x0 .nav-link:focus {
  outline: none;
}
.cid-uMhHvoH0x0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMhHvoH0x0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uMhHvoH0x0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMhHvoH0x0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMhHvoH0x0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMhHvoH0x0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMhHvoH0x0 .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uMhHvoH0x0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uMhHvoH0x0 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uMhHvoH0x0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uMhHvoH0x0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMhHvoH0x0 .navbar.collapsed {
  justify-content: center;
}
.cid-uMhHvoH0x0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMhHvoH0x0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMhHvoH0x0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uMhHvoH0x0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMhHvoH0x0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMhHvoH0x0 .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-uMhHvoH0x0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMhHvoH0x0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMhHvoH0x0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMhHvoH0x0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMhHvoH0x0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMhHvoH0x0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMhHvoH0x0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMhHvoH0x0 .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-uMhHvoH0x0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMhHvoH0x0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMhHvoH0x0 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uMhHvoH0x0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uMhHvoH0x0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMhHvoH0x0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMhHvoH0x0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMhHvoH0x0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uMhHvoH0x0 .navbar-brand {
  min-height: 60px;
  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-uMhHvoH0x0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uMhHvoH0x0 .navbar-brand .navbar-caption:hover,
.cid-uMhHvoH0x0 .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uMhHvoH0x0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMhHvoH0x0 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uMhHvoH0x0 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uMhHvoH0x0 .dropdown-item.active,
.cid-uMhHvoH0x0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uMhHvoH0x0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMhHvoH0x0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMhHvoH0x0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMhHvoH0x0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uMhHvoH0x0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uMhHvoH0x0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uMhHvoH0x0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMhHvoH0x0 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uMhHvoH0x0 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uMhHvoH0x0 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uMhHvoH0x0 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uMhHvoH0x0 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uMhHvoH0x0 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: #f4f4f4 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uMhHvoH0x0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uMhHvoH0x0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uMhHvoH0x0 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uMhHvoH0x0 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uMhHvoH0x0 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uMhHvoH0x0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMhHvoH0x0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMhHvoH0x0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMhHvoH0x0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMhHvoH0x0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMhHvoH0x0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMhHvoH0x0 .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-uMhHvoH0x0 .navbar {
    height: 70px;
  }
  .cid-uMhHvoH0x0 .navbar.opened {
    height: auto;
  }
  .cid-uMhHvoH0x0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMhHvoH0x0 .navbar-nav {
  margin: 0 auto;
}
.cid-uMhHvoH0x0 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uMhHvoH0x0 .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-uMhHvoH0x0 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uMhHvoH0x0 .nav-item .nav-link:hover,
.cid-uMhHvoH0x0 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uMhHvoH0x0 .nav-item .nav-link:hover::after,
.cid-uMhHvoH0x0 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uMhHvoH0x0 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uMhHvoH0x0 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uMhHvoH0x0 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uMhHvoH0x0 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uMhHvoH0x0 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uMhHvoH0x0 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uMhHvoH0x0 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uMhHvoH0x0 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uMhHvoH0x0 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uMhHvoH0x0 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uMhHvoH0x0 .content-wrap {
  min-height: 60px;
}
.cid-uMhHxqLck7 {
  display: flex;
  background-image: url("../../../assets/images/villa-copa.jpg");
}
.cid-uMhHxqLck7 .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uMhHxqLck7 {
    align-items: flex-end;
  }
  .cid-uMhHxqLck7 .row {
    justify-content: center;
  }
  .cid-uMhHxqLck7 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMhHxqLck7 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uMhHxqLck7 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uMhHxqLck7 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMhHxqLck7 .content-wrap {
    width: 100%;
  }
}
.cid-uMhHxqLck7 .mbr-section-title,
.cid-uMhHxqLck7 .mbr-section-subtitle {
  text-align: center;
}
.cid-uMhHxqLck7 .mbr-text,
.cid-uMhHxqLck7 .mbr-section-btn {
  text-align: center;
}
.cid-uMhHTnq32a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMhHTnq32a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhHTnq32a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMhHTnq32a .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #232323;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uMhHTnq32a .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uMhHTnq32a .card {
  justify-content: center;
}
.cid-uMhHTnq32a .number-wrapper .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMhHTnq32a .number-wrapper .mbr-number {
    margin-bottom: 32px;
  }
}
.cid-uMhHTnq32a .list-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMhHTnq32a .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: upper-roman;
  list-style-position: inside;
}
.cid-uMhHTnq32a .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #232323;
}
@media (max-width: 992px) {
  .cid-uMhHTnq32a .list-wrapper .list .item-wrap {
    padding-left: 16px;
  }
}
.cid-uMhHTnq32a .list-wrapper .list .item-wrap::marker {
  color: #232323;
}
.cid-uMhHTnq32a .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMhHTnq32a .mbr-section-title {
  color: #000000;
}
.cid-uMhHTnq32a .mbr-number {
  color: #000000;
}
.cid-uMhHTnq32a .list {
  color: #000000;
}
.cid-uMhIay8pTz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uMhIay8pTz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhIay8pTz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMhIay8pTz .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uMhIay8pTz .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uMhIay8pTz .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uMhIay8pTz .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-uMhIay8pTz .mbr-text,
.cid-uMhIay8pTz .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uMhIay8pTz .card-title,
.cid-uMhIay8pTz .card-box {
  text-align: center;
  color: #000000;
}
.cid-uMhIay8pTz .card-title,
.cid-uMhIay8pTz .card-box DIV {
  text-align: left;
}
.cid-uMhIhLhz3Z {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uMhIhLhz3Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhIhLhz3Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMhIhLhz3Z .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uMhIhLhz3Z .item-mb {
    margin-bottom: 0;
  }
}
.cid-uMhIhLhz3Z .item-wrapper {
  background: #edefeb;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uMhIhLhz3Z .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uMhIhLhz3Z .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uMhIhLhz3Z .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uMhIhLhz3Z .mbr-section-title {
  color: #d70081;
}
.cid-uMhIhLhz3Z .mbr-section-subtitle {
  color: #232323;
}
.cid-uMhIhLhz3Z .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uMhIhLhz3Z .card-box .item-footer {
  margin-top: auto;
}
.cid-uMhIhLhz3Z .content-head {
  max-width: 800px;
}
.cid-uMhIhLhz3Z .card-title,
.cid-uMhIhLhz3Z .iconfont-wrapper {
  text-align: center;
}
.cid-uMhIkvr0Ig {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-uMhIkvr0Ig .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhIkvr0Ig .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uMhIkvr0Ig .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMhIkvr0Ig .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uMhIkvr0Ig .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uMhIkvr0Ig .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMhIkvr0Ig .mbr-section-title {
  color: #000000;
}
.cid-uMhIkvr0Ig .mbr-text,
.cid-uMhIkvr0Ig .mbr-section-btn {
  color: #000000;
}
.cid-uMhImWIo5p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMhImWIo5p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhImWIo5p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMhImWIo5p .card-wrapper {
  background: #edefeb;
}
@media (max-width: 767px) {
  .cid-uMhImWIo5p .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uMhImWIo5p .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uMhImWIo5p .card-wrapper {
    padding: 4rem;
  }
}
.cid-uMhImWIo5p .mbr-text,
.cid-uMhImWIo5p .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uMhImWIo5p .card-title,
.cid-uMhImWIo5p .card-box {
  text-align: left;
  color: #000000;
}
.cid-uMhIBXUBfI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uMhIBXUBfI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhIBXUBfI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMhIBXUBfI .items-wrapper {
  justify-content: center;
}
.cid-uMhIBXUBfI .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMhIBXUBfI .item {
    margin-bottom: 20px;
  }
}
.cid-uMhIBXUBfI .item .item-wrapper {
  padding: 80px 60px;
  box-shadow: 5px 20px 20px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uMhIBXUBfI .item .item-wrapper {
    padding: 40px 20px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uMhIBXUBfI .item .item-wrapper {
    box-shadow: none;
  }
}
.cid-uMhIBXUBfI .item .item-wrapper .item-content {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMhIBXUBfI .item .item-wrapper .item-content {
    margin-bottom: 40px;
  }
}
.cid-uMhIBXUBfI .item .item-wrapper .item-content .label-wrapper_1 .mbr-label,
.cid-uMhIBXUBfI .item .item-wrapper .item-content .label-wrapper_2 .mbr-label,
.cid-uMhIBXUBfI .item .item-wrapper .item-content .label-wrapper_3 .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
}
.cid-uMhIBXUBfI .item .item-wrapper .item-content .label-wrapper_1 .mbr-label_1,
.cid-uMhIBXUBfI .item .item-wrapper .item-content .label-wrapper_2 .mbr-label_1,
.cid-uMhIBXUBfI .item .item-wrapper .item-content .label-wrapper_3 .mbr-label_1 {
  background-color: #19171c;
}
.cid-uMhIBXUBfI .item .item-wrapper .item-content .label-wrapper_1 .mbr-label_2,
.cid-uMhIBXUBfI .item .item-wrapper .item-content .label-wrapper_2 .mbr-label_2,
.cid-uMhIBXUBfI .item .item-wrapper .item-content .label-wrapper_3 .mbr-label_2 {
  background-color: #ffffff;
}
.cid-uMhIBXUBfI .item .item-wrapper .item-content .label-wrapper_1 .mbr-label_3,
.cid-uMhIBXUBfI .item .item-wrapper .item-content .label-wrapper_2 .mbr-label_3,
.cid-uMhIBXUBfI .item .item-wrapper .item-content .label-wrapper_3 .mbr-label_3 {
  background-color: #f2f1f3;
}
.cid-uMhIBXUBfI .item .item-wrapper .item-content .text-wrapper_1 .item-text_1,
.cid-uMhIBXUBfI .item .item-wrapper .item-content .text-wrapper_2 .item-text_1,
.cid-uMhIBXUBfI .item .item-wrapper .item-content .text-wrapper_3 .item-text_1,
.cid-uMhIBXUBfI .item .item-wrapper .item-content .text-wrapper_1 .item-text_2,
.cid-uMhIBXUBfI .item .item-wrapper .item-content .text-wrapper_2 .item-text_2,
.cid-uMhIBXUBfI .item .item-wrapper .item-content .text-wrapper_3 .item-text_2,
.cid-uMhIBXUBfI .item .item-wrapper .item-content .text-wrapper_1 .item-text_3,
.cid-uMhIBXUBfI .item .item-wrapper .item-content .text-wrapper_2 .item-text_3,
.cid-uMhIBXUBfI .item .item-wrapper .item-content .text-wrapper_3 .item-text_3 {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMhIBXUBfI .item .item-wrapper .item-content .text-wrapper_1 .item-text_1,
  .cid-uMhIBXUBfI .item .item-wrapper .item-content .text-wrapper_2 .item-text_1,
  .cid-uMhIBXUBfI .item .item-wrapper .item-content .text-wrapper_3 .item-text_1,
  .cid-uMhIBXUBfI .item .item-wrapper .item-content .text-wrapper_1 .item-text_2,
  .cid-uMhIBXUBfI .item .item-wrapper .item-content .text-wrapper_2 .item-text_2,
  .cid-uMhIBXUBfI .item .item-wrapper .item-content .text-wrapper_3 .item-text_2,
  .cid-uMhIBXUBfI .item .item-wrapper .item-content .text-wrapper_1 .item-text_3,
  .cid-uMhIBXUBfI .item .item-wrapper .item-content .text-wrapper_2 .item-text_3,
  .cid-uMhIBXUBfI .item .item-wrapper .item-content .text-wrapper_3 .item-text_3 {
    width: 100%;
  }
}
.cid-uMhIBXUBfI .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uMhIBXUBfI .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
}
.cid-uMhIBXUBfI .item .card_1 {
  background-color: #ffffff;
}
.cid-uMhIBXUBfI .item .card_2 {
  background-color: #ffffff;
}
.cid-uMhIBXUBfI .item .card_3 {
  background-color: #b593ff;
}
.cid-uMhIBXUBfI .mbr-label_1 {
  color: #ffffff;
}
.cid-uMhIBXUBfI .mbr-label_2 {
  color: #19171c;
}
.cid-uMhIBXUBfI .mbr-label_3 {
  color: #19171c;
}
.cid-uMhIBXUBfI .item-text_1 {
  color: #6e6e73;
}
.cid-uMhIBXUBfI .item-text_2 {
  color: #ffffff;
}
.cid-uMhIBXUBfI .item-text_3 {
  color: #ffffff;
}
.cid-uMhIBXUBfI .mbr-label_1,
.cid-uMhIBXUBfI .mbr-section-btn,
.cid-uMhIBXUBfI .label-wrapper_1 {
  text-align: center;
}
.cid-uMhIBXUBfI .mbr-label_2,
.cid-uMhIBXUBfI .mbr-section-btn,
.cid-uMhIBXUBfI .label-wrapper_2 {
  text-align: center;
}
.cid-uMhIBXUBfI .item-text_2,
.cid-uMhIBXUBfI .text-wrapper_2 {
  color: #000000;
  text-align: center;
}
.cid-uMhIBXUBfI .item-text_1,
.cid-uMhIBXUBfI .text-wrapper_1 {
  text-align: center;
  color: #000000;
}
.cid-uMhTeCC3H6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMhTeCC3H6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhTeCC3H6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uMhTeCC3H6 .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uMhTeCC3H6 .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uMhTeCC3H6 .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-uMhTeCC3H6 .card-wrapper {
  background: #edefeb;
}
.cid-uMhTeCC3H6 .mbr-text,
.cid-uMhTeCC3H6 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uMhTeCC3H6 .card-title,
.cid-uMhTeCC3H6 .card-box {
  text-align: left;
  color: #000000;
}
.cid-uMhTeCC3H6 .image-wrapper img {
  width: 100%;
}
.cid-uMhVEAi9gU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uMhVEAi9gU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhVEAi9gU .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-uMhVEAi9gU .container {
    padding: 0 20px;
  }
}
.cid-uMhVEAi9gU .row {
  margin: 0;
}
.cid-uMhVEAi9gU .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMhVEAi9gU .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMhVEAi9gU .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uMhVEAi9gU .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uMhVEAi9gU .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uMhVEAi9gU .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uMhVEAi9gU .mbr-section-title {
  color: #ffffff;
}
.cid-uMhTAoy2sO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMhTAoy2sO .mbr-text {
  color: #000000;
}
.cid-uMhTAoy2sO .mbr-section-subtitle {
  color: #000000;
}
.cid-uMhTAoy2sO .mbr-section-title {
  color: #000000;
}
.cid-uMhTMQ8iSx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uMhTMQ8iSx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhTMQ8iSx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMhTMQ8iSx .nav-tabs .nav-item.open .nav-link:focus,
.cid-uMhTMQ8iSx .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uMhTMQ8iSx .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-uMhTMQ8iSx .nav-item {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}
.cid-uMhTMQ8iSx .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uMhTMQ8iSx .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-uMhTMQ8iSx .nav-tabs .nav-link:not(.active) {
  color: #9fe870;
}
.cid-uMhTMQ8iSx .nav-tabs .nav-link.active {
  color: #ffffff !important;
  background-color: #9fe870 !important;
  padding: 1.25rem 2rem!important;
}
.cid-uMhTMQ8iSx .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uMhTMQ8iSx .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uMhTMQ8iSx .mbr-text {
  color: #000000;
  margin: 0;
}
.cid-uMhTMQ8iSx .content-head {
  max-width: 800px;
}
.cid-uMhTMQ8iSx .item-wrapper {
  background-color: #ffffff;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uMhTMQ8iSx .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uMhVkQDC1Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMhVkQDC1Y .mbr-text {
  color: #000000;
}
.cid-uMhVkQDC1Y .mbr-section-subtitle {
  color: #000000;
}
.cid-uMhW6L0W6f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #000000;
  background-color: #edefeb;
}
.cid-uMhW6L0W6f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhW6L0W6f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMhW6L0W6f .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uMhW6L0W6f .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMhW6L0W6f .content-wrapper {
    padding: 0;
  }
}
.cid-uMhW6L0W6f .content-wrapper .card-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 108px;
  border: 2px solid #000000;
  box-shadow: -10px 10px 0 0 #000000;
}
@media (max-width: 1440px) {
  .cid-uMhW6L0W6f .content-wrapper .card-wrapper {
    padding: 108px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMhW6L0W6f .content-wrapper .card-wrapper {
    padding: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uMhW6L0W6f .content-wrapper .card-wrapper {
    box-shadow: -5px 5px 0 0 #000000;
  }
}
.cid-uMhW6L0W6f .content-wrapper .card-wrapper .card-wrap {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uMhW6L0W6f .content-wrapper .card-wrapper .card-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uMhW6L0W6f .content-wrapper .card-wrapper .card-wrap .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uMhW6L0W6f .content-wrapper .card-wrapper .card-wrap .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #2c2625;
}
.cid-uMhW6L0W6f .content-wrapper .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMhW6L0W6f .content-wrapper .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMhW6L0W6f .content-wrapper .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 32px;
}
.cid-uMhW6L0W6f .content-wrapper .card-wrapper .image-wrapper {
  position: relative;
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uMhW6L0W6f .content-wrapper .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uMhW6L0W6f .content-wrapper .card-wrapper .image-wrapper .image-wrap-main img {
  object-fit: cover;
  height: 570px;
  border: 2px solid #2c2625;
  box-shadow: -10px 10px 0 0 #2c2625;
}
@media (max-width: 992px) {
  .cid-uMhW6L0W6f .content-wrapper .card-wrapper .image-wrapper .image-wrap-main img {
    box-shadow: -5px 5px 0 0 #2c2625;
    height: 350px;
  }
}
.cid-uMhW6L0W6f .content-wrapper .card-wrapper .image-wrapper .image-wrap {
  position: absolute;
  top: 30%;
  left: -10%;
}
.cid-uMhW6L0W6f .content-wrapper .card-wrapper .image-wrapper .image-wrap img {
  height: 220px;
  width: 220px;
  display: inline-block;
  border-radius: 100% !important;
  object-fit: cover;
  border: 16px solid #ffffff;
  box-shadow: -16px 16px 0 #2c2625;
}
.cid-uMhW6L0W6f .mbr-tag {
  color: #2C2625;
}
.cid-uMhW6L0W6f .mbr-section-title {
  color: #2C2625;
}
.cid-uMhW6L0W6f .mbr-text {
  color: #2C2625;
}
.cid-uMi4bEcGAQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uMi4bEcGAQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMi4bEcGAQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMi4bEcGAQ .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uMi4bEcGAQ .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uMi4bEcGAQ .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uMi4bEcGAQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uMi4bEcGAQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMi4bEcGAQ .content-head {
  max-width: 800px;
}
.cid-uMi4qtBH2I {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uMi4qtBH2I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMi4qtBH2I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMi4qtBH2I .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uMi4qtBH2I .footer-col {
    flex-direction: column;
  }
}
.cid-uMi4qtBH2I .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uMi4qtBH2I .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uMi4qtBH2I .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uMi4qtBH2I .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uMi4qtBH2I .mbr-section-btn {
    text-align: center;
  }
}
.cid-uMi4qtBH2I .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uMi4qtBH2I .soc-item {
  margin: 8px;
}
.cid-uMi4qtBH2I .soc-item a:hover .mbr-iconfont,
.cid-uMi4qtBH2I .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uMi4qtBH2I .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uMi4qtBH2I .row {
    text-align: center;
  }
  .cid-uMi4qtBH2I .social-row {
    justify-content: center;
  }
}
.cid-uMi4qtBH2I .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uMi4qtBH2I .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMi4qtBH2I .list {
    margin-bottom: 0rem;
  }
}
.cid-uMi4qtBH2I .mbr-text {
  color: #bbbbbb;
}
.cid-uMi4qtBH2I .mbr-section-subtitle {
  color: #000000;
}
.cid-uMi4qtBH2I .list,
.cid-uMi4qtBH2I .item-wrap {
  color: #232323;
}
.cid-uMi4qtBH2I .copyright {
  color: #000000;
}
.cid-uMi6iKu7pO .navbar-dropdown {
  position: relative !important;
}
.cid-uMi6iKu7pO .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uMi6iKu7pO .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uMi6iKu7pO .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-uMi6iKu7pO .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uMi6iKu7pO .dropdown-item {
  border: none !important;
  background: #f4f4f4 !important;
  font-weight: 400 !important;
}
.cid-uMi6iKu7pO .dropdown-item:hover,
.cid-uMi6iKu7pO .dropdown-item:focus {
  background: #f4f4f4 !important;
  color: #093388 !important;
}
.cid-uMi6iKu7pO .dropdown-item:hover span {
  color: white;
}
.cid-uMi6iKu7pO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMi6iKu7pO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMi6iKu7pO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMi6iKu7pO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMi6iKu7pO .nav-link {
  position: relative;
}
.cid-uMi6iKu7pO .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uMi6iKu7pO .container {
    flex-wrap: nowrap;
  }
}
.cid-uMi6iKu7pO .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uMi6iKu7pO .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uMi6iKu7pO .dropdown-menu,
.cid-uMi6iKu7pO .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-uMi6iKu7pO .nav-item:focus,
.cid-uMi6iKu7pO .nav-link:focus {
  outline: none;
}
.cid-uMi6iKu7pO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMi6iKu7pO .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uMi6iKu7pO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMi6iKu7pO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMi6iKu7pO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMi6iKu7pO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMi6iKu7pO .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uMi6iKu7pO .navbar.opened {
  transition: all 0.3s;
}
.cid-uMi6iKu7pO .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uMi6iKu7pO .navbar .navbar-logo img {
  width: auto;
}
.cid-uMi6iKu7pO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMi6iKu7pO .navbar.collapsed {
  justify-content: center;
}
.cid-uMi6iKu7pO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMi6iKu7pO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMi6iKu7pO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uMi6iKu7pO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMi6iKu7pO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMi6iKu7pO .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-uMi6iKu7pO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMi6iKu7pO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMi6iKu7pO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMi6iKu7pO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMi6iKu7pO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMi6iKu7pO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMi6iKu7pO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMi6iKu7pO .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-uMi6iKu7pO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMi6iKu7pO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMi6iKu7pO .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uMi6iKu7pO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uMi6iKu7pO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMi6iKu7pO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMi6iKu7pO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMi6iKu7pO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uMi6iKu7pO .navbar-brand {
  min-height: 60px;
  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-uMi6iKu7pO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uMi6iKu7pO .navbar-brand .navbar-caption:hover,
.cid-uMi6iKu7pO .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uMi6iKu7pO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMi6iKu7pO .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uMi6iKu7pO .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uMi6iKu7pO .dropdown-item.active,
.cid-uMi6iKu7pO .dropdown-item:active {
  background-color: transparent;
}
.cid-uMi6iKu7pO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMi6iKu7pO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMi6iKu7pO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMi6iKu7pO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uMi6iKu7pO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uMi6iKu7pO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uMi6iKu7pO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMi6iKu7pO ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uMi6iKu7pO ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uMi6iKu7pO .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uMi6iKu7pO .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uMi6iKu7pO .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uMi6iKu7pO 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: #f4f4f4 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uMi6iKu7pO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uMi6iKu7pO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uMi6iKu7pO button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uMi6iKu7pO button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uMi6iKu7pO button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uMi6iKu7pO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMi6iKu7pO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMi6iKu7pO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMi6iKu7pO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMi6iKu7pO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMi6iKu7pO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMi6iKu7pO .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-uMi6iKu7pO .navbar {
    height: 70px;
  }
  .cid-uMi6iKu7pO .navbar.opened {
    height: auto;
  }
  .cid-uMi6iKu7pO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMi6iKu7pO .navbar-nav {
  margin: 0 auto;
}
.cid-uMi6iKu7pO .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uMi6iKu7pO .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-uMi6iKu7pO .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uMi6iKu7pO .nav-item .nav-link:hover,
.cid-uMi6iKu7pO .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uMi6iKu7pO .nav-item .nav-link:hover::after,
.cid-uMi6iKu7pO .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uMi6iKu7pO .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uMi6iKu7pO .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uMi6iKu7pO .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uMi6iKu7pO .navbar {
    justify-content: flex-start !important;
  }
  .cid-uMi6iKu7pO .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uMi6iKu7pO .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uMi6iKu7pO .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uMi6iKu7pO .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uMi6iKu7pO .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uMi6iKu7pO .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uMi6iKu7pO .content-wrap {
  min-height: 60px;
}
.cid-uMi6iMbF82 {
  display: flex;
  background-image: url("../../../assets/images/villa-copa2.jpg");
}
.cid-uMi6iMbF82 .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uMi6iMbF82 {
    align-items: flex-end;
  }
  .cid-uMi6iMbF82 .row {
    justify-content: center;
  }
  .cid-uMi6iMbF82 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMi6iMbF82 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uMi6iMbF82 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uMi6iMbF82 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMi6iMbF82 .content-wrap {
    width: 100%;
  }
}
.cid-uMi6iMbF82 .mbr-section-title,
.cid-uMi6iMbF82 .mbr-section-subtitle {
  text-align: center;
}
.cid-uMi6iMbF82 .mbr-text,
.cid-uMi6iMbF82 .mbr-section-btn {
  text-align: center;
}
.cid-uMi6iNEecf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uMi6iNEecf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMi6iNEecf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMi6iNEecf .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uMi6iNEecf .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uMi6iNEecf .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uMi6iNEecf .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-uMi6iNEecf .mbr-text,
.cid-uMi6iNEecf .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uMi6iNEecf .card-title,
.cid-uMi6iNEecf .card-box {
  text-align: center;
  color: #000000;
}
.cid-uMi6iNEecf .card-title,
.cid-uMi6iNEecf .card-box DIV {
  text-align: left;
}
.cid-uMi6iVOwzz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uMi6iVOwzz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMi6iVOwzz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMi6iVOwzz .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uMi6iVOwzz .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uMi6iVOwzz .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uMi6iVOwzz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uMi6iVOwzz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMi6iVOwzz .content-head {
  max-width: 800px;
}
.cid-uMi6iWxxfC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uMi6iWxxfC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMi6iWxxfC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMi6iWxxfC .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uMi6iWxxfC .footer-col {
    flex-direction: column;
  }
}
.cid-uMi6iWxxfC .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uMi6iWxxfC .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uMi6iWxxfC .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uMi6iWxxfC .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uMi6iWxxfC .mbr-section-btn {
    text-align: center;
  }
}
.cid-uMi6iWxxfC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uMi6iWxxfC .soc-item {
  margin: 8px;
}
.cid-uMi6iWxxfC .soc-item a:hover .mbr-iconfont,
.cid-uMi6iWxxfC .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uMi6iWxxfC .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uMi6iWxxfC .row {
    text-align: center;
  }
  .cid-uMi6iWxxfC .social-row {
    justify-content: center;
  }
}
.cid-uMi6iWxxfC .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uMi6iWxxfC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMi6iWxxfC .list {
    margin-bottom: 0rem;
  }
}
.cid-uMi6iWxxfC .mbr-text {
  color: #bbbbbb;
}
.cid-uMi6iWxxfC .mbr-section-subtitle {
  color: #000000;
}
.cid-uMi6iWxxfC .list,
.cid-uMi6iWxxfC .item-wrap {
  color: #232323;
}
.cid-uMi6iWxxfC .copyright {
  color: #000000;
}
.cid-uMi6Tw3KYN .navbar-dropdown {
  position: relative !important;
}
.cid-uMi6Tw3KYN .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uMi6Tw3KYN .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uMi6Tw3KYN .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-uMi6Tw3KYN .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uMi6Tw3KYN .dropdown-item {
  border: none !important;
  background: #f4f4f4 !important;
  font-weight: 400 !important;
}
.cid-uMi6Tw3KYN .dropdown-item:hover,
.cid-uMi6Tw3KYN .dropdown-item:focus {
  background: #f4f4f4 !important;
  color: #093388 !important;
}
.cid-uMi6Tw3KYN .dropdown-item:hover span {
  color: white;
}
.cid-uMi6Tw3KYN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMi6Tw3KYN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMi6Tw3KYN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMi6Tw3KYN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMi6Tw3KYN .nav-link {
  position: relative;
}
.cid-uMi6Tw3KYN .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uMi6Tw3KYN .container {
    flex-wrap: nowrap;
  }
}
.cid-uMi6Tw3KYN .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uMi6Tw3KYN .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uMi6Tw3KYN .dropdown-menu,
.cid-uMi6Tw3KYN .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-uMi6Tw3KYN .nav-item:focus,
.cid-uMi6Tw3KYN .nav-link:focus {
  outline: none;
}
.cid-uMi6Tw3KYN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMi6Tw3KYN .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uMi6Tw3KYN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMi6Tw3KYN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMi6Tw3KYN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMi6Tw3KYN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMi6Tw3KYN .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uMi6Tw3KYN .navbar.opened {
  transition: all 0.3s;
}
.cid-uMi6Tw3KYN .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uMi6Tw3KYN .navbar .navbar-logo img {
  width: auto;
}
.cid-uMi6Tw3KYN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMi6Tw3KYN .navbar.collapsed {
  justify-content: center;
}
.cid-uMi6Tw3KYN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMi6Tw3KYN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMi6Tw3KYN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uMi6Tw3KYN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMi6Tw3KYN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMi6Tw3KYN .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-uMi6Tw3KYN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMi6Tw3KYN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMi6Tw3KYN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMi6Tw3KYN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMi6Tw3KYN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMi6Tw3KYN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMi6Tw3KYN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMi6Tw3KYN .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-uMi6Tw3KYN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMi6Tw3KYN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMi6Tw3KYN .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uMi6Tw3KYN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uMi6Tw3KYN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMi6Tw3KYN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMi6Tw3KYN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMi6Tw3KYN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uMi6Tw3KYN .navbar-brand {
  min-height: 60px;
  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-uMi6Tw3KYN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uMi6Tw3KYN .navbar-brand .navbar-caption:hover,
.cid-uMi6Tw3KYN .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uMi6Tw3KYN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMi6Tw3KYN .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uMi6Tw3KYN .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uMi6Tw3KYN .dropdown-item.active,
.cid-uMi6Tw3KYN .dropdown-item:active {
  background-color: transparent;
}
.cid-uMi6Tw3KYN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMi6Tw3KYN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMi6Tw3KYN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMi6Tw3KYN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uMi6Tw3KYN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uMi6Tw3KYN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uMi6Tw3KYN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMi6Tw3KYN ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uMi6Tw3KYN ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uMi6Tw3KYN .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uMi6Tw3KYN .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uMi6Tw3KYN .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uMi6Tw3KYN 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: #f4f4f4 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uMi6Tw3KYN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uMi6Tw3KYN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uMi6Tw3KYN button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uMi6Tw3KYN button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uMi6Tw3KYN button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uMi6Tw3KYN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMi6Tw3KYN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMi6Tw3KYN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMi6Tw3KYN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMi6Tw3KYN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMi6Tw3KYN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMi6Tw3KYN .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-uMi6Tw3KYN .navbar {
    height: 70px;
  }
  .cid-uMi6Tw3KYN .navbar.opened {
    height: auto;
  }
  .cid-uMi6Tw3KYN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMi6Tw3KYN .navbar-nav {
  margin: 0 auto;
}
.cid-uMi6Tw3KYN .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uMi6Tw3KYN .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-uMi6Tw3KYN .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uMi6Tw3KYN .nav-item .nav-link:hover,
.cid-uMi6Tw3KYN .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uMi6Tw3KYN .nav-item .nav-link:hover::after,
.cid-uMi6Tw3KYN .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uMi6Tw3KYN .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uMi6Tw3KYN .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uMi6Tw3KYN .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uMi6Tw3KYN .navbar {
    justify-content: flex-start !important;
  }
  .cid-uMi6Tw3KYN .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uMi6Tw3KYN .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uMi6Tw3KYN .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uMi6Tw3KYN .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uMi6Tw3KYN .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uMi6Tw3KYN .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uMi6Tw3KYN .content-wrap {
  min-height: 60px;
}
.cid-uMi6TAtWeR {
  display: flex;
  background-image: url("../../../assets/images/villa-copa4.jpg");
}
.cid-uMi6TAtWeR .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uMi6TAtWeR {
    align-items: flex-end;
  }
  .cid-uMi6TAtWeR .row {
    justify-content: center;
  }
  .cid-uMi6TAtWeR .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMi6TAtWeR .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uMi6TAtWeR {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uMi6TAtWeR .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMi6TAtWeR .content-wrap {
    width: 100%;
  }
}
.cid-uMi6TAtWeR .mbr-section-title,
.cid-uMi6TAtWeR .mbr-section-subtitle {
  text-align: center;
}
.cid-uMi6TAtWeR .mbr-text,
.cid-uMi6TAtWeR .mbr-section-btn {
  text-align: center;
}
.cid-uMi6TB8DLl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uMi6TB8DLl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMi6TB8DLl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMi6TB8DLl .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uMi6TB8DLl .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uMi6TB8DLl .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uMi6TB8DLl .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-uMi6TB8DLl .mbr-text,
.cid-uMi6TB8DLl .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uMi6TB8DLl .card-title,
.cid-uMi6TB8DLl .card-box {
  text-align: center;
  color: #000000;
}
.cid-uMi6TB8DLl .card-title,
.cid-uMi6TB8DLl .card-box DIV {
  text-align: left;
}
.cid-uMi6TBTtq8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uMi6TBTtq8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMi6TBTtq8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMi6TBTtq8 .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uMi6TBTtq8 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uMi6TBTtq8 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uMi6TBTtq8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uMi6TBTtq8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMi6TBTtq8 .content-head {
  max-width: 800px;
}
.cid-uMi6TCzs6b {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uMi6TCzs6b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMi6TCzs6b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMi6TCzs6b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uMi6TCzs6b .footer-col {
    flex-direction: column;
  }
}
.cid-uMi6TCzs6b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uMi6TCzs6b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uMi6TCzs6b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uMi6TCzs6b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uMi6TCzs6b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uMi6TCzs6b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uMi6TCzs6b .soc-item {
  margin: 8px;
}
.cid-uMi6TCzs6b .soc-item a:hover .mbr-iconfont,
.cid-uMi6TCzs6b .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uMi6TCzs6b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uMi6TCzs6b .row {
    text-align: center;
  }
  .cid-uMi6TCzs6b .social-row {
    justify-content: center;
  }
}
.cid-uMi6TCzs6b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uMi6TCzs6b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMi6TCzs6b .list {
    margin-bottom: 0rem;
  }
}
.cid-uMi6TCzs6b .mbr-text {
  color: #bbbbbb;
}
.cid-uMi6TCzs6b .mbr-section-subtitle {
  color: #000000;
}
.cid-uMi6TCzs6b .list,
.cid-uMi6TCzs6b .item-wrap {
  color: #232323;
}
.cid-uMi6TCzs6b .copyright {
  color: #000000;
}
.cid-uMi8uUKAvj .navbar-dropdown {
  position: relative !important;
}
.cid-uMi8uUKAvj .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uMi8uUKAvj .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uMi8uUKAvj .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-uMi8uUKAvj .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uMi8uUKAvj .dropdown-item {
  border: none !important;
  background: #f4f4f4 !important;
  font-weight: 400 !important;
}
.cid-uMi8uUKAvj .dropdown-item:hover,
.cid-uMi8uUKAvj .dropdown-item:focus {
  background: #f4f4f4 !important;
  color: #093388 !important;
}
.cid-uMi8uUKAvj .dropdown-item:hover span {
  color: white;
}
.cid-uMi8uUKAvj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMi8uUKAvj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMi8uUKAvj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMi8uUKAvj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMi8uUKAvj .nav-link {
  position: relative;
}
.cid-uMi8uUKAvj .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uMi8uUKAvj .container {
    flex-wrap: nowrap;
  }
}
.cid-uMi8uUKAvj .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uMi8uUKAvj .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uMi8uUKAvj .dropdown-menu,
.cid-uMi8uUKAvj .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-uMi8uUKAvj .nav-item:focus,
.cid-uMi8uUKAvj .nav-link:focus {
  outline: none;
}
.cid-uMi8uUKAvj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMi8uUKAvj .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uMi8uUKAvj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMi8uUKAvj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMi8uUKAvj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMi8uUKAvj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMi8uUKAvj .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uMi8uUKAvj .navbar.opened {
  transition: all 0.3s;
}
.cid-uMi8uUKAvj .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uMi8uUKAvj .navbar .navbar-logo img {
  width: auto;
}
.cid-uMi8uUKAvj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMi8uUKAvj .navbar.collapsed {
  justify-content: center;
}
.cid-uMi8uUKAvj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMi8uUKAvj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMi8uUKAvj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uMi8uUKAvj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMi8uUKAvj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMi8uUKAvj .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-uMi8uUKAvj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMi8uUKAvj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMi8uUKAvj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMi8uUKAvj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMi8uUKAvj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMi8uUKAvj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMi8uUKAvj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMi8uUKAvj .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-uMi8uUKAvj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMi8uUKAvj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMi8uUKAvj .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uMi8uUKAvj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uMi8uUKAvj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMi8uUKAvj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMi8uUKAvj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMi8uUKAvj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uMi8uUKAvj .navbar-brand {
  min-height: 60px;
  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-uMi8uUKAvj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uMi8uUKAvj .navbar-brand .navbar-caption:hover,
.cid-uMi8uUKAvj .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uMi8uUKAvj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMi8uUKAvj .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uMi8uUKAvj .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uMi8uUKAvj .dropdown-item.active,
.cid-uMi8uUKAvj .dropdown-item:active {
  background-color: transparent;
}
.cid-uMi8uUKAvj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMi8uUKAvj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMi8uUKAvj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMi8uUKAvj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uMi8uUKAvj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uMi8uUKAvj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uMi8uUKAvj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMi8uUKAvj ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uMi8uUKAvj ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uMi8uUKAvj .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uMi8uUKAvj .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uMi8uUKAvj .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uMi8uUKAvj 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: #f4f4f4 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uMi8uUKAvj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uMi8uUKAvj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uMi8uUKAvj button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uMi8uUKAvj button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uMi8uUKAvj button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uMi8uUKAvj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMi8uUKAvj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMi8uUKAvj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMi8uUKAvj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMi8uUKAvj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMi8uUKAvj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMi8uUKAvj .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-uMi8uUKAvj .navbar {
    height: 70px;
  }
  .cid-uMi8uUKAvj .navbar.opened {
    height: auto;
  }
  .cid-uMi8uUKAvj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMi8uUKAvj .navbar-nav {
  margin: 0 auto;
}
.cid-uMi8uUKAvj .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uMi8uUKAvj .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-uMi8uUKAvj .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uMi8uUKAvj .nav-item .nav-link:hover,
.cid-uMi8uUKAvj .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uMi8uUKAvj .nav-item .nav-link:hover::after,
.cid-uMi8uUKAvj .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uMi8uUKAvj .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uMi8uUKAvj .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uMi8uUKAvj .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uMi8uUKAvj .navbar {
    justify-content: flex-start !important;
  }
  .cid-uMi8uUKAvj .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uMi8uUKAvj .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uMi8uUKAvj .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uMi8uUKAvj .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uMi8uUKAvj .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uMi8uUKAvj .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uMi8uUKAvj .content-wrap {
  min-height: 60px;
}
.cid-uMi8uXMD6D {
  display: flex;
  background-image: url("../../../assets/images/villa-copa5.jpg");
}
.cid-uMi8uXMD6D .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uMi8uXMD6D {
    align-items: flex-end;
  }
  .cid-uMi8uXMD6D .row {
    justify-content: center;
  }
  .cid-uMi8uXMD6D .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMi8uXMD6D .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uMi8uXMD6D {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uMi8uXMD6D .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMi8uXMD6D .content-wrap {
    width: 100%;
  }
}
.cid-uMi8uXMD6D .mbr-section-title,
.cid-uMi8uXMD6D .mbr-section-subtitle {
  text-align: center;
}
.cid-uMi8uXMD6D .mbr-text,
.cid-uMi8uXMD6D .mbr-section-btn {
  text-align: center;
}
.cid-uMi8uZbpTE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMi8uZbpTE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMi8uZbpTE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMi8uZbpTE .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #232323;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uMi8uZbpTE .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uMi8uZbpTE .card {
  justify-content: center;
}
.cid-uMi8uZbpTE .number-wrapper .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMi8uZbpTE .number-wrapper .mbr-number {
    margin-bottom: 32px;
  }
}
.cid-uMi8uZbpTE .list-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMi8uZbpTE .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: upper-roman;
  list-style-position: inside;
}
.cid-uMi8uZbpTE .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #232323;
}
@media (max-width: 992px) {
  .cid-uMi8uZbpTE .list-wrapper .list .item-wrap {
    padding-left: 16px;
  }
}
.cid-uMi8uZbpTE .list-wrapper .list .item-wrap::marker {
  color: #232323;
}
.cid-uMi8uZbpTE .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMi8uZbpTE .mbr-section-title {
  color: #000000;
}
.cid-uMi8uZbpTE .mbr-number {
  color: #000000;
}
.cid-uMi8uZbpTE .list {
  color: #000000;
}
.cid-uMi8v0tDYO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uMi8v0tDYO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMi8v0tDYO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMi8v0tDYO .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uMi8v0tDYO .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uMi8v0tDYO .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uMi8v0tDYO .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-uMi8v0tDYO .mbr-text,
.cid-uMi8v0tDYO .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uMi8v0tDYO .card-title,
.cid-uMi8v0tDYO .card-box {
  text-align: center;
  color: #000000;
}
.cid-uMi8v0tDYO .card-title,
.cid-uMi8v0tDYO .card-box DIV {
  text-align: left;
}
.cid-uMi8v1Mu1b {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uMi8v1Mu1b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMi8v1Mu1b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMi8v1Mu1b .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uMi8v1Mu1b .item-mb {
    margin-bottom: 0;
  }
}
.cid-uMi8v1Mu1b .item-wrapper {
  background: #edefeb;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uMi8v1Mu1b .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uMi8v1Mu1b .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uMi8v1Mu1b .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uMi8v1Mu1b .mbr-section-title {
  color: #d70081;
}
.cid-uMi8v1Mu1b .mbr-section-subtitle {
  color: #232323;
}
.cid-uMi8v1Mu1b .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uMi8v1Mu1b .card-box .item-footer {
  margin-top: auto;
}
.cid-uMi8v1Mu1b .content-head {
  max-width: 800px;
}
.cid-uMi8v1Mu1b .card-title,
.cid-uMi8v1Mu1b .iconfont-wrapper {
  text-align: center;
}
.cid-uMi8v3N4b2 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-uMi8v3N4b2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMi8v3N4b2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uMi8v3N4b2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMi8v3N4b2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uMi8v3N4b2 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uMi8v3N4b2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMi8v3N4b2 .mbr-section-title {
  color: #000000;
}
.cid-uMi8v3N4b2 .mbr-text,
.cid-uMi8v3N4b2 .mbr-section-btn {
  color: #000000;
}
.cid-uMi8v51Bh3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMi8v51Bh3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMi8v51Bh3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMi8v51Bh3 .card-wrapper {
  background: #edefeb;
}
@media (max-width: 767px) {
  .cid-uMi8v51Bh3 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uMi8v51Bh3 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uMi8v51Bh3 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uMi8v51Bh3 .mbr-text,
.cid-uMi8v51Bh3 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uMi8v51Bh3 .card-title,
.cid-uMi8v51Bh3 .card-box {
  text-align: left;
  color: #000000;
}
.cid-uMi8v6qkgr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uMi8v6qkgr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMi8v6qkgr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMi8v6qkgr .items-wrapper {
  justify-content: center;
}
.cid-uMi8v6qkgr .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMi8v6qkgr .item {
    margin-bottom: 20px;
  }
}
.cid-uMi8v6qkgr .item .item-wrapper {
  padding: 80px 60px;
  box-shadow: 5px 20px 20px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uMi8v6qkgr .item .item-wrapper {
    padding: 40px 20px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uMi8v6qkgr .item .item-wrapper {
    box-shadow: none;
  }
}
.cid-uMi8v6qkgr .item .item-wrapper .item-content {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMi8v6qkgr .item .item-wrapper .item-content {
    margin-bottom: 40px;
  }
}
.cid-uMi8v6qkgr .item .item-wrapper .item-content .label-wrapper_1 .mbr-label,
.cid-uMi8v6qkgr .item .item-wrapper .item-content .label-wrapper_2 .mbr-label,
.cid-uMi8v6qkgr .item .item-wrapper .item-content .label-wrapper_3 .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
}
.cid-uMi8v6qkgr .item .item-wrapper .item-content .label-wrapper_1 .mbr-label_1,
.cid-uMi8v6qkgr .item .item-wrapper .item-content .label-wrapper_2 .mbr-label_1,
.cid-uMi8v6qkgr .item .item-wrapper .item-content .label-wrapper_3 .mbr-label_1 {
  background-color: #19171c;
}
.cid-uMi8v6qkgr .item .item-wrapper .item-content .label-wrapper_1 .mbr-label_2,
.cid-uMi8v6qkgr .item .item-wrapper .item-content .label-wrapper_2 .mbr-label_2,
.cid-uMi8v6qkgr .item .item-wrapper .item-content .label-wrapper_3 .mbr-label_2 {
  background-color: #ffffff;
}
.cid-uMi8v6qkgr .item .item-wrapper .item-content .label-wrapper_1 .mbr-label_3,
.cid-uMi8v6qkgr .item .item-wrapper .item-content .label-wrapper_2 .mbr-label_3,
.cid-uMi8v6qkgr .item .item-wrapper .item-content .label-wrapper_3 .mbr-label_3 {
  background-color: #f2f1f3;
}
.cid-uMi8v6qkgr .item .item-wrapper .item-content .text-wrapper_1 .item-text_1,
.cid-uMi8v6qkgr .item .item-wrapper .item-content .text-wrapper_2 .item-text_1,
.cid-uMi8v6qkgr .item .item-wrapper .item-content .text-wrapper_3 .item-text_1,
.cid-uMi8v6qkgr .item .item-wrapper .item-content .text-wrapper_1 .item-text_2,
.cid-uMi8v6qkgr .item .item-wrapper .item-content .text-wrapper_2 .item-text_2,
.cid-uMi8v6qkgr .item .item-wrapper .item-content .text-wrapper_3 .item-text_2,
.cid-uMi8v6qkgr .item .item-wrapper .item-content .text-wrapper_1 .item-text_3,
.cid-uMi8v6qkgr .item .item-wrapper .item-content .text-wrapper_2 .item-text_3,
.cid-uMi8v6qkgr .item .item-wrapper .item-content .text-wrapper_3 .item-text_3 {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMi8v6qkgr .item .item-wrapper .item-content .text-wrapper_1 .item-text_1,
  .cid-uMi8v6qkgr .item .item-wrapper .item-content .text-wrapper_2 .item-text_1,
  .cid-uMi8v6qkgr .item .item-wrapper .item-content .text-wrapper_3 .item-text_1,
  .cid-uMi8v6qkgr .item .item-wrapper .item-content .text-wrapper_1 .item-text_2,
  .cid-uMi8v6qkgr .item .item-wrapper .item-content .text-wrapper_2 .item-text_2,
  .cid-uMi8v6qkgr .item .item-wrapper .item-content .text-wrapper_3 .item-text_2,
  .cid-uMi8v6qkgr .item .item-wrapper .item-content .text-wrapper_1 .item-text_3,
  .cid-uMi8v6qkgr .item .item-wrapper .item-content .text-wrapper_2 .item-text_3,
  .cid-uMi8v6qkgr .item .item-wrapper .item-content .text-wrapper_3 .item-text_3 {
    width: 100%;
  }
}
.cid-uMi8v6qkgr .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uMi8v6qkgr .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
}
.cid-uMi8v6qkgr .item .card_1 {
  background-color: #ffffff;
}
.cid-uMi8v6qkgr .item .card_2 {
  background-color: #ffffff;
}
.cid-uMi8v6qkgr .item .card_3 {
  background-color: #b593ff;
}
.cid-uMi8v6qkgr .mbr-label_1 {
  color: #ffffff;
}
.cid-uMi8v6qkgr .mbr-label_2 {
  color: #19171c;
}
.cid-uMi8v6qkgr .mbr-label_3 {
  color: #19171c;
}
.cid-uMi8v6qkgr .item-text_1 {
  color: #6e6e73;
}
.cid-uMi8v6qkgr .item-text_2 {
  color: #ffffff;
}
.cid-uMi8v6qkgr .item-text_3 {
  color: #ffffff;
}
.cid-uMi8v6qkgr .mbr-label_1,
.cid-uMi8v6qkgr .mbr-section-btn,
.cid-uMi8v6qkgr .label-wrapper_1 {
  text-align: center;
}
.cid-uMi8v6qkgr .mbr-label_2,
.cid-uMi8v6qkgr .mbr-section-btn,
.cid-uMi8v6qkgr .label-wrapper_2 {
  text-align: center;
}
.cid-uMi8v6qkgr .item-text_2,
.cid-uMi8v6qkgr .text-wrapper_2 {
  color: #000000;
  text-align: center;
}
.cid-uMi8v6qkgr .item-text_1,
.cid-uMi8v6qkgr .text-wrapper_1 {
  text-align: center;
  color: #000000;
}
.cid-uMi8v87Kiq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMi8v87Kiq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMi8v87Kiq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uMi8v87Kiq .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uMi8v87Kiq .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uMi8v87Kiq .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-uMi8v87Kiq .card-wrapper {
  background: #edefeb;
}
.cid-uMi8v87Kiq .mbr-text,
.cid-uMi8v87Kiq .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uMi8v87Kiq .card-title,
.cid-uMi8v87Kiq .card-box {
  text-align: left;
  color: #000000;
}
.cid-uMi8v87Kiq .image-wrapper img {
  width: 100%;
}
.cid-uMi8v9AEzu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uMi8v9AEzu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMi8v9AEzu .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-uMi8v9AEzu .container {
    padding: 0 20px;
  }
}
.cid-uMi8v9AEzu .row {
  margin: 0;
}
.cid-uMi8v9AEzu .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMi8v9AEzu .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMi8v9AEzu .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uMi8v9AEzu .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uMi8v9AEzu .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uMi8v9AEzu .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uMi8v9AEzu .mbr-section-title {
  color: #ffffff;
}
.cid-uMi8vb3NmV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMi8vb3NmV .mbr-text {
  color: #000000;
}
.cid-uMi8vb3NmV .mbr-section-subtitle {
  color: #000000;
}
.cid-uMi8vb3NmV .mbr-section-title {
  color: #000000;
}
.cid-uMi8vcnlDj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uMi8vcnlDj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMi8vcnlDj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMi8vcnlDj .nav-tabs .nav-item.open .nav-link:focus,
.cid-uMi8vcnlDj .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uMi8vcnlDj .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-uMi8vcnlDj .nav-item {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}
.cid-uMi8vcnlDj .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uMi8vcnlDj .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-uMi8vcnlDj .nav-tabs .nav-link:not(.active) {
  color: #9fe870;
}
.cid-uMi8vcnlDj .nav-tabs .nav-link.active {
  color: #ffffff !important;
  background-color: #9fe870 !important;
  padding: 1.25rem 2rem!important;
}
.cid-uMi8vcnlDj .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uMi8vcnlDj .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uMi8vcnlDj .mbr-text {
  color: #000000;
  margin: 0;
}
.cid-uMi8vcnlDj .content-head {
  max-width: 800px;
}
.cid-uMi8vcnlDj .item-wrapper {
  background-color: #ffffff;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uMi8vcnlDj .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uMi8vey9op {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMi8vey9op .mbr-text {
  color: #000000;
}
.cid-uMi8vey9op .mbr-section-subtitle {
  color: #000000;
}
.cid-uMi8vfUo8Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #000000;
  background-color: #edefeb;
}
.cid-uMi8vfUo8Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMi8vfUo8Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMi8vfUo8Y .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uMi8vfUo8Y .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMi8vfUo8Y .content-wrapper {
    padding: 0;
  }
}
.cid-uMi8vfUo8Y .content-wrapper .card-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 108px;
  border: 2px solid #000000;
  box-shadow: -10px 10px 0 0 #000000;
}
@media (max-width: 1440px) {
  .cid-uMi8vfUo8Y .content-wrapper .card-wrapper {
    padding: 108px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMi8vfUo8Y .content-wrapper .card-wrapper {
    padding: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uMi8vfUo8Y .content-wrapper .card-wrapper {
    box-shadow: -5px 5px 0 0 #000000;
  }
}
.cid-uMi8vfUo8Y .content-wrapper .card-wrapper .card-wrap {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uMi8vfUo8Y .content-wrapper .card-wrapper .card-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uMi8vfUo8Y .content-wrapper .card-wrapper .card-wrap .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uMi8vfUo8Y .content-wrapper .card-wrapper .card-wrap .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #2c2625;
}
.cid-uMi8vfUo8Y .content-wrapper .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMi8vfUo8Y .content-wrapper .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMi8vfUo8Y .content-wrapper .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 32px;
}
.cid-uMi8vfUo8Y .content-wrapper .card-wrapper .image-wrapper {
  position: relative;
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uMi8vfUo8Y .content-wrapper .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uMi8vfUo8Y .content-wrapper .card-wrapper .image-wrapper .image-wrap-main img {
  object-fit: cover;
  height: 570px;
  border: 2px solid #2c2625;
  box-shadow: -10px 10px 0 0 #2c2625;
}
@media (max-width: 992px) {
  .cid-uMi8vfUo8Y .content-wrapper .card-wrapper .image-wrapper .image-wrap-main img {
    box-shadow: -5px 5px 0 0 #2c2625;
    height: 350px;
  }
}
.cid-uMi8vfUo8Y .content-wrapper .card-wrapper .image-wrapper .image-wrap {
  position: absolute;
  top: 30%;
  left: -10%;
}
.cid-uMi8vfUo8Y .content-wrapper .card-wrapper .image-wrapper .image-wrap img {
  height: 220px;
  width: 220px;
  display: inline-block;
  border-radius: 100% !important;
  object-fit: cover;
  border: 16px solid #ffffff;
  box-shadow: -16px 16px 0 #2c2625;
}
.cid-uMi8vfUo8Y .mbr-tag {
  color: #2C2625;
}
.cid-uMi8vfUo8Y .mbr-section-title {
  color: #2C2625;
}
.cid-uMi8vfUo8Y .mbr-text {
  color: #2C2625;
}
.cid-uMifDWQq1X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMifDWQq1X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMifDWQq1X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMifDWQq1X .content-wrapper {
  padding: 80px 90px;
  background-color: #edefeb;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMifDWQq1X .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uMifDWQq1X .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uMifDWQq1X .content-wrapper .title-wrapper {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uMifDWQq1X .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMifDWQq1X .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uMifDWQq1X .content-wrapper .title-wrapper .tabs-wrapper {
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-uMifDWQq1X .content-wrapper .title-wrapper .tabs-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uMifDWQq1X .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uMifDWQq1X .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-uMifDWQq1X .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2n) .nav-link {
  background-color: #87ceeb;
}
.cid-uMifDWQq1X .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(3n) .nav-link {
  background-color: #90ee90;
}
.cid-uMifDWQq1X .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #050f0f;
  padding: 12px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffe66d;
  margin: 0 5px 5px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uMifDWQq1X .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  box-shadow: none;
  transform: translate(0.2rem, 0.2rem);
}
.cid-uMifDWQq1X .content-wrapper .tab-content {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uMifDWQq1X .content-wrapper .tab-content {
    width: 100%;
  }
}
.cid-uMifDWQq1X .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMifDWQq1X .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
    margin-bottom: 24px;
  }
}
.cid-uMifDWQq1X .content-wrapper .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uMifDWQq1X .mbr-section-title {
  color: #050f0f;
}
.cid-uMifDWQq1X .item-title {
  color: #050f0f;
}
.cid-uMifDWQq1X .item-text {
  color: #050f0f;
}
.cid-uMifDWQq1X .mbr-section-title,
.cid-uMifDWQq1X .tabs-wrapper {
  text-align: center;
}
.cid-uMi8vgSeIy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uMi8vgSeIy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMi8vgSeIy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMi8vgSeIy .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uMi8vgSeIy .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uMi8vgSeIy .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uMi8vgSeIy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uMi8vgSeIy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMi8vgSeIy .content-head {
  max-width: 800px;
}
.cid-uMi8vhOvdA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uMi8vhOvdA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMi8vhOvdA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMi8vhOvdA .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uMi8vhOvdA .footer-col {
    flex-direction: column;
  }
}
.cid-uMi8vhOvdA .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uMi8vhOvdA .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uMi8vhOvdA .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uMi8vhOvdA .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uMi8vhOvdA .mbr-section-btn {
    text-align: center;
  }
}
.cid-uMi8vhOvdA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uMi8vhOvdA .soc-item {
  margin: 8px;
}
.cid-uMi8vhOvdA .soc-item a:hover .mbr-iconfont,
.cid-uMi8vhOvdA .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uMi8vhOvdA .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uMi8vhOvdA .row {
    text-align: center;
  }
  .cid-uMi8vhOvdA .social-row {
    justify-content: center;
  }
}
.cid-uMi8vhOvdA .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uMi8vhOvdA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMi8vhOvdA .list {
    margin-bottom: 0rem;
  }
}
.cid-uMi8vhOvdA .mbr-text {
  color: #bbbbbb;
}
.cid-uMi8vhOvdA .mbr-section-subtitle {
  color: #000000;
}
.cid-uMi8vhOvdA .list,
.cid-uMi8vhOvdA .item-wrap {
  color: #232323;
}
.cid-uMi8vhOvdA .copyright {
  color: #000000;
}
.cid-uMiiiPCvo5 .navbar-dropdown {
  position: relative !important;
}
.cid-uMiiiPCvo5 .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uMiiiPCvo5 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uMiiiPCvo5 .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-uMiiiPCvo5 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uMiiiPCvo5 .dropdown-item {
  border: none !important;
  background: #f4f4f4 !important;
  font-weight: 400 !important;
}
.cid-uMiiiPCvo5 .dropdown-item:hover,
.cid-uMiiiPCvo5 .dropdown-item:focus {
  background: #f4f4f4 !important;
  color: #093388 !important;
}
.cid-uMiiiPCvo5 .dropdown-item:hover span {
  color: white;
}
.cid-uMiiiPCvo5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMiiiPCvo5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMiiiPCvo5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMiiiPCvo5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMiiiPCvo5 .nav-link {
  position: relative;
}
.cid-uMiiiPCvo5 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uMiiiPCvo5 .container {
    flex-wrap: nowrap;
  }
}
.cid-uMiiiPCvo5 .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uMiiiPCvo5 .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uMiiiPCvo5 .dropdown-menu,
.cid-uMiiiPCvo5 .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-uMiiiPCvo5 .nav-item:focus,
.cid-uMiiiPCvo5 .nav-link:focus {
  outline: none;
}
.cid-uMiiiPCvo5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMiiiPCvo5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uMiiiPCvo5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMiiiPCvo5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMiiiPCvo5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMiiiPCvo5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMiiiPCvo5 .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uMiiiPCvo5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uMiiiPCvo5 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uMiiiPCvo5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uMiiiPCvo5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMiiiPCvo5 .navbar.collapsed {
  justify-content: center;
}
.cid-uMiiiPCvo5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMiiiPCvo5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMiiiPCvo5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uMiiiPCvo5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMiiiPCvo5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMiiiPCvo5 .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-uMiiiPCvo5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMiiiPCvo5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMiiiPCvo5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMiiiPCvo5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMiiiPCvo5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMiiiPCvo5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMiiiPCvo5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMiiiPCvo5 .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-uMiiiPCvo5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMiiiPCvo5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMiiiPCvo5 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uMiiiPCvo5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uMiiiPCvo5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMiiiPCvo5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMiiiPCvo5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMiiiPCvo5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uMiiiPCvo5 .navbar-brand {
  min-height: 60px;
  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-uMiiiPCvo5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uMiiiPCvo5 .navbar-brand .navbar-caption:hover,
.cid-uMiiiPCvo5 .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uMiiiPCvo5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMiiiPCvo5 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uMiiiPCvo5 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uMiiiPCvo5 .dropdown-item.active,
.cid-uMiiiPCvo5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uMiiiPCvo5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMiiiPCvo5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMiiiPCvo5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMiiiPCvo5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uMiiiPCvo5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uMiiiPCvo5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uMiiiPCvo5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMiiiPCvo5 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uMiiiPCvo5 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uMiiiPCvo5 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uMiiiPCvo5 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uMiiiPCvo5 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uMiiiPCvo5 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: #f4f4f4 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uMiiiPCvo5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uMiiiPCvo5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uMiiiPCvo5 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uMiiiPCvo5 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uMiiiPCvo5 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uMiiiPCvo5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMiiiPCvo5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMiiiPCvo5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMiiiPCvo5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMiiiPCvo5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMiiiPCvo5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMiiiPCvo5 .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-uMiiiPCvo5 .navbar {
    height: 70px;
  }
  .cid-uMiiiPCvo5 .navbar.opened {
    height: auto;
  }
  .cid-uMiiiPCvo5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMiiiPCvo5 .navbar-nav {
  margin: 0 auto;
}
.cid-uMiiiPCvo5 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uMiiiPCvo5 .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-uMiiiPCvo5 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uMiiiPCvo5 .nav-item .nav-link:hover,
.cid-uMiiiPCvo5 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uMiiiPCvo5 .nav-item .nav-link:hover::after,
.cid-uMiiiPCvo5 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uMiiiPCvo5 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uMiiiPCvo5 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uMiiiPCvo5 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uMiiiPCvo5 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uMiiiPCvo5 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uMiiiPCvo5 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uMiiiPCvo5 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uMiiiPCvo5 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uMiiiPCvo5 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uMiiiPCvo5 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uMiiiPCvo5 .content-wrap {
  min-height: 60px;
}
.cid-uMiiiROo1r {
  display: flex;
  background-image: url("../../../assets/images/villa-copa9.jpeg");
}
.cid-uMiiiROo1r .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uMiiiROo1r {
    align-items: flex-end;
  }
  .cid-uMiiiROo1r .row {
    justify-content: center;
  }
  .cid-uMiiiROo1r .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMiiiROo1r .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uMiiiROo1r {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uMiiiROo1r .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMiiiROo1r .content-wrap {
    width: 100%;
  }
}
.cid-uMiiiROo1r .mbr-section-title,
.cid-uMiiiROo1r .mbr-section-subtitle {
  text-align: center;
}
.cid-uMiiiROo1r .mbr-text,
.cid-uMiiiROo1r .mbr-section-btn {
  text-align: center;
}
.cid-uMiiiSCkQk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMiiiSCkQk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiiiSCkQk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiiiSCkQk .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #232323;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uMiiiSCkQk .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uMiiiSCkQk .card {
  justify-content: center;
}
.cid-uMiiiSCkQk .number-wrapper .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMiiiSCkQk .number-wrapper .mbr-number {
    margin-bottom: 32px;
  }
}
.cid-uMiiiSCkQk .list-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMiiiSCkQk .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: upper-roman;
  list-style-position: inside;
}
.cid-uMiiiSCkQk .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #232323;
}
@media (max-width: 992px) {
  .cid-uMiiiSCkQk .list-wrapper .list .item-wrap {
    padding-left: 16px;
  }
}
.cid-uMiiiSCkQk .list-wrapper .list .item-wrap::marker {
  color: #232323;
}
.cid-uMiiiSCkQk .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMiiiSCkQk .mbr-section-title {
  color: #000000;
}
.cid-uMiiiSCkQk .mbr-number {
  color: #000000;
}
.cid-uMiiiSCkQk .list {
  color: #000000;
}
.cid-uMiiiToeNW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uMiiiToeNW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiiiToeNW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiiiToeNW .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uMiiiToeNW .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uMiiiToeNW .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uMiiiToeNW .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-uMiiiToeNW .mbr-text,
.cid-uMiiiToeNW .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uMiiiToeNW .card-title,
.cid-uMiiiToeNW .card-box {
  text-align: center;
  color: #000000;
}
.cid-uMiiiToeNW .card-title,
.cid-uMiiiToeNW .card-box DIV {
  text-align: left;
}
.cid-uMiiiUdNkc {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uMiiiUdNkc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiiiUdNkc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiiiUdNkc .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uMiiiUdNkc .item-mb {
    margin-bottom: 0;
  }
}
.cid-uMiiiUdNkc .item-wrapper {
  background: #edefeb;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uMiiiUdNkc .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uMiiiUdNkc .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uMiiiUdNkc .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uMiiiUdNkc .mbr-section-title {
  color: #d70081;
}
.cid-uMiiiUdNkc .mbr-section-subtitle {
  color: #232323;
}
.cid-uMiiiUdNkc .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uMiiiUdNkc .card-box .item-footer {
  margin-top: auto;
}
.cid-uMiiiUdNkc .content-head {
  max-width: 800px;
}
.cid-uMiiiUdNkc .card-title,
.cid-uMiiiUdNkc .iconfont-wrapper {
  text-align: center;
}
.cid-uMiiiVOlig {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-uMiiiVOlig .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiiiVOlig .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uMiiiVOlig .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMiiiVOlig .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uMiiiVOlig .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uMiiiVOlig .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMiiiVOlig .mbr-section-title {
  color: #000000;
}
.cid-uMiiiVOlig .mbr-text,
.cid-uMiiiVOlig .mbr-section-btn {
  color: #000000;
}
.cid-uMiiiWNwBU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMiiiWNwBU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiiiWNwBU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiiiWNwBU .card-wrapper {
  background: #edefeb;
}
@media (max-width: 767px) {
  .cid-uMiiiWNwBU .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uMiiiWNwBU .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uMiiiWNwBU .card-wrapper {
    padding: 4rem;
  }
}
.cid-uMiiiWNwBU .mbr-text,
.cid-uMiiiWNwBU .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uMiiiWNwBU .card-title,
.cid-uMiiiWNwBU .card-box {
  text-align: left;
  color: #000000;
}
.cid-uMiiiXLxme {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uMiiiXLxme .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiiiXLxme .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiiiXLxme .items-wrapper {
  justify-content: center;
}
.cid-uMiiiXLxme .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMiiiXLxme .item {
    margin-bottom: 20px;
  }
}
.cid-uMiiiXLxme .item .item-wrapper {
  padding: 80px 60px;
  box-shadow: 5px 20px 20px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uMiiiXLxme .item .item-wrapper {
    padding: 40px 20px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uMiiiXLxme .item .item-wrapper {
    box-shadow: none;
  }
}
.cid-uMiiiXLxme .item .item-wrapper .item-content {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMiiiXLxme .item .item-wrapper .item-content {
    margin-bottom: 40px;
  }
}
.cid-uMiiiXLxme .item .item-wrapper .item-content .label-wrapper_1 .mbr-label,
.cid-uMiiiXLxme .item .item-wrapper .item-content .label-wrapper_2 .mbr-label,
.cid-uMiiiXLxme .item .item-wrapper .item-content .label-wrapper_3 .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
}
.cid-uMiiiXLxme .item .item-wrapper .item-content .label-wrapper_1 .mbr-label_1,
.cid-uMiiiXLxme .item .item-wrapper .item-content .label-wrapper_2 .mbr-label_1,
.cid-uMiiiXLxme .item .item-wrapper .item-content .label-wrapper_3 .mbr-label_1 {
  background-color: #19171c;
}
.cid-uMiiiXLxme .item .item-wrapper .item-content .label-wrapper_1 .mbr-label_2,
.cid-uMiiiXLxme .item .item-wrapper .item-content .label-wrapper_2 .mbr-label_2,
.cid-uMiiiXLxme .item .item-wrapper .item-content .label-wrapper_3 .mbr-label_2 {
  background-color: #ffffff;
}
.cid-uMiiiXLxme .item .item-wrapper .item-content .label-wrapper_1 .mbr-label_3,
.cid-uMiiiXLxme .item .item-wrapper .item-content .label-wrapper_2 .mbr-label_3,
.cid-uMiiiXLxme .item .item-wrapper .item-content .label-wrapper_3 .mbr-label_3 {
  background-color: #f2f1f3;
}
.cid-uMiiiXLxme .item .item-wrapper .item-content .text-wrapper_1 .item-text_1,
.cid-uMiiiXLxme .item .item-wrapper .item-content .text-wrapper_2 .item-text_1,
.cid-uMiiiXLxme .item .item-wrapper .item-content .text-wrapper_3 .item-text_1,
.cid-uMiiiXLxme .item .item-wrapper .item-content .text-wrapper_1 .item-text_2,
.cid-uMiiiXLxme .item .item-wrapper .item-content .text-wrapper_2 .item-text_2,
.cid-uMiiiXLxme .item .item-wrapper .item-content .text-wrapper_3 .item-text_2,
.cid-uMiiiXLxme .item .item-wrapper .item-content .text-wrapper_1 .item-text_3,
.cid-uMiiiXLxme .item .item-wrapper .item-content .text-wrapper_2 .item-text_3,
.cid-uMiiiXLxme .item .item-wrapper .item-content .text-wrapper_3 .item-text_3 {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMiiiXLxme .item .item-wrapper .item-content .text-wrapper_1 .item-text_1,
  .cid-uMiiiXLxme .item .item-wrapper .item-content .text-wrapper_2 .item-text_1,
  .cid-uMiiiXLxme .item .item-wrapper .item-content .text-wrapper_3 .item-text_1,
  .cid-uMiiiXLxme .item .item-wrapper .item-content .text-wrapper_1 .item-text_2,
  .cid-uMiiiXLxme .item .item-wrapper .item-content .text-wrapper_2 .item-text_2,
  .cid-uMiiiXLxme .item .item-wrapper .item-content .text-wrapper_3 .item-text_2,
  .cid-uMiiiXLxme .item .item-wrapper .item-content .text-wrapper_1 .item-text_3,
  .cid-uMiiiXLxme .item .item-wrapper .item-content .text-wrapper_2 .item-text_3,
  .cid-uMiiiXLxme .item .item-wrapper .item-content .text-wrapper_3 .item-text_3 {
    width: 100%;
  }
}
.cid-uMiiiXLxme .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uMiiiXLxme .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
}
.cid-uMiiiXLxme .item .card_1 {
  background-color: #ffffff;
}
.cid-uMiiiXLxme .item .card_2 {
  background-color: #ffffff;
}
.cid-uMiiiXLxme .item .card_3 {
  background-color: #b593ff;
}
.cid-uMiiiXLxme .mbr-label_1 {
  color: #ffffff;
}
.cid-uMiiiXLxme .mbr-label_2 {
  color: #19171c;
}
.cid-uMiiiXLxme .mbr-label_3 {
  color: #19171c;
}
.cid-uMiiiXLxme .item-text_1 {
  color: #6e6e73;
}
.cid-uMiiiXLxme .item-text_2 {
  color: #ffffff;
}
.cid-uMiiiXLxme .item-text_3 {
  color: #ffffff;
}
.cid-uMiiiXLxme .mbr-label_1,
.cid-uMiiiXLxme .mbr-section-btn,
.cid-uMiiiXLxme .label-wrapper_1 {
  text-align: center;
}
.cid-uMiiiXLxme .mbr-label_2,
.cid-uMiiiXLxme .mbr-section-btn,
.cid-uMiiiXLxme .label-wrapper_2 {
  text-align: center;
}
.cid-uMiiiXLxme .item-text_2,
.cid-uMiiiXLxme .text-wrapper_2 {
  color: #000000;
  text-align: center;
}
.cid-uMiiiXLxme .item-text_1,
.cid-uMiiiXLxme .text-wrapper_1 {
  text-align: center;
  color: #000000;
}
.cid-uMiiiYWw4L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMiiiYWw4L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiiiYWw4L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uMiiiYWw4L .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uMiiiYWw4L .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uMiiiYWw4L .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-uMiiiYWw4L .card-wrapper {
  background: #edefeb;
}
.cid-uMiiiYWw4L .mbr-text,
.cid-uMiiiYWw4L .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uMiiiYWw4L .card-title,
.cid-uMiiiYWw4L .card-box {
  text-align: left;
  color: #000000;
}
.cid-uMiiiYWw4L .image-wrapper img {
  width: 100%;
}
.cid-uMiiiZTFYU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uMiiiZTFYU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiiiZTFYU .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-uMiiiZTFYU .container {
    padding: 0 20px;
  }
}
.cid-uMiiiZTFYU .row {
  margin: 0;
}
.cid-uMiiiZTFYU .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMiiiZTFYU .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMiiiZTFYU .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uMiiiZTFYU .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uMiiiZTFYU .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uMiiiZTFYU .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uMiiiZTFYU .mbr-section-title {
  color: #ffffff;
}
.cid-uMiij0QmaR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMiij0QmaR .mbr-text {
  color: #000000;
}
.cid-uMiij0QmaR .mbr-section-subtitle {
  color: #000000;
}
.cid-uMiij0QmaR .mbr-section-title {
  color: #000000;
}
.cid-uMiij1USVF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uMiij1USVF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiij1USVF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiij1USVF .nav-tabs .nav-item.open .nav-link:focus,
.cid-uMiij1USVF .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uMiij1USVF .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-uMiij1USVF .nav-item {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}
.cid-uMiij1USVF .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uMiij1USVF .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-uMiij1USVF .nav-tabs .nav-link:not(.active) {
  color: #9fe870;
}
.cid-uMiij1USVF .nav-tabs .nav-link.active {
  color: #ffffff !important;
  background-color: #9fe870 !important;
  padding: 1.25rem 2rem!important;
}
.cid-uMiij1USVF .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uMiij1USVF .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uMiij1USVF .mbr-text {
  color: #000000;
  margin: 0;
}
.cid-uMiij1USVF .content-head {
  max-width: 800px;
}
.cid-uMiij1USVF .item-wrapper {
  background-color: #ffffff;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uMiij1USVF .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uMiij3mjOz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMiij3mjOz .mbr-text {
  color: #000000;
}
.cid-uMiij3mjOz .mbr-section-subtitle {
  color: #000000;
}
.cid-uMiij4FbBr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #000000;
  background-color: #edefeb;
}
.cid-uMiij4FbBr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiij4FbBr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiij4FbBr .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uMiij4FbBr .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMiij4FbBr .content-wrapper {
    padding: 0;
  }
}
.cid-uMiij4FbBr .content-wrapper .card-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 108px;
  border: 2px solid #000000;
  box-shadow: -10px 10px 0 0 #000000;
}
@media (max-width: 1440px) {
  .cid-uMiij4FbBr .content-wrapper .card-wrapper {
    padding: 108px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMiij4FbBr .content-wrapper .card-wrapper {
    padding: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uMiij4FbBr .content-wrapper .card-wrapper {
    box-shadow: -5px 5px 0 0 #000000;
  }
}
.cid-uMiij4FbBr .content-wrapper .card-wrapper .card-wrap {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uMiij4FbBr .content-wrapper .card-wrapper .card-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uMiij4FbBr .content-wrapper .card-wrapper .card-wrap .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uMiij4FbBr .content-wrapper .card-wrapper .card-wrap .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #2c2625;
}
.cid-uMiij4FbBr .content-wrapper .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMiij4FbBr .content-wrapper .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMiij4FbBr .content-wrapper .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 32px;
}
.cid-uMiij4FbBr .content-wrapper .card-wrapper .image-wrapper {
  position: relative;
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uMiij4FbBr .content-wrapper .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uMiij4FbBr .content-wrapper .card-wrapper .image-wrapper .image-wrap-main img {
  object-fit: cover;
  height: 570px;
  border: 2px solid #2c2625;
  box-shadow: -10px 10px 0 0 #2c2625;
}
@media (max-width: 992px) {
  .cid-uMiij4FbBr .content-wrapper .card-wrapper .image-wrapper .image-wrap-main img {
    box-shadow: -5px 5px 0 0 #2c2625;
    height: 350px;
  }
}
.cid-uMiij4FbBr .content-wrapper .card-wrapper .image-wrapper .image-wrap {
  position: absolute;
  top: 30%;
  left: -10%;
}
.cid-uMiij4FbBr .content-wrapper .card-wrapper .image-wrapper .image-wrap img {
  height: 220px;
  width: 220px;
  display: inline-block;
  border-radius: 100% !important;
  object-fit: cover;
  border: 16px solid #ffffff;
  box-shadow: -16px 16px 0 #2c2625;
}
.cid-uMiij4FbBr .mbr-tag {
  color: #2C2625;
}
.cid-uMiij4FbBr .mbr-section-title {
  color: #2C2625;
}
.cid-uMiij4FbBr .mbr-text {
  color: #2C2625;
}
.cid-uMiij5Li2V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMiij5Li2V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiij5Li2V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiij5Li2V .content-wrapper {
  padding: 80px 90px;
  background-color: #edefeb;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMiij5Li2V .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uMiij5Li2V .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uMiij5Li2V .content-wrapper .title-wrapper {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uMiij5Li2V .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMiij5Li2V .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uMiij5Li2V .content-wrapper .title-wrapper .tabs-wrapper {
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-uMiij5Li2V .content-wrapper .title-wrapper .tabs-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uMiij5Li2V .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uMiij5Li2V .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-uMiij5Li2V .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2n) .nav-link {
  background-color: #87ceeb;
}
.cid-uMiij5Li2V .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(3n) .nav-link {
  background-color: #90ee90;
}
.cid-uMiij5Li2V .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #050f0f;
  padding: 12px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffe66d;
  margin: 0 5px 5px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uMiij5Li2V .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  box-shadow: none;
  transform: translate(0.2rem, 0.2rem);
}
.cid-uMiij5Li2V .content-wrapper .tab-content {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uMiij5Li2V .content-wrapper .tab-content {
    width: 100%;
  }
}
.cid-uMiij5Li2V .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMiij5Li2V .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
    margin-bottom: 24px;
  }
}
.cid-uMiij5Li2V .content-wrapper .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uMiij5Li2V .mbr-section-title {
  color: #050f0f;
}
.cid-uMiij5Li2V .item-title {
  color: #050f0f;
}
.cid-uMiij5Li2V .item-text {
  color: #050f0f;
}
.cid-uMiij5Li2V .mbr-section-title,
.cid-uMiij5Li2V .tabs-wrapper {
  text-align: center;
}
.cid-uMiij7CLAm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uMiij7CLAm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiij7CLAm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiij7CLAm .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uMiij7CLAm .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uMiij7CLAm .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uMiij7CLAm .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uMiij7CLAm .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMiij7CLAm .content-head {
  max-width: 800px;
}
.cid-uMiij96u1e {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uMiij96u1e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiij96u1e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiij96u1e .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uMiij96u1e .footer-col {
    flex-direction: column;
  }
}
.cid-uMiij96u1e .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uMiij96u1e .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uMiij96u1e .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uMiij96u1e .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uMiij96u1e .mbr-section-btn {
    text-align: center;
  }
}
.cid-uMiij96u1e .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uMiij96u1e .soc-item {
  margin: 8px;
}
.cid-uMiij96u1e .soc-item a:hover .mbr-iconfont,
.cid-uMiij96u1e .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uMiij96u1e .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uMiij96u1e .row {
    text-align: center;
  }
  .cid-uMiij96u1e .social-row {
    justify-content: center;
  }
}
.cid-uMiij96u1e .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uMiij96u1e .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMiij96u1e .list {
    margin-bottom: 0rem;
  }
}
.cid-uMiij96u1e .mbr-text {
  color: #bbbbbb;
}
.cid-uMiij96u1e .mbr-section-subtitle {
  color: #000000;
}
.cid-uMiij96u1e .list,
.cid-uMiij96u1e .item-wrap {
  color: #232323;
}
.cid-uMiij96u1e .copyright {
  color: #000000;
}
.cid-uMiqz8m6Q1 .navbar-dropdown {
  position: relative !important;
}
.cid-uMiqz8m6Q1 .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uMiqz8m6Q1 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uMiqz8m6Q1 .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-uMiqz8m6Q1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uMiqz8m6Q1 .dropdown-item {
  border: none !important;
  background: #f4f4f4 !important;
  font-weight: 400 !important;
}
.cid-uMiqz8m6Q1 .dropdown-item:hover,
.cid-uMiqz8m6Q1 .dropdown-item:focus {
  background: #f4f4f4 !important;
  color: #093388 !important;
}
.cid-uMiqz8m6Q1 .dropdown-item:hover span {
  color: white;
}
.cid-uMiqz8m6Q1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMiqz8m6Q1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMiqz8m6Q1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMiqz8m6Q1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMiqz8m6Q1 .nav-link {
  position: relative;
}
.cid-uMiqz8m6Q1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uMiqz8m6Q1 .container {
    flex-wrap: nowrap;
  }
}
.cid-uMiqz8m6Q1 .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uMiqz8m6Q1 .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uMiqz8m6Q1 .dropdown-menu,
.cid-uMiqz8m6Q1 .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-uMiqz8m6Q1 .nav-item:focus,
.cid-uMiqz8m6Q1 .nav-link:focus {
  outline: none;
}
.cid-uMiqz8m6Q1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMiqz8m6Q1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uMiqz8m6Q1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMiqz8m6Q1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMiqz8m6Q1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMiqz8m6Q1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMiqz8m6Q1 .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uMiqz8m6Q1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uMiqz8m6Q1 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uMiqz8m6Q1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uMiqz8m6Q1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMiqz8m6Q1 .navbar.collapsed {
  justify-content: center;
}
.cid-uMiqz8m6Q1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMiqz8m6Q1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMiqz8m6Q1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uMiqz8m6Q1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMiqz8m6Q1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMiqz8m6Q1 .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-uMiqz8m6Q1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMiqz8m6Q1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMiqz8m6Q1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMiqz8m6Q1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMiqz8m6Q1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMiqz8m6Q1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMiqz8m6Q1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMiqz8m6Q1 .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-uMiqz8m6Q1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMiqz8m6Q1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMiqz8m6Q1 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uMiqz8m6Q1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uMiqz8m6Q1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMiqz8m6Q1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMiqz8m6Q1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMiqz8m6Q1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uMiqz8m6Q1 .navbar-brand {
  min-height: 60px;
  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-uMiqz8m6Q1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uMiqz8m6Q1 .navbar-brand .navbar-caption:hover,
.cid-uMiqz8m6Q1 .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uMiqz8m6Q1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMiqz8m6Q1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uMiqz8m6Q1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uMiqz8m6Q1 .dropdown-item.active,
.cid-uMiqz8m6Q1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uMiqz8m6Q1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMiqz8m6Q1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMiqz8m6Q1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMiqz8m6Q1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uMiqz8m6Q1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uMiqz8m6Q1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uMiqz8m6Q1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMiqz8m6Q1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uMiqz8m6Q1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uMiqz8m6Q1 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uMiqz8m6Q1 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uMiqz8m6Q1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uMiqz8m6Q1 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: #f4f4f4 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uMiqz8m6Q1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uMiqz8m6Q1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uMiqz8m6Q1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uMiqz8m6Q1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uMiqz8m6Q1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uMiqz8m6Q1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMiqz8m6Q1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMiqz8m6Q1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMiqz8m6Q1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMiqz8m6Q1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMiqz8m6Q1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMiqz8m6Q1 .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-uMiqz8m6Q1 .navbar {
    height: 70px;
  }
  .cid-uMiqz8m6Q1 .navbar.opened {
    height: auto;
  }
  .cid-uMiqz8m6Q1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMiqz8m6Q1 .navbar-nav {
  margin: 0 auto;
}
.cid-uMiqz8m6Q1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uMiqz8m6Q1 .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-uMiqz8m6Q1 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uMiqz8m6Q1 .nav-item .nav-link:hover,
.cid-uMiqz8m6Q1 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uMiqz8m6Q1 .nav-item .nav-link:hover::after,
.cid-uMiqz8m6Q1 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uMiqz8m6Q1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uMiqz8m6Q1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uMiqz8m6Q1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uMiqz8m6Q1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uMiqz8m6Q1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uMiqz8m6Q1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uMiqz8m6Q1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uMiqz8m6Q1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uMiqz8m6Q1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uMiqz8m6Q1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uMiqz8m6Q1 .content-wrap {
  min-height: 60px;
}
.cid-uMiqz9Fc8X {
  display: flex;
  background-image: url("../../../assets/images/villa-copa12.png");
}
.cid-uMiqz9Fc8X .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uMiqz9Fc8X {
    align-items: flex-end;
  }
  .cid-uMiqz9Fc8X .row {
    justify-content: center;
  }
  .cid-uMiqz9Fc8X .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMiqz9Fc8X .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uMiqz9Fc8X {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uMiqz9Fc8X .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMiqz9Fc8X .content-wrap {
    width: 100%;
  }
}
.cid-uMiqz9Fc8X .mbr-section-title,
.cid-uMiqz9Fc8X .mbr-section-subtitle {
  text-align: center;
}
.cid-uMiqz9Fc8X .mbr-text,
.cid-uMiqz9Fc8X .mbr-section-btn {
  text-align: center;
}
.cid-uMiqzayLUg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMiqzayLUg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiqzayLUg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiqzayLUg .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #232323;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uMiqzayLUg .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uMiqzayLUg .card {
  justify-content: center;
}
.cid-uMiqzayLUg .number-wrapper .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMiqzayLUg .number-wrapper .mbr-number {
    margin-bottom: 32px;
  }
}
.cid-uMiqzayLUg .list-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMiqzayLUg .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: upper-roman;
  list-style-position: inside;
}
.cid-uMiqzayLUg .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #232323;
}
@media (max-width: 992px) {
  .cid-uMiqzayLUg .list-wrapper .list .item-wrap {
    padding-left: 16px;
  }
}
.cid-uMiqzayLUg .list-wrapper .list .item-wrap::marker {
  color: #232323;
}
.cid-uMiqzayLUg .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMiqzayLUg .mbr-section-title {
  color: #000000;
}
.cid-uMiqzayLUg .mbr-number {
  color: #000000;
}
.cid-uMiqzayLUg .list {
  color: #000000;
}
.cid-uMiqzbp1DV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uMiqzbp1DV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiqzbp1DV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiqzbp1DV .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uMiqzbp1DV .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uMiqzbp1DV .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uMiqzbp1DV .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-uMiqzbp1DV .mbr-text,
.cid-uMiqzbp1DV .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uMiqzbp1DV .card-title,
.cid-uMiqzbp1DV .card-box {
  text-align: center;
  color: #000000;
}
.cid-uMiqzbp1DV .card-title,
.cid-uMiqzbp1DV .card-box DIV {
  text-align: left;
}
.cid-uMiqzcdFNT {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uMiqzcdFNT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiqzcdFNT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiqzcdFNT .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uMiqzcdFNT .item-mb {
    margin-bottom: 0;
  }
}
.cid-uMiqzcdFNT .item-wrapper {
  background: #edefeb;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uMiqzcdFNT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uMiqzcdFNT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uMiqzcdFNT .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uMiqzcdFNT .mbr-section-title {
  color: #d70081;
}
.cid-uMiqzcdFNT .mbr-section-subtitle {
  color: #232323;
}
.cid-uMiqzcdFNT .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uMiqzcdFNT .card-box .item-footer {
  margin-top: auto;
}
.cid-uMiqzcdFNT .content-head {
  max-width: 800px;
}
.cid-uMiqzcdFNT .card-title,
.cid-uMiqzcdFNT .iconfont-wrapper {
  text-align: center;
}
.cid-uMiqzdO0qH {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-uMiqzdO0qH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiqzdO0qH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uMiqzdO0qH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMiqzdO0qH .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uMiqzdO0qH .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uMiqzdO0qH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMiqzdO0qH .mbr-section-title {
  color: #000000;
}
.cid-uMiqzdO0qH .mbr-text,
.cid-uMiqzdO0qH .mbr-section-btn {
  color: #000000;
}
.cid-uMiqzeQ71z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMiqzeQ71z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiqzeQ71z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiqzeQ71z .card-wrapper {
  background: #edefeb;
}
@media (max-width: 767px) {
  .cid-uMiqzeQ71z .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uMiqzeQ71z .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uMiqzeQ71z .card-wrapper {
    padding: 4rem;
  }
}
.cid-uMiqzeQ71z .mbr-text,
.cid-uMiqzeQ71z .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uMiqzeQ71z .card-title,
.cid-uMiqzeQ71z .card-box {
  text-align: left;
  color: #000000;
}
.cid-uMiqzfT2Bc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uMiqzfT2Bc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiqzfT2Bc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiqzfT2Bc .items-wrapper {
  justify-content: center;
}
.cid-uMiqzfT2Bc .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMiqzfT2Bc .item {
    margin-bottom: 20px;
  }
}
.cid-uMiqzfT2Bc .item .item-wrapper {
  padding: 80px 60px;
  box-shadow: 5px 20px 20px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uMiqzfT2Bc .item .item-wrapper {
    padding: 40px 20px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uMiqzfT2Bc .item .item-wrapper {
    box-shadow: none;
  }
}
.cid-uMiqzfT2Bc .item .item-wrapper .item-content {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMiqzfT2Bc .item .item-wrapper .item-content {
    margin-bottom: 40px;
  }
}
.cid-uMiqzfT2Bc .item .item-wrapper .item-content .label-wrapper_1 .mbr-label,
.cid-uMiqzfT2Bc .item .item-wrapper .item-content .label-wrapper_2 .mbr-label,
.cid-uMiqzfT2Bc .item .item-wrapper .item-content .label-wrapper_3 .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
}
.cid-uMiqzfT2Bc .item .item-wrapper .item-content .label-wrapper_1 .mbr-label_1,
.cid-uMiqzfT2Bc .item .item-wrapper .item-content .label-wrapper_2 .mbr-label_1,
.cid-uMiqzfT2Bc .item .item-wrapper .item-content .label-wrapper_3 .mbr-label_1 {
  background-color: #19171c;
}
.cid-uMiqzfT2Bc .item .item-wrapper .item-content .label-wrapper_1 .mbr-label_2,
.cid-uMiqzfT2Bc .item .item-wrapper .item-content .label-wrapper_2 .mbr-label_2,
.cid-uMiqzfT2Bc .item .item-wrapper .item-content .label-wrapper_3 .mbr-label_2 {
  background-color: #ffffff;
}
.cid-uMiqzfT2Bc .item .item-wrapper .item-content .label-wrapper_1 .mbr-label_3,
.cid-uMiqzfT2Bc .item .item-wrapper .item-content .label-wrapper_2 .mbr-label_3,
.cid-uMiqzfT2Bc .item .item-wrapper .item-content .label-wrapper_3 .mbr-label_3 {
  background-color: #f2f1f3;
}
.cid-uMiqzfT2Bc .item .item-wrapper .item-content .text-wrapper_1 .item-text_1,
.cid-uMiqzfT2Bc .item .item-wrapper .item-content .text-wrapper_2 .item-text_1,
.cid-uMiqzfT2Bc .item .item-wrapper .item-content .text-wrapper_3 .item-text_1,
.cid-uMiqzfT2Bc .item .item-wrapper .item-content .text-wrapper_1 .item-text_2,
.cid-uMiqzfT2Bc .item .item-wrapper .item-content .text-wrapper_2 .item-text_2,
.cid-uMiqzfT2Bc .item .item-wrapper .item-content .text-wrapper_3 .item-text_2,
.cid-uMiqzfT2Bc .item .item-wrapper .item-content .text-wrapper_1 .item-text_3,
.cid-uMiqzfT2Bc .item .item-wrapper .item-content .text-wrapper_2 .item-text_3,
.cid-uMiqzfT2Bc .item .item-wrapper .item-content .text-wrapper_3 .item-text_3 {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMiqzfT2Bc .item .item-wrapper .item-content .text-wrapper_1 .item-text_1,
  .cid-uMiqzfT2Bc .item .item-wrapper .item-content .text-wrapper_2 .item-text_1,
  .cid-uMiqzfT2Bc .item .item-wrapper .item-content .text-wrapper_3 .item-text_1,
  .cid-uMiqzfT2Bc .item .item-wrapper .item-content .text-wrapper_1 .item-text_2,
  .cid-uMiqzfT2Bc .item .item-wrapper .item-content .text-wrapper_2 .item-text_2,
  .cid-uMiqzfT2Bc .item .item-wrapper .item-content .text-wrapper_3 .item-text_2,
  .cid-uMiqzfT2Bc .item .item-wrapper .item-content .text-wrapper_1 .item-text_3,
  .cid-uMiqzfT2Bc .item .item-wrapper .item-content .text-wrapper_2 .item-text_3,
  .cid-uMiqzfT2Bc .item .item-wrapper .item-content .text-wrapper_3 .item-text_3 {
    width: 100%;
  }
}
.cid-uMiqzfT2Bc .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uMiqzfT2Bc .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
}
.cid-uMiqzfT2Bc .item .card_1 {
  background-color: #ffffff;
}
.cid-uMiqzfT2Bc .item .card_2 {
  background-color: #ffffff;
}
.cid-uMiqzfT2Bc .item .card_3 {
  background-color: #b593ff;
}
.cid-uMiqzfT2Bc .mbr-label_1 {
  color: #ffffff;
}
.cid-uMiqzfT2Bc .mbr-label_2 {
  color: #19171c;
}
.cid-uMiqzfT2Bc .mbr-label_3 {
  color: #19171c;
}
.cid-uMiqzfT2Bc .item-text_1 {
  color: #6e6e73;
}
.cid-uMiqzfT2Bc .item-text_2 {
  color: #ffffff;
}
.cid-uMiqzfT2Bc .item-text_3 {
  color: #ffffff;
}
.cid-uMiqzfT2Bc .mbr-label_1,
.cid-uMiqzfT2Bc .mbr-section-btn,
.cid-uMiqzfT2Bc .label-wrapper_1 {
  text-align: center;
}
.cid-uMiqzfT2Bc .mbr-label_2,
.cid-uMiqzfT2Bc .mbr-section-btn,
.cid-uMiqzfT2Bc .label-wrapper_2 {
  text-align: center;
}
.cid-uMiqzfT2Bc .item-text_2,
.cid-uMiqzfT2Bc .text-wrapper_2 {
  color: #000000;
  text-align: center;
}
.cid-uMiqzfT2Bc .item-text_1,
.cid-uMiqzfT2Bc .text-wrapper_1 {
  text-align: center;
  color: #000000;
}
.cid-uMiqziiNJ1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMiqziiNJ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiqziiNJ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uMiqziiNJ1 .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uMiqziiNJ1 .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uMiqziiNJ1 .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-uMiqziiNJ1 .card-wrapper {
  background: #edefeb;
}
.cid-uMiqziiNJ1 .mbr-text,
.cid-uMiqziiNJ1 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uMiqziiNJ1 .card-title,
.cid-uMiqziiNJ1 .card-box {
  text-align: left;
  color: #000000;
}
.cid-uMiqziiNJ1 .image-wrapper img {
  width: 100%;
}
.cid-uMiqzjh1AJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uMiqzjh1AJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiqzjh1AJ .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-uMiqzjh1AJ .container {
    padding: 0 20px;
  }
}
.cid-uMiqzjh1AJ .row {
  margin: 0;
}
.cid-uMiqzjh1AJ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMiqzjh1AJ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMiqzjh1AJ .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uMiqzjh1AJ .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uMiqzjh1AJ .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uMiqzjh1AJ .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uMiqzjh1AJ .mbr-section-title {
  color: #ffffff;
}
.cid-uMiqzk9AHt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMiqzk9AHt .mbr-text {
  color: #000000;
}
.cid-uMiqzk9AHt .mbr-section-subtitle {
  color: #000000;
}
.cid-uMiqzk9AHt .mbr-section-title {
  color: #000000;
}
.cid-uMiqzlplgJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uMiqzlplgJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiqzlplgJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiqzlplgJ .nav-tabs .nav-item.open .nav-link:focus,
.cid-uMiqzlplgJ .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uMiqzlplgJ .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-uMiqzlplgJ .nav-item {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}
.cid-uMiqzlplgJ .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uMiqzlplgJ .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-uMiqzlplgJ .nav-tabs .nav-link:not(.active) {
  color: #9fe870;
}
.cid-uMiqzlplgJ .nav-tabs .nav-link.active {
  color: #ffffff !important;
  background-color: #9fe870 !important;
  padding: 1.25rem 2rem!important;
}
.cid-uMiqzlplgJ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uMiqzlplgJ .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uMiqzlplgJ .mbr-text {
  color: #000000;
  margin: 0;
}
.cid-uMiqzlplgJ .content-head {
  max-width: 800px;
}
.cid-uMiqzlplgJ .item-wrapper {
  background-color: #ffffff;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uMiqzlplgJ .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uMiqzmHAvq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMiqzmHAvq .mbr-text {
  color: #000000;
}
.cid-uMiqzmHAvq .mbr-section-subtitle {
  color: #000000;
}
.cid-uMiqznAcR0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #000000;
  background-color: #edefeb;
}
.cid-uMiqznAcR0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiqznAcR0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiqznAcR0 .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uMiqznAcR0 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMiqznAcR0 .content-wrapper {
    padding: 0;
  }
}
.cid-uMiqznAcR0 .content-wrapper .card-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 108px;
  border: 2px solid #000000;
  box-shadow: -10px 10px 0 0 #000000;
}
@media (max-width: 1440px) {
  .cid-uMiqznAcR0 .content-wrapper .card-wrapper {
    padding: 108px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMiqznAcR0 .content-wrapper .card-wrapper {
    padding: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uMiqznAcR0 .content-wrapper .card-wrapper {
    box-shadow: -5px 5px 0 0 #000000;
  }
}
.cid-uMiqznAcR0 .content-wrapper .card-wrapper .card-wrap {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uMiqznAcR0 .content-wrapper .card-wrapper .card-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uMiqznAcR0 .content-wrapper .card-wrapper .card-wrap .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uMiqznAcR0 .content-wrapper .card-wrapper .card-wrap .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #2c2625;
}
.cid-uMiqznAcR0 .content-wrapper .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMiqznAcR0 .content-wrapper .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMiqznAcR0 .content-wrapper .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 32px;
}
.cid-uMiqznAcR0 .content-wrapper .card-wrapper .image-wrapper {
  position: relative;
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uMiqznAcR0 .content-wrapper .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uMiqznAcR0 .content-wrapper .card-wrapper .image-wrapper .image-wrap-main img {
  object-fit: cover;
  height: 570px;
  border: 2px solid #2c2625;
  box-shadow: -10px 10px 0 0 #2c2625;
}
@media (max-width: 992px) {
  .cid-uMiqznAcR0 .content-wrapper .card-wrapper .image-wrapper .image-wrap-main img {
    box-shadow: -5px 5px 0 0 #2c2625;
    height: 350px;
  }
}
.cid-uMiqznAcR0 .content-wrapper .card-wrapper .image-wrapper .image-wrap {
  position: absolute;
  top: 30%;
  left: -10%;
}
.cid-uMiqznAcR0 .content-wrapper .card-wrapper .image-wrapper .image-wrap img {
  height: 220px;
  width: 220px;
  display: inline-block;
  border-radius: 100% !important;
  object-fit: cover;
  border: 16px solid #ffffff;
  box-shadow: -16px 16px 0 #2c2625;
}
.cid-uMiqznAcR0 .mbr-tag {
  color: #2C2625;
}
.cid-uMiqznAcR0 .mbr-section-title {
  color: #2C2625;
}
.cid-uMiqznAcR0 .mbr-text {
  color: #2C2625;
}
.cid-uMiqzoALwG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMiqzoALwG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiqzoALwG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiqzoALwG .content-wrapper {
  padding: 80px 90px;
  background-color: #edefeb;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMiqzoALwG .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uMiqzoALwG .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uMiqzoALwG .content-wrapper .title-wrapper {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uMiqzoALwG .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMiqzoALwG .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uMiqzoALwG .content-wrapper .title-wrapper .tabs-wrapper {
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-uMiqzoALwG .content-wrapper .title-wrapper .tabs-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uMiqzoALwG .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uMiqzoALwG .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-uMiqzoALwG .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2n) .nav-link {
  background-color: #87ceeb;
}
.cid-uMiqzoALwG .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(3n) .nav-link {
  background-color: #90ee90;
}
.cid-uMiqzoALwG .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #050f0f;
  padding: 12px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffe66d;
  margin: 0 5px 5px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uMiqzoALwG .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  box-shadow: none;
  transform: translate(0.2rem, 0.2rem);
}
.cid-uMiqzoALwG .content-wrapper .tab-content {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uMiqzoALwG .content-wrapper .tab-content {
    width: 100%;
  }
}
.cid-uMiqzoALwG .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMiqzoALwG .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
    margin-bottom: 24px;
  }
}
.cid-uMiqzoALwG .content-wrapper .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uMiqzoALwG .mbr-section-title {
  color: #050f0f;
}
.cid-uMiqzoALwG .item-title {
  color: #050f0f;
}
.cid-uMiqzoALwG .item-text {
  color: #050f0f;
}
.cid-uMiqzoALwG .mbr-section-title,
.cid-uMiqzoALwG .tabs-wrapper {
  text-align: center;
}
.cid-uMiqzpN4Ep {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uMiqzpN4Ep .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiqzpN4Ep .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiqzpN4Ep .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uMiqzpN4Ep .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uMiqzpN4Ep .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uMiqzpN4Ep .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uMiqzpN4Ep .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMiqzpN4Ep .content-head {
  max-width: 800px;
}
.cid-uMiqzr5Eyu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uMiqzr5Eyu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiqzr5Eyu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiqzr5Eyu .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uMiqzr5Eyu .footer-col {
    flex-direction: column;
  }
}
.cid-uMiqzr5Eyu .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uMiqzr5Eyu .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uMiqzr5Eyu .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uMiqzr5Eyu .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uMiqzr5Eyu .mbr-section-btn {
    text-align: center;
  }
}
.cid-uMiqzr5Eyu .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uMiqzr5Eyu .soc-item {
  margin: 8px;
}
.cid-uMiqzr5Eyu .soc-item a:hover .mbr-iconfont,
.cid-uMiqzr5Eyu .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uMiqzr5Eyu .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uMiqzr5Eyu .row {
    text-align: center;
  }
  .cid-uMiqzr5Eyu .social-row {
    justify-content: center;
  }
}
.cid-uMiqzr5Eyu .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uMiqzr5Eyu .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMiqzr5Eyu .list {
    margin-bottom: 0rem;
  }
}
.cid-uMiqzr5Eyu .mbr-text {
  color: #bbbbbb;
}
.cid-uMiqzr5Eyu .mbr-section-subtitle {
  color: #000000;
}
.cid-uMiqzr5Eyu .list,
.cid-uMiqzr5Eyu .item-wrap {
  color: #232323;
}
.cid-uMiqzr5Eyu .copyright {
  color: #000000;
}
