body {
  font-family: Cormorant Upright;
}
.display-1 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 5.2rem;
  line-height: .7em;
  letter-spacing: -0.04em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 4.8rem;
  line-height: 71px;
  letter-spacing: -0.04em;
}
.display-2 > .mbr-iconfont {
  font-size: 6rem;
}
.display-4 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.8rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-5 {
  font-family: 'Cormorant Upright', serif;
  font-size: 3.5rem;
  line-height: 35px;
  letter-spacing: 0;
}
.display-5 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-7 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.59em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.16rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.64rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.84rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #1292e2 !important;
}
.bg-success {
  background-color: #747474 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #b492a5 !important;
}
.bg-danger {
  background-color: #4f3e59 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1292e2 !important;
  border-color: #1292e2 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0c5e92 !important;
  border-color: #0c5e92 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0c5e92 !important;
  border-color: #0c5e92 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #474747 !important;
  border-color: #474747 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1c1c1c !important;
  border-color: #1c1c1c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1c1c1c !important;
  border-color: #1c1c1c !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #747474 !important;
  border-color: #747474 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #494949 !important;
  border-color: #494949 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #494949 !important;
  border-color: #494949 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b492a5 !important;
  border-color: #b492a5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #8e627a !important;
  border-color: #8e627a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #8e627a !important;
  border-color: #8e627a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #4f3e59 !important;
  border-color: #4f3e59 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #221a26 !important;
  border-color: #221a26 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #221a26 !important;
  border-color: #221a26 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1292e2;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0c5e92 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1292e2 !important;
  border-color: #1292e2 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #474747;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1c1c1c !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #474747 !important;
  border-color: #474747 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #747474;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #494949 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #747474 !important;
  border-color: #747474 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b492a5;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #8e627a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b492a5 !important;
  border-color: #b492a5 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4f3e59;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #221a26 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #4f3e59 !important;
  border-color: #4f3e59 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #1292e2 !important;
}
.text-secondary {
  color: #474747 !important;
}
.text-success {
  color: #747474 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #b492a5 !important;
}
.text-danger {
  color: #4f3e59 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0a5584 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #141414 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #414141 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #855b72 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #1a141d !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: #1292e2;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #b492a5;
}
.alert-danger {
  background-color: #4f3e59;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1292e2;
  border-color: #1292e2;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1292e2;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c6e6fa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b4b4b4;
}
.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: #e8dee3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #9177a0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.59em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #1292e2 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.59em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #1292e2;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1292e2;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1292e2;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1292e2;
  border-bottom-color: #1292e2;
}
.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: #1292e2 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #474747 !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='%231292e2' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  position: relative;
  padding: 0 14px 0 0;
}
.mbr-section-btn .btn::before,
.mbr-section-btn-main .btn::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 83%;
  height: 1px;
  background-color: #1292e2;
}
.mbr-section-btn .btn::after,
.mbr-section-btn-main .btn::after {
  content: '';
  position: absolute;
  right: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #1292e2;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  padding: 14px;
}
.mbr-section-btn .btn-primary::after,
.mbr-section-btn-main .btn-primary::after,
.mbr-section-btn .btn-secondary::after,
.mbr-section-btn-main .btn-secondary::after,
.mbr-section-btn .btn-success::after,
.mbr-section-btn-main .btn-success::after,
.mbr-section-btn .btn-info::after,
.mbr-section-btn-main .btn-info::after,
.mbr-section-btn .btn-danger::after,
.mbr-section-btn-main .btn-danger::after,
.mbr-section-btn .btn-warning::after,
.mbr-section-btn-main .btn-warning::after,
.mbr-section-btn .btn-black::after,
.mbr-section-btn-main .btn-black::after,
.mbr-section-btn .btn-white::after,
.mbr-section-btn-main .btn-white::after {
  display: none;
}
.mbr-section-btn .btn-primary::before,
.mbr-section-btn-main .btn-primary::before,
.mbr-section-btn .btn-secondary::before,
.mbr-section-btn-main .btn-secondary::before,
.mbr-section-btn .btn-success::before,
.mbr-section-btn-main .btn-success::before,
.mbr-section-btn .btn-info::before,
.mbr-section-btn-main .btn-info::before,
.mbr-section-btn .btn-danger::before,
.mbr-section-btn-main .btn-danger::before,
.mbr-section-btn .btn-warning::before,
.mbr-section-btn-main .btn-warning::before,
.mbr-section-btn .btn-black::before,
.mbr-section-btn-main .btn-black::before,
.mbr-section-btn .btn-white::before,
.mbr-section-btn-main .btn-white::before {
  display: none;
}
.mbr-section-btn .btn-primary-outline:hover::before,
.mbr-section-btn-main .btn-primary-outline:hover::before,
.mbr-section-btn .btn-secondary-outline:hover::before,
.mbr-section-btn-main .btn-secondary-outline:hover::before,
.mbr-section-btn .btn-success-outline:hover::before,
.mbr-section-btn-main .btn-success-outline:hover::before,
.mbr-section-btn .btn-info-outline:hover::before,
.mbr-section-btn-main .btn-info-outline:hover::before,
.mbr-section-btn .btn-danger-outline:hover::before,
.mbr-section-btn-main .btn-danger-outline:hover::before,
.mbr-section-btn .btn-warning-outline:hover::before,
.mbr-section-btn-main .btn-warning-outline:hover::before,
.mbr-section-btn .btn-black-outline:hover::before,
.mbr-section-btn-main .btn-black-outline:hover::before,
.mbr-section-btn .btn-white-outline:hover::before,
.mbr-section-btn-main .btn-white-outline:hover::before {
  animation: ani-button 0.8s forwards cubic-bezier(0.85, 0.26, 0.17, 1);
}
.mbr-section-btn .btn-info-outline::after,
.mbr-section-btn-main .btn-info-outline::after {
  background-color: #ffffff;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before {
  background-color: #1292e2;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover {
  color: #1292e2 !important;
}
.mbr-section-btn .btn-secondary-outline:before,
.mbr-section-btn-main .btn-secondary-outline:before {
  background-color: #474747;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover {
  color: #474747 !important;
}
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before {
  background-color: #747474;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover {
  color: #747474 !important;
}
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before {
  background-color: #ffffff;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover {
  color: #ffffff !important;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  background-color: #4f3e59;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover {
  color: #4f3e59 !important;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  background-color: #b492a5;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover {
  color: #b492a5 !important;
}
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before {
  background-color: #232323;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover {
  color: #232323 !important;
}
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  background-color: #fff;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover {
  color: #ffffff !important;
}
@keyframes ani-button {
  from {
    transform: scale(0);
    transform-origin: center;
  }
  to {
    transform: scale(1);
    transform-origin: center;
  }
}
.cid-trfffQvv4n .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-trfffQvv4n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-trfffQvv4n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-trfffQvv4n .menu_box .navbar.opened,
  .cid-trfffQvv4n .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-trfffQvv4n .navbar-dropdown {
  position: relative !important;
}
.cid-trfffQvv4n .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-trfffQvv4n .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-trfffQvv4n .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-trfffQvv4n .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-trfffQvv4n .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-trfffQvv4n .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #e0bdb6;
  }
  .cid-trfffQvv4n .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-trfffQvv4n .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-trfffQvv4n .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-trfffQvv4n .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-trfffQvv4n .offcanvas-body .mbr-text,
  .cid-trfffQvv4n .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-trfffQvv4n .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-trfffQvv4n .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-trfffQvv4n .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-trfffQvv4n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-trfffQvv4n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-trfffQvv4n .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-trfffQvv4n .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-trfffQvv4n ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-trfffQvv4n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-trfffQvv4n .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-trfffQvv4n .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-trfffQvv4n li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-trfffQvv4n .lg_brand {
    margin: 0 1rem;
  }
}
.cid-trfffQvv4n .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-trfffQvv4n .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-trfffQvv4n .nav-item {
    margin: 0 !important;
  }
}
.cid-trfffQvv4n .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-trfffQvv4n .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-trfffQvv4n .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-trfffQvv4n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-trfffQvv4n .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-trfffQvv4n .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-trfffQvv4n .offcanvas_box {
    display: none;
  }
}
.cid-trfffQvv4n .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-trfffQvv4n .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-trfffQvv4n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-trfffQvv4n .container {
  display: flex;
  margin: auto;
}
.cid-trfffQvv4n .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-trfffQvv4n .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-trfffQvv4n .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-trfffQvv4n .navbar-caption {
  color: #747474;
}
.cid-trfffQvv4n .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-trfffQvv4n .navbar-nav {
    margin: 0;
  }
}
.cid-trfffQvv4n .dropdown-menu,
.cid-trfffQvv4n .navbar.opened {
  background-color: false !important;
}
.cid-trfffQvv4n .nav-item:focus,
.cid-trfffQvv4n .nav-link:focus {
  outline: none;
}
.cid-trfffQvv4n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-trfffQvv4n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trfffQvv4n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-trfffQvv4n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trfffQvv4n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trfffQvv4n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-trfffQvv4n .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-trfffQvv4n .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-trfffQvv4n .navbar.opened {
  transition: all 0.3s;
}
.cid-trfffQvv4n .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-trfffQvv4n .navbar .navbar-logo img {
  max-width: 38px;
  max-height: 38px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-trfffQvv4n .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-trfffQvv4n .navbar.collapsed {
  justify-content: center;
}
.cid-trfffQvv4n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-trfffQvv4n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-trfffQvv4n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trfffQvv4n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-trfffQvv4n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-trfffQvv4n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-trfffQvv4n .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-trfffQvv4n .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-trfffQvv4n .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-trfffQvv4n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-trfffQvv4n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trfffQvv4n .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-trfffQvv4n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trfffQvv4n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-trfffQvv4n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-trfffQvv4n .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-trfffQvv4n .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-trfffQvv4n .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-trfffQvv4n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-trfffQvv4n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-trfffQvv4n .navbar .icons-menu {
    padding: 0;
  }
}
.cid-trfffQvv4n .navbar.navbar-short {
  min-height: 60px;
}
.cid-trfffQvv4n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-trfffQvv4n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-trfffQvv4n .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-trfffQvv4n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-trfffQvv4n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trfffQvv4n .dropdown-item.active,
.cid-trfffQvv4n .dropdown-item:active {
  background-color: transparent;
}
.cid-trfffQvv4n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-trfffQvv4n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-trfffQvv4n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-trfffQvv4n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trfffQvv4n ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #e0bdb6;
}
.cid-trfffQvv4n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-trfffQvv4n button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-trfffQvv4n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-trfffQvv4n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trfffQvv4n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trfffQvv4n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trfffQvv4n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trfffQvv4n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trfffQvv4n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trfffQvv4n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trfffQvv4n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trfffQvv4n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-trfffQvv4n .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-trfffQvv4n .navbar {
    height: 70px;
  }
  .cid-trfffQvv4n .navbar.opened {
    height: auto;
  }
  .cid-trfffQvv4n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trfffQvv4n .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-trfffQvv4n .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-trfffQvv4n .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-trfffQvv4n .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-trfffQvv4n .navbar-caption:hover {
  color: #1292e2;
}
@media (min-width: 992px) {
  .cid-trfffQvv4n .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-trfffQvv4n .nav-link {
  position: relative;
}
.cid-trfffQvv4n .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #1292e2;
  transition: all .3s ease;
  opacity: 0;
}
.cid-trfffQvv4n .nav-link:hover:before {
  opacity: 1;
}
.cid-trfffQvv4n .mbr-section-subtitle {
  color: #ffffff;
}
.cid-trfffQvv4n .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-trfffQvv4n .text_widget {
  color: #ffffff;
}
.cid-trfffQvv4n .mbr-section-subtitle,
.cid-trfffQvv4n .text_widget,
.cid-trfffQvv4n .mbr-section-btn {
  text-align: center;
}
.cid-trfffQvv4n a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v5Wf9sppRq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #e0bdb6;
}
.cid-v5Wf9sppRq .image_1 {
  position: absolute;
  top: 120px;
  left: -6rem;
  max-width: 420px;
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 1400px) {
  .cid-v5Wf9sppRq .image_1 {
    max-width: 380px;
  }
}
@media (max-width: 1200px) {
  .cid-v5Wf9sppRq .image_1 {
    max-width: 340px;
  }
}
@media (max-width: 992px) {
  .cid-v5Wf9sppRq .image_1 {
    max-width: 100%;
    position: static;
    margin-bottom: 50px;
  }
}
.cid-v5Wf9sppRq .image_2 {
  position: absolute;
  top: 215px;
  right: -6rem;
  max-width: 300px;
  height: 350px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v5Wf9sppRq .image_2 {
    display: none;
  }
}
.cid-v5Wf9sppRq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Wf9sppRq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5Wf9sppRq .row {
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-v5Wf9sppRq .border-wrapper_1 {
  background-color: #ffffff;
  height: 1px;
  margin-bottom: 210px;
}
@media (max-width: 992px) {
  .cid-v5Wf9sppRq .border-wrapper_1 {
    margin-bottom: 140px;
  }
}
.cid-v5Wf9sppRq .border-wrapper_2 {
  background-color: #ffffff;
  height: 1px;
  margin-top: 210px;
}
@media (max-width: 992px) {
  .cid-v5Wf9sppRq .border-wrapper_2 {
    margin-top: 140px;
  }
}
.cid-v5Wf9sppRq .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-v5Wf9sppRq .title-wrapper .mbr-text {
  margin-bottom: 26px;
  padding-left: 200px;
}
@media (max-width: 992px) {
  .cid-v5Wf9sppRq .title-wrapper .mbr-text {
    padding-left: 0;
  }
}
.cid-v5Wf9sppRq .title-wrapper .mbr-section-btn {
  padding-left: 200px;
}
@media (max-width: 992px) {
  .cid-v5Wf9sppRq .title-wrapper .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-v5Wf9sppRq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v5Wf9sppRq .mbr-text {
  color: #ffffff;
}
.cid-v5Wf9sppRq .mbr-text,
.cid-v5Wf9sppRq .mbr-section-btn {
  color: #000000;
}
.cid-trfgdFeKPS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-trfgdFeKPS .mbr-fallback-image.disabled {
  display: none;
}
.cid-trfgdFeKPS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trfgdFeKPS .row {
  justify-content: center;
}
.cid-trfgdFeKPS .card {
  padding: 0 35px 0 11px;
}
@media (min-width: 992px) {
  .cid-trfgdFeKPS .card {
    padding: 0 35px 0 11px;
  }
}
@media (max-width: 992px) {
  .cid-trfgdFeKPS .card {
    margin-bottom: 110px;
  }
}
.cid-trfgdFeKPS .card .card-wrapper .mbr-section-title {
  padding-bottom: 17px;
  margin-bottom: 0;
}
.cid-trfgdFeKPS .card .card-wrapper .price-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 30px 0 80px 0;
  margin-bottom: 36px;
}
.cid-trfgdFeKPS .card .card-wrapper .price-wrapper .mbr-price {
  margin-bottom: 0;
  line-height: 1;
}
.cid-trfgdFeKPS .card .card-wrapper .price-wrapper .mbr-price:first-child {
  line-height: 2.5;
  margin-top: -2rem;
}
.cid-trfgdFeKPS .card .card-wrapper .price-wrapper .mbr-desc {
  margin-left: 6px;
  margin-bottom: -1.2rem;
}
.cid-trfgdFeKPS .card .card-wrapper .list-wrapper .list {
  margin-bottom: 25px;
  padding-left: 24px;
  list-style-position: inside;
  list-style-type: none;
}
.cid-trfgdFeKPS .card .card-wrapper .list-wrapper .list li {
  margin-bottom: 28px;
  position: relative;
}
.cid-trfgdFeKPS .card .card-wrapper .list-wrapper .list li::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -24px;
  background-color: #000000;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  display: block;
}
.cid-trfgdFeKPS .card .card-wrapper .list-wrapper .list li:last-child {
  margin-bottom: 0;
  min-height: 22px;
}
@media (min-width: 992px) {
  .cid-trfgdFeKPS .card:nth-child(2) {
    padding: 0 23px;
  }
}
.cid-trfgdFeKPS .card:nth-child(2) .card-wrapper {
  margin-top: -1.5rem;
}
.cid-trfgdFeKPS .card:nth-child(2) .card-wrapper .mbr-section-title {
  padding-bottom: 22px;
}
.cid-trfgdFeKPS .card:nth-child(2) .card-wrapper .price-wrapper {
  border: none;
  background-color: #e0bdb6;
  padding: 40px 0 116px 0;
}
@media (min-width: 992px) {
  .cid-trfgdFeKPS .card:last-child {
    padding: 0 11px 0 35px;
  }
}
.cid-trfgdFeKPS .mbr-section-title {
  color: #747474;
  text-align: center;
}
.cid-trfgdFeKPS .mbr-price {
  color: #000000;
}
.cid-trfgdFeKPS .price_2 {
  color: #ffffff;
}
.cid-trfgdFeKPS .mbr-desc {
  color: #747474;
}
.cid-trfgdFeKPS .desc_2 {
  color: #ffffff;
}
.cid-trfgdFeKPS .list {
  color: #747474;
}
.cid-trfgdFeKPS .list,
.cid-trfgdFeKPS .mbr-section-btn {
  color: #000000;
}
.cid-v5WfyaWS6H {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5WfyaWS6H .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e0bdb6;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-v5WfyaWS6H .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-v5WfyaWS6H .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-v5WfyaWS6H .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-v5WfyaWS6H .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-v5WfyaWS6H .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-v5WfyaWS6H .items-container {
    padding-left: 6.66vw;
  }
}
.cid-v5WfyaWS6H .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-v5WfyaWS6H .item {
    margin-bottom: 3.2vw;
  }
}
.cid-v5WfyaWS6H .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-v5WfyaWS6H .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-v5WfyaWS6H .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-v5WfyaWS6H .mbr-text {
  color: #000000;
}
.cid-v5WnlLSzMr {
  padding-top: 150px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v5WnlLSzMr .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-v5WnlLSzMr .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-v5WnlLSzMr .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v5WnlLSzMr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WnlLSzMr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trffj0lEeh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-trffj0lEeh .mbr-fallback-image.disabled {
  display: none;
}
.cid-trffj0lEeh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trffj0lEeh .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-trffj0lEeh .card {
    padding: 0;
    border-right: 1px solid #000000;
  }
  .cid-trffj0lEeh .card:last-child {
    border: none;
  }
}
.cid-trffj0lEeh .card-wrapper {
  padding: 10px 80px 50px;
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-trffj0lEeh .card-wrapper {
    padding: 10px 50px 50px;
  }
}
@media (max-width: 768px) {
  .cid-trffj0lEeh .card-wrapper {
    padding: 0;
  }
}
.cid-trffj0lEeh .card-wrapper .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-trffj0lEeh .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 42px;
  letter-spacing: -0.6px;
}
.cid-trffj0lEeh .mbr-section-title {
  color: #E0BDB6;
}
.cid-trffj0lEeh .mbr-text {
  color: #474747;
  text-align: center;
}
.cid-trffj0lEeh .mbr-section-title,
.cid-trffj0lEeh .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v5WfMc0CJ3 {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-v5WfMc0CJ3 .mbr-text {
  color: #000000;
}
.cid-v5WfMc0CJ3 .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-v5WfMc0CJ3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-trffBWG1bV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-trffBWG1bV .mbr-fallback-image.disabled {
  display: none;
}
.cid-trffBWG1bV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trffBWG1bV .title-wrapper {
  margin-bottom: 30px;
}
.cid-trffBWG1bV .title-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
.cid-trffBWG1bV .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-trffBWG1bV .image-wrapper {
  display: flex;
}
@media (max-width: 768px) {
  .cid-trffBWG1bV .image-wrapper {
    display: block;
  }
}
.cid-trffBWG1bV .image-wrapper img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  margin-right: -10rem;
}
@media (max-width: 992px) {
  .cid-trffBWG1bV .image-wrapper img {
    margin-right: 0;
    width: 60%;
  }
}
@media (max-width: 768px) {
  .cid-trffBWG1bV .image-wrapper img {
    margin-bottom: 20px;
    width: 100%;
    height: 450px;
  }
}
.cid-trffBWG1bV .image-wrapper img:first-child {
  margin-right: 20px;
  max-width: 280px;
}
@media (max-width: 768px) {
  .cid-trffBWG1bV .image-wrapper img:first-child {
    margin-right: 0;
    max-width: 100%;
    height: 450px;
  }
}
.cid-trffBWG1bV .mbr-section-title {
  color: #E0BDB6;
}
.cid-trffBWG1bV .mbr-text {
  color: #000000;
}
.cid-trffBWG1bV .mbr-section-title,
.cid-trffBWG1bV .mbr-section-btn {
  color: #000000;
}
.cid-trfftnqDyh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-trfftnqDyh .mbr-fallback-image.disabled {
  display: none;
}
.cid-trfftnqDyh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trfftnqDyh .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-trfftnqDyh .image-wrapper img {
    height: 350px;
  }
}
.cid-trfftnqDyh .text-wrapper {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
}
.cid-trfftnqDyh .text-wrapper .mbr-iconfont {
  font-size: 28px;
  color: #e0bdb6;
  margin-right: 17px;
}
.cid-trfftnqDyh .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-trfftnqDyh .mbr-text {
  color: #747474;
}
.cid-trfftnqDyh .mbr-text,
.cid-trfftnqDyh .text {
  color: #000000;
  text-align: center;
}
.cid-v5WiX6DRXC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5WiX6DRXC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WiX6DRXC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v5WiX6DRXC .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v5WiX6DRXC .container {
    padding: 0 12px;
  }
}
.cid-v5WiX6DRXC .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5WiX6DRXC .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v5WiX6DRXC .row.card-wrapper {
  padding: 80px;
  border: 3px solid #e0bdb6;
  box-shadow: 4px 4px #e0bdb6;
  background-color: #ffffff;
  border-radius: 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v5WiX6DRXC .row.card-wrapper {
    border-radius: 32px;
    padding: 24px;
  }
}
.cid-v5WiX6DRXC .row.card-wrapper .card {
  align-items: center;
  justify-content: center;
}
.cid-v5WiX6DRXC .row.card-wrapper .card .image-wrapper img {
  width: 392px;
  height: 392px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 1200px) {
  .cid-v5WiX6DRXC .row.card-wrapper .card .image-wrapper img {
    width: 330px;
    height: 330px;
  }
}
@media (max-width: 992px) {
  .cid-v5WiX6DRXC .row.card-wrapper .card .image-wrapper img {
    margin: 0 auto 40px;
    width: 280px;
    height: 260px;
  }
}
.cid-v5WiX6DRXC .row.card-wrapper .card .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v5WiX6DRXC .row.card-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-v5WiX6DRXC .row.card-wrapper .card .text-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v5WiX6DRXC .row.card-wrapper .card .text-wrapper .list .item-wrap {
  padding-left: 14px;
  margin-bottom: 20px;
  border-left: 2px solid #e0bdb6;
}
.cid-v5WiX6DRXC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v5WiX6DRXC .mbr-section-subtitle {
  color: #000000;
}
.cid-v5WiX6DRXC .mbr-text {
  color: #222222;
}
.cid-v5WiX6DRXC .list {
  color: #222222;
}
.cid-trffRwQeND {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-trffRwQeND .mbr-fallback-image.disabled {
  display: none;
}
.cid-trffRwQeND .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trffRwQeND .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-trffRwQeND .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-trffRwQeND .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-trffRwQeND .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-trffRwQeND .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-trffRwQeND .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-trffRwQeND .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-trffRwQeND .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-trffRwQeND .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-trffRwQeND .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-trffRwQeND .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-trffRwQeND .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-trffRwQeND .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #e0bdb6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-trffRwQeND .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #000000;
  transition: all .3s ease;
}
.cid-trffRwQeND .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-trffRwQeND .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-trffRwQeND .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-trffRwQeND .mbr-section-title {
  color: #E0BDB6;
}
.cid-trffRwQeND .mbr-section-subtitle {
  color: #747474;
}
.cid-trffRwQeND .mbr-text {
  color: #000000;
}
.cid-trffRwQeND .panel-title-edit {
  color: #000000;
}
.cid-trffRwQeND .panel-text {
  color: #747474;
}
.cid-trffRwQeND .mbr-section-title,
.cid-trffRwQeND .mbr-section-btn {
  color: #000000;
}
.cid-v5WkRR67CM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5WkRR67CM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WkRR67CM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WkRR67CM .title-wrapper {
  padding: 96px 10px;
  background-color: #e0bdb6;
}
@media (max-width: 992px) {
  .cid-v5WkRR67CM .title-wrapper {
    padding: 60px 10px;
  }
}
@media (max-width: 768px) {
  .cid-v5WkRR67CM .title-wrapper {
    padding: 40px 10px;
  }
}
.cid-v5WkRR67CM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v5WkRR67CM .panel-group {
  padding: 40px 10px 10px 10px;
}
.cid-v5WkRR67CM .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0;
}
.cid-v5WkRR67CM .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-v5WkRR67CM .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-v5WkRR67CM .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-v5WkRR67CM .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-v5WkRR67CM .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #e0bdb6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v5WkRR67CM .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #000000;
  transition: all .3s ease;
}
.cid-v5WkRR67CM .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-v5WkRR67CM .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-v5WkRR67CM .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v5WkRR67CM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v5WkRR67CM .panel-title-edit {
  color: #000000;
}
.cid-v5WkRR67CM .panel-text {
  color: #747474;
}
.cid-v5WkRR67CM .mbr-section-title,
.cid-v5WkRR67CM .mbr-section-btn {
  color: #000000;
}
.cid-v5Wgk2fOuP {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-v5Wgk2fOuP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Wgk2fOuP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5Wgk2fOuP .mbr-text,
.cid-v5Wgk2fOuP .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v5Wgk2fOuP .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v5WgcYuDPc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0bdb6;
}
.cid-v5WgcYuDPc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WgcYuDPc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WgcYuDPc .container,
.cid-v5WgcYuDPc .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v5WgcYuDPc .container,
  .cid-v5WgcYuDPc .container-fluid {
    padding: 0 20px;
  }
}
.cid-v5WgcYuDPc .title-wrapper {
  padding: 50px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v5WgcYuDPc .title-wrapper {
    padding: 25px 0;
  }
}
.cid-v5WgcYuDPc .title-wrapper .title-wrap {
  padding: 60px 90px 30px;
  background-color: #ffffff;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .cid-v5WgcYuDPc .title-wrapper .title-wrap {
    padding: 50px 20px;
  }
}
.cid-v5WgcYuDPc .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v5WgcYuDPc .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v5WgcYuDPc .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v5WgcYuDPc .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-v5WgcYuDPc .mbr-section-title {
  color: #3d4045;
}
.cid-v5WgcYuDPc .mbr-text {
  color: #000000;
}
.cid-v5WgcYuDPc .mbr-section-btn {
  text-align: right;
}
.cid-v5WgcYuDPc .mbr-section-title,
.cid-v5WgcYuDPc .mbr-section-btn {
  color: #000000;
}
.cid-v5WgIgkIGk {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-color: #f7fff7;
}
.cid-v5WgIgkIGk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WgIgkIGk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WgIgkIGk .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v5WgIgkIGk .content-wrapper {
    padding: 0;
  }
}
.cid-v5WgIgkIGk .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v5WgIgkIGk .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v5WgIgkIGk .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-v5WgIgkIGk .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v5WgIgkIGk .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-v5WgIgkIGk .mbr-section-title {
  color: #050f0f;
}
.cid-v5WgTr9Fhr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e0bdb6;
}
.cid-v5WgTr9Fhr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WgTr9Fhr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WgTr9Fhr .row {
  justify-content: space-between;
}
.cid-v5WgTr9Fhr .mbr-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5WgTr9Fhr .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v5WgTr9Fhr .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v5WgTr9Fhr .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-v5WgTr9Fhr .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.cid-v5WgTr9Fhr .list li {
  margin-bottom: 25px;
}
.cid-v5WgTr9Fhr .list li:last-child {
  margin-bottom: 0;
}
.cid-v5WgTr9Fhr .mbr-desc {
  margin-bottom: 8px;
}
.cid-v5WgTr9Fhr .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v5WgTr9Fhr .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-v5WgTr9Fhr .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-v5WgTr9Fhr .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-v5WgTr9Fhr .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #000000;
  text-align: center;
}
.cid-v5WgTr9Fhr .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-v5WgTr9Fhr .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-v5WgTr9Fhr .mbr-desc,
.cid-v5WgTr9Fhr .mbr-iconfont {
  color: #000000;
}
.cid-v5WgTr9Fhr .mbr-text,
.cid-v5WgTr9Fhr .mbr-section-btn {
  color: #000000;
}
.cid-v5WoRd6FGZ .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-v5WoRd6FGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-v5WoRd6FGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-v5WoRd6FGZ .menu_box .navbar.opened,
  .cid-v5WoRd6FGZ .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-v5WoRd6FGZ .navbar-dropdown {
  position: relative !important;
}
.cid-v5WoRd6FGZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-v5WoRd6FGZ .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5WoRd6FGZ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v5WoRd6FGZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v5WoRd6FGZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v5WoRd6FGZ .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #e0bdb6;
  }
  .cid-v5WoRd6FGZ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v5WoRd6FGZ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v5WoRd6FGZ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v5WoRd6FGZ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v5WoRd6FGZ .offcanvas-body .mbr-text,
  .cid-v5WoRd6FGZ .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-v5WoRd6FGZ .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-v5WoRd6FGZ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v5WoRd6FGZ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-v5WoRd6FGZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v5WoRd6FGZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v5WoRd6FGZ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v5WoRd6FGZ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v5WoRd6FGZ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v5WoRd6FGZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v5WoRd6FGZ .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-v5WoRd6FGZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v5WoRd6FGZ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v5WoRd6FGZ .lg_brand {
    margin: 0 1rem;
  }
}
.cid-v5WoRd6FGZ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v5WoRd6FGZ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v5WoRd6FGZ .nav-item {
    margin: 0 !important;
  }
}
.cid-v5WoRd6FGZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v5WoRd6FGZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v5WoRd6FGZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v5WoRd6FGZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v5WoRd6FGZ .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-v5WoRd6FGZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v5WoRd6FGZ .offcanvas_box {
    display: none;
  }
}
.cid-v5WoRd6FGZ .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-v5WoRd6FGZ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v5WoRd6FGZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v5WoRd6FGZ .container {
  display: flex;
  margin: auto;
}
.cid-v5WoRd6FGZ .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v5WoRd6FGZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v5WoRd6FGZ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5WoRd6FGZ .navbar-caption {
  color: #747474;
}
.cid-v5WoRd6FGZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v5WoRd6FGZ .navbar-nav {
    margin: 0;
  }
}
.cid-v5WoRd6FGZ .dropdown-menu,
.cid-v5WoRd6FGZ .navbar.opened {
  background-color: false !important;
}
.cid-v5WoRd6FGZ .nav-item:focus,
.cid-v5WoRd6FGZ .nav-link:focus {
  outline: none;
}
.cid-v5WoRd6FGZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5WoRd6FGZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5WoRd6FGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5WoRd6FGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5WoRd6FGZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5WoRd6FGZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5WoRd6FGZ .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-v5WoRd6FGZ .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-v5WoRd6FGZ .navbar.opened {
  transition: all 0.3s;
}
.cid-v5WoRd6FGZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v5WoRd6FGZ .navbar .navbar-logo img {
  max-width: 38px;
  max-height: 38px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-v5WoRd6FGZ .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v5WoRd6FGZ .navbar.collapsed {
  justify-content: center;
}
.cid-v5WoRd6FGZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5WoRd6FGZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v5WoRd6FGZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5WoRd6FGZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5WoRd6FGZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5WoRd6FGZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v5WoRd6FGZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v5WoRd6FGZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v5WoRd6FGZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-v5WoRd6FGZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5WoRd6FGZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5WoRd6FGZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v5WoRd6FGZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5WoRd6FGZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v5WoRd6FGZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5WoRd6FGZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v5WoRd6FGZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v5WoRd6FGZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v5WoRd6FGZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5WoRd6FGZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5WoRd6FGZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v5WoRd6FGZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5WoRd6FGZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5WoRd6FGZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v5WoRd6FGZ .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-v5WoRd6FGZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5WoRd6FGZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5WoRd6FGZ .dropdown-item.active,
.cid-v5WoRd6FGZ .dropdown-item:active {
  background-color: transparent;
}
.cid-v5WoRd6FGZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5WoRd6FGZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5WoRd6FGZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5WoRd6FGZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5WoRd6FGZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #e0bdb6;
}
.cid-v5WoRd6FGZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5WoRd6FGZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-v5WoRd6FGZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-v5WoRd6FGZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5WoRd6FGZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5WoRd6FGZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5WoRd6FGZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5WoRd6FGZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5WoRd6FGZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5WoRd6FGZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5WoRd6FGZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5WoRd6FGZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v5WoRd6FGZ .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-v5WoRd6FGZ .navbar {
    height: 70px;
  }
  .cid-v5WoRd6FGZ .navbar.opened {
    height: auto;
  }
  .cid-v5WoRd6FGZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5WoRd6FGZ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v5WoRd6FGZ .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-v5WoRd6FGZ .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-v5WoRd6FGZ .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-v5WoRd6FGZ .navbar-caption:hover {
  color: #1292e2;
}
@media (min-width: 992px) {
  .cid-v5WoRd6FGZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v5WoRd6FGZ .nav-link {
  position: relative;
}
.cid-v5WoRd6FGZ .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #1292e2;
  transition: all .3s ease;
  opacity: 0;
}
.cid-v5WoRd6FGZ .nav-link:hover:before {
  opacity: 1;
}
.cid-v5WoRd6FGZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5WoRd6FGZ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v5WoRd6FGZ .text_widget {
  color: #ffffff;
}
.cid-v5WoRd6FGZ .mbr-section-subtitle,
.cid-v5WoRd6FGZ .text_widget,
.cid-v5WoRd6FGZ .mbr-section-btn {
  text-align: center;
}
.cid-v5WoRd6FGZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v5WoRca45A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #e0bdb6;
}
.cid-v5WoRca45A .image_1 {
  position: absolute;
  top: 120px;
  left: -6rem;
  max-width: 420px;
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 1400px) {
  .cid-v5WoRca45A .image_1 {
    max-width: 380px;
  }
}
@media (max-width: 1200px) {
  .cid-v5WoRca45A .image_1 {
    max-width: 340px;
  }
}
@media (max-width: 992px) {
  .cid-v5WoRca45A .image_1 {
    max-width: 100%;
    position: static;
    margin-bottom: 50px;
  }
}
.cid-v5WoRca45A .image_2 {
  position: absolute;
  top: 215px;
  right: -6rem;
  max-width: 300px;
  height: 350px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v5WoRca45A .image_2 {
    display: none;
  }
}
.cid-v5WoRca45A .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WoRca45A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WoRca45A .row {
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-v5WoRca45A .border-wrapper_1 {
  background-color: #ffffff;
  height: 1px;
  margin-bottom: 210px;
}
@media (max-width: 992px) {
  .cid-v5WoRca45A .border-wrapper_1 {
    margin-bottom: 140px;
  }
}
.cid-v5WoRca45A .border-wrapper_2 {
  background-color: #ffffff;
  height: 1px;
  margin-top: 210px;
}
@media (max-width: 992px) {
  .cid-v5WoRca45A .border-wrapper_2 {
    margin-top: 140px;
  }
}
.cid-v5WoRca45A .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-v5WoRca45A .title-wrapper .mbr-text {
  margin-bottom: 26px;
  padding-left: 200px;
}
@media (max-width: 992px) {
  .cid-v5WoRca45A .title-wrapper .mbr-text {
    padding-left: 0;
  }
}
.cid-v5WoRca45A .title-wrapper .mbr-section-btn {
  padding-left: 200px;
}
@media (max-width: 992px) {
  .cid-v5WoRca45A .title-wrapper .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-v5WoRca45A .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v5WoRca45A .mbr-text {
  color: #ffffff;
}
.cid-v5WoRca45A .mbr-text,
.cid-v5WoRca45A .mbr-section-btn {
  color: #000000;
}
.cid-v5WoRf1C6G {
  position: relative;
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #e0bdb6;
}
.cid-v5WoRf1C6G .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-v5WoRf1C6G .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-v5WoRf1C6G .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-v5WoRf1C6G .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-v5WoRf1C6G .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-v5WoRf1C6G .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-v5WoRf1C6G .items-container {
    padding-left: 6.66vw;
  }
}
.cid-v5WoRf1C6G .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-v5WoRf1C6G .item {
    margin-bottom: 3.2vw;
  }
}
.cid-v5WoRf1C6G .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-v5WoRf1C6G .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-v5WoRf1C6G .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-v5WoRf1C6G .mbr-text {
  color: #000000;
}
.cid-v5WoRoHpCv {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-color: #f7fff7;
}
.cid-v5WoRoHpCv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WoRoHpCv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WoRoHpCv .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v5WoRoHpCv .content-wrapper {
    padding: 0;
  }
}
.cid-v5WoRoHpCv .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v5WoRoHpCv .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v5WoRoHpCv .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-v5WoRoHpCv .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v5WoRoHpCv .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-v5WoRoHpCv .mbr-section-title {
  color: #050f0f;
}
.cid-v5WoRpAlVU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e0bdb6;
}
.cid-v5WoRpAlVU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WoRpAlVU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WoRpAlVU .row {
  justify-content: space-between;
}
.cid-v5WoRpAlVU .mbr-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5WoRpAlVU .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v5WoRpAlVU .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v5WoRpAlVU .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-v5WoRpAlVU .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.cid-v5WoRpAlVU .list li {
  margin-bottom: 25px;
}
.cid-v5WoRpAlVU .list li:last-child {
  margin-bottom: 0;
}
.cid-v5WoRpAlVU .mbr-desc {
  margin-bottom: 8px;
}
.cid-v5WoRpAlVU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v5WoRpAlVU .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-v5WoRpAlVU .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-v5WoRpAlVU .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-v5WoRpAlVU .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #000000;
  text-align: center;
}
.cid-v5WoRpAlVU .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-v5WoRpAlVU .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-v5WoRpAlVU .mbr-desc,
.cid-v5WoRpAlVU .mbr-iconfont {
  color: #000000;
}
.cid-v5WoRpAlVU .mbr-text,
.cid-v5WoRpAlVU .mbr-section-btn {
  color: #000000;
}
.cid-v5WpCXRRek .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-v5WpCXRRek .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-v5WpCXRRek .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-v5WpCXRRek .menu_box .navbar.opened,
  .cid-v5WpCXRRek .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-v5WpCXRRek .navbar-dropdown {
  position: relative !important;
}
.cid-v5WpCXRRek .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-v5WpCXRRek .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5WpCXRRek .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v5WpCXRRek .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v5WpCXRRek .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v5WpCXRRek .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #e0bdb6;
  }
  .cid-v5WpCXRRek .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v5WpCXRRek .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v5WpCXRRek .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v5WpCXRRek .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v5WpCXRRek .offcanvas-body .mbr-text,
  .cid-v5WpCXRRek .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-v5WpCXRRek .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-v5WpCXRRek .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v5WpCXRRek .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-v5WpCXRRek .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v5WpCXRRek .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v5WpCXRRek .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v5WpCXRRek .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v5WpCXRRek ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v5WpCXRRek .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v5WpCXRRek .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-v5WpCXRRek .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v5WpCXRRek li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v5WpCXRRek .lg_brand {
    margin: 0 1rem;
  }
}
.cid-v5WpCXRRek .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v5WpCXRRek .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v5WpCXRRek .nav-item {
    margin: 0 !important;
  }
}
.cid-v5WpCXRRek .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v5WpCXRRek .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v5WpCXRRek .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v5WpCXRRek .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v5WpCXRRek .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-v5WpCXRRek .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v5WpCXRRek .offcanvas_box {
    display: none;
  }
}
.cid-v5WpCXRRek .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-v5WpCXRRek .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v5WpCXRRek .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v5WpCXRRek .container {
  display: flex;
  margin: auto;
}
.cid-v5WpCXRRek .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v5WpCXRRek .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v5WpCXRRek .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5WpCXRRek .navbar-caption {
  color: #747474;
}
.cid-v5WpCXRRek .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v5WpCXRRek .navbar-nav {
    margin: 0;
  }
}
.cid-v5WpCXRRek .dropdown-menu,
.cid-v5WpCXRRek .navbar.opened {
  background-color: false !important;
}
.cid-v5WpCXRRek .nav-item:focus,
.cid-v5WpCXRRek .nav-link:focus {
  outline: none;
}
.cid-v5WpCXRRek .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5WpCXRRek .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5WpCXRRek .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5WpCXRRek .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5WpCXRRek .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5WpCXRRek .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5WpCXRRek .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-v5WpCXRRek .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-v5WpCXRRek .navbar.opened {
  transition: all 0.3s;
}
.cid-v5WpCXRRek .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v5WpCXRRek .navbar .navbar-logo img {
  max-width: 38px;
  max-height: 38px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-v5WpCXRRek .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v5WpCXRRek .navbar.collapsed {
  justify-content: center;
}
.cid-v5WpCXRRek .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5WpCXRRek .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v5WpCXRRek .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5WpCXRRek .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5WpCXRRek .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5WpCXRRek .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v5WpCXRRek .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v5WpCXRRek .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v5WpCXRRek .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-v5WpCXRRek .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5WpCXRRek .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5WpCXRRek .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v5WpCXRRek .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5WpCXRRek .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v5WpCXRRek .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5WpCXRRek .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v5WpCXRRek .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v5WpCXRRek .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v5WpCXRRek .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5WpCXRRek .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5WpCXRRek .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v5WpCXRRek .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5WpCXRRek .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5WpCXRRek .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v5WpCXRRek .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-v5WpCXRRek .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5WpCXRRek .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5WpCXRRek .dropdown-item.active,
.cid-v5WpCXRRek .dropdown-item:active {
  background-color: transparent;
}
.cid-v5WpCXRRek .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5WpCXRRek .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5WpCXRRek .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5WpCXRRek .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5WpCXRRek ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #e0bdb6;
}
.cid-v5WpCXRRek .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5WpCXRRek button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-v5WpCXRRek button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-v5WpCXRRek button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5WpCXRRek button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5WpCXRRek button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5WpCXRRek button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5WpCXRRek nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5WpCXRRek nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5WpCXRRek nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5WpCXRRek nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5WpCXRRek a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v5WpCXRRek .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-v5WpCXRRek .navbar {
    height: 70px;
  }
  .cid-v5WpCXRRek .navbar.opened {
    height: auto;
  }
  .cid-v5WpCXRRek .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5WpCXRRek .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v5WpCXRRek .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-v5WpCXRRek .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-v5WpCXRRek .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-v5WpCXRRek .navbar-caption:hover {
  color: #1292e2;
}
@media (min-width: 992px) {
  .cid-v5WpCXRRek .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v5WpCXRRek .nav-link {
  position: relative;
}
.cid-v5WpCXRRek .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #1292e2;
  transition: all .3s ease;
  opacity: 0;
}
.cid-v5WpCXRRek .nav-link:hover:before {
  opacity: 1;
}
.cid-v5WpCXRRek .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5WpCXRRek .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v5WpCXRRek .text_widget {
  color: #ffffff;
}
.cid-v5WpCXRRek .mbr-section-subtitle,
.cid-v5WpCXRRek .text_widget,
.cid-v5WpCXRRek .mbr-section-btn {
  text-align: center;
}
.cid-v5WpCXRRek a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v5WpCX4H1p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #e0bdb6;
}
.cid-v5WpCX4H1p .image_1 {
  position: absolute;
  top: 120px;
  left: -6rem;
  max-width: 420px;
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 1400px) {
  .cid-v5WpCX4H1p .image_1 {
    max-width: 380px;
  }
}
@media (max-width: 1200px) {
  .cid-v5WpCX4H1p .image_1 {
    max-width: 340px;
  }
}
@media (max-width: 992px) {
  .cid-v5WpCX4H1p .image_1 {
    max-width: 100%;
    position: static;
    margin-bottom: 50px;
  }
}
.cid-v5WpCX4H1p .image_2 {
  position: absolute;
  top: 215px;
  right: -6rem;
  max-width: 300px;
  height: 350px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v5WpCX4H1p .image_2 {
    display: none;
  }
}
.cid-v5WpCX4H1p .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WpCX4H1p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WpCX4H1p .row {
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-v5WpCX4H1p .border-wrapper_1 {
  background-color: #ffffff;
  height: 1px;
  margin-bottom: 210px;
}
@media (max-width: 992px) {
  .cid-v5WpCX4H1p .border-wrapper_1 {
    margin-bottom: 140px;
  }
}
.cid-v5WpCX4H1p .border-wrapper_2 {
  background-color: #ffffff;
  height: 1px;
  margin-top: 210px;
}
@media (max-width: 992px) {
  .cid-v5WpCX4H1p .border-wrapper_2 {
    margin-top: 140px;
  }
}
.cid-v5WpCX4H1p .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-v5WpCX4H1p .title-wrapper .mbr-text {
  margin-bottom: 26px;
  padding-left: 200px;
}
@media (max-width: 992px) {
  .cid-v5WpCX4H1p .title-wrapper .mbr-text {
    padding-left: 0;
  }
}
.cid-v5WpCX4H1p .title-wrapper .mbr-section-btn {
  padding-left: 200px;
}
@media (max-width: 992px) {
  .cid-v5WpCX4H1p .title-wrapper .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-v5WpCX4H1p .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v5WpCX4H1p .mbr-text {
  color: #ffffff;
}
.cid-v5WpCX4H1p .mbr-text,
.cid-v5WpCX4H1p .mbr-section-btn {
  color: #000000;
}
.cid-v5WpCYJv8Q {
  position: relative;
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #e0bdb6;
}
.cid-v5WpCYJv8Q .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-v5WpCYJv8Q .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-v5WpCYJv8Q .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-v5WpCYJv8Q .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-v5WpCYJv8Q .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-v5WpCYJv8Q .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-v5WpCYJv8Q .items-container {
    padding-left: 6.66vw;
  }
}
.cid-v5WpCYJv8Q .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-v5WpCYJv8Q .item {
    margin-bottom: 3.2vw;
  }
}
.cid-v5WpCYJv8Q .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-v5WpCYJv8Q .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-v5WpCYJv8Q .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-v5WpCYJv8Q .mbr-text {
  color: #000000;
}
.cid-v5WpCZo4IO {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-color: #f7fff7;
}
.cid-v5WpCZo4IO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WpCZo4IO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WpCZo4IO .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v5WpCZo4IO .content-wrapper {
    padding: 0;
  }
}
.cid-v5WpCZo4IO .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v5WpCZo4IO .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v5WpCZo4IO .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-v5WpCZo4IO .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v5WpCZo4IO .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-v5WpCZo4IO .mbr-section-title {
  color: #050f0f;
}
.cid-v5WpD0dLKy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e0bdb6;
}
.cid-v5WpD0dLKy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WpD0dLKy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WpD0dLKy .row {
  justify-content: space-between;
}
.cid-v5WpD0dLKy .mbr-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5WpD0dLKy .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v5WpD0dLKy .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v5WpD0dLKy .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-v5WpD0dLKy .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.cid-v5WpD0dLKy .list li {
  margin-bottom: 25px;
}
.cid-v5WpD0dLKy .list li:last-child {
  margin-bottom: 0;
}
.cid-v5WpD0dLKy .mbr-desc {
  margin-bottom: 8px;
}
.cid-v5WpD0dLKy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v5WpD0dLKy .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-v5WpD0dLKy .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-v5WpD0dLKy .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-v5WpD0dLKy .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #000000;
  text-align: center;
}
.cid-v5WpD0dLKy .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-v5WpD0dLKy .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-v5WpD0dLKy .mbr-desc,
.cid-v5WpD0dLKy .mbr-iconfont {
  color: #000000;
}
.cid-v5WpD0dLKy .mbr-text,
.cid-v5WpD0dLKy .mbr-section-btn {
  color: #000000;
}
.cid-v5WqFZm9vH .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-v5WqFZm9vH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-v5WqFZm9vH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-v5WqFZm9vH .menu_box .navbar.opened,
  .cid-v5WqFZm9vH .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-v5WqFZm9vH .navbar-dropdown {
  position: relative !important;
}
.cid-v5WqFZm9vH .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-v5WqFZm9vH .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5WqFZm9vH .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v5WqFZm9vH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v5WqFZm9vH .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v5WqFZm9vH .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #e0bdb6;
  }
  .cid-v5WqFZm9vH .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v5WqFZm9vH .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v5WqFZm9vH .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v5WqFZm9vH .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v5WqFZm9vH .offcanvas-body .mbr-text,
  .cid-v5WqFZm9vH .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-v5WqFZm9vH .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-v5WqFZm9vH .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v5WqFZm9vH .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-v5WqFZm9vH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v5WqFZm9vH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v5WqFZm9vH .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v5WqFZm9vH .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v5WqFZm9vH ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v5WqFZm9vH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v5WqFZm9vH .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-v5WqFZm9vH .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v5WqFZm9vH li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v5WqFZm9vH .lg_brand {
    margin: 0 1rem;
  }
}
.cid-v5WqFZm9vH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v5WqFZm9vH .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v5WqFZm9vH .nav-item {
    margin: 0 !important;
  }
}
.cid-v5WqFZm9vH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v5WqFZm9vH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v5WqFZm9vH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v5WqFZm9vH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v5WqFZm9vH .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-v5WqFZm9vH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v5WqFZm9vH .offcanvas_box {
    display: none;
  }
}
.cid-v5WqFZm9vH .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-v5WqFZm9vH .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v5WqFZm9vH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v5WqFZm9vH .container {
  display: flex;
  margin: auto;
}
.cid-v5WqFZm9vH .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v5WqFZm9vH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v5WqFZm9vH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5WqFZm9vH .navbar-caption {
  color: #747474;
}
.cid-v5WqFZm9vH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v5WqFZm9vH .navbar-nav {
    margin: 0;
  }
}
.cid-v5WqFZm9vH .dropdown-menu,
.cid-v5WqFZm9vH .navbar.opened {
  background-color: false !important;
}
.cid-v5WqFZm9vH .nav-item:focus,
.cid-v5WqFZm9vH .nav-link:focus {
  outline: none;
}
.cid-v5WqFZm9vH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5WqFZm9vH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5WqFZm9vH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5WqFZm9vH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5WqFZm9vH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5WqFZm9vH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5WqFZm9vH .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-v5WqFZm9vH .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-v5WqFZm9vH .navbar.opened {
  transition: all 0.3s;
}
.cid-v5WqFZm9vH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v5WqFZm9vH .navbar .navbar-logo img {
  max-width: 38px;
  max-height: 38px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-v5WqFZm9vH .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v5WqFZm9vH .navbar.collapsed {
  justify-content: center;
}
.cid-v5WqFZm9vH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5WqFZm9vH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v5WqFZm9vH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5WqFZm9vH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5WqFZm9vH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5WqFZm9vH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v5WqFZm9vH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v5WqFZm9vH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v5WqFZm9vH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-v5WqFZm9vH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5WqFZm9vH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5WqFZm9vH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v5WqFZm9vH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5WqFZm9vH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v5WqFZm9vH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5WqFZm9vH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v5WqFZm9vH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v5WqFZm9vH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v5WqFZm9vH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5WqFZm9vH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5WqFZm9vH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v5WqFZm9vH .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5WqFZm9vH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5WqFZm9vH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v5WqFZm9vH .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-v5WqFZm9vH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5WqFZm9vH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5WqFZm9vH .dropdown-item.active,
.cid-v5WqFZm9vH .dropdown-item:active {
  background-color: transparent;
}
.cid-v5WqFZm9vH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5WqFZm9vH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5WqFZm9vH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5WqFZm9vH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5WqFZm9vH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #e0bdb6;
}
.cid-v5WqFZm9vH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5WqFZm9vH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-v5WqFZm9vH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-v5WqFZm9vH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5WqFZm9vH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5WqFZm9vH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5WqFZm9vH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5WqFZm9vH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5WqFZm9vH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5WqFZm9vH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5WqFZm9vH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5WqFZm9vH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v5WqFZm9vH .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-v5WqFZm9vH .navbar {
    height: 70px;
  }
  .cid-v5WqFZm9vH .navbar.opened {
    height: auto;
  }
  .cid-v5WqFZm9vH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5WqFZm9vH .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v5WqFZm9vH .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-v5WqFZm9vH .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-v5WqFZm9vH .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-v5WqFZm9vH .navbar-caption:hover {
  color: #1292e2;
}
@media (min-width: 992px) {
  .cid-v5WqFZm9vH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v5WqFZm9vH .nav-link {
  position: relative;
}
.cid-v5WqFZm9vH .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #1292e2;
  transition: all .3s ease;
  opacity: 0;
}
.cid-v5WqFZm9vH .nav-link:hover:before {
  opacity: 1;
}
.cid-v5WqFZm9vH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5WqFZm9vH .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v5WqFZm9vH .text_widget {
  color: #ffffff;
}
.cid-v5WqFZm9vH .mbr-section-subtitle,
.cid-v5WqFZm9vH .text_widget,
.cid-v5WqFZm9vH .mbr-section-btn {
  text-align: center;
}
.cid-v5WqFZm9vH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v5WqFYvXbu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #e0bdb6;
}
.cid-v5WqFYvXbu .image_1 {
  position: absolute;
  top: 120px;
  left: -6rem;
  max-width: 420px;
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 1400px) {
  .cid-v5WqFYvXbu .image_1 {
    max-width: 380px;
  }
}
@media (max-width: 1200px) {
  .cid-v5WqFYvXbu .image_1 {
    max-width: 340px;
  }
}
@media (max-width: 992px) {
  .cid-v5WqFYvXbu .image_1 {
    max-width: 100%;
    position: static;
    margin-bottom: 50px;
  }
}
.cid-v5WqFYvXbu .image_2 {
  position: absolute;
  top: 215px;
  right: -6rem;
  max-width: 300px;
  height: 350px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v5WqFYvXbu .image_2 {
    display: none;
  }
}
.cid-v5WqFYvXbu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WqFYvXbu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WqFYvXbu .row {
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-v5WqFYvXbu .border-wrapper_1 {
  background-color: #ffffff;
  height: 1px;
  margin-bottom: 210px;
}
@media (max-width: 992px) {
  .cid-v5WqFYvXbu .border-wrapper_1 {
    margin-bottom: 140px;
  }
}
.cid-v5WqFYvXbu .border-wrapper_2 {
  background-color: #ffffff;
  height: 1px;
  margin-top: 210px;
}
@media (max-width: 992px) {
  .cid-v5WqFYvXbu .border-wrapper_2 {
    margin-top: 140px;
  }
}
.cid-v5WqFYvXbu .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-v5WqFYvXbu .title-wrapper .mbr-text {
  margin-bottom: 26px;
  padding-left: 200px;
}
@media (max-width: 992px) {
  .cid-v5WqFYvXbu .title-wrapper .mbr-text {
    padding-left: 0;
  }
}
.cid-v5WqFYvXbu .title-wrapper .mbr-section-btn {
  padding-left: 200px;
}
@media (max-width: 992px) {
  .cid-v5WqFYvXbu .title-wrapper .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-v5WqFYvXbu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v5WqFYvXbu .mbr-text {
  color: #ffffff;
}
.cid-v5WqFYvXbu .mbr-text,
.cid-v5WqFYvXbu .mbr-section-btn {
  color: #000000;
}
.cid-v5WqG0vwdK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5WqG0vwdK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WqG0vwdK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WqG0vwdK .row {
  justify-content: center;
}
.cid-v5WqG0vwdK .card {
  padding: 0 35px 0 11px;
}
@media (min-width: 992px) {
  .cid-v5WqG0vwdK .card {
    padding: 0 35px 0 11px;
  }
}
@media (max-width: 992px) {
  .cid-v5WqG0vwdK .card {
    margin-bottom: 110px;
  }
}
.cid-v5WqG0vwdK .card .card-wrapper .mbr-section-title {
  padding-bottom: 17px;
  margin-bottom: 0;
}
.cid-v5WqG0vwdK .card .card-wrapper .price-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 30px 0 80px 0;
  margin-bottom: 36px;
}
.cid-v5WqG0vwdK .card .card-wrapper .price-wrapper .mbr-price {
  margin-bottom: 0;
  line-height: 1;
}
.cid-v5WqG0vwdK .card .card-wrapper .price-wrapper .mbr-price:first-child {
  line-height: 2.5;
  margin-top: -2rem;
}
.cid-v5WqG0vwdK .card .card-wrapper .price-wrapper .mbr-desc {
  margin-left: 6px;
  margin-bottom: -1.2rem;
}
.cid-v5WqG0vwdK .card .card-wrapper .list-wrapper .list {
  margin-bottom: 25px;
  padding-left: 24px;
  list-style-position: inside;
  list-style-type: none;
}
.cid-v5WqG0vwdK .card .card-wrapper .list-wrapper .list li {
  margin-bottom: 28px;
  position: relative;
}
.cid-v5WqG0vwdK .card .card-wrapper .list-wrapper .list li::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -24px;
  background-color: #000000;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  display: block;
}
.cid-v5WqG0vwdK .card .card-wrapper .list-wrapper .list li:last-child {
  margin-bottom: 0;
  min-height: 22px;
}
@media (min-width: 992px) {
  .cid-v5WqG0vwdK .card:nth-child(2) {
    padding: 0 23px;
  }
}
.cid-v5WqG0vwdK .card:nth-child(2) .card-wrapper {
  margin-top: -1.5rem;
}
.cid-v5WqG0vwdK .card:nth-child(2) .card-wrapper .mbr-section-title {
  padding-bottom: 22px;
}
.cid-v5WqG0vwdK .card:nth-child(2) .card-wrapper .price-wrapper {
  border: none;
  background-color: #e0bdb6;
  padding: 40px 0 116px 0;
}
@media (min-width: 992px) {
  .cid-v5WqG0vwdK .card:last-child {
    padding: 0 11px 0 35px;
  }
}
.cid-v5WqG0vwdK .mbr-section-title {
  color: #747474;
  text-align: center;
}
.cid-v5WqG0vwdK .mbr-price {
  color: #000000;
}
.cid-v5WqG0vwdK .price_2 {
  color: #ffffff;
}
.cid-v5WqG0vwdK .mbr-desc {
  color: #747474;
}
.cid-v5WqG0vwdK .desc_2 {
  color: #ffffff;
}
.cid-v5WqG0vwdK .list {
  color: #747474;
}
.cid-v5WqG0vwdK .list,
.cid-v5WqG0vwdK .mbr-section-btn {
  color: #000000;
}
.cid-v5WqG1fZhI {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5WqG1fZhI .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e0bdb6;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-v5WqG1fZhI .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-v5WqG1fZhI .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-v5WqG1fZhI .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-v5WqG1fZhI .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-v5WqG1fZhI .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-v5WqG1fZhI .items-container {
    padding-left: 6.66vw;
  }
}
.cid-v5WqG1fZhI .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-v5WqG1fZhI .item {
    margin-bottom: 3.2vw;
  }
}
.cid-v5WqG1fZhI .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-v5WqG1fZhI .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-v5WqG1fZhI .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-v5WqG1fZhI .mbr-text {
  color: #000000;
}
.cid-v5WqG1T0kW {
  padding-top: 150px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v5WqG1T0kW .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-v5WqG1T0kW .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-v5WqG1T0kW .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v5WqG1T0kW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WqG1T0kW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WqG2wir8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5WqG2wir8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WqG2wir8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WqG2wir8 .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-v5WqG2wir8 .card {
    padding: 0;
    border-right: 1px solid #000000;
  }
  .cid-v5WqG2wir8 .card:last-child {
    border: none;
  }
}
.cid-v5WqG2wir8 .card-wrapper {
  padding: 10px 80px 50px;
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-v5WqG2wir8 .card-wrapper {
    padding: 10px 50px 50px;
  }
}
@media (max-width: 768px) {
  .cid-v5WqG2wir8 .card-wrapper {
    padding: 0;
  }
}
.cid-v5WqG2wir8 .card-wrapper .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v5WqG2wir8 .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 42px;
  letter-spacing: -0.6px;
}
.cid-v5WqG2wir8 .mbr-section-title {
  color: #E0BDB6;
}
.cid-v5WqG2wir8 .mbr-text {
  color: #474747;
  text-align: center;
}
.cid-v5WqG2wir8 .mbr-section-title,
.cid-v5WqG2wir8 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v5WqG3lIay {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-v5WqG3lIay .mbr-text {
  color: #000000;
}
.cid-v5WqG3lIay .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-v5WqG3lIay .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v5WqG45w5V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v5WqG45w5V .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WqG45w5V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WqG45w5V .title-wrapper {
  margin-bottom: 30px;
}
.cid-v5WqG45w5V .title-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
.cid-v5WqG45w5V .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-v5WqG45w5V .image-wrapper {
  display: flex;
}
@media (max-width: 768px) {
  .cid-v5WqG45w5V .image-wrapper {
    display: block;
  }
}
.cid-v5WqG45w5V .image-wrapper img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  margin-right: -10rem;
}
@media (max-width: 992px) {
  .cid-v5WqG45w5V .image-wrapper img {
    margin-right: 0;
    width: 60%;
  }
}
@media (max-width: 768px) {
  .cid-v5WqG45w5V .image-wrapper img {
    margin-bottom: 20px;
    width: 100%;
    height: 450px;
  }
}
.cid-v5WqG45w5V .image-wrapper img:first-child {
  margin-right: 20px;
  max-width: 280px;
}
@media (max-width: 768px) {
  .cid-v5WqG45w5V .image-wrapper img:first-child {
    margin-right: 0;
    max-width: 100%;
    height: 450px;
  }
}
.cid-v5WqG45w5V .mbr-section-title {
  color: #E0BDB6;
}
.cid-v5WqG45w5V .mbr-text {
  color: #000000;
}
.cid-v5WqG45w5V .mbr-section-title,
.cid-v5WqG45w5V .mbr-section-btn {
  color: #000000;
}
.cid-v5WqG4WqDg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5WqG4WqDg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WqG4WqDg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WqG4WqDg .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5WqG4WqDg .image-wrapper img {
    height: 350px;
  }
}
.cid-v5WqG4WqDg .text-wrapper {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
}
.cid-v5WqG4WqDg .text-wrapper .mbr-iconfont {
  font-size: 28px;
  color: #e0bdb6;
  margin-right: 17px;
}
.cid-v5WqG4WqDg .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5WqG4WqDg .mbr-text {
  color: #747474;
}
.cid-v5WqG4WqDg .mbr-text,
.cid-v5WqG4WqDg .text {
  color: #000000;
  text-align: center;
}
.cid-v5WqG5K7wk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5WqG5K7wk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WqG5K7wk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v5WqG5K7wk .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v5WqG5K7wk .container {
    padding: 0 12px;
  }
}
.cid-v5WqG5K7wk .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5WqG5K7wk .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v5WqG5K7wk .row.card-wrapper {
  padding: 80px;
  border: 3px solid #e0bdb6;
  box-shadow: 4px 4px #e0bdb6;
  background-color: #ffffff;
  border-radius: 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v5WqG5K7wk .row.card-wrapper {
    border-radius: 32px;
    padding: 24px;
  }
}
.cid-v5WqG5K7wk .row.card-wrapper .card {
  align-items: center;
  justify-content: center;
}
.cid-v5WqG5K7wk .row.card-wrapper .card .image-wrapper img {
  width: 392px;
  height: 392px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 1200px) {
  .cid-v5WqG5K7wk .row.card-wrapper .card .image-wrapper img {
    width: 330px;
    height: 330px;
  }
}
@media (max-width: 992px) {
  .cid-v5WqG5K7wk .row.card-wrapper .card .image-wrapper img {
    margin: 0 auto 40px;
    width: 280px;
    height: 260px;
  }
}
.cid-v5WqG5K7wk .row.card-wrapper .card .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v5WqG5K7wk .row.card-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-v5WqG5K7wk .row.card-wrapper .card .text-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v5WqG5K7wk .row.card-wrapper .card .text-wrapper .list .item-wrap {
  padding-left: 14px;
  margin-bottom: 20px;
  border-left: 2px solid #e0bdb6;
}
.cid-v5WqG5K7wk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v5WqG5K7wk .mbr-section-subtitle {
  color: #000000;
}
.cid-v5WqG5K7wk .mbr-text {
  color: #222222;
}
.cid-v5WqG5K7wk .list {
  color: #222222;
}
.cid-v5WqG6yaNX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5WqG6yaNX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WqG6yaNX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WqG6yaNX .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v5WqG6yaNX .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-v5WqG6yaNX .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-v5WqG6yaNX .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5WqG6yaNX .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-v5WqG6yaNX .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-v5WqG6yaNX .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-v5WqG6yaNX .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-v5WqG6yaNX .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-v5WqG6yaNX .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-v5WqG6yaNX .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-v5WqG6yaNX .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-v5WqG6yaNX .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #e0bdb6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v5WqG6yaNX .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #000000;
  transition: all .3s ease;
}
.cid-v5WqG6yaNX .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-v5WqG6yaNX .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-v5WqG6yaNX .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v5WqG6yaNX .mbr-section-title {
  color: #E0BDB6;
}
.cid-v5WqG6yaNX .mbr-section-subtitle {
  color: #747474;
}
.cid-v5WqG6yaNX .mbr-text {
  color: #000000;
}
.cid-v5WqG6yaNX .panel-title-edit {
  color: #000000;
}
.cid-v5WqG6yaNX .panel-text {
  color: #747474;
}
.cid-v5WqG6yaNX .mbr-section-title,
.cid-v5WqG6yaNX .mbr-section-btn {
  color: #000000;
}
.cid-v5WqG7oGc4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5WqG7oGc4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WqG7oGc4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WqG7oGc4 .title-wrapper {
  padding: 96px 10px;
  background-color: #e0bdb6;
}
@media (max-width: 992px) {
  .cid-v5WqG7oGc4 .title-wrapper {
    padding: 60px 10px;
  }
}
@media (max-width: 768px) {
  .cid-v5WqG7oGc4 .title-wrapper {
    padding: 40px 10px;
  }
}
.cid-v5WqG7oGc4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v5WqG7oGc4 .panel-group {
  padding: 40px 10px 10px 10px;
}
.cid-v5WqG7oGc4 .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0;
}
.cid-v5WqG7oGc4 .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-v5WqG7oGc4 .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-v5WqG7oGc4 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-v5WqG7oGc4 .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-v5WqG7oGc4 .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #e0bdb6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v5WqG7oGc4 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #000000;
  transition: all .3s ease;
}
.cid-v5WqG7oGc4 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-v5WqG7oGc4 .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-v5WqG7oGc4 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v5WqG7oGc4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v5WqG7oGc4 .panel-title-edit {
  color: #000000;
}
.cid-v5WqG7oGc4 .panel-text {
  color: #747474;
}
.cid-v5WqG7oGc4 .mbr-section-title,
.cid-v5WqG7oGc4 .mbr-section-btn {
  color: #000000;
}
.cid-v5WqG8jBdg {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-v5WqG8jBdg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WqG8jBdg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WqG8jBdg .mbr-text,
.cid-v5WqG8jBdg .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v5WqG8jBdg .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v5WqG9aGLI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0bdb6;
}
.cid-v5WqG9aGLI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WqG9aGLI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WqG9aGLI .container,
.cid-v5WqG9aGLI .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v5WqG9aGLI .container,
  .cid-v5WqG9aGLI .container-fluid {
    padding: 0 20px;
  }
}
.cid-v5WqG9aGLI .title-wrapper {
  padding: 50px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v5WqG9aGLI .title-wrapper {
    padding: 25px 0;
  }
}
.cid-v5WqG9aGLI .title-wrapper .title-wrap {
  padding: 60px 90px 30px;
  background-color: #ffffff;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .cid-v5WqG9aGLI .title-wrapper .title-wrap {
    padding: 50px 20px;
  }
}
.cid-v5WqG9aGLI .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v5WqG9aGLI .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v5WqG9aGLI .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v5WqG9aGLI .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-v5WqG9aGLI .mbr-section-title {
  color: #3d4045;
}
.cid-v5WqG9aGLI .mbr-text {
  color: #000000;
}
.cid-v5WqG9aGLI .mbr-section-btn {
  text-align: right;
}
.cid-v5WqG9aGLI .mbr-section-title,
.cid-v5WqG9aGLI .mbr-section-btn {
  color: #000000;
}
.cid-v5Ws3hGvDi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5Ws3hGvDi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Ws3hGvDi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5Ws3hGvDi .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v5Ws3hGvDi .content-wrapper .mbr-label {
    width: 100%;
  }
}
.cid-v5Ws3hGvDi .content-wrapper .panel-group .card {
  position: relative;
  padding: 0 0 15px 0;
  background-color: transparent;
  border-bottom: 1px solid #e0bdb6;
  border-radius: 0 !important;
  margin-bottom: 20px;
}
.cid-v5Ws3hGvDi .content-wrapper .panel-group .card:last-child {
  border-bottom: none;
}
.cid-v5Ws3hGvDi .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v5Ws3hGvDi .content-wrapper .panel-group .card .card-header .panel-title {
  width: 100%;
}
.cid-v5Ws3hGvDi .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
.cid-v5Ws3hGvDi .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-v5Ws3hGvDi .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
  background-color: #e0bdb6;
}
.cid-v5Ws3hGvDi .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-v5Ws3hGvDi .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper {
  background-color: #e0bdb6;
}
.cid-v5Ws3hGvDi .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #000000;
}
.cid-v5Ws3hGvDi .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin: 40px 0;
  padding-left: 65px;
}
@media (max-width: 992px) {
  .cid-v5Ws3hGvDi .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding-left: 0;
    margin: 15px 0 0 0;
  }
}
.cid-v5Ws3hGvDi .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5Ws3hGvDi .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v5Ws3hGvDi .mbr-label {
  color: #000000;
}
.cid-v5Ws3hGvDi .panel-title-edit {
  color: #000000;
}
.cid-v5Ws3hGvDi .panel-text {
  color: #000000;
}
.cid-v5WqG9XeSF {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-color: #f7fff7;
}
.cid-v5WqG9XeSF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WqG9XeSF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WqG9XeSF .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v5WqG9XeSF .content-wrapper {
    padding: 0;
  }
}
.cid-v5WqG9XeSF .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v5WqG9XeSF .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v5WqG9XeSF .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-v5WqG9XeSF .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v5WqG9XeSF .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-v5WqG9XeSF .mbr-section-title {
  color: #050f0f;
}
.cid-v5WqGaOXCD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e0bdb6;
}
.cid-v5WqGaOXCD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WqGaOXCD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WqGaOXCD .row {
  justify-content: space-between;
}
.cid-v5WqGaOXCD .mbr-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5WqGaOXCD .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v5WqGaOXCD .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v5WqGaOXCD .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-v5WqGaOXCD .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.cid-v5WqGaOXCD .list li {
  margin-bottom: 25px;
}
.cid-v5WqGaOXCD .list li:last-child {
  margin-bottom: 0;
}
.cid-v5WqGaOXCD .mbr-desc {
  margin-bottom: 8px;
}
.cid-v5WqGaOXCD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v5WqGaOXCD .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-v5WqGaOXCD .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-v5WqGaOXCD .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-v5WqGaOXCD .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #000000;
  text-align: center;
}
.cid-v5WqGaOXCD .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-v5WqGaOXCD .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-v5WqGaOXCD .mbr-desc,
.cid-v5WqGaOXCD .mbr-iconfont {
  color: #000000;
}
.cid-v5WqGaOXCD .mbr-text,
.cid-v5WqGaOXCD .mbr-section-btn {
  color: #000000;
}
.cid-v5WuWVzhc2 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-v5WuWVzhc2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-v5WuWVzhc2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-v5WuWVzhc2 .menu_box .navbar.opened,
  .cid-v5WuWVzhc2 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-v5WuWVzhc2 .navbar-dropdown {
  position: relative !important;
}
.cid-v5WuWVzhc2 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-v5WuWVzhc2 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5WuWVzhc2 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v5WuWVzhc2 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v5WuWVzhc2 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v5WuWVzhc2 .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #e0bdb6;
  }
  .cid-v5WuWVzhc2 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v5WuWVzhc2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v5WuWVzhc2 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v5WuWVzhc2 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v5WuWVzhc2 .offcanvas-body .mbr-text,
  .cid-v5WuWVzhc2 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-v5WuWVzhc2 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-v5WuWVzhc2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v5WuWVzhc2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-v5WuWVzhc2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v5WuWVzhc2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v5WuWVzhc2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v5WuWVzhc2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v5WuWVzhc2 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v5WuWVzhc2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v5WuWVzhc2 .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-v5WuWVzhc2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v5WuWVzhc2 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v5WuWVzhc2 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-v5WuWVzhc2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v5WuWVzhc2 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v5WuWVzhc2 .nav-item {
    margin: 0 !important;
  }
}
.cid-v5WuWVzhc2 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v5WuWVzhc2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v5WuWVzhc2 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v5WuWVzhc2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v5WuWVzhc2 .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-v5WuWVzhc2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v5WuWVzhc2 .offcanvas_box {
    display: none;
  }
}
.cid-v5WuWVzhc2 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-v5WuWVzhc2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v5WuWVzhc2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v5WuWVzhc2 .container {
  display: flex;
  margin: auto;
}
.cid-v5WuWVzhc2 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v5WuWVzhc2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v5WuWVzhc2 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5WuWVzhc2 .navbar-caption {
  color: #747474;
}
.cid-v5WuWVzhc2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v5WuWVzhc2 .navbar-nav {
    margin: 0;
  }
}
.cid-v5WuWVzhc2 .dropdown-menu,
.cid-v5WuWVzhc2 .navbar.opened {
  background-color: false !important;
}
.cid-v5WuWVzhc2 .nav-item:focus,
.cid-v5WuWVzhc2 .nav-link:focus {
  outline: none;
}
.cid-v5WuWVzhc2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5WuWVzhc2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5WuWVzhc2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5WuWVzhc2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5WuWVzhc2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5WuWVzhc2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5WuWVzhc2 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-v5WuWVzhc2 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-v5WuWVzhc2 .navbar.opened {
  transition: all 0.3s;
}
.cid-v5WuWVzhc2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v5WuWVzhc2 .navbar .navbar-logo img {
  max-width: 38px;
  max-height: 38px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-v5WuWVzhc2 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v5WuWVzhc2 .navbar.collapsed {
  justify-content: center;
}
.cid-v5WuWVzhc2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5WuWVzhc2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v5WuWVzhc2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5WuWVzhc2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5WuWVzhc2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5WuWVzhc2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v5WuWVzhc2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v5WuWVzhc2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v5WuWVzhc2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-v5WuWVzhc2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5WuWVzhc2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5WuWVzhc2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v5WuWVzhc2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5WuWVzhc2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v5WuWVzhc2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5WuWVzhc2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v5WuWVzhc2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v5WuWVzhc2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v5WuWVzhc2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5WuWVzhc2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5WuWVzhc2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v5WuWVzhc2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5WuWVzhc2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5WuWVzhc2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v5WuWVzhc2 .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-v5WuWVzhc2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5WuWVzhc2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5WuWVzhc2 .dropdown-item.active,
.cid-v5WuWVzhc2 .dropdown-item:active {
  background-color: transparent;
}
.cid-v5WuWVzhc2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5WuWVzhc2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5WuWVzhc2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5WuWVzhc2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5WuWVzhc2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #e0bdb6;
}
.cid-v5WuWVzhc2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5WuWVzhc2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-v5WuWVzhc2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-v5WuWVzhc2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5WuWVzhc2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5WuWVzhc2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5WuWVzhc2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5WuWVzhc2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5WuWVzhc2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5WuWVzhc2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5WuWVzhc2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5WuWVzhc2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v5WuWVzhc2 .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-v5WuWVzhc2 .navbar {
    height: 70px;
  }
  .cid-v5WuWVzhc2 .navbar.opened {
    height: auto;
  }
  .cid-v5WuWVzhc2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5WuWVzhc2 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v5WuWVzhc2 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-v5WuWVzhc2 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-v5WuWVzhc2 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-v5WuWVzhc2 .navbar-caption:hover {
  color: #1292e2;
}
@media (min-width: 992px) {
  .cid-v5WuWVzhc2 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v5WuWVzhc2 .nav-link {
  position: relative;
}
.cid-v5WuWVzhc2 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #1292e2;
  transition: all .3s ease;
  opacity: 0;
}
.cid-v5WuWVzhc2 .nav-link:hover:before {
  opacity: 1;
}
.cid-v5WuWVzhc2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5WuWVzhc2 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v5WuWVzhc2 .text_widget {
  color: #ffffff;
}
.cid-v5WuWVzhc2 .mbr-section-subtitle,
.cid-v5WuWVzhc2 .text_widget,
.cid-v5WuWVzhc2 .mbr-section-btn {
  text-align: center;
}
.cid-v5WuWVzhc2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v5WuWUfAka {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #e0bdb6;
}
.cid-v5WuWUfAka .image_1 {
  position: absolute;
  top: 120px;
  left: -6rem;
  max-width: 420px;
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 1400px) {
  .cid-v5WuWUfAka .image_1 {
    max-width: 380px;
  }
}
@media (max-width: 1200px) {
  .cid-v5WuWUfAka .image_1 {
    max-width: 340px;
  }
}
@media (max-width: 992px) {
  .cid-v5WuWUfAka .image_1 {
    max-width: 100%;
    position: static;
    margin-bottom: 50px;
  }
}
.cid-v5WuWUfAka .image_2 {
  position: absolute;
  top: 215px;
  right: -6rem;
  max-width: 300px;
  height: 350px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v5WuWUfAka .image_2 {
    display: none;
  }
}
.cid-v5WuWUfAka .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WuWUfAka .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WuWUfAka .row {
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-v5WuWUfAka .border-wrapper_1 {
  background-color: #ffffff;
  height: 1px;
  margin-bottom: 210px;
}
@media (max-width: 992px) {
  .cid-v5WuWUfAka .border-wrapper_1 {
    margin-bottom: 140px;
  }
}
.cid-v5WuWUfAka .border-wrapper_2 {
  background-color: #ffffff;
  height: 1px;
  margin-top: 210px;
}
@media (max-width: 992px) {
  .cid-v5WuWUfAka .border-wrapper_2 {
    margin-top: 140px;
  }
}
.cid-v5WuWUfAka .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-v5WuWUfAka .title-wrapper .mbr-text {
  margin-bottom: 26px;
  padding-left: 200px;
}
@media (max-width: 992px) {
  .cid-v5WuWUfAka .title-wrapper .mbr-text {
    padding-left: 0;
  }
}
.cid-v5WuWUfAka .title-wrapper .mbr-section-btn {
  padding-left: 200px;
}
@media (max-width: 992px) {
  .cid-v5WuWUfAka .title-wrapper .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-v5WuWUfAka .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v5WuWUfAka .mbr-text {
  color: #ffffff;
}
.cid-v5WuWUfAka .mbr-text,
.cid-v5WuWUfAka .mbr-section-btn {
  color: #000000;
}
.cid-v5WuWXqkdS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5WuWXqkdS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WuWXqkdS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WuWXqkdS .row {
  justify-content: center;
}
.cid-v5WuWXqkdS .card {
  padding: 0 35px 0 11px;
}
@media (min-width: 992px) {
  .cid-v5WuWXqkdS .card {
    padding: 0 35px 0 11px;
  }
}
@media (max-width: 992px) {
  .cid-v5WuWXqkdS .card {
    margin-bottom: 110px;
  }
}
.cid-v5WuWXqkdS .card .card-wrapper .mbr-section-title {
  padding-bottom: 17px;
  margin-bottom: 0;
}
.cid-v5WuWXqkdS .card .card-wrapper .price-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 30px 0 80px 0;
  margin-bottom: 36px;
}
.cid-v5WuWXqkdS .card .card-wrapper .price-wrapper .mbr-price {
  margin-bottom: 0;
  line-height: 1;
}
.cid-v5WuWXqkdS .card .card-wrapper .price-wrapper .mbr-price:first-child {
  line-height: 2.5;
  margin-top: -2rem;
}
.cid-v5WuWXqkdS .card .card-wrapper .price-wrapper .mbr-desc {
  margin-left: 6px;
  margin-bottom: -1.2rem;
}
.cid-v5WuWXqkdS .card .card-wrapper .list-wrapper .list {
  margin-bottom: 25px;
  padding-left: 24px;
  list-style-position: inside;
  list-style-type: none;
}
.cid-v5WuWXqkdS .card .card-wrapper .list-wrapper .list li {
  margin-bottom: 28px;
  position: relative;
}
.cid-v5WuWXqkdS .card .card-wrapper .list-wrapper .list li::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -24px;
  background-color: #000000;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  display: block;
}
.cid-v5WuWXqkdS .card .card-wrapper .list-wrapper .list li:last-child {
  margin-bottom: 0;
  min-height: 22px;
}
@media (min-width: 992px) {
  .cid-v5WuWXqkdS .card:nth-child(2) {
    padding: 0 23px;
  }
}
.cid-v5WuWXqkdS .card:nth-child(2) .card-wrapper {
  margin-top: -1.5rem;
}
.cid-v5WuWXqkdS .card:nth-child(2) .card-wrapper .mbr-section-title {
  padding-bottom: 22px;
}
.cid-v5WuWXqkdS .card:nth-child(2) .card-wrapper .price-wrapper {
  border: none;
  background-color: #e0bdb6;
  padding: 40px 0 116px 0;
}
@media (min-width: 992px) {
  .cid-v5WuWXqkdS .card:last-child {
    padding: 0 11px 0 35px;
  }
}
.cid-v5WuWXqkdS .mbr-section-title {
  color: #747474;
  text-align: center;
}
.cid-v5WuWXqkdS .mbr-price {
  color: #000000;
}
.cid-v5WuWXqkdS .price_2 {
  color: #ffffff;
}
.cid-v5WuWXqkdS .mbr-desc {
  color: #747474;
}
.cid-v5WuWXqkdS .desc_2 {
  color: #ffffff;
}
.cid-v5WuWXqkdS .list {
  color: #747474;
}
.cid-v5WuWXqkdS .list,
.cid-v5WuWXqkdS .mbr-section-btn {
  color: #000000;
}
.cid-v5WuWYYLSr {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5WuWYYLSr .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e0bdb6;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-v5WuWYYLSr .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-v5WuWYYLSr .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-v5WuWYYLSr .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-v5WuWYYLSr .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-v5WuWYYLSr .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-v5WuWYYLSr .items-container {
    padding-left: 6.66vw;
  }
}
.cid-v5WuWYYLSr .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-v5WuWYYLSr .item {
    margin-bottom: 3.2vw;
  }
}
.cid-v5WuWYYLSr .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-v5WuWYYLSr .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-v5WuWYYLSr .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-v5WuWYYLSr .mbr-text {
  color: #000000;
}
.cid-v5WuX0v9Ir {
  padding-top: 150px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v5WuX0v9Ir .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-v5WuX0v9Ir .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-v5WuX0v9Ir .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v5WuX0v9Ir .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WuX0v9Ir .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WuX1OYdl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5WuX1OYdl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WuX1OYdl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WuX1OYdl .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-v5WuX1OYdl .card {
    padding: 0;
    border-right: 1px solid #000000;
  }
  .cid-v5WuX1OYdl .card:last-child {
    border: none;
  }
}
.cid-v5WuX1OYdl .card-wrapper {
  padding: 10px 80px 50px;
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-v5WuX1OYdl .card-wrapper {
    padding: 10px 50px 50px;
  }
}
@media (max-width: 768px) {
  .cid-v5WuX1OYdl .card-wrapper {
    padding: 0;
  }
}
.cid-v5WuX1OYdl .card-wrapper .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v5WuX1OYdl .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 42px;
  letter-spacing: -0.6px;
}
.cid-v5WuX1OYdl .mbr-section-title {
  color: #E0BDB6;
}
.cid-v5WuX1OYdl .mbr-text {
  color: #474747;
  text-align: center;
}
.cid-v5WuX1OYdl .mbr-section-title,
.cid-v5WuX1OYdl .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v5WuX3t9iC {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-v5WuX3t9iC .mbr-text {
  color: #000000;
}
.cid-v5WuX3t9iC .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-v5WuX3t9iC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v5WuX4Q7ot {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v5WuX4Q7ot .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WuX4Q7ot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WuX4Q7ot .title-wrapper {
  margin-bottom: 30px;
}
.cid-v5WuX4Q7ot .title-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
.cid-v5WuX4Q7ot .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-v5WuX4Q7ot .image-wrapper {
  display: flex;
}
@media (max-width: 768px) {
  .cid-v5WuX4Q7ot .image-wrapper {
    display: block;
  }
}
.cid-v5WuX4Q7ot .image-wrapper img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  margin-right: -10rem;
}
@media (max-width: 992px) {
  .cid-v5WuX4Q7ot .image-wrapper img {
    margin-right: 0;
    width: 60%;
  }
}
@media (max-width: 768px) {
  .cid-v5WuX4Q7ot .image-wrapper img {
    margin-bottom: 20px;
    width: 100%;
    height: 450px;
  }
}
.cid-v5WuX4Q7ot .image-wrapper img:first-child {
  margin-right: 20px;
  max-width: 280px;
}
@media (max-width: 768px) {
  .cid-v5WuX4Q7ot .image-wrapper img:first-child {
    margin-right: 0;
    max-width: 100%;
    height: 450px;
  }
}
.cid-v5WuX4Q7ot .mbr-section-title {
  color: #E0BDB6;
}
.cid-v5WuX4Q7ot .mbr-text {
  color: #000000;
}
.cid-v5WuX4Q7ot .mbr-section-title,
.cid-v5WuX4Q7ot .mbr-section-btn {
  color: #000000;
}
.cid-v5WuX6stzd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5WuX6stzd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WuX6stzd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WuX6stzd .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5WuX6stzd .image-wrapper img {
    height: 350px;
  }
}
.cid-v5WuX6stzd .text-wrapper {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
}
.cid-v5WuX6stzd .text-wrapper .mbr-iconfont {
  font-size: 28px;
  color: #e0bdb6;
  margin-right: 17px;
}
.cid-v5WuX6stzd .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5WuX6stzd .mbr-text {
  color: #747474;
}
.cid-v5WuX6stzd .mbr-text,
.cid-v5WuX6stzd .text {
  color: #000000;
  text-align: center;
}
.cid-v5WuX813eE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5WuX813eE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WuX813eE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v5WuX813eE .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v5WuX813eE .container {
    padding: 0 12px;
  }
}
.cid-v5WuX813eE .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5WuX813eE .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v5WuX813eE .row.card-wrapper {
  padding: 80px;
  border: 3px solid #e0bdb6;
  box-shadow: 4px 4px #e0bdb6;
  background-color: #ffffff;
  border-radius: 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v5WuX813eE .row.card-wrapper {
    border-radius: 32px;
    padding: 24px;
  }
}
.cid-v5WuX813eE .row.card-wrapper .card {
  align-items: center;
  justify-content: center;
}
.cid-v5WuX813eE .row.card-wrapper .card .image-wrapper img {
  width: 392px;
  height: 392px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 1200px) {
  .cid-v5WuX813eE .row.card-wrapper .card .image-wrapper img {
    width: 330px;
    height: 330px;
  }
}
@media (max-width: 992px) {
  .cid-v5WuX813eE .row.card-wrapper .card .image-wrapper img {
    margin: 0 auto 40px;
    width: 280px;
    height: 260px;
  }
}
.cid-v5WuX813eE .row.card-wrapper .card .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v5WuX813eE .row.card-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-v5WuX813eE .row.card-wrapper .card .text-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v5WuX813eE .row.card-wrapper .card .text-wrapper .list .item-wrap {
  padding-left: 14px;
  margin-bottom: 20px;
  border-left: 2px solid #e0bdb6;
}
.cid-v5WuX813eE .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v5WuX813eE .mbr-section-subtitle {
  color: #000000;
}
.cid-v5WuX813eE .mbr-text {
  color: #222222;
}
.cid-v5WuX813eE .list {
  color: #222222;
}
.cid-v5WuX9qbtH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5WuX9qbtH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WuX9qbtH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WuX9qbtH .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v5WuX9qbtH .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-v5WuX9qbtH .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-v5WuX9qbtH .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5WuX9qbtH .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-v5WuX9qbtH .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-v5WuX9qbtH .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-v5WuX9qbtH .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-v5WuX9qbtH .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-v5WuX9qbtH .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-v5WuX9qbtH .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-v5WuX9qbtH .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-v5WuX9qbtH .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #e0bdb6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v5WuX9qbtH .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #000000;
  transition: all .3s ease;
}
.cid-v5WuX9qbtH .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-v5WuX9qbtH .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-v5WuX9qbtH .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v5WuX9qbtH .mbr-section-title {
  color: #E0BDB6;
}
.cid-v5WuX9qbtH .mbr-section-subtitle {
  color: #747474;
}
.cid-v5WuX9qbtH .mbr-text {
  color: #000000;
}
.cid-v5WuX9qbtH .panel-title-edit {
  color: #000000;
}
.cid-v5WuX9qbtH .panel-text {
  color: #747474;
}
.cid-v5WuX9qbtH .mbr-section-title,
.cid-v5WuX9qbtH .mbr-section-btn {
  color: #000000;
}
.cid-v5WuXbtCs5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5WuXbtCs5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WuXbtCs5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WuXbtCs5 .title-wrapper {
  padding: 96px 10px;
  background-color: #e0bdb6;
}
@media (max-width: 992px) {
  .cid-v5WuXbtCs5 .title-wrapper {
    padding: 60px 10px;
  }
}
@media (max-width: 768px) {
  .cid-v5WuXbtCs5 .title-wrapper {
    padding: 40px 10px;
  }
}
.cid-v5WuXbtCs5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v5WuXbtCs5 .panel-group {
  padding: 40px 10px 10px 10px;
}
.cid-v5WuXbtCs5 .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0;
}
.cid-v5WuXbtCs5 .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-v5WuXbtCs5 .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-v5WuXbtCs5 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-v5WuXbtCs5 .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-v5WuXbtCs5 .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #e0bdb6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v5WuXbtCs5 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #000000;
  transition: all .3s ease;
}
.cid-v5WuXbtCs5 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-v5WuXbtCs5 .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-v5WuXbtCs5 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v5WuXbtCs5 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v5WuXbtCs5 .panel-title-edit {
  color: #000000;
}
.cid-v5WuXbtCs5 .panel-text {
  color: #747474;
}
.cid-v5WuXbtCs5 .mbr-section-title,
.cid-v5WuXbtCs5 .mbr-section-btn {
  color: #000000;
}
.cid-v5WxIFDyr2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5WxIFDyr2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WxIFDyr2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v5WxIFDyr2 .container {
    padding: 0 20px;
  }
}
.cid-v5WxIFDyr2 .row {
  margin: 0;
}
.cid-v5WxIFDyr2 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v5WxIFDyr2 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5WxIFDyr2 .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  text-shadow: none;
}
.cid-v5WxIFDyr2 .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-v5WxIFDyr2 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-v5WxIFDyr2 .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-v5WxIFDyr2 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v5WuXgX2AI {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-v5WuXgX2AI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WuXgX2AI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WuXgX2AI .mbr-text,
.cid-v5WuXgX2AI .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v5WuXgX2AI .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v5WuXkX3p4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0bdb6;
}
.cid-v5WuXkX3p4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WuXkX3p4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WuXkX3p4 .container,
.cid-v5WuXkX3p4 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v5WuXkX3p4 .container,
  .cid-v5WuXkX3p4 .container-fluid {
    padding: 0 20px;
  }
}
.cid-v5WuXkX3p4 .title-wrapper {
  padding: 50px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v5WuXkX3p4 .title-wrapper {
    padding: 25px 0;
  }
}
.cid-v5WuXkX3p4 .title-wrapper .title-wrap {
  padding: 60px 90px 30px;
  background-color: #ffffff;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .cid-v5WuXkX3p4 .title-wrapper .title-wrap {
    padding: 50px 20px;
  }
}
.cid-v5WuXkX3p4 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v5WuXkX3p4 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v5WuXkX3p4 .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v5WuXkX3p4 .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-v5WuXkX3p4 .mbr-section-title {
  color: #3d4045;
}
.cid-v5WuXkX3p4 .mbr-text {
  color: #000000;
}
.cid-v5WuXkX3p4 .mbr-section-btn {
  text-align: right;
}
.cid-v5WuXkX3p4 .mbr-section-title,
.cid-v5WuXkX3p4 .mbr-section-btn {
  color: #000000;
}
.cid-v5WuXon6pe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5WuXon6pe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WuXon6pe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WuXon6pe .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v5WuXon6pe .content-wrapper .mbr-label {
    width: 100%;
  }
}
.cid-v5WuXon6pe .content-wrapper .panel-group .card {
  position: relative;
  padding: 0 0 15px 0;
  background-color: transparent;
  border-bottom: 1px solid #e0bdb6;
  border-radius: 0 !important;
  margin-bottom: 20px;
}
.cid-v5WuXon6pe .content-wrapper .panel-group .card:last-child {
  border-bottom: none;
}
.cid-v5WuXon6pe .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v5WuXon6pe .content-wrapper .panel-group .card .card-header .panel-title {
  width: 100%;
}
.cid-v5WuXon6pe .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
.cid-v5WuXon6pe .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-v5WuXon6pe .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
  background-color: #e0bdb6;
}
.cid-v5WuXon6pe .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-v5WuXon6pe .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper {
  background-color: #e0bdb6;
}
.cid-v5WuXon6pe .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #000000;
}
.cid-v5WuXon6pe .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin: 40px 0;
  padding-left: 65px;
}
@media (max-width: 992px) {
  .cid-v5WuXon6pe .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding-left: 0;
    margin: 15px 0 0 0;
  }
}
.cid-v5WuXon6pe .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5WuXon6pe .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v5WuXon6pe .mbr-label {
  color: #000000;
}
.cid-v5WuXon6pe .panel-title-edit {
  color: #000000;
}
.cid-v5WuXon6pe .panel-text {
  color: #000000;
}
.cid-v5WuXs1vaZ {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-color: #f7fff7;
}
.cid-v5WuXs1vaZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WuXs1vaZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WuXs1vaZ .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v5WuXs1vaZ .content-wrapper {
    padding: 0;
  }
}
.cid-v5WuXs1vaZ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v5WuXs1vaZ .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v5WuXs1vaZ .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-v5WuXs1vaZ .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v5WuXs1vaZ .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-v5WuXs1vaZ .mbr-section-title {
  color: #050f0f;
}
.cid-v5WuXxMitr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e0bdb6;
}
.cid-v5WuXxMitr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WuXxMitr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WuXxMitr .row {
  justify-content: space-between;
}
.cid-v5WuXxMitr .mbr-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5WuXxMitr .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v5WuXxMitr .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v5WuXxMitr .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-v5WuXxMitr .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.cid-v5WuXxMitr .list li {
  margin-bottom: 25px;
}
.cid-v5WuXxMitr .list li:last-child {
  margin-bottom: 0;
}
.cid-v5WuXxMitr .mbr-desc {
  margin-bottom: 8px;
}
.cid-v5WuXxMitr .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v5WuXxMitr .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-v5WuXxMitr .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-v5WuXxMitr .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-v5WuXxMitr .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #000000;
  text-align: center;
}
.cid-v5WuXxMitr .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-v5WuXxMitr .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-v5WuXxMitr .mbr-desc,
.cid-v5WuXxMitr .mbr-iconfont {
  color: #000000;
}
.cid-v5WuXxMitr .mbr-text,
.cid-v5WuXxMitr .mbr-section-btn {
  color: #000000;
}
.cid-v5WxC6pOqZ .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-v5WxC6pOqZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-v5WxC6pOqZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-v5WxC6pOqZ .menu_box .navbar.opened,
  .cid-v5WxC6pOqZ .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-v5WxC6pOqZ .navbar-dropdown {
  position: relative !important;
}
.cid-v5WxC6pOqZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-v5WxC6pOqZ .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5WxC6pOqZ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v5WxC6pOqZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v5WxC6pOqZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v5WxC6pOqZ .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #e0bdb6;
  }
  .cid-v5WxC6pOqZ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v5WxC6pOqZ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v5WxC6pOqZ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v5WxC6pOqZ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v5WxC6pOqZ .offcanvas-body .mbr-text,
  .cid-v5WxC6pOqZ .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-v5WxC6pOqZ .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-v5WxC6pOqZ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v5WxC6pOqZ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-v5WxC6pOqZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v5WxC6pOqZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v5WxC6pOqZ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v5WxC6pOqZ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v5WxC6pOqZ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v5WxC6pOqZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v5WxC6pOqZ .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-v5WxC6pOqZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v5WxC6pOqZ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v5WxC6pOqZ .lg_brand {
    margin: 0 1rem;
  }
}
.cid-v5WxC6pOqZ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v5WxC6pOqZ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v5WxC6pOqZ .nav-item {
    margin: 0 !important;
  }
}
.cid-v5WxC6pOqZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v5WxC6pOqZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v5WxC6pOqZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v5WxC6pOqZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v5WxC6pOqZ .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-v5WxC6pOqZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v5WxC6pOqZ .offcanvas_box {
    display: none;
  }
}
.cid-v5WxC6pOqZ .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-v5WxC6pOqZ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v5WxC6pOqZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v5WxC6pOqZ .container {
  display: flex;
  margin: auto;
}
.cid-v5WxC6pOqZ .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v5WxC6pOqZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v5WxC6pOqZ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5WxC6pOqZ .navbar-caption {
  color: #747474;
}
.cid-v5WxC6pOqZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v5WxC6pOqZ .navbar-nav {
    margin: 0;
  }
}
.cid-v5WxC6pOqZ .dropdown-menu,
.cid-v5WxC6pOqZ .navbar.opened {
  background-color: false !important;
}
.cid-v5WxC6pOqZ .nav-item:focus,
.cid-v5WxC6pOqZ .nav-link:focus {
  outline: none;
}
.cid-v5WxC6pOqZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5WxC6pOqZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5WxC6pOqZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5WxC6pOqZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5WxC6pOqZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5WxC6pOqZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5WxC6pOqZ .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-v5WxC6pOqZ .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-v5WxC6pOqZ .navbar.opened {
  transition: all 0.3s;
}
.cid-v5WxC6pOqZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v5WxC6pOqZ .navbar .navbar-logo img {
  max-width: 38px;
  max-height: 38px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-v5WxC6pOqZ .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v5WxC6pOqZ .navbar.collapsed {
  justify-content: center;
}
.cid-v5WxC6pOqZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5WxC6pOqZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v5WxC6pOqZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5WxC6pOqZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5WxC6pOqZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5WxC6pOqZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v5WxC6pOqZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v5WxC6pOqZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v5WxC6pOqZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-v5WxC6pOqZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5WxC6pOqZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5WxC6pOqZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v5WxC6pOqZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5WxC6pOqZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v5WxC6pOqZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5WxC6pOqZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v5WxC6pOqZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v5WxC6pOqZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v5WxC6pOqZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5WxC6pOqZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5WxC6pOqZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v5WxC6pOqZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5WxC6pOqZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5WxC6pOqZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v5WxC6pOqZ .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-v5WxC6pOqZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5WxC6pOqZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5WxC6pOqZ .dropdown-item.active,
.cid-v5WxC6pOqZ .dropdown-item:active {
  background-color: transparent;
}
.cid-v5WxC6pOqZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5WxC6pOqZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5WxC6pOqZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5WxC6pOqZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5WxC6pOqZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #e0bdb6;
}
.cid-v5WxC6pOqZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5WxC6pOqZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-v5WxC6pOqZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-v5WxC6pOqZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5WxC6pOqZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5WxC6pOqZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5WxC6pOqZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5WxC6pOqZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5WxC6pOqZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5WxC6pOqZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5WxC6pOqZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5WxC6pOqZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v5WxC6pOqZ .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-v5WxC6pOqZ .navbar {
    height: 70px;
  }
  .cid-v5WxC6pOqZ .navbar.opened {
    height: auto;
  }
  .cid-v5WxC6pOqZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5WxC6pOqZ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v5WxC6pOqZ .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-v5WxC6pOqZ .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-v5WxC6pOqZ .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-v5WxC6pOqZ .navbar-caption:hover {
  color: #1292e2;
}
@media (min-width: 992px) {
  .cid-v5WxC6pOqZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v5WxC6pOqZ .nav-link {
  position: relative;
}
.cid-v5WxC6pOqZ .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #1292e2;
  transition: all .3s ease;
  opacity: 0;
}
.cid-v5WxC6pOqZ .nav-link:hover:before {
  opacity: 1;
}
.cid-v5WxC6pOqZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5WxC6pOqZ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v5WxC6pOqZ .text_widget {
  color: #ffffff;
}
.cid-v5WxC6pOqZ .mbr-section-subtitle,
.cid-v5WxC6pOqZ .text_widget,
.cid-v5WxC6pOqZ .mbr-section-btn {
  text-align: center;
}
.cid-v5WxC6pOqZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v5WxC7vsRk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #e0bdb6;
}
.cid-v5WxC7vsRk .image_1 {
  position: absolute;
  top: 120px;
  left: -6rem;
  max-width: 420px;
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 1400px) {
  .cid-v5WxC7vsRk .image_1 {
    max-width: 380px;
  }
}
@media (max-width: 1200px) {
  .cid-v5WxC7vsRk .image_1 {
    max-width: 340px;
  }
}
@media (max-width: 992px) {
  .cid-v5WxC7vsRk .image_1 {
    max-width: 100%;
    position: static;
    margin-bottom: 50px;
  }
}
.cid-v5WxC7vsRk .image_2 {
  position: absolute;
  top: 215px;
  right: -6rem;
  max-width: 300px;
  height: 350px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v5WxC7vsRk .image_2 {
    display: none;
  }
}
.cid-v5WxC7vsRk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WxC7vsRk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WxC7vsRk .row {
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-v5WxC7vsRk .border-wrapper_1 {
  background-color: #ffffff;
  height: 1px;
  margin-bottom: 210px;
}
@media (max-width: 992px) {
  .cid-v5WxC7vsRk .border-wrapper_1 {
    margin-bottom: 140px;
  }
}
.cid-v5WxC7vsRk .border-wrapper_2 {
  background-color: #ffffff;
  height: 1px;
  margin-top: 210px;
}
@media (max-width: 992px) {
  .cid-v5WxC7vsRk .border-wrapper_2 {
    margin-top: 140px;
  }
}
.cid-v5WxC7vsRk .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-v5WxC7vsRk .title-wrapper .mbr-text {
  margin-bottom: 26px;
  padding-left: 200px;
}
@media (max-width: 992px) {
  .cid-v5WxC7vsRk .title-wrapper .mbr-text {
    padding-left: 0;
  }
}
.cid-v5WxC7vsRk .title-wrapper .mbr-section-btn {
  padding-left: 200px;
}
@media (max-width: 992px) {
  .cid-v5WxC7vsRk .title-wrapper .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-v5WxC7vsRk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v5WxC7vsRk .mbr-text {
  color: #ffffff;
}
.cid-v5WxC7vsRk .mbr-text,
.cid-v5WxC7vsRk .mbr-section-btn {
  color: #000000;
}
.cid-v5WxC86XDB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5WxC86XDB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WxC86XDB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WxC86XDB .row {
  justify-content: center;
}
.cid-v5WxC86XDB .card {
  padding: 0 35px 0 11px;
}
@media (min-width: 992px) {
  .cid-v5WxC86XDB .card {
    padding: 0 35px 0 11px;
  }
}
@media (max-width: 992px) {
  .cid-v5WxC86XDB .card {
    margin-bottom: 110px;
  }
}
.cid-v5WxC86XDB .card .card-wrapper .mbr-section-title {
  padding-bottom: 17px;
  margin-bottom: 0;
}
.cid-v5WxC86XDB .card .card-wrapper .price-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 30px 0 80px 0;
  margin-bottom: 36px;
}
.cid-v5WxC86XDB .card .card-wrapper .price-wrapper .mbr-price {
  margin-bottom: 0;
  line-height: 1;
}
.cid-v5WxC86XDB .card .card-wrapper .price-wrapper .mbr-price:first-child {
  line-height: 2.5;
  margin-top: -2rem;
}
.cid-v5WxC86XDB .card .card-wrapper .price-wrapper .mbr-desc {
  margin-left: 6px;
  margin-bottom: -1.2rem;
}
.cid-v5WxC86XDB .card .card-wrapper .list-wrapper .list {
  margin-bottom: 25px;
  padding-left: 24px;
  list-style-position: inside;
  list-style-type: none;
}
.cid-v5WxC86XDB .card .card-wrapper .list-wrapper .list li {
  margin-bottom: 28px;
  position: relative;
}
.cid-v5WxC86XDB .card .card-wrapper .list-wrapper .list li::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -24px;
  background-color: #000000;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  display: block;
}
.cid-v5WxC86XDB .card .card-wrapper .list-wrapper .list li:last-child {
  margin-bottom: 0;
  min-height: 22px;
}
@media (min-width: 992px) {
  .cid-v5WxC86XDB .card:nth-child(2) {
    padding: 0 23px;
  }
}
.cid-v5WxC86XDB .card:nth-child(2) .card-wrapper {
  margin-top: -1.5rem;
}
.cid-v5WxC86XDB .card:nth-child(2) .card-wrapper .mbr-section-title {
  padding-bottom: 22px;
}
.cid-v5WxC86XDB .card:nth-child(2) .card-wrapper .price-wrapper {
  border: none;
  background-color: #e0bdb6;
  padding: 40px 0 116px 0;
}
@media (min-width: 992px) {
  .cid-v5WxC86XDB .card:last-child {
    padding: 0 11px 0 35px;
  }
}
.cid-v5WxC86XDB .mbr-section-title {
  color: #747474;
  text-align: center;
}
.cid-v5WxC86XDB .mbr-price {
  color: #000000;
}
.cid-v5WxC86XDB .price_2 {
  color: #ffffff;
}
.cid-v5WxC86XDB .mbr-desc {
  color: #747474;
}
.cid-v5WxC86XDB .desc_2 {
  color: #ffffff;
}
.cid-v5WxC86XDB .list {
  color: #747474;
}
.cid-v5WxC86XDB .list,
.cid-v5WxC86XDB .mbr-section-btn {
  color: #000000;
}
.cid-v5WxC8GHGp {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5WxC8GHGp .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e0bdb6;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-v5WxC8GHGp .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-v5WxC8GHGp .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-v5WxC8GHGp .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-v5WxC8GHGp .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-v5WxC8GHGp .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-v5WxC8GHGp .items-container {
    padding-left: 6.66vw;
  }
}
.cid-v5WxC8GHGp .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-v5WxC8GHGp .item {
    margin-bottom: 3.2vw;
  }
}
.cid-v5WxC8GHGp .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-v5WxC8GHGp .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-v5WxC8GHGp .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-v5WxC8GHGp .mbr-text {
  color: #000000;
}
.cid-v5WxC9daL1 {
  padding-top: 150px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v5WxC9daL1 .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-v5WxC9daL1 .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-v5WxC9daL1 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v5WxC9daL1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WxC9daL1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WxC9Ebc2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5WxC9Ebc2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WxC9Ebc2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WxC9Ebc2 .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-v5WxC9Ebc2 .card {
    padding: 0;
    border-right: 1px solid #000000;
  }
  .cid-v5WxC9Ebc2 .card:last-child {
    border: none;
  }
}
.cid-v5WxC9Ebc2 .card-wrapper {
  padding: 10px 80px 50px;
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-v5WxC9Ebc2 .card-wrapper {
    padding: 10px 50px 50px;
  }
}
@media (max-width: 768px) {
  .cid-v5WxC9Ebc2 .card-wrapper {
    padding: 0;
  }
}
.cid-v5WxC9Ebc2 .card-wrapper .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v5WxC9Ebc2 .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 42px;
  letter-spacing: -0.6px;
}
.cid-v5WxC9Ebc2 .mbr-section-title {
  color: #E0BDB6;
}
.cid-v5WxC9Ebc2 .mbr-text {
  color: #474747;
  text-align: center;
}
.cid-v5WxC9Ebc2 .mbr-section-title,
.cid-v5WxC9Ebc2 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v5WxCaorJx {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-v5WxCaorJx .mbr-text {
  color: #000000;
}
.cid-v5WxCaorJx .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-v5WxCaorJx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v5WxCaNWdl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v5WxCaNWdl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WxCaNWdl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WxCaNWdl .title-wrapper {
  margin-bottom: 30px;
}
.cid-v5WxCaNWdl .title-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
.cid-v5WxCaNWdl .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-v5WxCaNWdl .image-wrapper {
  display: flex;
}
@media (max-width: 768px) {
  .cid-v5WxCaNWdl .image-wrapper {
    display: block;
  }
}
.cid-v5WxCaNWdl .image-wrapper img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  margin-right: -10rem;
}
@media (max-width: 992px) {
  .cid-v5WxCaNWdl .image-wrapper img {
    margin-right: 0;
    width: 60%;
  }
}
@media (max-width: 768px) {
  .cid-v5WxCaNWdl .image-wrapper img {
    margin-bottom: 20px;
    width: 100%;
    height: 450px;
  }
}
.cid-v5WxCaNWdl .image-wrapper img:first-child {
  margin-right: 20px;
  max-width: 280px;
}
@media (max-width: 768px) {
  .cid-v5WxCaNWdl .image-wrapper img:first-child {
    margin-right: 0;
    max-width: 100%;
    height: 450px;
  }
}
.cid-v5WxCaNWdl .mbr-section-title {
  color: #E0BDB6;
}
.cid-v5WxCaNWdl .mbr-text {
  color: #000000;
}
.cid-v5WxCaNWdl .mbr-section-title,
.cid-v5WxCaNWdl .mbr-section-btn {
  color: #000000;
}
.cid-v5WxCbkpsk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5WxCbkpsk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WxCbkpsk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WxCbkpsk .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5WxCbkpsk .image-wrapper img {
    height: 350px;
  }
}
.cid-v5WxCbkpsk .text-wrapper {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
}
.cid-v5WxCbkpsk .text-wrapper .mbr-iconfont {
  font-size: 28px;
  color: #e0bdb6;
  margin-right: 17px;
}
.cid-v5WxCbkpsk .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5WxCbkpsk .mbr-text {
  color: #747474;
}
.cid-v5WxCbkpsk .mbr-text,
.cid-v5WxCbkpsk .text {
  color: #000000;
  text-align: center;
}
.cid-v5WxCbPhSN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5WxCbPhSN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WxCbPhSN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v5WxCbPhSN .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v5WxCbPhSN .container {
    padding: 0 12px;
  }
}
.cid-v5WxCbPhSN .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5WxCbPhSN .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v5WxCbPhSN .row.card-wrapper {
  padding: 80px;
  border: 3px solid #e0bdb6;
  box-shadow: 4px 4px #e0bdb6;
  background-color: #ffffff;
  border-radius: 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v5WxCbPhSN .row.card-wrapper {
    border-radius: 32px;
    padding: 24px;
  }
}
.cid-v5WxCbPhSN .row.card-wrapper .card {
  align-items: center;
  justify-content: center;
}
.cid-v5WxCbPhSN .row.card-wrapper .card .image-wrapper img {
  width: 392px;
  height: 392px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 1200px) {
  .cid-v5WxCbPhSN .row.card-wrapper .card .image-wrapper img {
    width: 330px;
    height: 330px;
  }
}
@media (max-width: 992px) {
  .cid-v5WxCbPhSN .row.card-wrapper .card .image-wrapper img {
    margin: 0 auto 40px;
    width: 280px;
    height: 260px;
  }
}
.cid-v5WxCbPhSN .row.card-wrapper .card .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v5WxCbPhSN .row.card-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-v5WxCbPhSN .row.card-wrapper .card .text-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v5WxCbPhSN .row.card-wrapper .card .text-wrapper .list .item-wrap {
  padding-left: 14px;
  margin-bottom: 20px;
  border-left: 2px solid #e0bdb6;
}
.cid-v5WxCbPhSN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v5WxCbPhSN .mbr-section-subtitle {
  color: #000000;
}
.cid-v5WxCbPhSN .mbr-text {
  color: #222222;
}
.cid-v5WxCbPhSN .list {
  color: #222222;
}
.cid-v5WxCcpN2J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5WxCcpN2J .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WxCcpN2J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WxCcpN2J .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v5WxCcpN2J .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-v5WxCcpN2J .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-v5WxCcpN2J .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5WxCcpN2J .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-v5WxCcpN2J .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-v5WxCcpN2J .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-v5WxCcpN2J .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-v5WxCcpN2J .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-v5WxCcpN2J .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-v5WxCcpN2J .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-v5WxCcpN2J .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-v5WxCcpN2J .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #e0bdb6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v5WxCcpN2J .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #000000;
  transition: all .3s ease;
}
.cid-v5WxCcpN2J .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-v5WxCcpN2J .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-v5WxCcpN2J .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v5WxCcpN2J .mbr-section-title {
  color: #E0BDB6;
}
.cid-v5WxCcpN2J .mbr-section-subtitle {
  color: #747474;
}
.cid-v5WxCcpN2J .mbr-text {
  color: #000000;
}
.cid-v5WxCcpN2J .panel-title-edit {
  color: #000000;
}
.cid-v5WxCcpN2J .panel-text {
  color: #747474;
}
.cid-v5WxCcpN2J .mbr-section-title,
.cid-v5WxCcpN2J .mbr-section-btn {
  color: #000000;
}
.cid-v5WxCd8Ypm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5WxCd8Ypm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WxCd8Ypm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WxCd8Ypm .title-wrapper {
  padding: 96px 10px;
  background-color: #e0bdb6;
}
@media (max-width: 992px) {
  .cid-v5WxCd8Ypm .title-wrapper {
    padding: 60px 10px;
  }
}
@media (max-width: 768px) {
  .cid-v5WxCd8Ypm .title-wrapper {
    padding: 40px 10px;
  }
}
.cid-v5WxCd8Ypm .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v5WxCd8Ypm .panel-group {
  padding: 40px 10px 10px 10px;
}
.cid-v5WxCd8Ypm .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0;
}
.cid-v5WxCd8Ypm .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-v5WxCd8Ypm .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-v5WxCd8Ypm .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-v5WxCd8Ypm .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-v5WxCd8Ypm .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #e0bdb6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v5WxCd8Ypm .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #000000;
  transition: all .3s ease;
}
.cid-v5WxCd8Ypm .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-v5WxCd8Ypm .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-v5WxCd8Ypm .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v5WxCd8Ypm .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v5WxCd8Ypm .panel-title-edit {
  color: #000000;
}
.cid-v5WxCd8Ypm .panel-text {
  color: #747474;
}
.cid-v5WxCd8Ypm .mbr-section-title,
.cid-v5WxCd8Ypm .mbr-section-btn {
  color: #000000;
}
.cid-v5WxCdVFKf {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-v5WxCdVFKf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WxCdVFKf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WxCdVFKf .mbr-text,
.cid-v5WxCdVFKf .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v5WxCdVFKf .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v5WxCevTCZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0bdb6;
}
.cid-v5WxCevTCZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WxCevTCZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WxCevTCZ .container,
.cid-v5WxCevTCZ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v5WxCevTCZ .container,
  .cid-v5WxCevTCZ .container-fluid {
    padding: 0 20px;
  }
}
.cid-v5WxCevTCZ .title-wrapper {
  padding: 50px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v5WxCevTCZ .title-wrapper {
    padding: 25px 0;
  }
}
.cid-v5WxCevTCZ .title-wrapper .title-wrap {
  padding: 60px 90px 30px;
  background-color: #ffffff;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .cid-v5WxCevTCZ .title-wrapper .title-wrap {
    padding: 50px 20px;
  }
}
.cid-v5WxCevTCZ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v5WxCevTCZ .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v5WxCevTCZ .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v5WxCevTCZ .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-v5WxCevTCZ .mbr-section-title {
  color: #3d4045;
}
.cid-v5WxCevTCZ .mbr-text {
  color: #000000;
}
.cid-v5WxCevTCZ .mbr-section-btn {
  text-align: right;
}
.cid-v5WxCevTCZ .mbr-section-title,
.cid-v5WxCevTCZ .mbr-section-btn {
  color: #000000;
}
.cid-v5WxCf5GW7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5WxCf5GW7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WxCf5GW7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WxCf5GW7 .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v5WxCf5GW7 .content-wrapper .mbr-label {
    width: 100%;
  }
}
.cid-v5WxCf5GW7 .content-wrapper .panel-group .card {
  position: relative;
  padding: 0 0 15px 0;
  background-color: transparent;
  border-bottom: 1px solid #e0bdb6;
  border-radius: 0 !important;
  margin-bottom: 20px;
}
.cid-v5WxCf5GW7 .content-wrapper .panel-group .card:last-child {
  border-bottom: none;
}
.cid-v5WxCf5GW7 .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v5WxCf5GW7 .content-wrapper .panel-group .card .card-header .panel-title {
  width: 100%;
}
.cid-v5WxCf5GW7 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
.cid-v5WxCf5GW7 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-v5WxCf5GW7 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
  background-color: #e0bdb6;
}
.cid-v5WxCf5GW7 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-v5WxCf5GW7 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper {
  background-color: #e0bdb6;
}
.cid-v5WxCf5GW7 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #000000;
}
.cid-v5WxCf5GW7 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin: 40px 0;
  padding-left: 65px;
}
@media (max-width: 992px) {
  .cid-v5WxCf5GW7 .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding-left: 0;
    margin: 15px 0 0 0;
  }
}
.cid-v5WxCf5GW7 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5WxCf5GW7 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v5WxCf5GW7 .mbr-label {
  color: #000000;
}
.cid-v5WxCf5GW7 .panel-title-edit {
  color: #000000;
}
.cid-v5WxCf5GW7 .panel-text {
  color: #000000;
}
.cid-v5WxCfRdlr {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-color: #f7fff7;
}
.cid-v5WxCfRdlr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WxCfRdlr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WxCfRdlr .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v5WxCfRdlr .content-wrapper {
    padding: 0;
  }
}
.cid-v5WxCfRdlr .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v5WxCfRdlr .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v5WxCfRdlr .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-v5WxCfRdlr .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v5WxCfRdlr .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-v5WxCfRdlr .mbr-section-title {
  color: #050f0f;
}
.cid-v5WxCgupFU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e0bdb6;
}
.cid-v5WxCgupFU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WxCgupFU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WxCgupFU .row {
  justify-content: space-between;
}
.cid-v5WxCgupFU .mbr-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5WxCgupFU .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v5WxCgupFU .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v5WxCgupFU .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-v5WxCgupFU .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.cid-v5WxCgupFU .list li {
  margin-bottom: 25px;
}
.cid-v5WxCgupFU .list li:last-child {
  margin-bottom: 0;
}
.cid-v5WxCgupFU .mbr-desc {
  margin-bottom: 8px;
}
.cid-v5WxCgupFU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v5WxCgupFU .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-v5WxCgupFU .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-v5WxCgupFU .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-v5WxCgupFU .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #000000;
  text-align: center;
}
.cid-v5WxCgupFU .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-v5WxCgupFU .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-v5WxCgupFU .mbr-desc,
.cid-v5WxCgupFU .mbr-iconfont {
  color: #000000;
}
.cid-v5WxCgupFU .mbr-text,
.cid-v5WxCgupFU .mbr-section-btn {
  color: #000000;
}
