.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Playfair Display;
}
.display-1 {
  font-family: 'Young Serif', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Young Serif', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Gabarito', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Young Serif', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Gabarito', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #fcefcf !important;
}
.bg-info {
  background-color: #fffaf5 !important;
}
.bg-warning {
  background-color: #ecf4f6 !important;
}
.bg-danger {
  background-color: #fee3d9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #63cfbf !important;
  border-color: #63cfbf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #8adbcf !important;
  border-color: #8adbcf !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8adbcf !important;
  border-color: #8adbcf !important;
}
.btn-info,
.btn-info:active {
  background-color: #fffaf5 !important;
  border-color: #fffaf5 !important;
  color: #f57a00 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #f57a00 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #fcefcf !important;
  border-color: #fcefcf !important;
  color: #c08c0c !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #c08c0c !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ecf4f6 !important;
  border-color: #ecf4f6 !important;
  color: #498a9a !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #498a9a !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fee3d9 !important;
  border-color: #fee3d9 !important;
  color: #d23d06 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #d23d06 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #63cfbf;
  color: #63cfbf;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #34a897 !important;
  background-color: transparent !important;
  border-color: #34a897 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #63cfbf !important;
  border-color: #63cfbf !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #fffaf5;
  color: #fffaf5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffcf9e !important;
  background-color: transparent !important;
  border-color: #ffcf9e !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #f57a00 !important;
  background-color: #fffaf5 !important;
  border-color: #fffaf5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fcefcf;
  color: #fcefcf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #f7d47d !important;
  background-color: transparent !important;
  border-color: #f7d47d !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #c08c0c !important;
  background-color: #fcefcf !important;
  border-color: #fcefcf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ecf4f6;
  color: #ecf4f6;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b1d2da !important;
  background-color: transparent !important;
  border-color: #b1d2da !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #498a9a !important;
  background-color: #ecf4f6 !important;
  border-color: #ecf4f6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fee3d9;
  color: #fee3d9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #fca585 !important;
  background-color: transparent !important;
  border-color: #fca585 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #d23d06 !important;
  background-color: #fee3d9 !important;
  border-color: #fee3d9 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #63cfbf !important;
}
.text-success {
  color: #fcefcf !important;
}
.text-info {
  color: #fffaf5 !important;
}
.text-warning {
  color: #ecf4f6 !important;
}
.text-danger {
  color: #fee3d9 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #309c8c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #f6cf6f !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ffc78f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a7ccd5 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fb9a76 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fffaf5;
}
.alert-warning {
  background-color: #ecf4f6;
}
.alert-danger {
  background-color: #fee3d9;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 30px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Gabarito', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Gabarito', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #000000;
}
/* 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: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #63cfbf !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %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;
}
html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 5px 16px;
  position: relative;
  box-shadow: none;
  border-radius: 30px !important;
  font-weight: 400 !important;
  transition: all .3s ease;
  transform: translate(-5px, -5px);
  z-index: 11;
  border: 1px solid #000000 !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 7px;
  transition: all .3s ease;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
  transform: translate(0);
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: translateX(0.5rem);
}
.mbr-section-btn .btn:hover::before,
.mbr-section-btn-main .btn:hover::before,
.mbr-section-btn .btn:focus::before,
.mbr-section-btn-main .btn:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.mbr-section-btn .btn::before,
.mbr-section-btn-main .btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  transform: translate(4px, 4px);
  z-index: 10;
  transition: all .3s ease;
  border: 1px solid #000000;
  pointer-events: none;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary {
  color: #000000 !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vqSLuaj4Qz {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vqSLuaj4Qz .navbar-dropdown {
  background-color: #fffaf5 !important;
  padding: 0;
}
.cid-vqSLuaj4Qz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffaf5 !important;
  background: #fffaf5;
}
.cid-vqSLuaj4Qz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqSLuaj4Qz .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vqSLuaj4Qz .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vqSLuaj4Qz .menu_box .navbar.opened,
  .cid-vqSLuaj4Qz .menu_box .navbar-collapse {
    background-color: #fffaf5 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vqSLuaj4Qz nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vqSLuaj4Qz .icons-menu-main {
  display: flex;
  min-width: auto;
}
@media (max-width: 991px) {
  .cid-vqSLuaj4Qz .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vqSLuaj4Qz .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vqSLuaj4Qz .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vqSLuaj4Qz .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vqSLuaj4Qz .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #faf5e8;
  }
  .cid-vqSLuaj4Qz .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vqSLuaj4Qz .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vqSLuaj4Qz .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vqSLuaj4Qz .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vqSLuaj4Qz .offcanvas-body .mbr-text,
  .cid-vqSLuaj4Qz .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vqSLuaj4Qz .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vqSLuaj4Qz .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vqSLuaj4Qz .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-vqSLuaj4Qz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vqSLuaj4Qz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vqSLuaj4Qz .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vqSLuaj4Qz .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vqSLuaj4Qz ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vqSLuaj4Qz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vqSLuaj4Qz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vqSLuaj4Qz .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vqSLuaj4Qz li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vqSLuaj4Qz .lg_brand {
    margin: 0 1rem;
  }
  .cid-vqSLuaj4Qz .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vqSLuaj4Qz .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vqSLuaj4Qz .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vqSLuaj4Qz .nav-item {
    margin: 0 !important;
  }
}
.cid-vqSLuaj4Qz .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-vqSLuaj4Qz .nav-item .nav-link:hover,
.cid-vqSLuaj4Qz .nav-item .nav-link:focus {
  background-color: #faf5e8 !important;
}
.cid-vqSLuaj4Qz .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vqSLuaj4Qz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vqSLuaj4Qz .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vqSLuaj4Qz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vqSLuaj4Qz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vqSLuaj4Qz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vqSLuaj4Qz .offcanvas_box {
    display: none;
  }
}
.cid-vqSLuaj4Qz .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vqSLuaj4Qz .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vqSLuaj4Qz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vqSLuaj4Qz .container {
  display: flex;
  margin: auto;
}
.cid-vqSLuaj4Qz .iconfont-wrapper {
  margin-right: 10px;
  margin-bottom: 5px;
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.cid-vqSLuaj4Qz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vqSLuaj4Qz .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #63cfbf;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-vqSLuaj4Qz .iconfont-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-vqSLuaj4Qz .iconfont-wrapper:hover .mbr-iconfont,
.cid-vqSLuaj4Qz .iconfont-wrapper:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-vqSLuaj4Qz .iconfont-wrapper:hover::before,
.cid-vqSLuaj4Qz .iconfont-wrapper:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-vqSLuaj4Qz .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vqSLuaj4Qz .navbar-nav {
    margin: 0;
  }
}
.cid-vqSLuaj4Qz .dropdown-menu,
.cid-vqSLuaj4Qz .navbar.opened {
  background-color: false !important;
}
.cid-vqSLuaj4Qz .nav-item:focus,
.cid-vqSLuaj4Qz .nav-link:focus {
  outline: none;
}
.cid-vqSLuaj4Qz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqSLuaj4Qz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqSLuaj4Qz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqSLuaj4Qz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqSLuaj4Qz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqSLuaj4Qz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqSLuaj4Qz .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vqSLuaj4Qz .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vqSLuaj4Qz .navbar.opened {
  transition: all 0.3s;
}
.cid-vqSLuaj4Qz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vqSLuaj4Qz .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-vqSLuaj4Qz .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vqSLuaj4Qz .navbar.collapsed {
  justify-content: center;
}
.cid-vqSLuaj4Qz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqSLuaj4Qz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqSLuaj4Qz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqSLuaj4Qz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqSLuaj4Qz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqSLuaj4Qz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vqSLuaj4Qz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vqSLuaj4Qz .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vqSLuaj4Qz .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vqSLuaj4Qz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqSLuaj4Qz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqSLuaj4Qz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vqSLuaj4Qz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqSLuaj4Qz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vqSLuaj4Qz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vqSLuaj4Qz .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vqSLuaj4Qz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vqSLuaj4Qz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vqSLuaj4Qz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vqSLuaj4Qz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqSLuaj4Qz .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vqSLuaj4Qz .navbar.navbar-short {
  min-height: 60px;
}
.cid-vqSLuaj4Qz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vqSLuaj4Qz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vqSLuaj4Qz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vqSLuaj4Qz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vqSLuaj4Qz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqSLuaj4Qz .dropdown-item.active,
.cid-vqSLuaj4Qz .dropdown-item:active {
  background-color: transparent;
}
.cid-vqSLuaj4Qz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-vqSLuaj4Qz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqSLuaj4Qz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqSLuaj4Qz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqSLuaj4Qz ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vqSLuaj4Qz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vqSLuaj4Qz button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffaf5;
  background: #63cfbf;
}
.cid-vqSLuaj4Qz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vqSLuaj4Qz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vqSLuaj4Qz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqSLuaj4Qz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqSLuaj4Qz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vqSLuaj4Qz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqSLuaj4Qz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqSLuaj4Qz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqSLuaj4Qz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqSLuaj4Qz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vqSLuaj4Qz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqSLuaj4Qz .navbar {
    height: 70px;
  }
  .cid-vqSLuaj4Qz .navbar.opened {
    height: auto;
  }
  .cid-vqSLuaj4Qz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqSLuaj4Qz .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vqSLuaj4Qz .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-vqSLuaj4Qz .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vqSLuaj4Qz .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vqSLuaj4Qz .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-vqSLuaj4Qz .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-vqSLuaj4Qz .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vqSLuaj4Qz .text_widget {
  margin-bottom: 32px;
}
.cid-vqSLuaj4Qz .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vqSLuaj4Qz .text_widget a:hover,
.cid-vqSLuaj4Qz .text_widget a:focus {
  opacity: .8;
}
.cid-vqSLuaj4Qz .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-vqSLuaj4Qz .navbar-caption {
  color: #000000;
}
.cid-vqSLuaj4Qz .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vqSLuaj4Qz .mbr-section-subtitle,
.cid-vqSLuaj4Qz .text_widget,
.cid-vqSLuaj4Qz .mbr-section-btn {
  text-align: center;
}
.cid-vqSLuaj4Qz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vqSLCpGBdM {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/screenshot-53-1428x793.jpg");
}
.cid-vqSLCpGBdM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqSLCpGBdM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqSLCpGBdM .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vqSLCpGBdM .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vqSLCpGBdM .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vqSLCpGBdM .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vqSLCpGBdM .container {
    padding: 0 16px;
  }
}
.cid-vqSLCpGBdM .content-wrapper {
  margin-bottom: 20%;
}
.cid-vqSLCpGBdM .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vqSLCpGBdM .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vqSLCpGBdM .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vqSLCpGBdM .mbr-section-title {
  color: #000000;
}
.cid-vqSLCpGBdM .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vqSLCpGBdM .mbr-section-title,
.cid-vqSLCpGBdM .mbr-section-btn {
  text-align: center;
}
.cid-vqSLEkSWjt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
  overflow: hidden;
}
.cid-vqSLEkSWjt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqSLEkSWjt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqSLEkSWjt .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vqSLEkSWjt .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vqSLEkSWjt .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vqSLEkSWjt .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vqSLEkSWjt .container {
    padding: 0 16px;
  }
}
.cid-vqSLEkSWjt .row {
  justify-content: space-between;
}
.cid-vqSLEkSWjt .row:hover,
.cid-vqSLEkSWjt .row:focus {
  cursor: pointer;
}
.cid-vqSLEkSWjt .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vqSLEkSWjt .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vqSLEkSWjt .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-vqSLEkSWjt .image-wrapper img {
    height: 300px;
  }
}
.cid-vqSLEkSWjt .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vqSLEkSWjt .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-vqSLEkSWjt .mbr-section-title {
  color: #000000;
}
.cid-vqSLEkSWjt .mbr-text {
  color: #000000;
}
.cid-vqSLD5541u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eef3e7;
}
.cid-vqSLD5541u .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqSLD5541u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqSLD5541u .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vqSLD5541u .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vqSLD5541u .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vqSLD5541u .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vqSLD5541u .container {
    padding: 0 16px;
  }
}
.cid-vqSLD5541u .mbr-section-subtitle {
  margin-bottom: 56px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-vqSLD5541u .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-vqSLD5541u .content-wrapper {
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-vqSLD5541u .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-vqSLD5541u .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vqSLD5541u .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vqSLD5541u .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 992px) {
  .cid-vqSLD5541u .cards-wrapper {
    display: block;
  }
}
.cid-vqSLD5541u .cards-wrapper .item {
  padding: 32px;
  background-color: #fffaf5;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-vqSLD5541u .cards-wrapper .item {
    display: block;
    margin-bottom: 2rem;
    padding: 24px;
  }
}
.cid-vqSLD5541u .cards-wrapper .item a:focus .item-wrapper .card-box .link-wrapper .mbr-iconfont,
.cid-vqSLD5541u .cards-wrapper .item a:hover .item-wrapper .card-box .link-wrapper .mbr-iconfont {
  transform: translateX(10px);
}
.cid-vqSLD5541u .cards-wrapper .item a .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 12px;
}
.cid-vqSLD5541u .cards-wrapper .item a .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #000000;
  display: inline-flex;
}
.cid-vqSLD5541u .cards-wrapper .item a .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-vqSLD5541u .cards-wrapper .item a .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.cid-vqSLD5541u .cards-wrapper .item a .item-wrapper .card-box .link-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #000000;
  display: inline-flex;
  transition: all .3s ease;
}
.cid-vqSLD5541u .mbr-section-title {
  color: #000000;
}
.cid-vqSLD5541u .mbr-text {
  color: #000000;
}
.cid-vqSLD5541u .card-title {
  color: #000000;
}
.cid-vqSLD5541u .card-text {
  color: #000000;
}
.cid-vqSLGnCqPI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7f2ed;
}
.cid-vqSLGnCqPI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqSLGnCqPI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqSLGnCqPI .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vqSLGnCqPI .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vqSLGnCqPI .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vqSLGnCqPI .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vqSLGnCqPI .container {
    padding: 0 16px;
  }
}
.cid-vqSLGnCqPI .row {
  padding: 60px 44px;
  background-color: #fffaf5;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-vqSLGnCqPI .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-vqSLGnCqPI .row {
    padding: 25px 9px;
  }
}
.cid-vqSLGnCqPI .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vqSLGnCqPI .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vqSLGnCqPI .content-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vqSLGnCqPI .content-wrapper {
    height: auto;
    margin-bottom: 32px;
  }
}
.cid-vqSLGnCqPI .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-vqSLGnCqPI .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-vqSLGnCqPI .image-wrapper img {
    height: 350px;
  }
}
.cid-vqSLGnCqPI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vqSLGnCqPI .mbr-text {
  color: #000000;
}
.cid-vqSLGnCqPI .mbr-name {
  color: #000000;
}
.cid-vqSM0wABwB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7f2ed;
}
.cid-vqSM0wABwB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqSM0wABwB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqSM0wABwB .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vqSM0wABwB .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vqSM0wABwB .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vqSM0wABwB .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vqSM0wABwB .container {
    padding: 0 16px;
  }
}
.cid-vqSM0wABwB .row {
  padding: 60px 44px;
  background-color: #fffaf5;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-vqSM0wABwB .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-vqSM0wABwB .row {
    padding: 25px 9px;
  }
}
.cid-vqSM0wABwB .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vqSM0wABwB .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vqSM0wABwB .content-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vqSM0wABwB .content-wrapper {
    height: auto;
    margin-bottom: 32px;
  }
}
.cid-vqSM0wABwB .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-vqSM0wABwB .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-vqSM0wABwB .image-wrapper img {
    height: 350px;
  }
}
.cid-vqSM0wABwB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vqSM0wABwB .mbr-text {
  color: #000000;
}
.cid-vqSM0wABwB .mbr-name {
  color: #000000;
}
.cid-vqSM3m0VYi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-vqSM3m0VYi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqSM3m0VYi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqSM3m0VYi .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vqSM3m0VYi .container-fluid {
    padding: 0 34px;
  }
}
@media (max-width: 768px) {
  .cid-vqSM3m0VYi .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vqSM3m0VYi .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vqSM3m0VYi .container {
    padding: 0 16px;
  }
}
.cid-vqSM3m0VYi .row {
  justify-content: center;
  margin: 0;
}
.cid-vqSM3m0VYi .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vqSM3m0VYi .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vqSM3m0VYi .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vqSM3m0VYi .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vqSM3m0VYi .item {
  margin-bottom: 64px;
  padding: 0 32px;
}
@media (max-width: 1200px) {
  .cid-vqSM3m0VYi .item {
    padding: 0 16px;
    margin-bottom: 32px;
  }
}
.cid-vqSM3m0VYi .item:focus .item-wrapper .item-img .image-wrap img,
.cid-vqSM3m0VYi .item:hover .item-wrapper .item-img .image-wrap img {
  transform: scale(1.05);
}
.cid-vqSM3m0VYi .item .item-wrapper .item-img {
  border: 1px solid #000000;
  border-radius: 1rem;
  margin-bottom: 16px;
  background-color: #000000;
}
.cid-vqSM3m0VYi .item .item-wrapper .item-img .image-wrap {
  overflow: hidden;
  border-radius: 1rem;
}
.cid-vqSM3m0VYi .item .item-wrapper .item-img .image-wrap img {
  height: 350px;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-vqSM3m0VYi .item .item-wrapper .item-content .card-name {
  margin-bottom: 5px;
}
.cid-vqSM3m0VYi .item .item-wrapper .item-content .card-role {
  margin-bottom: 0;
}
.cid-vqSM3m0VYi .item a {
  display: block;
}
.cid-vqSM3m0VYi .border-wrap {
  height: 1px;
  margin-top: 16px;
  background-color: #000000;
}
.cid-vqSM3m0VYi .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vqSM3m0VYi .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vqSM3m0VYi .card-name {
  color: #000000;
}
.cid-vqSM3m0VYi .card-role {
  color: #000000;
}
.cid-vqSMjVcDQz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-vqSMjVcDQz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqSMjVcDQz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqSMjVcDQz .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vqSMjVcDQz .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vqSMjVcDQz .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vqSMjVcDQz .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vqSMjVcDQz .container {
    padding: 0 16px;
  }
}
.cid-vqSMjVcDQz .row {
  justify-content: center;
}
.cid-vqSMjVcDQz .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vqSMjVcDQz .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vqSMjVcDQz .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-vqSMjVcDQz .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vqSMjVcDQz .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vqSMjVcDQz .form-wrap {
  padding-right: 48px;
  padding-right: 0;
  padding-left: 48px;
}
@media (max-width: 1200px) {
  .cid-vqSMjVcDQz .form-wrap {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .cid-vqSMjVcDQz .form-wrap {
    padding: 0;
  }
}
.cid-vqSMjVcDQz .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-vqSMjVcDQz .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-vqSMjVcDQz .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-vqSMjVcDQz .form-wrap .dragArea.row .form-group .form-control {
  padding: 8px 16px;
  border: 1px solid #000000 !important;
  box-shadow: none;
  border-radius: .5rem !important;
  background-color: transparent;
}
.cid-vqSMjVcDQz .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vqSMjVcDQz .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.cid-vqSMjVcDQz .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-vqSMjVcDQz .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-vqSMjVcDQz .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-vqSMjVcDQz .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-vqSMjVcDQz .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 16px;
  min-height: auto;
}
.cid-vqSMjVcDQz .image-wrapper {
  height: 100%;
}
.cid-vqSMjVcDQz .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 1rem !important;
}
.cid-vqSMjVcDQz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vqSMjVcDQz .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vqSMjVcDQz .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vqSMmPyQdm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7f2ed;
}
.cid-vqSMmPyQdm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqSMmPyQdm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqSMmPyQdm .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vqSMmPyQdm .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vqSMmPyQdm .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vqSMmPyQdm .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vqSMmPyQdm .container {
    padding: 0 16px;
  }
}
.cid-vqSMmPyQdm .google-map iframe {
  height: 400px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-vqSMmPyQdm .google-map iframe {
    height: 350px;
  }
}
.cid-vqSMnNFPxu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-top: 1px solid #1d1d1d;
  margin-top: -1px;
  background-color: #e7f2ed;
}
.cid-vqSMnNFPxu .topbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: #e3e3ff;
  border-bottom: 1px solid #1d1d1d;
}
.cid-vqSMnNFPxu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqSMnNFPxu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqSMnNFPxu .content-wrapper {
  padding: 100px 100px 60px;
  background-color: #ffffff;
  border: 1px solid #1d1d1d;
  position: relative;
  z-index: 1;
}
@media (max-width: 1640px) {
  .cid-vqSMnNFPxu .content-wrapper {
    padding: 80px 80px 40px;
  }
}
@media (max-width: 1440px) {
  .cid-vqSMnNFPxu .content-wrapper {
    padding: 60px 60px 20px;
  }
}
@media (max-width: 992px) {
  .cid-vqSMnNFPxu .content-wrapper {
    padding: 30px 30px 0;
  }
}
.cid-vqSMnNFPxu .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vqSMnNFPxu .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vqSMnNFPxu .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vqSMnNFPxu .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqSMnNFPxu .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vqSMnNFPxu .content-wrapper .items-wrapper {
  position: relative;
  z-index: 1;
  margin: 0 -20px;
}
.cid-vqSMnNFPxu .content-wrapper .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vqSMnNFPxu .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 30px;
  }
}
.cid-vqSMnNFPxu .content-wrapper .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-vqSMnNFPxu .content-wrapper .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vqSMnNFPxu .content-wrapper .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 60px;
  display: inline-flex;
  -webkit-text-stroke: 1px #1d1d1d;
  text-stroke: 1px #1d1d1d;
}
.cid-vqSMnNFPxu .content-wrapper .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 5px;
}
.cid-vqSMnNFPxu .content-wrapper .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vqSMnNFPxu .btn-wrapper {
  margin-top: -2rem;
}
.cid-vqSMnNFPxu .mbr-section-title {
  color: #1d1d1d;
  text-align: center;
}
.cid-vqSMnNFPxu .mbr-text,
.cid-vqSMnNFPxu .text-wrapper {
  color: #1d1d1d;
  text-align: center;
}
.cid-vqSMnNFPxu .item-title {
  color: #1d1d1d;
}
.cid-vqSMnNFPxu .item-text {
  color: #1d1d1d;
  text-align: center;
}
.cid-vqSMnNFPxu .item-title,
.cid-vqSMnNFPxu .iconfont-wrapper {
  text-align: center;
}
.cid-vqSN0sWaik {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-vqSN0sWaik .mbr-text {
  color: #ffffff;
}
.cid-vqSN0sWaik .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-vqSLuaj4Qz {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vqSLuaj4Qz .navbar-dropdown {
  background-color: #fffaf5 !important;
  padding: 0;
}
.cid-vqSLuaj4Qz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffaf5 !important;
  background: #fffaf5;
}
.cid-vqSLuaj4Qz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqSLuaj4Qz .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vqSLuaj4Qz .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vqSLuaj4Qz .menu_box .navbar.opened,
  .cid-vqSLuaj4Qz .menu_box .navbar-collapse {
    background-color: #fffaf5 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vqSLuaj4Qz nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vqSLuaj4Qz .icons-menu-main {
  display: flex;
  min-width: auto;
}
@media (max-width: 991px) {
  .cid-vqSLuaj4Qz .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vqSLuaj4Qz .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vqSLuaj4Qz .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vqSLuaj4Qz .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vqSLuaj4Qz .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #faf5e8;
  }
  .cid-vqSLuaj4Qz .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vqSLuaj4Qz .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vqSLuaj4Qz .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vqSLuaj4Qz .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vqSLuaj4Qz .offcanvas-body .mbr-text,
  .cid-vqSLuaj4Qz .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vqSLuaj4Qz .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vqSLuaj4Qz .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vqSLuaj4Qz .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-vqSLuaj4Qz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vqSLuaj4Qz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vqSLuaj4Qz .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vqSLuaj4Qz .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vqSLuaj4Qz ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vqSLuaj4Qz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vqSLuaj4Qz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vqSLuaj4Qz .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vqSLuaj4Qz li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vqSLuaj4Qz .lg_brand {
    margin: 0 1rem;
  }
  .cid-vqSLuaj4Qz .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vqSLuaj4Qz .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vqSLuaj4Qz .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vqSLuaj4Qz .nav-item {
    margin: 0 !important;
  }
}
.cid-vqSLuaj4Qz .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-vqSLuaj4Qz .nav-item .nav-link:hover,
.cid-vqSLuaj4Qz .nav-item .nav-link:focus {
  background-color: #faf5e8 !important;
}
.cid-vqSLuaj4Qz .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vqSLuaj4Qz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vqSLuaj4Qz .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vqSLuaj4Qz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vqSLuaj4Qz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vqSLuaj4Qz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vqSLuaj4Qz .offcanvas_box {
    display: none;
  }
}
.cid-vqSLuaj4Qz .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vqSLuaj4Qz .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vqSLuaj4Qz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vqSLuaj4Qz .container {
  display: flex;
  margin: auto;
}
.cid-vqSLuaj4Qz .iconfont-wrapper {
  margin-right: 10px;
  margin-bottom: 5px;
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.cid-vqSLuaj4Qz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vqSLuaj4Qz .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #63cfbf;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-vqSLuaj4Qz .iconfont-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-vqSLuaj4Qz .iconfont-wrapper:hover .mbr-iconfont,
.cid-vqSLuaj4Qz .iconfont-wrapper:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-vqSLuaj4Qz .iconfont-wrapper:hover::before,
.cid-vqSLuaj4Qz .iconfont-wrapper:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-vqSLuaj4Qz .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vqSLuaj4Qz .navbar-nav {
    margin: 0;
  }
}
.cid-vqSLuaj4Qz .dropdown-menu,
.cid-vqSLuaj4Qz .navbar.opened {
  background-color: false !important;
}
.cid-vqSLuaj4Qz .nav-item:focus,
.cid-vqSLuaj4Qz .nav-link:focus {
  outline: none;
}
.cid-vqSLuaj4Qz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqSLuaj4Qz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqSLuaj4Qz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqSLuaj4Qz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqSLuaj4Qz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqSLuaj4Qz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqSLuaj4Qz .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vqSLuaj4Qz .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vqSLuaj4Qz .navbar.opened {
  transition: all 0.3s;
}
.cid-vqSLuaj4Qz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vqSLuaj4Qz .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-vqSLuaj4Qz .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vqSLuaj4Qz .navbar.collapsed {
  justify-content: center;
}
.cid-vqSLuaj4Qz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqSLuaj4Qz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqSLuaj4Qz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqSLuaj4Qz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqSLuaj4Qz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqSLuaj4Qz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vqSLuaj4Qz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vqSLuaj4Qz .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vqSLuaj4Qz .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vqSLuaj4Qz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqSLuaj4Qz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqSLuaj4Qz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vqSLuaj4Qz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqSLuaj4Qz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vqSLuaj4Qz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vqSLuaj4Qz .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vqSLuaj4Qz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vqSLuaj4Qz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vqSLuaj4Qz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vqSLuaj4Qz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqSLuaj4Qz .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vqSLuaj4Qz .navbar.navbar-short {
  min-height: 60px;
}
.cid-vqSLuaj4Qz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vqSLuaj4Qz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vqSLuaj4Qz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vqSLuaj4Qz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vqSLuaj4Qz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqSLuaj4Qz .dropdown-item.active,
.cid-vqSLuaj4Qz .dropdown-item:active {
  background-color: transparent;
}
.cid-vqSLuaj4Qz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-vqSLuaj4Qz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqSLuaj4Qz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqSLuaj4Qz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqSLuaj4Qz ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vqSLuaj4Qz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vqSLuaj4Qz button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffaf5;
  background: #63cfbf;
}
.cid-vqSLuaj4Qz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vqSLuaj4Qz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vqSLuaj4Qz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqSLuaj4Qz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqSLuaj4Qz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vqSLuaj4Qz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqSLuaj4Qz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqSLuaj4Qz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqSLuaj4Qz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqSLuaj4Qz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vqSLuaj4Qz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqSLuaj4Qz .navbar {
    height: 70px;
  }
  .cid-vqSLuaj4Qz .navbar.opened {
    height: auto;
  }
  .cid-vqSLuaj4Qz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqSLuaj4Qz .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vqSLuaj4Qz .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-vqSLuaj4Qz .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vqSLuaj4Qz .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vqSLuaj4Qz .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-vqSLuaj4Qz .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-vqSLuaj4Qz .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vqSLuaj4Qz .text_widget {
  margin-bottom: 32px;
}
.cid-vqSLuaj4Qz .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vqSLuaj4Qz .text_widget a:hover,
.cid-vqSLuaj4Qz .text_widget a:focus {
  opacity: .8;
}
.cid-vqSLuaj4Qz .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-vqSLuaj4Qz .navbar-caption {
  color: #000000;
}
.cid-vqSLuaj4Qz .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vqSLuaj4Qz .mbr-section-subtitle,
.cid-vqSLuaj4Qz .text_widget,
.cid-vqSLuaj4Qz .mbr-section-btn {
  text-align: center;
}
.cid-vqSLuaj4Qz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vqSNfCeK4Z {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqSNfCeK4Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqSNfCeK4Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqSNfCeK4Z .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
}
.cid-vqSNfCeK4Z .mbr-section-title {
  color: #000000;
}
.cid-vqSN0sWaik {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-vqSN0sWaik .mbr-text {
  color: #ffffff;
}
.cid-vqSN0sWaik .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-vqSNjBUWjh {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vqSNjBUWjh .navbar-dropdown {
  background-color: #fffaf5 !important;
  padding: 0;
}
.cid-vqSNjBUWjh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffaf5 !important;
  background: #fffaf5;
}
.cid-vqSNjBUWjh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqSNjBUWjh .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vqSNjBUWjh .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vqSNjBUWjh .menu_box .navbar.opened,
  .cid-vqSNjBUWjh .menu_box .navbar-collapse {
    background-color: #fffaf5 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vqSNjBUWjh nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vqSNjBUWjh .icons-menu-main {
  display: flex;
  min-width: auto;
}
@media (max-width: 991px) {
  .cid-vqSNjBUWjh .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vqSNjBUWjh .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vqSNjBUWjh .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vqSNjBUWjh .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vqSNjBUWjh .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #faf5e8;
  }
  .cid-vqSNjBUWjh .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vqSNjBUWjh .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vqSNjBUWjh .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vqSNjBUWjh .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vqSNjBUWjh .offcanvas-body .mbr-text,
  .cid-vqSNjBUWjh .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vqSNjBUWjh .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vqSNjBUWjh .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vqSNjBUWjh .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-vqSNjBUWjh .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vqSNjBUWjh .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vqSNjBUWjh .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vqSNjBUWjh .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vqSNjBUWjh ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vqSNjBUWjh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vqSNjBUWjh .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vqSNjBUWjh .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vqSNjBUWjh li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vqSNjBUWjh .lg_brand {
    margin: 0 1rem;
  }
  .cid-vqSNjBUWjh .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vqSNjBUWjh .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vqSNjBUWjh .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vqSNjBUWjh .nav-item {
    margin: 0 !important;
  }
}
.cid-vqSNjBUWjh .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-vqSNjBUWjh .nav-item .nav-link:hover,
.cid-vqSNjBUWjh .nav-item .nav-link:focus {
  background-color: #faf5e8 !important;
}
.cid-vqSNjBUWjh .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vqSNjBUWjh .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vqSNjBUWjh .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vqSNjBUWjh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vqSNjBUWjh .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vqSNjBUWjh .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vqSNjBUWjh .offcanvas_box {
    display: none;
  }
}
.cid-vqSNjBUWjh .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vqSNjBUWjh .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vqSNjBUWjh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vqSNjBUWjh .container {
  display: flex;
  margin: auto;
}
.cid-vqSNjBUWjh .iconfont-wrapper {
  margin-right: 10px;
  margin-bottom: 5px;
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.cid-vqSNjBUWjh .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vqSNjBUWjh .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #63cfbf;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-vqSNjBUWjh .iconfont-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-vqSNjBUWjh .iconfont-wrapper:hover .mbr-iconfont,
.cid-vqSNjBUWjh .iconfont-wrapper:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-vqSNjBUWjh .iconfont-wrapper:hover::before,
.cid-vqSNjBUWjh .iconfont-wrapper:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-vqSNjBUWjh .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vqSNjBUWjh .navbar-nav {
    margin: 0;
  }
}
.cid-vqSNjBUWjh .dropdown-menu,
.cid-vqSNjBUWjh .navbar.opened {
  background-color: false !important;
}
.cid-vqSNjBUWjh .nav-item:focus,
.cid-vqSNjBUWjh .nav-link:focus {
  outline: none;
}
.cid-vqSNjBUWjh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqSNjBUWjh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqSNjBUWjh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqSNjBUWjh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqSNjBUWjh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqSNjBUWjh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqSNjBUWjh .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vqSNjBUWjh .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vqSNjBUWjh .navbar.opened {
  transition: all 0.3s;
}
.cid-vqSNjBUWjh .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vqSNjBUWjh .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-vqSNjBUWjh .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vqSNjBUWjh .navbar.collapsed {
  justify-content: center;
}
.cid-vqSNjBUWjh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqSNjBUWjh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqSNjBUWjh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqSNjBUWjh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqSNjBUWjh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqSNjBUWjh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vqSNjBUWjh .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vqSNjBUWjh .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vqSNjBUWjh .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vqSNjBUWjh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqSNjBUWjh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqSNjBUWjh .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vqSNjBUWjh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqSNjBUWjh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vqSNjBUWjh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vqSNjBUWjh .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vqSNjBUWjh .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vqSNjBUWjh .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vqSNjBUWjh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vqSNjBUWjh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqSNjBUWjh .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vqSNjBUWjh .navbar.navbar-short {
  min-height: 60px;
}
.cid-vqSNjBUWjh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vqSNjBUWjh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vqSNjBUWjh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vqSNjBUWjh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vqSNjBUWjh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqSNjBUWjh .dropdown-item.active,
.cid-vqSNjBUWjh .dropdown-item:active {
  background-color: transparent;
}
.cid-vqSNjBUWjh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-vqSNjBUWjh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqSNjBUWjh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqSNjBUWjh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqSNjBUWjh ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vqSNjBUWjh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vqSNjBUWjh button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffaf5;
  background: #63cfbf;
}
.cid-vqSNjBUWjh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vqSNjBUWjh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vqSNjBUWjh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqSNjBUWjh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqSNjBUWjh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vqSNjBUWjh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqSNjBUWjh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqSNjBUWjh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqSNjBUWjh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqSNjBUWjh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vqSNjBUWjh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqSNjBUWjh .navbar {
    height: 70px;
  }
  .cid-vqSNjBUWjh .navbar.opened {
    height: auto;
  }
  .cid-vqSNjBUWjh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqSNjBUWjh .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vqSNjBUWjh .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-vqSNjBUWjh .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vqSNjBUWjh .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vqSNjBUWjh .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-vqSNjBUWjh .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-vqSNjBUWjh .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vqSNjBUWjh .text_widget {
  margin-bottom: 32px;
}
.cid-vqSNjBUWjh .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vqSNjBUWjh .text_widget a:hover,
.cid-vqSNjBUWjh .text_widget a:focus {
  opacity: .8;
}
.cid-vqSNjBUWjh .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-vqSNjBUWjh .navbar-caption {
  color: #000000;
}
.cid-vqSNjBUWjh .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vqSNjBUWjh .mbr-section-subtitle,
.cid-vqSNjBUWjh .text_widget,
.cid-vqSNjBUWjh .mbr-section-btn {
  text-align: center;
}
.cid-vqSNjBUWjh a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vqSNjCg8T5 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqSNjCg8T5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqSNjCg8T5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqSNjCg8T5 .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
}
.cid-vqSNjCg8T5 .mbr-section-title {
  color: #000000;
}
.cid-vqSNjCwYtG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-vqSNjCwYtG .mbr-text {
  color: #ffffff;
}
.cid-vqSNjCwYtG .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-vqSNxe85hG {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vqSNxe85hG .navbar-dropdown {
  background-color: #fffaf5 !important;
  padding: 0;
}
.cid-vqSNxe85hG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffaf5 !important;
  background: #fffaf5;
}
.cid-vqSNxe85hG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqSNxe85hG .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vqSNxe85hG .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vqSNxe85hG .menu_box .navbar.opened,
  .cid-vqSNxe85hG .menu_box .navbar-collapse {
    background-color: #fffaf5 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vqSNxe85hG nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vqSNxe85hG .icons-menu-main {
  display: flex;
  min-width: auto;
}
@media (max-width: 991px) {
  .cid-vqSNxe85hG .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vqSNxe85hG .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vqSNxe85hG .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vqSNxe85hG .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vqSNxe85hG .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #faf5e8;
  }
  .cid-vqSNxe85hG .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vqSNxe85hG .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vqSNxe85hG .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vqSNxe85hG .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vqSNxe85hG .offcanvas-body .mbr-text,
  .cid-vqSNxe85hG .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vqSNxe85hG .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vqSNxe85hG .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vqSNxe85hG .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-vqSNxe85hG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vqSNxe85hG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vqSNxe85hG .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vqSNxe85hG .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vqSNxe85hG ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vqSNxe85hG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vqSNxe85hG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vqSNxe85hG .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vqSNxe85hG li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vqSNxe85hG .lg_brand {
    margin: 0 1rem;
  }
  .cid-vqSNxe85hG .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vqSNxe85hG .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vqSNxe85hG .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vqSNxe85hG .nav-item {
    margin: 0 !important;
  }
}
.cid-vqSNxe85hG .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-vqSNxe85hG .nav-item .nav-link:hover,
.cid-vqSNxe85hG .nav-item .nav-link:focus {
  background-color: #faf5e8 !important;
}
.cid-vqSNxe85hG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vqSNxe85hG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vqSNxe85hG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vqSNxe85hG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vqSNxe85hG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vqSNxe85hG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vqSNxe85hG .offcanvas_box {
    display: none;
  }
}
.cid-vqSNxe85hG .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vqSNxe85hG .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vqSNxe85hG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vqSNxe85hG .container {
  display: flex;
  margin: auto;
}
.cid-vqSNxe85hG .iconfont-wrapper {
  margin-right: 10px;
  margin-bottom: 5px;
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.cid-vqSNxe85hG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vqSNxe85hG .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #63cfbf;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-vqSNxe85hG .iconfont-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-vqSNxe85hG .iconfont-wrapper:hover .mbr-iconfont,
.cid-vqSNxe85hG .iconfont-wrapper:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-vqSNxe85hG .iconfont-wrapper:hover::before,
.cid-vqSNxe85hG .iconfont-wrapper:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-vqSNxe85hG .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vqSNxe85hG .navbar-nav {
    margin: 0;
  }
}
.cid-vqSNxe85hG .dropdown-menu,
.cid-vqSNxe85hG .navbar.opened {
  background-color: false !important;
}
.cid-vqSNxe85hG .nav-item:focus,
.cid-vqSNxe85hG .nav-link:focus {
  outline: none;
}
.cid-vqSNxe85hG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqSNxe85hG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqSNxe85hG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqSNxe85hG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqSNxe85hG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqSNxe85hG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqSNxe85hG .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vqSNxe85hG .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vqSNxe85hG .navbar.opened {
  transition: all 0.3s;
}
.cid-vqSNxe85hG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vqSNxe85hG .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-vqSNxe85hG .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vqSNxe85hG .navbar.collapsed {
  justify-content: center;
}
.cid-vqSNxe85hG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqSNxe85hG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqSNxe85hG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqSNxe85hG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqSNxe85hG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqSNxe85hG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vqSNxe85hG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vqSNxe85hG .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vqSNxe85hG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vqSNxe85hG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqSNxe85hG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqSNxe85hG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vqSNxe85hG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqSNxe85hG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vqSNxe85hG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vqSNxe85hG .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vqSNxe85hG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vqSNxe85hG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vqSNxe85hG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vqSNxe85hG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqSNxe85hG .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vqSNxe85hG .navbar.navbar-short {
  min-height: 60px;
}
.cid-vqSNxe85hG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vqSNxe85hG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vqSNxe85hG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vqSNxe85hG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vqSNxe85hG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqSNxe85hG .dropdown-item.active,
.cid-vqSNxe85hG .dropdown-item:active {
  background-color: transparent;
}
.cid-vqSNxe85hG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-vqSNxe85hG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqSNxe85hG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqSNxe85hG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqSNxe85hG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vqSNxe85hG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vqSNxe85hG button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffaf5;
  background: #63cfbf;
}
.cid-vqSNxe85hG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vqSNxe85hG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vqSNxe85hG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqSNxe85hG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqSNxe85hG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vqSNxe85hG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqSNxe85hG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqSNxe85hG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqSNxe85hG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqSNxe85hG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vqSNxe85hG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqSNxe85hG .navbar {
    height: 70px;
  }
  .cid-vqSNxe85hG .navbar.opened {
    height: auto;
  }
  .cid-vqSNxe85hG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqSNxe85hG .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vqSNxe85hG .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-vqSNxe85hG .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vqSNxe85hG .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vqSNxe85hG .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-vqSNxe85hG .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-vqSNxe85hG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vqSNxe85hG .text_widget {
  margin-bottom: 32px;
}
.cid-vqSNxe85hG .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vqSNxe85hG .text_widget a:hover,
.cid-vqSNxe85hG .text_widget a:focus {
  opacity: .8;
}
.cid-vqSNxe85hG .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-vqSNxe85hG .navbar-caption {
  color: #000000;
}
.cid-vqSNxe85hG .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vqSNxe85hG .mbr-section-subtitle,
.cid-vqSNxe85hG .text_widget,
.cid-vqSNxe85hG .mbr-section-btn {
  text-align: center;
}
.cid-vqSNxe85hG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vqSNxesONR {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqSNxesONR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqSNxesONR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqSNxesONR .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
}
.cid-vqSNxesONR .mbr-section-title {
  color: #000000;
}
.cid-vqSNxeGYIG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-vqSNxeGYIG .mbr-text {
  color: #ffffff;
}
.cid-vqSNxeGYIG .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-vqSST27ou0 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vqSST27ou0 .navbar-dropdown {
  background-color: #fffaf5 !important;
  padding: 0;
}
.cid-vqSST27ou0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffaf5 !important;
  background: #fffaf5;
}
.cid-vqSST27ou0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqSST27ou0 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vqSST27ou0 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vqSST27ou0 .menu_box .navbar.opened,
  .cid-vqSST27ou0 .menu_box .navbar-collapse {
    background-color: #fffaf5 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vqSST27ou0 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vqSST27ou0 .icons-menu-main {
  display: flex;
  min-width: auto;
}
@media (max-width: 991px) {
  .cid-vqSST27ou0 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vqSST27ou0 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vqSST27ou0 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vqSST27ou0 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vqSST27ou0 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #faf5e8;
  }
  .cid-vqSST27ou0 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vqSST27ou0 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vqSST27ou0 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vqSST27ou0 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vqSST27ou0 .offcanvas-body .mbr-text,
  .cid-vqSST27ou0 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vqSST27ou0 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vqSST27ou0 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vqSST27ou0 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-vqSST27ou0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vqSST27ou0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vqSST27ou0 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vqSST27ou0 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vqSST27ou0 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vqSST27ou0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vqSST27ou0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vqSST27ou0 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vqSST27ou0 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vqSST27ou0 .lg_brand {
    margin: 0 1rem;
  }
  .cid-vqSST27ou0 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vqSST27ou0 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vqSST27ou0 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vqSST27ou0 .nav-item {
    margin: 0 !important;
  }
}
.cid-vqSST27ou0 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-vqSST27ou0 .nav-item .nav-link:hover,
.cid-vqSST27ou0 .nav-item .nav-link:focus {
  background-color: #faf5e8 !important;
}
.cid-vqSST27ou0 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vqSST27ou0 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vqSST27ou0 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vqSST27ou0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vqSST27ou0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vqSST27ou0 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vqSST27ou0 .offcanvas_box {
    display: none;
  }
}
.cid-vqSST27ou0 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vqSST27ou0 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vqSST27ou0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vqSST27ou0 .container {
  display: flex;
  margin: auto;
}
.cid-vqSST27ou0 .iconfont-wrapper {
  margin-right: 10px;
  margin-bottom: 5px;
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.cid-vqSST27ou0 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vqSST27ou0 .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #63cfbf;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-vqSST27ou0 .iconfont-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-vqSST27ou0 .iconfont-wrapper:hover .mbr-iconfont,
.cid-vqSST27ou0 .iconfont-wrapper:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-vqSST27ou0 .iconfont-wrapper:hover::before,
.cid-vqSST27ou0 .iconfont-wrapper:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-vqSST27ou0 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vqSST27ou0 .navbar-nav {
    margin: 0;
  }
}
.cid-vqSST27ou0 .dropdown-menu,
.cid-vqSST27ou0 .navbar.opened {
  background-color: false !important;
}
.cid-vqSST27ou0 .nav-item:focus,
.cid-vqSST27ou0 .nav-link:focus {
  outline: none;
}
.cid-vqSST27ou0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqSST27ou0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqSST27ou0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqSST27ou0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqSST27ou0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqSST27ou0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqSST27ou0 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vqSST27ou0 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vqSST27ou0 .navbar.opened {
  transition: all 0.3s;
}
.cid-vqSST27ou0 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vqSST27ou0 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-vqSST27ou0 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vqSST27ou0 .navbar.collapsed {
  justify-content: center;
}
.cid-vqSST27ou0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqSST27ou0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqSST27ou0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqSST27ou0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqSST27ou0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqSST27ou0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vqSST27ou0 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vqSST27ou0 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vqSST27ou0 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vqSST27ou0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqSST27ou0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqSST27ou0 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vqSST27ou0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqSST27ou0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vqSST27ou0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vqSST27ou0 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vqSST27ou0 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vqSST27ou0 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vqSST27ou0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vqSST27ou0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqSST27ou0 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vqSST27ou0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vqSST27ou0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vqSST27ou0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vqSST27ou0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vqSST27ou0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vqSST27ou0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqSST27ou0 .dropdown-item.active,
.cid-vqSST27ou0 .dropdown-item:active {
  background-color: transparent;
}
.cid-vqSST27ou0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-vqSST27ou0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqSST27ou0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqSST27ou0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqSST27ou0 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vqSST27ou0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vqSST27ou0 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffaf5;
  background: #63cfbf;
}
.cid-vqSST27ou0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vqSST27ou0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vqSST27ou0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqSST27ou0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqSST27ou0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vqSST27ou0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqSST27ou0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqSST27ou0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqSST27ou0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqSST27ou0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vqSST27ou0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqSST27ou0 .navbar {
    height: 70px;
  }
  .cid-vqSST27ou0 .navbar.opened {
    height: auto;
  }
  .cid-vqSST27ou0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqSST27ou0 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vqSST27ou0 .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-vqSST27ou0 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vqSST27ou0 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vqSST27ou0 .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-vqSST27ou0 .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-vqSST27ou0 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vqSST27ou0 .text_widget {
  margin-bottom: 32px;
}
.cid-vqSST27ou0 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vqSST27ou0 .text_widget a:hover,
.cid-vqSST27ou0 .text_widget a:focus {
  opacity: .8;
}
.cid-vqSST27ou0 .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-vqSST27ou0 .navbar-caption {
  color: #000000;
}
.cid-vqSST27ou0 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vqSST27ou0 .mbr-section-subtitle,
.cid-vqSST27ou0 .text_widget,
.cid-vqSST27ou0 .mbr-section-btn {
  text-align: center;
}
.cid-vqSST27ou0 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vqSST3zWF0 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #e7f2ed;
}
.cid-vqSST3zWF0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqSST3zWF0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqSST3zWF0 .content-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vqSST3zWF0 .content-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vqSST3zWF0 .content-wrap .label-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vqSST3zWF0 .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
.cid-vqSST3zWF0 .content-wrap .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 11px;
  height: 11px;
  min-width: 11px;
  border-radius: 100%;
  background-color: #ababab;
}
.cid-vqSST3zWF0 .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vqSST3zWF0 .content-wrap .title-wrapper {
  margin-bottom: 0;
}
.cid-vqSST3zWF0 .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqSST3zWF0 .content-wrap .main-btn {
    margin-top: 10px;
  }
}
.cid-vqSST3zWF0 .items-wrapper {
  margin: 0 -6px;
}
.cid-vqSST3zWF0 .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vqSST3zWF0 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vqSST3zWF0 .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vqSST3zWF0 .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vqSST3zWF0 .items-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-vqSST3zWF0 .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vqSST3zWF0 .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-vqSST3zWF0 .items-wrapper .item .item-wrapper .item-img img {
  height: 310px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vqSST3zWF0 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vqSST3zWF0 .items-wrapper .item .item-wrapper .card-box .item-date {
  margin-bottom: 16px;
}
.cid-vqSST3zWF0 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vqSST3zWF0 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vqSST3zWF0 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vqSST3zWF0 .mbr-label {
  color: #707070;
}
.cid-vqSST3zWF0 .mbr-section-title {
  color: #000000;
}
.cid-vqSST3zWF0 .item-date {
  color: #707070;
}
.cid-vqSST3zWF0 .item-title {
  color: #000000;
}
.cid-vqSST3zWF0 .item-text {
  color: #707070;
}
.cid-vqSST3zWF0 .main-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vqSST3zWF0 .main-btn {
    text-align: left;
  }
}
.cid-vqSST6qzYb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7f2ed;
}
.cid-vqSST6qzYb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqSST6qzYb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqSST6qzYb .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vqSST6qzYb .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vqSST6qzYb .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vqSST6qzYb .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vqSST6qzYb .container {
    padding: 0 16px;
  }
}
.cid-vqSST6qzYb .google-map iframe {
  height: 400px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-vqSST6qzYb .google-map iframe {
    height: 350px;
  }
}
.cid-vqSST6KHgH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-top: 1px solid #1d1d1d;
  margin-top: -1px;
  background-color: #e7f2ed;
}
.cid-vqSST6KHgH .topbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: #e3e3ff;
  border-bottom: 1px solid #1d1d1d;
}
.cid-vqSST6KHgH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqSST6KHgH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqSST6KHgH .content-wrapper {
  padding: 100px 100px 60px;
  background-color: #ffffff;
  border: 1px solid #1d1d1d;
  position: relative;
  z-index: 1;
}
@media (max-width: 1640px) {
  .cid-vqSST6KHgH .content-wrapper {
    padding: 80px 80px 40px;
  }
}
@media (max-width: 1440px) {
  .cid-vqSST6KHgH .content-wrapper {
    padding: 60px 60px 20px;
  }
}
@media (max-width: 992px) {
  .cid-vqSST6KHgH .content-wrapper {
    padding: 30px 30px 0;
  }
}
.cid-vqSST6KHgH .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vqSST6KHgH .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vqSST6KHgH .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vqSST6KHgH .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqSST6KHgH .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vqSST6KHgH .content-wrapper .items-wrapper {
  position: relative;
  z-index: 1;
  margin: 0 -20px;
}
.cid-vqSST6KHgH .content-wrapper .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vqSST6KHgH .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 30px;
  }
}
.cid-vqSST6KHgH .content-wrapper .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-vqSST6KHgH .content-wrapper .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vqSST6KHgH .content-wrapper .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 60px;
  display: inline-flex;
  -webkit-text-stroke: 1px #1d1d1d;
  text-stroke: 1px #1d1d1d;
}
.cid-vqSST6KHgH .content-wrapper .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 5px;
}
.cid-vqSST6KHgH .content-wrapper .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vqSST6KHgH .btn-wrapper {
  margin-top: -2rem;
}
.cid-vqSST6KHgH .mbr-section-title {
  color: #1d1d1d;
  text-align: center;
}
.cid-vqSST6KHgH .mbr-text,
.cid-vqSST6KHgH .text-wrapper {
  color: #1d1d1d;
  text-align: center;
}
.cid-vqSST6KHgH .item-title {
  color: #1d1d1d;
}
.cid-vqSST6KHgH .item-text {
  color: #1d1d1d;
  text-align: center;
}
.cid-vqSST6KHgH .item-title,
.cid-vqSST6KHgH .iconfont-wrapper {
  text-align: center;
}
.cid-vqSST76dxW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-vqSST76dxW .mbr-text {
  color: #ffffff;
}
.cid-vqSST76dxW .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-vqSSYLuAmZ {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vqSSYLuAmZ .navbar-dropdown {
  background-color: #fffaf5 !important;
  padding: 0;
}
.cid-vqSSYLuAmZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffaf5 !important;
  background: #fffaf5;
}
.cid-vqSSYLuAmZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqSSYLuAmZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vqSSYLuAmZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vqSSYLuAmZ .menu_box .navbar.opened,
  .cid-vqSSYLuAmZ .menu_box .navbar-collapse {
    background-color: #fffaf5 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vqSSYLuAmZ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vqSSYLuAmZ .icons-menu-main {
  display: flex;
  min-width: auto;
}
@media (max-width: 991px) {
  .cid-vqSSYLuAmZ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vqSSYLuAmZ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vqSSYLuAmZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vqSSYLuAmZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vqSSYLuAmZ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #faf5e8;
  }
  .cid-vqSSYLuAmZ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vqSSYLuAmZ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vqSSYLuAmZ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vqSSYLuAmZ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vqSSYLuAmZ .offcanvas-body .mbr-text,
  .cid-vqSSYLuAmZ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vqSSYLuAmZ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vqSSYLuAmZ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vqSSYLuAmZ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-vqSSYLuAmZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vqSSYLuAmZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vqSSYLuAmZ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vqSSYLuAmZ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vqSSYLuAmZ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vqSSYLuAmZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vqSSYLuAmZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vqSSYLuAmZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vqSSYLuAmZ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vqSSYLuAmZ .lg_brand {
    margin: 0 1rem;
  }
  .cid-vqSSYLuAmZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vqSSYLuAmZ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vqSSYLuAmZ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vqSSYLuAmZ .nav-item {
    margin: 0 !important;
  }
}
.cid-vqSSYLuAmZ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-vqSSYLuAmZ .nav-item .nav-link:hover,
.cid-vqSSYLuAmZ .nav-item .nav-link:focus {
  background-color: #faf5e8 !important;
}
.cid-vqSSYLuAmZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vqSSYLuAmZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vqSSYLuAmZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vqSSYLuAmZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vqSSYLuAmZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vqSSYLuAmZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vqSSYLuAmZ .offcanvas_box {
    display: none;
  }
}
.cid-vqSSYLuAmZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vqSSYLuAmZ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vqSSYLuAmZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vqSSYLuAmZ .container {
  display: flex;
  margin: auto;
}
.cid-vqSSYLuAmZ .iconfont-wrapper {
  margin-right: 10px;
  margin-bottom: 5px;
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.cid-vqSSYLuAmZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vqSSYLuAmZ .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #63cfbf;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-vqSSYLuAmZ .iconfont-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-vqSSYLuAmZ .iconfont-wrapper:hover .mbr-iconfont,
.cid-vqSSYLuAmZ .iconfont-wrapper:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-vqSSYLuAmZ .iconfont-wrapper:hover::before,
.cid-vqSSYLuAmZ .iconfont-wrapper:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-vqSSYLuAmZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vqSSYLuAmZ .navbar-nav {
    margin: 0;
  }
}
.cid-vqSSYLuAmZ .dropdown-menu,
.cid-vqSSYLuAmZ .navbar.opened {
  background-color: false !important;
}
.cid-vqSSYLuAmZ .nav-item:focus,
.cid-vqSSYLuAmZ .nav-link:focus {
  outline: none;
}
.cid-vqSSYLuAmZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqSSYLuAmZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqSSYLuAmZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqSSYLuAmZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqSSYLuAmZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqSSYLuAmZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqSSYLuAmZ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vqSSYLuAmZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vqSSYLuAmZ .navbar.opened {
  transition: all 0.3s;
}
.cid-vqSSYLuAmZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vqSSYLuAmZ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-vqSSYLuAmZ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vqSSYLuAmZ .navbar.collapsed {
  justify-content: center;
}
.cid-vqSSYLuAmZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqSSYLuAmZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqSSYLuAmZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqSSYLuAmZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqSSYLuAmZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqSSYLuAmZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vqSSYLuAmZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vqSSYLuAmZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vqSSYLuAmZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vqSSYLuAmZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqSSYLuAmZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqSSYLuAmZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vqSSYLuAmZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqSSYLuAmZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vqSSYLuAmZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vqSSYLuAmZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vqSSYLuAmZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vqSSYLuAmZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vqSSYLuAmZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vqSSYLuAmZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqSSYLuAmZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vqSSYLuAmZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vqSSYLuAmZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vqSSYLuAmZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vqSSYLuAmZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vqSSYLuAmZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vqSSYLuAmZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqSSYLuAmZ .dropdown-item.active,
.cid-vqSSYLuAmZ .dropdown-item:active {
  background-color: transparent;
}
.cid-vqSSYLuAmZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-vqSSYLuAmZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqSSYLuAmZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqSSYLuAmZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqSSYLuAmZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vqSSYLuAmZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vqSSYLuAmZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffaf5;
  background: #63cfbf;
}
.cid-vqSSYLuAmZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vqSSYLuAmZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vqSSYLuAmZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqSSYLuAmZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqSSYLuAmZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vqSSYLuAmZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqSSYLuAmZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqSSYLuAmZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqSSYLuAmZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqSSYLuAmZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vqSSYLuAmZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqSSYLuAmZ .navbar {
    height: 70px;
  }
  .cid-vqSSYLuAmZ .navbar.opened {
    height: auto;
  }
  .cid-vqSSYLuAmZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqSSYLuAmZ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vqSSYLuAmZ .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-vqSSYLuAmZ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vqSSYLuAmZ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vqSSYLuAmZ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-vqSSYLuAmZ .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-vqSSYLuAmZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vqSSYLuAmZ .text_widget {
  margin-bottom: 32px;
}
.cid-vqSSYLuAmZ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vqSSYLuAmZ .text_widget a:hover,
.cid-vqSSYLuAmZ .text_widget a:focus {
  opacity: .8;
}
.cid-vqSSYLuAmZ .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-vqSSYLuAmZ .navbar-caption {
  color: #000000;
}
.cid-vqSSYLuAmZ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vqSSYLuAmZ .mbr-section-subtitle,
.cid-vqSSYLuAmZ .text_widget,
.cid-vqSSYLuAmZ .mbr-section-btn {
  text-align: center;
}
.cid-vqSSYLuAmZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vqSSYNbWQQ {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
  overflow: hidden;
}
.cid-vqSSYNbWQQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqSSYNbWQQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqSSYNbWQQ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vqSSYNbWQQ .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vqSSYNbWQQ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vqSSYNbWQQ .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vqSSYNbWQQ .container {
    padding: 0 16px;
  }
}
.cid-vqSSYNbWQQ .row {
  justify-content: space-between;
}
.cid-vqSSYNbWQQ .row:hover,
.cid-vqSSYNbWQQ .row:focus {
  cursor: pointer;
}
.cid-vqSSYNbWQQ .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vqSSYNbWQQ .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vqSSYNbWQQ .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-vqSSYNbWQQ .image-wrapper img {
    height: 300px;
  }
}
.cid-vqSSYNbWQQ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vqSSYNbWQQ .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-vqSSYNbWQQ .mbr-section-title {
  color: #000000;
}
.cid-vqSSYNbWQQ .mbr-text {
  color: #000000;
}
.cid-vqSSYPENoJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7f2ed;
}
.cid-vqSSYPENoJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqSSYPENoJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqSSYPENoJ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vqSSYPENoJ .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vqSSYPENoJ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vqSSYPENoJ .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vqSSYPENoJ .container {
    padding: 0 16px;
  }
}
.cid-vqSSYPENoJ .google-map iframe {
  height: 400px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-vqSSYPENoJ .google-map iframe {
    height: 350px;
  }
}
.cid-vqSSYPYUSb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-top: 1px solid #1d1d1d;
  margin-top: -1px;
  background-color: #e7f2ed;
}
.cid-vqSSYPYUSb .topbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: #e3e3ff;
  border-bottom: 1px solid #1d1d1d;
}
.cid-vqSSYPYUSb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqSSYPYUSb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqSSYPYUSb .content-wrapper {
  padding: 100px 100px 60px;
  background-color: #ffffff;
  border: 1px solid #1d1d1d;
  position: relative;
  z-index: 1;
}
@media (max-width: 1640px) {
  .cid-vqSSYPYUSb .content-wrapper {
    padding: 80px 80px 40px;
  }
}
@media (max-width: 1440px) {
  .cid-vqSSYPYUSb .content-wrapper {
    padding: 60px 60px 20px;
  }
}
@media (max-width: 992px) {
  .cid-vqSSYPYUSb .content-wrapper {
    padding: 30px 30px 0;
  }
}
.cid-vqSSYPYUSb .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vqSSYPYUSb .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vqSSYPYUSb .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vqSSYPYUSb .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqSSYPYUSb .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vqSSYPYUSb .content-wrapper .items-wrapper {
  position: relative;
  z-index: 1;
  margin: 0 -20px;
}
.cid-vqSSYPYUSb .content-wrapper .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vqSSYPYUSb .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 30px;
  }
}
.cid-vqSSYPYUSb .content-wrapper .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-vqSSYPYUSb .content-wrapper .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vqSSYPYUSb .content-wrapper .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 60px;
  display: inline-flex;
  -webkit-text-stroke: 1px #1d1d1d;
  text-stroke: 1px #1d1d1d;
}
.cid-vqSSYPYUSb .content-wrapper .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 5px;
}
.cid-vqSSYPYUSb .content-wrapper .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vqSSYPYUSb .btn-wrapper {
  margin-top: -2rem;
}
.cid-vqSSYPYUSb .mbr-section-title {
  color: #1d1d1d;
  text-align: center;
}
.cid-vqSSYPYUSb .mbr-text,
.cid-vqSSYPYUSb .text-wrapper {
  color: #1d1d1d;
  text-align: center;
}
.cid-vqSSYPYUSb .item-title {
  color: #1d1d1d;
}
.cid-vqSSYPYUSb .item-text {
  color: #1d1d1d;
  text-align: center;
}
.cid-vqSSYPYUSb .item-title,
.cid-vqSSYPYUSb .iconfont-wrapper {
  text-align: center;
}
.cid-vqSSYQjQ2J {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-vqSSYQjQ2J .mbr-text {
  color: #ffffff;
}
.cid-vqSSYQjQ2J .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-vqST4MYwOU {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vqST4MYwOU .navbar-dropdown {
  background-color: #fffaf5 !important;
  padding: 0;
}
.cid-vqST4MYwOU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffaf5 !important;
  background: #fffaf5;
}
.cid-vqST4MYwOU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqST4MYwOU .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vqST4MYwOU .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vqST4MYwOU .menu_box .navbar.opened,
  .cid-vqST4MYwOU .menu_box .navbar-collapse {
    background-color: #fffaf5 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vqST4MYwOU nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vqST4MYwOU .icons-menu-main {
  display: flex;
  min-width: auto;
}
@media (max-width: 991px) {
  .cid-vqST4MYwOU .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vqST4MYwOU .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vqST4MYwOU .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vqST4MYwOU .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vqST4MYwOU .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #faf5e8;
  }
  .cid-vqST4MYwOU .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vqST4MYwOU .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vqST4MYwOU .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vqST4MYwOU .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vqST4MYwOU .offcanvas-body .mbr-text,
  .cid-vqST4MYwOU .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vqST4MYwOU .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vqST4MYwOU .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vqST4MYwOU .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-vqST4MYwOU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vqST4MYwOU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vqST4MYwOU .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vqST4MYwOU .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vqST4MYwOU ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vqST4MYwOU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vqST4MYwOU .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vqST4MYwOU .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vqST4MYwOU li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vqST4MYwOU .lg_brand {
    margin: 0 1rem;
  }
  .cid-vqST4MYwOU .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vqST4MYwOU .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vqST4MYwOU .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vqST4MYwOU .nav-item {
    margin: 0 !important;
  }
}
.cid-vqST4MYwOU .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-vqST4MYwOU .nav-item .nav-link:hover,
.cid-vqST4MYwOU .nav-item .nav-link:focus {
  background-color: #faf5e8 !important;
}
.cid-vqST4MYwOU .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vqST4MYwOU .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vqST4MYwOU .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vqST4MYwOU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vqST4MYwOU .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vqST4MYwOU .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vqST4MYwOU .offcanvas_box {
    display: none;
  }
}
.cid-vqST4MYwOU .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vqST4MYwOU .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vqST4MYwOU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vqST4MYwOU .container {
  display: flex;
  margin: auto;
}
.cid-vqST4MYwOU .iconfont-wrapper {
  margin-right: 10px;
  margin-bottom: 5px;
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.cid-vqST4MYwOU .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vqST4MYwOU .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #63cfbf;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-vqST4MYwOU .iconfont-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-vqST4MYwOU .iconfont-wrapper:hover .mbr-iconfont,
.cid-vqST4MYwOU .iconfont-wrapper:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-vqST4MYwOU .iconfont-wrapper:hover::before,
.cid-vqST4MYwOU .iconfont-wrapper:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-vqST4MYwOU .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vqST4MYwOU .navbar-nav {
    margin: 0;
  }
}
.cid-vqST4MYwOU .dropdown-menu,
.cid-vqST4MYwOU .navbar.opened {
  background-color: false !important;
}
.cid-vqST4MYwOU .nav-item:focus,
.cid-vqST4MYwOU .nav-link:focus {
  outline: none;
}
.cid-vqST4MYwOU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqST4MYwOU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqST4MYwOU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqST4MYwOU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqST4MYwOU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqST4MYwOU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqST4MYwOU .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vqST4MYwOU .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vqST4MYwOU .navbar.opened {
  transition: all 0.3s;
}
.cid-vqST4MYwOU .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vqST4MYwOU .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-vqST4MYwOU .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vqST4MYwOU .navbar.collapsed {
  justify-content: center;
}
.cid-vqST4MYwOU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqST4MYwOU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqST4MYwOU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqST4MYwOU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqST4MYwOU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqST4MYwOU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vqST4MYwOU .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vqST4MYwOU .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vqST4MYwOU .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vqST4MYwOU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqST4MYwOU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqST4MYwOU .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vqST4MYwOU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqST4MYwOU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vqST4MYwOU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vqST4MYwOU .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vqST4MYwOU .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vqST4MYwOU .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vqST4MYwOU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vqST4MYwOU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqST4MYwOU .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vqST4MYwOU .navbar.navbar-short {
  min-height: 60px;
}
.cid-vqST4MYwOU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vqST4MYwOU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vqST4MYwOU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vqST4MYwOU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vqST4MYwOU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqST4MYwOU .dropdown-item.active,
.cid-vqST4MYwOU .dropdown-item:active {
  background-color: transparent;
}
.cid-vqST4MYwOU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-vqST4MYwOU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqST4MYwOU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqST4MYwOU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqST4MYwOU ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vqST4MYwOU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vqST4MYwOU button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffaf5;
  background: #63cfbf;
}
.cid-vqST4MYwOU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vqST4MYwOU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vqST4MYwOU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqST4MYwOU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqST4MYwOU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vqST4MYwOU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqST4MYwOU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqST4MYwOU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqST4MYwOU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqST4MYwOU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vqST4MYwOU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqST4MYwOU .navbar {
    height: 70px;
  }
  .cid-vqST4MYwOU .navbar.opened {
    height: auto;
  }
  .cid-vqST4MYwOU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqST4MYwOU .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vqST4MYwOU .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-vqST4MYwOU .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vqST4MYwOU .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vqST4MYwOU .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-vqST4MYwOU .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-vqST4MYwOU .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vqST4MYwOU .text_widget {
  margin-bottom: 32px;
}
.cid-vqST4MYwOU .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vqST4MYwOU .text_widget a:hover,
.cid-vqST4MYwOU .text_widget a:focus {
  opacity: .8;
}
.cid-vqST4MYwOU .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-vqST4MYwOU .navbar-caption {
  color: #000000;
}
.cid-vqST4MYwOU .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vqST4MYwOU .mbr-section-subtitle,
.cid-vqST4MYwOU .text_widget,
.cid-vqST4MYwOU .mbr-section-btn {
  text-align: center;
}
.cid-vqST4MYwOU a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vqST4QiPa7 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
  overflow: hidden;
}
.cid-vqST4QiPa7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqST4QiPa7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqST4QiPa7 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vqST4QiPa7 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vqST4QiPa7 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vqST4QiPa7 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vqST4QiPa7 .container {
    padding: 0 16px;
  }
}
.cid-vqST4QiPa7 .row {
  justify-content: center;
}
.cid-vqST4QiPa7 .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vqST4QiPa7 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vqST4QiPa7 .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vqST4QiPa7 .card {
    flex-direction: column;
  }
}
.cid-vqST4QiPa7 .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-vqST4QiPa7 .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vqST4QiPa7 .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-vqST4QiPa7 .image-wrapper img {
    height: 350px;
  }
}
.cid-vqST4QiPa7 .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-vqST4QiPa7 .content-wrapper {
    width: 100%;
  }
}
.cid-vqST4QiPa7 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vqST4QiPa7 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-vqST4QiPa7 .mbr-section-subtitle {
  color: #000000;
}
.cid-vqST4QiPa7 .mbr-text {
  color: #000000;
}
.cid-vqST4ReQv3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7f2ed;
}
.cid-vqST4ReQv3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqST4ReQv3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqST4ReQv3 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vqST4ReQv3 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vqST4ReQv3 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vqST4ReQv3 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vqST4ReQv3 .container {
    padding: 0 16px;
  }
}
.cid-vqST4ReQv3 .google-map iframe {
  height: 400px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-vqST4ReQv3 .google-map iframe {
    height: 350px;
  }
}
.cid-vqST4RyLTX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-top: 1px solid #1d1d1d;
  margin-top: -1px;
  background-color: #e7f2ed;
}
.cid-vqST4RyLTX .topbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: #e3e3ff;
  border-bottom: 1px solid #1d1d1d;
}
.cid-vqST4RyLTX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqST4RyLTX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqST4RyLTX .content-wrapper {
  padding: 100px 100px 60px;
  background-color: #ffffff;
  border: 1px solid #1d1d1d;
  position: relative;
  z-index: 1;
}
@media (max-width: 1640px) {
  .cid-vqST4RyLTX .content-wrapper {
    padding: 80px 80px 40px;
  }
}
@media (max-width: 1440px) {
  .cid-vqST4RyLTX .content-wrapper {
    padding: 60px 60px 20px;
  }
}
@media (max-width: 992px) {
  .cid-vqST4RyLTX .content-wrapper {
    padding: 30px 30px 0;
  }
}
.cid-vqST4RyLTX .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vqST4RyLTX .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vqST4RyLTX .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vqST4RyLTX .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqST4RyLTX .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vqST4RyLTX .content-wrapper .items-wrapper {
  position: relative;
  z-index: 1;
  margin: 0 -20px;
}
.cid-vqST4RyLTX .content-wrapper .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vqST4RyLTX .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 30px;
  }
}
.cid-vqST4RyLTX .content-wrapper .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-vqST4RyLTX .content-wrapper .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vqST4RyLTX .content-wrapper .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 60px;
  display: inline-flex;
  -webkit-text-stroke: 1px #1d1d1d;
  text-stroke: 1px #1d1d1d;
}
.cid-vqST4RyLTX .content-wrapper .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 5px;
}
.cid-vqST4RyLTX .content-wrapper .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vqST4RyLTX .btn-wrapper {
  margin-top: -2rem;
}
.cid-vqST4RyLTX .mbr-section-title {
  color: #1d1d1d;
  text-align: center;
}
.cid-vqST4RyLTX .mbr-text,
.cid-vqST4RyLTX .text-wrapper {
  color: #1d1d1d;
  text-align: center;
}
.cid-vqST4RyLTX .item-title {
  color: #1d1d1d;
}
.cid-vqST4RyLTX .item-text {
  color: #1d1d1d;
  text-align: center;
}
.cid-vqST4RyLTX .item-title,
.cid-vqST4RyLTX .iconfont-wrapper {
  text-align: center;
}
.cid-vqST4RSdVC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-vqST4RSdVC .mbr-text {
  color: #ffffff;
}
.cid-vqST4RSdVC .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-vqSTaDXPDC {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vqSTaDXPDC .navbar-dropdown {
  background-color: #fffaf5 !important;
  padding: 0;
}
.cid-vqSTaDXPDC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffaf5 !important;
  background: #fffaf5;
}
.cid-vqSTaDXPDC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqSTaDXPDC .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vqSTaDXPDC .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vqSTaDXPDC .menu_box .navbar.opened,
  .cid-vqSTaDXPDC .menu_box .navbar-collapse {
    background-color: #fffaf5 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vqSTaDXPDC nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vqSTaDXPDC .icons-menu-main {
  display: flex;
  min-width: auto;
}
@media (max-width: 991px) {
  .cid-vqSTaDXPDC .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vqSTaDXPDC .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vqSTaDXPDC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vqSTaDXPDC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vqSTaDXPDC .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #faf5e8;
  }
  .cid-vqSTaDXPDC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vqSTaDXPDC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vqSTaDXPDC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vqSTaDXPDC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vqSTaDXPDC .offcanvas-body .mbr-text,
  .cid-vqSTaDXPDC .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vqSTaDXPDC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vqSTaDXPDC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vqSTaDXPDC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-vqSTaDXPDC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vqSTaDXPDC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vqSTaDXPDC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vqSTaDXPDC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vqSTaDXPDC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vqSTaDXPDC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vqSTaDXPDC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vqSTaDXPDC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vqSTaDXPDC li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vqSTaDXPDC .lg_brand {
    margin: 0 1rem;
  }
  .cid-vqSTaDXPDC .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vqSTaDXPDC .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vqSTaDXPDC .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vqSTaDXPDC .nav-item {
    margin: 0 !important;
  }
}
.cid-vqSTaDXPDC .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-vqSTaDXPDC .nav-item .nav-link:hover,
.cid-vqSTaDXPDC .nav-item .nav-link:focus {
  background-color: #faf5e8 !important;
}
.cid-vqSTaDXPDC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vqSTaDXPDC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vqSTaDXPDC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vqSTaDXPDC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vqSTaDXPDC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vqSTaDXPDC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vqSTaDXPDC .offcanvas_box {
    display: none;
  }
}
.cid-vqSTaDXPDC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vqSTaDXPDC .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vqSTaDXPDC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vqSTaDXPDC .container {
  display: flex;
  margin: auto;
}
.cid-vqSTaDXPDC .iconfont-wrapper {
  margin-right: 10px;
  margin-bottom: 5px;
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.cid-vqSTaDXPDC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vqSTaDXPDC .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #63cfbf;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-vqSTaDXPDC .iconfont-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-vqSTaDXPDC .iconfont-wrapper:hover .mbr-iconfont,
.cid-vqSTaDXPDC .iconfont-wrapper:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-vqSTaDXPDC .iconfont-wrapper:hover::before,
.cid-vqSTaDXPDC .iconfont-wrapper:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-vqSTaDXPDC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vqSTaDXPDC .navbar-nav {
    margin: 0;
  }
}
.cid-vqSTaDXPDC .dropdown-menu,
.cid-vqSTaDXPDC .navbar.opened {
  background-color: false !important;
}
.cid-vqSTaDXPDC .nav-item:focus,
.cid-vqSTaDXPDC .nav-link:focus {
  outline: none;
}
.cid-vqSTaDXPDC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqSTaDXPDC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqSTaDXPDC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqSTaDXPDC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqSTaDXPDC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqSTaDXPDC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqSTaDXPDC .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vqSTaDXPDC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vqSTaDXPDC .navbar.opened {
  transition: all 0.3s;
}
.cid-vqSTaDXPDC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vqSTaDXPDC .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-vqSTaDXPDC .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vqSTaDXPDC .navbar.collapsed {
  justify-content: center;
}
.cid-vqSTaDXPDC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqSTaDXPDC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqSTaDXPDC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqSTaDXPDC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqSTaDXPDC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqSTaDXPDC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vqSTaDXPDC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vqSTaDXPDC .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vqSTaDXPDC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vqSTaDXPDC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqSTaDXPDC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqSTaDXPDC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vqSTaDXPDC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqSTaDXPDC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vqSTaDXPDC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vqSTaDXPDC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vqSTaDXPDC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vqSTaDXPDC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vqSTaDXPDC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vqSTaDXPDC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqSTaDXPDC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vqSTaDXPDC .navbar.navbar-short {
  min-height: 60px;
}
.cid-vqSTaDXPDC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vqSTaDXPDC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vqSTaDXPDC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vqSTaDXPDC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vqSTaDXPDC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqSTaDXPDC .dropdown-item.active,
.cid-vqSTaDXPDC .dropdown-item:active {
  background-color: transparent;
}
.cid-vqSTaDXPDC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-vqSTaDXPDC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqSTaDXPDC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqSTaDXPDC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqSTaDXPDC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vqSTaDXPDC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vqSTaDXPDC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffaf5;
  background: #63cfbf;
}
.cid-vqSTaDXPDC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vqSTaDXPDC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vqSTaDXPDC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqSTaDXPDC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqSTaDXPDC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vqSTaDXPDC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqSTaDXPDC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqSTaDXPDC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqSTaDXPDC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqSTaDXPDC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vqSTaDXPDC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqSTaDXPDC .navbar {
    height: 70px;
  }
  .cid-vqSTaDXPDC .navbar.opened {
    height: auto;
  }
  .cid-vqSTaDXPDC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqSTaDXPDC .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vqSTaDXPDC .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-vqSTaDXPDC .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vqSTaDXPDC .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vqSTaDXPDC .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-vqSTaDXPDC .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-vqSTaDXPDC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vqSTaDXPDC .text_widget {
  margin-bottom: 32px;
}
.cid-vqSTaDXPDC .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vqSTaDXPDC .text_widget a:hover,
.cid-vqSTaDXPDC .text_widget a:focus {
  opacity: .8;
}
.cid-vqSTaDXPDC .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-vqSTaDXPDC .navbar-caption {
  color: #000000;
}
.cid-vqSTaDXPDC .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vqSTaDXPDC .mbr-section-subtitle,
.cid-vqSTaDXPDC .text_widget,
.cid-vqSTaDXPDC .mbr-section-btn {
  text-align: center;
}
.cid-vqSTaDXPDC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vqSTaHu1XM {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
  overflow: hidden;
}
.cid-vqSTaHu1XM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqSTaHu1XM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqSTaHu1XM .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vqSTaHu1XM .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vqSTaHu1XM .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vqSTaHu1XM .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vqSTaHu1XM .container {
    padding: 0 16px;
  }
}
.cid-vqSTaHu1XM .row {
  justify-content: center;
}
.cid-vqSTaHu1XM .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vqSTaHu1XM .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vqSTaHu1XM .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vqSTaHu1XM .card {
    flex-direction: column;
  }
}
.cid-vqSTaHu1XM .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-vqSTaHu1XM .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vqSTaHu1XM .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-vqSTaHu1XM .image-wrapper img {
    height: 350px;
  }
}
.cid-vqSTaHu1XM .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-vqSTaHu1XM .content-wrapper {
    width: 100%;
  }
}
.cid-vqSTaHu1XM .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vqSTaHu1XM .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-vqSTaHu1XM .mbr-section-subtitle {
  color: #000000;
}
.cid-vqSTaHu1XM .mbr-text {
  color: #000000;
}
.cid-vqSTaI6Rql {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7f2ed;
}
.cid-vqSTaI6Rql .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqSTaI6Rql .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqSTaI6Rql .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vqSTaI6Rql .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vqSTaI6Rql .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vqSTaI6Rql .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vqSTaI6Rql .container {
    padding: 0 16px;
  }
}
.cid-vqSTaI6Rql .google-map iframe {
  height: 400px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-vqSTaI6Rql .google-map iframe {
    height: 350px;
  }
}
.cid-vqSTaIsOip {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-top: 1px solid #1d1d1d;
  margin-top: -1px;
  background-color: #e7f2ed;
}
.cid-vqSTaIsOip .topbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: #e3e3ff;
  border-bottom: 1px solid #1d1d1d;
}
.cid-vqSTaIsOip .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqSTaIsOip .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqSTaIsOip .content-wrapper {
  padding: 100px 100px 60px;
  background-color: #ffffff;
  border: 1px solid #1d1d1d;
  position: relative;
  z-index: 1;
}
@media (max-width: 1640px) {
  .cid-vqSTaIsOip .content-wrapper {
    padding: 80px 80px 40px;
  }
}
@media (max-width: 1440px) {
  .cid-vqSTaIsOip .content-wrapper {
    padding: 60px 60px 20px;
  }
}
@media (max-width: 992px) {
  .cid-vqSTaIsOip .content-wrapper {
    padding: 30px 30px 0;
  }
}
.cid-vqSTaIsOip .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vqSTaIsOip .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vqSTaIsOip .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vqSTaIsOip .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqSTaIsOip .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vqSTaIsOip .content-wrapper .items-wrapper {
  position: relative;
  z-index: 1;
  margin: 0 -20px;
}
.cid-vqSTaIsOip .content-wrapper .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vqSTaIsOip .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 30px;
  }
}
.cid-vqSTaIsOip .content-wrapper .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-vqSTaIsOip .content-wrapper .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vqSTaIsOip .content-wrapper .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 60px;
  display: inline-flex;
  -webkit-text-stroke: 1px #1d1d1d;
  text-stroke: 1px #1d1d1d;
}
.cid-vqSTaIsOip .content-wrapper .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 5px;
}
.cid-vqSTaIsOip .content-wrapper .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vqSTaIsOip .btn-wrapper {
  margin-top: -2rem;
}
.cid-vqSTaIsOip .mbr-section-title {
  color: #1d1d1d;
  text-align: center;
}
.cid-vqSTaIsOip .mbr-text,
.cid-vqSTaIsOip .text-wrapper {
  color: #1d1d1d;
  text-align: center;
}
.cid-vqSTaIsOip .item-title {
  color: #1d1d1d;
}
.cid-vqSTaIsOip .item-text {
  color: #1d1d1d;
  text-align: center;
}
.cid-vqSTaIsOip .item-title,
.cid-vqSTaIsOip .iconfont-wrapper {
  text-align: center;
}
.cid-vqSTaIMn2s {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-vqSTaIMn2s .mbr-text {
  color: #ffffff;
}
.cid-vqSTaIMn2s .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-vqSTgoPvlq {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vqSTgoPvlq .navbar-dropdown {
  background-color: #fffaf5 !important;
  padding: 0;
}
.cid-vqSTgoPvlq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffaf5 !important;
  background: #fffaf5;
}
.cid-vqSTgoPvlq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqSTgoPvlq .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vqSTgoPvlq .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vqSTgoPvlq .menu_box .navbar.opened,
  .cid-vqSTgoPvlq .menu_box .navbar-collapse {
    background-color: #fffaf5 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vqSTgoPvlq nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vqSTgoPvlq .icons-menu-main {
  display: flex;
  min-width: auto;
}
@media (max-width: 991px) {
  .cid-vqSTgoPvlq .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vqSTgoPvlq .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vqSTgoPvlq .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vqSTgoPvlq .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vqSTgoPvlq .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #faf5e8;
  }
  .cid-vqSTgoPvlq .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vqSTgoPvlq .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vqSTgoPvlq .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vqSTgoPvlq .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vqSTgoPvlq .offcanvas-body .mbr-text,
  .cid-vqSTgoPvlq .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vqSTgoPvlq .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vqSTgoPvlq .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vqSTgoPvlq .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-vqSTgoPvlq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vqSTgoPvlq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vqSTgoPvlq .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vqSTgoPvlq .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vqSTgoPvlq ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vqSTgoPvlq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vqSTgoPvlq .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vqSTgoPvlq .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vqSTgoPvlq li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vqSTgoPvlq .lg_brand {
    margin: 0 1rem;
  }
  .cid-vqSTgoPvlq .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vqSTgoPvlq .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vqSTgoPvlq .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vqSTgoPvlq .nav-item {
    margin: 0 !important;
  }
}
.cid-vqSTgoPvlq .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-vqSTgoPvlq .nav-item .nav-link:hover,
.cid-vqSTgoPvlq .nav-item .nav-link:focus {
  background-color: #faf5e8 !important;
}
.cid-vqSTgoPvlq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vqSTgoPvlq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vqSTgoPvlq .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vqSTgoPvlq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vqSTgoPvlq .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vqSTgoPvlq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vqSTgoPvlq .offcanvas_box {
    display: none;
  }
}
.cid-vqSTgoPvlq .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vqSTgoPvlq .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vqSTgoPvlq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vqSTgoPvlq .container {
  display: flex;
  margin: auto;
}
.cid-vqSTgoPvlq .iconfont-wrapper {
  margin-right: 10px;
  margin-bottom: 5px;
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.cid-vqSTgoPvlq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vqSTgoPvlq .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #63cfbf;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-vqSTgoPvlq .iconfont-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-vqSTgoPvlq .iconfont-wrapper:hover .mbr-iconfont,
.cid-vqSTgoPvlq .iconfont-wrapper:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-vqSTgoPvlq .iconfont-wrapper:hover::before,
.cid-vqSTgoPvlq .iconfont-wrapper:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-vqSTgoPvlq .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vqSTgoPvlq .navbar-nav {
    margin: 0;
  }
}
.cid-vqSTgoPvlq .dropdown-menu,
.cid-vqSTgoPvlq .navbar.opened {
  background-color: false !important;
}
.cid-vqSTgoPvlq .nav-item:focus,
.cid-vqSTgoPvlq .nav-link:focus {
  outline: none;
}
.cid-vqSTgoPvlq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqSTgoPvlq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqSTgoPvlq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqSTgoPvlq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqSTgoPvlq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqSTgoPvlq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqSTgoPvlq .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vqSTgoPvlq .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vqSTgoPvlq .navbar.opened {
  transition: all 0.3s;
}
.cid-vqSTgoPvlq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vqSTgoPvlq .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-vqSTgoPvlq .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vqSTgoPvlq .navbar.collapsed {
  justify-content: center;
}
.cid-vqSTgoPvlq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqSTgoPvlq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqSTgoPvlq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqSTgoPvlq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqSTgoPvlq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqSTgoPvlq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vqSTgoPvlq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vqSTgoPvlq .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vqSTgoPvlq .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vqSTgoPvlq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqSTgoPvlq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqSTgoPvlq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vqSTgoPvlq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqSTgoPvlq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vqSTgoPvlq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vqSTgoPvlq .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vqSTgoPvlq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vqSTgoPvlq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vqSTgoPvlq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vqSTgoPvlq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqSTgoPvlq .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vqSTgoPvlq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vqSTgoPvlq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vqSTgoPvlq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vqSTgoPvlq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vqSTgoPvlq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vqSTgoPvlq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqSTgoPvlq .dropdown-item.active,
.cid-vqSTgoPvlq .dropdown-item:active {
  background-color: transparent;
}
.cid-vqSTgoPvlq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-vqSTgoPvlq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqSTgoPvlq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqSTgoPvlq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqSTgoPvlq ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vqSTgoPvlq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vqSTgoPvlq button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffaf5;
  background: #63cfbf;
}
.cid-vqSTgoPvlq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vqSTgoPvlq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vqSTgoPvlq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqSTgoPvlq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqSTgoPvlq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vqSTgoPvlq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqSTgoPvlq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqSTgoPvlq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqSTgoPvlq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqSTgoPvlq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vqSTgoPvlq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqSTgoPvlq .navbar {
    height: 70px;
  }
  .cid-vqSTgoPvlq .navbar.opened {
    height: auto;
  }
  .cid-vqSTgoPvlq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqSTgoPvlq .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vqSTgoPvlq .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-vqSTgoPvlq .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vqSTgoPvlq .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vqSTgoPvlq .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-vqSTgoPvlq .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-vqSTgoPvlq .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vqSTgoPvlq .text_widget {
  margin-bottom: 32px;
}
.cid-vqSTgoPvlq .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vqSTgoPvlq .text_widget a:hover,
.cid-vqSTgoPvlq .text_widget a:focus {
  opacity: .8;
}
.cid-vqSTgoPvlq .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-vqSTgoPvlq .navbar-caption {
  color: #000000;
}
.cid-vqSTgoPvlq .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vqSTgoPvlq .mbr-section-subtitle,
.cid-vqSTgoPvlq .text_widget,
.cid-vqSTgoPvlq .mbr-section-btn {
  text-align: center;
}
.cid-vqSTgoPvlq a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vqSTgrJVdy {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-vqSTgrJVdy .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vqSTgrJVdy .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vqSTgrJVdy .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vqSTgrJVdy .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vqSTgrJVdy .container {
    padding: 0 16px;
  }
}
.cid-vqSTgrJVdy .mbr-section-title {
  margin-bottom: 32px;
  color: #000000;
  text-align: center;
}
.cid-vqSTgrJVdy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 660px;
  max-width: 660px;
}
@media (max-width: 992px) {
  .cid-vqSTgrJVdy .embla__slide {
    min-width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .cid-vqSTgrJVdy .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vqSTgrJVdy .embla__slide .slide-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  border-radius: 1rem !important;
  border: 1px solid #000000;
}
.cid-vqSTgrJVdy .embla__slide .slide-content .item-content {
  position: relative;
  padding: 80px 96px 25px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vqSTgrJVdy .embla__slide .slide-content .item-content {
    padding: 80px 60px 25px;
  }
}
@media (max-width: 768px) {
  .cid-vqSTgrJVdy .embla__slide .slide-content .item-content {
    padding: 80px 25px 25px;
  }
}
.cid-vqSTgrJVdy .embla__slide .slide-content .item-content .icon-wrapper {
  padding: 25px 25px 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cid-vqSTgrJVdy .embla__slide .slide-content .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 32px;
  color: #000000;
}
.cid-vqSTgrJVdy .embla__slide .slide-content .item-content .mbr-text {
  margin-bottom: 45px;
}
.cid-vqSTgrJVdy .embla__slide .slide-content .item-content .item-name {
  margin-bottom: 0;
  border-bottom: 1px solid #979797;
}
.cid-vqSTgrJVdy .embla__slide .slide-content .item-wrapper {
  padding: 0 25px;
}
.cid-vqSTgrJVdy .embla__slide .slide-content .item-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
.cid-vqSTgrJVdy .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-vqSTgrJVdy .embla__slide .slide-content .item-wrapper .item-img .rating-wrapper {
  display: flex;
  align-items: center;
  z-index: 1;
}
.cid-vqSTgrJVdy .embla__slide .slide-content .item-wrapper .item-img .rating-wrapper .mbr-rating {
  margin-bottom: 0;
  margin-right: 4px;
}
.cid-vqSTgrJVdy .embla__slide .slide-content .item-wrapper .item-img .rating-wrapper .mbr-rating:last-child {
  margin-right: 0;
}
.cid-vqSTgrJVdy .embla__button--next,
.cid-vqSTgrJVdy .embla__button--prev {
  display: flex;
}
.cid-vqSTgrJVdy .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vqSTgrJVdy .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vqSTgrJVdy .embla__button:hover {
  opacity: .7 !important;
}
.cid-vqSTgrJVdy .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-vqSTgrJVdy .embla__button.embla__button--prev {
    left: 40%;
  }
}
@media (max-width: 768px) {
  .cid-vqSTgrJVdy .embla__button.embla__button--prev {
    left: 35%;
  }
}
.cid-vqSTgrJVdy .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-vqSTgrJVdy .embla__button.embla__button--next {
    right: 40%;
  }
}
@media (max-width: 768px) {
  .cid-vqSTgrJVdy .embla__button.embla__button--next {
    right: 35%;
  }
}
.cid-vqSTgrJVdy .embla {
  position: relative;
  width: 100%;
  padding: 16px 0;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  overflow: hidden;
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  .cid-vqSTgrJVdy .embla {
    border: none;
  }
}
.cid-vqSTgrJVdy .embla::before {
  content: '';
  position: absolute;
  top: 0;
  right: -8px;
  width: 18px;
  height: 100%;
  background-image: radial-gradient(#000000, transparent);
  opacity: .5;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-vqSTgrJVdy .embla::before {
    display: none;
  }
}
.cid-vqSTgrJVdy .embla::after {
  content: '';
  position: absolute;
  top: 0;
  left: -8px;
  width: 18px;
  height: 100%;
  background-image: radial-gradient(#000000, transparent);
  opacity: .5;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-vqSTgrJVdy .embla::after {
    display: none;
  }
}
.cid-vqSTgrJVdy .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-vqSTgrJVdy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vqSTgrJVdy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vqSTgrJVdy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vqSTgrJVdy .mbr-text {
  color: #000000;
}
.cid-vqSTgrJVdy .item-name {
  color: #000000;
}
.cid-vqSTgrJVdy .mbr-rating {
  color: #000000;
}
.cid-vqSTgrJVdy .mbr-rating,
.cid-vqSTgrJVdy .item-wrapper {
  text-align: right;
}
.cid-vqSTgt5aqA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7f2ed;
}
.cid-vqSTgt5aqA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqSTgt5aqA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqSTgt5aqA .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vqSTgt5aqA .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vqSTgt5aqA .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vqSTgt5aqA .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vqSTgt5aqA .container {
    padding: 0 16px;
  }
}
.cid-vqSTgt5aqA .google-map iframe {
  height: 400px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-vqSTgt5aqA .google-map iframe {
    height: 350px;
  }
}
.cid-vqSTgtoMrB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-top: 1px solid #1d1d1d;
  margin-top: -1px;
  background-color: #e7f2ed;
}
.cid-vqSTgtoMrB .topbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: #e3e3ff;
  border-bottom: 1px solid #1d1d1d;
}
.cid-vqSTgtoMrB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqSTgtoMrB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqSTgtoMrB .content-wrapper {
  padding: 100px 100px 60px;
  background-color: #ffffff;
  border: 1px solid #1d1d1d;
  position: relative;
  z-index: 1;
}
@media (max-width: 1640px) {
  .cid-vqSTgtoMrB .content-wrapper {
    padding: 80px 80px 40px;
  }
}
@media (max-width: 1440px) {
  .cid-vqSTgtoMrB .content-wrapper {
    padding: 60px 60px 20px;
  }
}
@media (max-width: 992px) {
  .cid-vqSTgtoMrB .content-wrapper {
    padding: 30px 30px 0;
  }
}
.cid-vqSTgtoMrB .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vqSTgtoMrB .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vqSTgtoMrB .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vqSTgtoMrB .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqSTgtoMrB .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vqSTgtoMrB .content-wrapper .items-wrapper {
  position: relative;
  z-index: 1;
  margin: 0 -20px;
}
.cid-vqSTgtoMrB .content-wrapper .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vqSTgtoMrB .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 30px;
  }
}
.cid-vqSTgtoMrB .content-wrapper .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-vqSTgtoMrB .content-wrapper .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vqSTgtoMrB .content-wrapper .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 60px;
  display: inline-flex;
  -webkit-text-stroke: 1px #1d1d1d;
  text-stroke: 1px #1d1d1d;
}
.cid-vqSTgtoMrB .content-wrapper .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 5px;
}
.cid-vqSTgtoMrB .content-wrapper .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vqSTgtoMrB .btn-wrapper {
  margin-top: -2rem;
}
.cid-vqSTgtoMrB .mbr-section-title {
  color: #1d1d1d;
  text-align: center;
}
.cid-vqSTgtoMrB .mbr-text,
.cid-vqSTgtoMrB .text-wrapper {
  color: #1d1d1d;
  text-align: center;
}
.cid-vqSTgtoMrB .item-title {
  color: #1d1d1d;
}
.cid-vqSTgtoMrB .item-text {
  color: #1d1d1d;
  text-align: center;
}
.cid-vqSTgtoMrB .item-title,
.cid-vqSTgtoMrB .iconfont-wrapper {
  text-align: center;
}
.cid-vqSTgtKQaR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-vqSTgtKQaR .mbr-text {
  color: #ffffff;
}
.cid-vqSTgtKQaR .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-vqSTm8V92s {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vqSTm8V92s .navbar-dropdown {
  background-color: #fffaf5 !important;
  padding: 0;
}
.cid-vqSTm8V92s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffaf5 !important;
  background: #fffaf5;
}
.cid-vqSTm8V92s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqSTm8V92s .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vqSTm8V92s .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vqSTm8V92s .menu_box .navbar.opened,
  .cid-vqSTm8V92s .menu_box .navbar-collapse {
    background-color: #fffaf5 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vqSTm8V92s nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vqSTm8V92s .icons-menu-main {
  display: flex;
  min-width: auto;
}
@media (max-width: 991px) {
  .cid-vqSTm8V92s .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vqSTm8V92s .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vqSTm8V92s .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vqSTm8V92s .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vqSTm8V92s .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #faf5e8;
  }
  .cid-vqSTm8V92s .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vqSTm8V92s .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vqSTm8V92s .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vqSTm8V92s .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vqSTm8V92s .offcanvas-body .mbr-text,
  .cid-vqSTm8V92s .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vqSTm8V92s .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vqSTm8V92s .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vqSTm8V92s .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-vqSTm8V92s .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vqSTm8V92s .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vqSTm8V92s .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vqSTm8V92s .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vqSTm8V92s ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vqSTm8V92s .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vqSTm8V92s .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vqSTm8V92s .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vqSTm8V92s li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vqSTm8V92s .lg_brand {
    margin: 0 1rem;
  }
  .cid-vqSTm8V92s .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vqSTm8V92s .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vqSTm8V92s .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vqSTm8V92s .nav-item {
    margin: 0 !important;
  }
}
.cid-vqSTm8V92s .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
}
.cid-vqSTm8V92s .nav-item .nav-link:hover,
.cid-vqSTm8V92s .nav-item .nav-link:focus {
  background-color: #faf5e8 !important;
}
.cid-vqSTm8V92s .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vqSTm8V92s .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vqSTm8V92s .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vqSTm8V92s .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vqSTm8V92s .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vqSTm8V92s .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vqSTm8V92s .offcanvas_box {
    display: none;
  }
}
.cid-vqSTm8V92s .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vqSTm8V92s .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vqSTm8V92s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vqSTm8V92s .container {
  display: flex;
  margin: auto;
}
.cid-vqSTm8V92s .iconfont-wrapper {
  margin-right: 10px;
  margin-bottom: 5px;
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.cid-vqSTm8V92s .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vqSTm8V92s .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #63cfbf;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-vqSTm8V92s .iconfont-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-vqSTm8V92s .iconfont-wrapper:hover .mbr-iconfont,
.cid-vqSTm8V92s .iconfont-wrapper:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-vqSTm8V92s .iconfont-wrapper:hover::before,
.cid-vqSTm8V92s .iconfont-wrapper:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-vqSTm8V92s .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vqSTm8V92s .navbar-nav {
    margin: 0;
  }
}
.cid-vqSTm8V92s .dropdown-menu,
.cid-vqSTm8V92s .navbar.opened {
  background-color: false !important;
}
.cid-vqSTm8V92s .nav-item:focus,
.cid-vqSTm8V92s .nav-link:focus {
  outline: none;
}
.cid-vqSTm8V92s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqSTm8V92s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqSTm8V92s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqSTm8V92s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqSTm8V92s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqSTm8V92s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqSTm8V92s .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vqSTm8V92s .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vqSTm8V92s .navbar.opened {
  transition: all 0.3s;
}
.cid-vqSTm8V92s .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vqSTm8V92s .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-vqSTm8V92s .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vqSTm8V92s .navbar.collapsed {
  justify-content: center;
}
.cid-vqSTm8V92s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqSTm8V92s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vqSTm8V92s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqSTm8V92s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqSTm8V92s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqSTm8V92s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vqSTm8V92s .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vqSTm8V92s .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vqSTm8V92s .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vqSTm8V92s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqSTm8V92s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqSTm8V92s .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vqSTm8V92s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqSTm8V92s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vqSTm8V92s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vqSTm8V92s .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vqSTm8V92s .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vqSTm8V92s .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vqSTm8V92s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vqSTm8V92s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqSTm8V92s .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vqSTm8V92s .navbar.navbar-short {
  min-height: 60px;
}
.cid-vqSTm8V92s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vqSTm8V92s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vqSTm8V92s .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vqSTm8V92s .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vqSTm8V92s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqSTm8V92s .dropdown-item.active,
.cid-vqSTm8V92s .dropdown-item:active {
  background-color: transparent;
}
.cid-vqSTm8V92s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-vqSTm8V92s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqSTm8V92s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqSTm8V92s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqSTm8V92s ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vqSTm8V92s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vqSTm8V92s button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffaf5;
  background: #63cfbf;
}
.cid-vqSTm8V92s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vqSTm8V92s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vqSTm8V92s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqSTm8V92s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqSTm8V92s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vqSTm8V92s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqSTm8V92s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqSTm8V92s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqSTm8V92s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqSTm8V92s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vqSTm8V92s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqSTm8V92s .navbar {
    height: 70px;
  }
  .cid-vqSTm8V92s .navbar.opened {
    height: auto;
  }
  .cid-vqSTm8V92s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqSTm8V92s .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vqSTm8V92s .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-vqSTm8V92s .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vqSTm8V92s .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vqSTm8V92s .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-vqSTm8V92s .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-vqSTm8V92s .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vqSTm8V92s .text_widget {
  margin-bottom: 32px;
}
.cid-vqSTm8V92s .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vqSTm8V92s .text_widget a:hover,
.cid-vqSTm8V92s .text_widget a:focus {
  opacity: .8;
}
.cid-vqSTm8V92s .mbr-section-subtitle {
  color: #1D1D1F;
  text-align: center;
}
.cid-vqSTm8V92s .navbar-caption {
  color: #000000;
}
.cid-vqSTm8V92s .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vqSTm8V92s .mbr-section-subtitle,
.cid-vqSTm8V92s .text_widget,
.cid-vqSTm8V92s .mbr-section-btn {
  text-align: center;
}
.cid-vqSTm8V92s a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vqSTmbs7MY {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-vqSTmbs7MY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqSTmbs7MY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqSTmbs7MY .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vqSTmbs7MY .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vqSTmbs7MY .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vqSTmbs7MY .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vqSTmbs7MY .container {
    padding: 0 16px;
  }
}
.cid-vqSTmbs7MY .row {
  justify-content: center;
}
.cid-vqSTmbs7MY .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vqSTmbs7MY .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vqSTmbs7MY .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-vqSTmbs7MY .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-vqSTmbs7MY .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-vqSTmbs7MY .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-vqSTmbs7MY .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-vqSTmbs7MY .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vqSTmbs7MY .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-vqSTmbs7MY .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vqSTmbs7MY .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-vqSTmbs7MY .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vqSTmbs7MY .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-vqSTmbs7MY .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vqSTmbs7MY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vqSTmbs7MY .panel-title {
  color: #000000;
}
.cid-vqSTmbs7MY .panel-text {
  color: #000000;
}
.cid-vqSTmd6A4I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7f2ed;
}
.cid-vqSTmd6A4I .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqSTmd6A4I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqSTmd6A4I .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vqSTmd6A4I .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vqSTmd6A4I .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vqSTmd6A4I .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-vqSTmd6A4I .container {
    padding: 0 16px;
  }
}
.cid-vqSTmd6A4I .google-map iframe {
  height: 400px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-vqSTmd6A4I .google-map iframe {
    height: 350px;
  }
}
.cid-vqSTmdq0ak {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-top: 1px solid #1d1d1d;
  margin-top: -1px;
  background-color: #e7f2ed;
}
.cid-vqSTmdq0ak .topbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: #e3e3ff;
  border-bottom: 1px solid #1d1d1d;
}
.cid-vqSTmdq0ak .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqSTmdq0ak .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqSTmdq0ak .content-wrapper {
  padding: 100px 100px 60px;
  background-color: #ffffff;
  border: 1px solid #1d1d1d;
  position: relative;
  z-index: 1;
}
@media (max-width: 1640px) {
  .cid-vqSTmdq0ak .content-wrapper {
    padding: 80px 80px 40px;
  }
}
@media (max-width: 1440px) {
  .cid-vqSTmdq0ak .content-wrapper {
    padding: 60px 60px 20px;
  }
}
@media (max-width: 992px) {
  .cid-vqSTmdq0ak .content-wrapper {
    padding: 30px 30px 0;
  }
}
.cid-vqSTmdq0ak .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vqSTmdq0ak .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vqSTmdq0ak .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vqSTmdq0ak .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqSTmdq0ak .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vqSTmdq0ak .content-wrapper .items-wrapper {
  position: relative;
  z-index: 1;
  margin: 0 -20px;
}
.cid-vqSTmdq0ak .content-wrapper .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vqSTmdq0ak .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 30px;
  }
}
.cid-vqSTmdq0ak .content-wrapper .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-vqSTmdq0ak .content-wrapper .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vqSTmdq0ak .content-wrapper .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 60px;
  display: inline-flex;
  -webkit-text-stroke: 1px #1d1d1d;
  text-stroke: 1px #1d1d1d;
}
.cid-vqSTmdq0ak .content-wrapper .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 5px;
}
.cid-vqSTmdq0ak .content-wrapper .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vqSTmdq0ak .btn-wrapper {
  margin-top: -2rem;
}
.cid-vqSTmdq0ak .mbr-section-title {
  color: #1d1d1d;
  text-align: center;
}
.cid-vqSTmdq0ak .mbr-text,
.cid-vqSTmdq0ak .text-wrapper {
  color: #1d1d1d;
  text-align: center;
}
.cid-vqSTmdq0ak .item-title {
  color: #1d1d1d;
}
.cid-vqSTmdq0ak .item-text {
  color: #1d1d1d;
  text-align: center;
}
.cid-vqSTmdq0ak .item-title,
.cid-vqSTmdq0ak .iconfont-wrapper {
  text-align: center;
}
.cid-vqSTmdJ34A {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-vqSTmdJ34A .mbr-text {
  color: #ffffff;
}
.cid-vqSTmdJ34A .media-container-row .mbr-text {
  color: #ffffff;
}
