.btn {
  border-width: 2px;
}
body {
  font-family: Gloock;
}
.display-1 {
  font-family: 'Comfortaa', display;
  font-size: 3.25rem;
  line-height: 1;
  letter-spacing: .02em;
}
.display-1 > .mbr-iconfont {
  font-size: 4.0625rem;
}
.display-2 {
  font-family: 'Comfortaa', display;
  font-size: 2.875rem;
  line-height: 3.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.59375rem;
}
.display-4 {
  font-family: 'Comfortaa', display;
  font-size: 1rem;
  line-height: 1.56rem;
  letter-spacing: -0.01em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Comfortaa', display;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Comfortaa', display;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.014em;
}
.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: 2.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.275rem;
    font-size: calc( 1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.3rem;
    font-size: calc( 1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 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: #b0335a !important;
}
.bg-success {
  background-color: #d6c7b9 !important;
}
.bg-info {
  background-color: #555354 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #cdae9e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b0335a !important;
  border-color: #b0335a !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: #6d2038 !important;
  border-color: #6d2038 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #6d2038 !important;
  border-color: #6d2038 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #9c9c9c !important;
  border-color: #9c9c9c !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: #717171 !important;
  border-color: #717171 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #717171 !important;
  border-color: #717171 !important;
}
.btn-info,
.btn-info:active {
  background-color: #555354 !important;
  border-color: #555354 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #292829 !important;
  border-color: #292829 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #292829 !important;
  border-color: #292829 !important;
}
.btn-success,
.btn-success:active {
  background-color: #d6c7b9 !important;
  border-color: #d6c7b9 !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: #b69b82 !important;
  border-color: #b69b82 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b69b82 !important;
  border-color: #b69b82 !important;
}
.btn-warning,
.btn-warning: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-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.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-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #cdae9e !important;
  border-color: #cdae9e !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: #b07e65 !important;
  border-color: #b07e65 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b07e65 !important;
  border-color: #b07e65 !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: #b0335a;
  color: #b0335a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6d2038 !important;
  background-color: transparent!important;
  border-color: #6d2038 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b0335a !important;
  border-color: #b0335a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #9c9c9c;
  color: #9c9c9c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #717171 !important;
  background-color: transparent!important;
  border-color: #717171 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #9c9c9c !important;
  border-color: #9c9c9c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #555354;
  color: #555354;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #292829 !important;
  background-color: transparent!important;
  border-color: #292829 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #555354 !important;
  border-color: #555354 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #d6c7b9;
  color: #d6c7b9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #b69b82 !important;
  background-color: transparent!important;
  border-color: #b69b82 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #d6c7b9 !important;
  border-color: #d6c7b9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #cdae9e;
  color: #cdae9e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b07e65 !important;
  background-color: transparent!important;
  border-color: #b07e65 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #cdae9e !important;
  border-color: #cdae9e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #b0335a !important;
}
.text-secondary {
  color: #9c9c9c !important;
}
.text-success {
  color: #d6c7b9 !important;
}
.text-info {
  color: #555354 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #cdae9e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #611c32 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #696969 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b09479 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #212121 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #aa765b !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #b0335a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #555354;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #cdae9e;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b0335a;
  border-color: #b0335a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #b0335a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dc86a1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c7c6c7;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Comfortaa', display;
  font-size: 1rem;
  line-height: 1.56rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #b0335a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Comfortaa', display;
  font-size: 1rem;
  line-height: 1.56rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #b0335a;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b0335a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b0335a;
}
.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: #b0335a;
  border-bottom-color: #b0335a;
}
.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: #b0335a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #9c9c9c !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='%23b0335a' %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 {
  box-shadow: none;
  padding: 18px 62px;
  border: 1px solid !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 18px 32px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: inset 250px 0 0 0 #555354 !important;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border-color: #b0335a !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  border-color: #555354 !important;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border-color: #9c9c9c !important;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  border-color: #555354 !important;
}
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border-color: #d6c7b9 !important;
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  border-color: #555354 !important;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border-color: #555354 !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  border-color: #b0335a !important;
  box-shadow: inset 250px 0 0 0 #b0335a !important;
}
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border-color: #ffffff !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  border-color: #555354 !important;
}
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border-color: #cdae9e !important;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  border-color: #555354 !important;
}
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border-color: #ffffff !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  border-color: #555354 !important;
}
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border-color: #000000 !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  border-color: #555354 !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-tGGzgCbktB {
  z-index: 1000;
  width: 100%;
}
.cid-tGGzgCbktB .navbar-dropdown {
  background-color: #d6c7b9 !important;
  padding: 0;
  position: fixed;
}
.cid-tGGzgCbktB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d6c7b9 !important;
  background: #d6c7b9;
}
.cid-tGGzgCbktB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGGzgCbktB .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tGGzgCbktB .menu_box .navbar.opened,
  .cid-tGGzgCbktB .menu_box .navbar-collapse {
    background-color: #d6c7b9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tGGzgCbktB nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tGGzgCbktB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tGGzgCbktB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tGGzgCbktB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-tGGzgCbktB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tGGzgCbktB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tGGzgCbktB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tGGzgCbktB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tGGzgCbktB .offcanvas-body .mbr-text,
  .cid-tGGzgCbktB .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tGGzgCbktB .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tGGzgCbktB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tGGzgCbktB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGGzgCbktB .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-tGGzgCbktB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tGGzgCbktB 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-tGGzgCbktB .lg_brand {
    margin: 0 1rem;
  }
  .cid-tGGzgCbktB .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tGGzgCbktB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tGGzgCbktB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .nav-item {
    margin: 0 !important;
  }
}
.cid-tGGzgCbktB .nav-item .nav-link {
  position: relative;
}
.cid-tGGzgCbktB .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #b0335a;
  transition: all 0.3s ease-out;
}
.cid-tGGzgCbktB .nav-item .nav-link:hover,
.cid-tGGzgCbktB .nav-item .nav-link:focus {
  opacity: 1;
  color: #b0335a !important;
}
.cid-tGGzgCbktB .nav-item .nav-link:hover::before,
.cid-tGGzgCbktB .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tGGzgCbktB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tGGzgCbktB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGGzgCbktB .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-tGGzgCbktB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tGGzgCbktB .offcanvas_box {
    display: none;
  }
}
.cid-tGGzgCbktB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tGGzgCbktB .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tGGzgCbktB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tGGzgCbktB .container {
  display: flex;
  margin: auto;
}
.cid-tGGzgCbktB .iconfont-wrapper {
  color: #ffffff;
  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-tGGzgCbktB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tGGzgCbktB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tGGzgCbktB .navbar-caption {
  color: #ffffff;
}
.cid-tGGzgCbktB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .navbar-nav {
    margin: 0;
  }
}
.cid-tGGzgCbktB .dropdown-menu,
.cid-tGGzgCbktB .navbar.opened {
  background-color: false !important;
}
.cid-tGGzgCbktB .nav-item:focus,
.cid-tGGzgCbktB .nav-link:focus {
  outline: none;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGGzgCbktB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGGzgCbktB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGGzgCbktB .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tGGzgCbktB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tGGzgCbktB .navbar.opened {
  transition: all 0.3s;
}
.cid-tGGzgCbktB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tGGzgCbktB .navbar .navbar-logo img {
  object-fit: contain;
}
.cid-tGGzgCbktB .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tGGzgCbktB .navbar.collapsed {
  justify-content: center;
}
.cid-tGGzgCbktB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGGzgCbktB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tGGzgCbktB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGGzgCbktB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGGzgCbktB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGGzgCbktB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tGGzgCbktB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tGGzgCbktB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tGGzgCbktB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGGzgCbktB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tGGzgCbktB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGGzgCbktB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tGGzgCbktB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tGGzgCbktB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tGGzgCbktB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGGzgCbktB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tGGzgCbktB .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGGzgCbktB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGGzgCbktB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGGzgCbktB .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-tGGzgCbktB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tGGzgCbktB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGGzgCbktB .dropdown-item.active,
.cid-tGGzgCbktB .dropdown-item:active {
  background-color: transparent;
}
.cid-tGGzgCbktB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGGzgCbktB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGGzgCbktB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGGzgCbktB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGGzgCbktB .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-tGGzgCbktB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tGGzgCbktB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGGzgCbktB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d6c7b9;
  background: #e4dfd4;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGGzgCbktB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tGGzgCbktB .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-tGGzgCbktB .navbar {
    height: 70px;
  }
  .cid-tGGzgCbktB .navbar.opened {
    height: auto;
  }
  .cid-tGGzgCbktB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGGzgCbktB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tGGzgCbktB .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tGGzgCbktB .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tGGzgCbktB .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-tGGzgCbktB .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tGGzgCbktB .navbar-caption:hover {
  color: #b0335a;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tGGzgCbktB .text_widget {
  margin-bottom: 32px;
}
.cid-tGGzgCbktB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tGGzgCbktB .text_widget a:hover {
  opacity: .5;
}
.cid-tGGzgCbktB .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tGGzgCbktB .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tGGzgCbktB .mbr-section-subtitle,
.cid-tGGzgCbktB .text_widget,
.cid-tGGzgCbktB .mbr-section-btn {
  text-align: center;
}
.cid-tGGzgCbktB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcUovpkemr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d6c7b9;
}
.cid-vcUovpkemr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcUovpkemr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcUovpkemr .row {
  justify-content: center;
}
.cid-vcUovpkemr .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vcUovpkemr .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vcUovpkemr .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcUovpkemr .mbr-text {
  color: #fff7ee;
}
.cid-vcUovpkemr #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-vcUovpkemr img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-vd5yOBU0tz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d6c7b9;
}
.cid-vd5yOBU0tz .mbr-overlay {
  z-index: 1;
}
.cid-vd5yOBU0tz .main-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cid-vd5yOBU0tz .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-vd5yOBU0tz .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  box-sizing: border-box;
}
.cid-vd5yOBU0tz .content-left {
  align-items: flex-start;
}
.cid-vd5yOBU0tz .content-right {
  align-items: flex-end;
}
.cid-vd5yOBU0tz .content-center {
  padding: 32px 0;
}
.cid-vd5yOBU0tz .mbr-text {
  width: 100%;
}
.cid-vd5yOBU0tz .big-text {
  font-size: 80px;
  line-height: 1em;
}
@media (min-width: 768px) {
  .cid-vd5yOBU0tz .big-text {
    font-size: 268px;
  }
}
.cid-vd5yOBU0tz .link {
  width: 100%;
  color: #ffffff;
}
.cid-vd5yOBU0tz .big-text-right {
  text-align: right;
}
#custom-html-5s video {
  width: 100% !important;
  height: auto;
}
.cid-vbo3BVZMTz {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-vbo3BVZMTz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbo3BVZMTz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbo3BVZMTz .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vbo3BVZMTz .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vbo3BVZMTz .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vbo3BVZMTz .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vbo3BVZMTz .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vbo3BVZMTz .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vbo3BVZMTz .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #b0335a, #7c505e 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vbo3BVZMTz .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbo3BVZMTz .tabs-wrapper {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vbo3BVZMTz .tabs-wrapper {
    padding: 0;
  }
}
.cid-vbo3BVZMTz .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0 4px 4px 4px;
  display: flex;
  justify-content: center;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 7px 15px -8px #9c9c9c;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vbo3BVZMTz .tabs-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 24px;
  }
}
.cid-vbo3BVZMTz .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
  flex: 1 0 0;
}
@media (max-width: 992px) {
  .cid-vbo3BVZMTz .tabs-wrapper .nav.nav-tabs .nav-item {
    flex: none;
    margin-bottom: 16px;
  }
}
.cid-vbo3BVZMTz .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  padding: 12px 24px;
  background-color: transparent;
  border: none;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
.cid-vbo3BVZMTz .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
  box-shadow: 0 8px 15px -8px #9c9c9c inset;
}
.cid-vbo3BVZMTz .border-wrapper {
  margin-bottom: 44px;
  width: 100%;
  border-top: 2px dashed #a8a8a8;
}
@media (max-width: 992px) {
  .cid-vbo3BVZMTz .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vbo3BVZMTz .tab-content .tab-pane .card-wrap {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vbo3BVZMTz .tab-content .tab-pane .card-wrap {
    padding: 24px;
  }
}
.cid-vbo3BVZMTz .tab-content .tab-pane .card-wrap .image-wrapper {
  margin-bottom: 24px;
}
.cid-vbo3BVZMTz .tab-content .tab-pane .card-wrap .image-wrapper img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vbo3BVZMTz .tab-content .tab-pane .card-wrap .image-wrapper img {
    height: 300px;
  }
}
.cid-vbo3BVZMTz .tab-content .tab-pane .card-wrap .content-wrap .date-wrapper .item-date {
  display: inline-block;
  padding-left: 14px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-left: 2px dashed #a8a8a8;
  margin-bottom: 16px;
}
.cid-vbo3BVZMTz .tab-content .tab-pane .card-wrap .content-wrap .item-title {
  margin-bottom: 16px;
}
.cid-vbo3BVZMTz .tab-content .tab-pane .card-wrap .content-wrap .item-text {
  margin-bottom: 0;
}
.cid-vbo3BVZMTz .tab-content .tab-pane .card-wrap .content-wrap .mbr-section-btn {
  margin-top: 16px;
}
.cid-vbo3BVZMTz .tab-content .tab-pane .card-wrap .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbo3BVZMTz .mbr-label,
.cid-vbo3BVZMTz .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vbo3BVZMTz .mbr-section-title,
.cid-vbo3BVZMTz .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vbo3BVZMTz .mbr-text,
.cid-vbo3BVZMTz .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vbo3BVZMTz .item-date {
  color: #515151;
}
.cid-vbo3BVZMTz .item-title {
  color: #000000;
}
.cid-vbo3BVZMTz .item-text {
  color: #515151;
}
.cid-vbo3BVZMTz .item-title,
.cid-vbo3BVZMTz .mbr-section-btn {
  color: #7c505e;
}
.cid-vcUs8r9gWr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d6c7b9;
}
.cid-vcUs8r9gWr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcUs8r9gWr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcUs8r9gWr .row {
  justify-content: center;
}
.cid-vcUs8r9gWr .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vcUs8r9gWr .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vcUs8r9gWr .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcUs8r9gWr .mbr-text {
  color: #fff7ee;
}
.cid-vcUs8r9gWr #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-vcUs8r9gWr img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-tGGzmBO91o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/muebles-tres-decoracion-en-madrid-salon-5.jpg");
}
.cid-tGGzmBO91o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGGzmBO91o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGGzmBO91o .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tGGzmBO91o .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tGGzmBO91o .container {
    padding: 0 20px;
  }
}
.cid-tGGzmBO91o .row {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-tGGzmBO91o .row {
    height: 450px;
  }
}
.cid-vafFIKSxDA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-vafFIKSxDA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vafFIKSxDA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vafFIKSxDA .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vafFIKSxDA .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vafFIKSxDA .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vafFIKSxDA .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vafFIKSxDA .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vafFIKSxDA .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vafFIKSxDA .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vafFIKSxDA .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vafFIKSxDA .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vafFIKSxDA .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vafFIKSxDA .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-vafFIKSxDA .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vafFIKSxDA .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-vafFIKSxDA .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vafFIKSxDA .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vafFIKSxDA .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-vafFIKSxDA .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #555354;
}
@media (max-width: 992px) {
  .cid-vafFIKSxDA .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vafFIKSxDA .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-vafFIKSxDA .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-vafFIKSxDA .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-vafFIKSxDA .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#7c505e 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-vafFIKSxDA .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vafFIKSxDA .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vafFIKSxDA .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-vafFIKSxDA .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vafFIKSxDA .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-vafFIKSxDA .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-vafFIKSxDA .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-vafFIKSxDA .card_1 {
    width: 100%;
  }
}
.cid-vafFIKSxDA .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-vafFIKSxDA .card_2 {
    width: 100%;
  }
}
.cid-vafFIKSxDA .main-btn {
  margin-top: 12px;
}
.cid-vafFIKSxDA .mbr-label,
.cid-vafFIKSxDA .label-wrapper {
  color: #7c505e;
  text-align: center;
}
.cid-vafFIKSxDA .mbr-section-title,
.cid-vafFIKSxDA .title-wrapper {
  color: #000000;
}
.cid-vafFIKSxDA .mbr-text,
.cid-vafFIKSxDA .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vafFIKSxDA .item-title {
  color: #000000;
}
.cid-vafFIKSxDA .item-text {
  color: #515151;
}
.cid-vafFIKSxDA .mbr-section-title,
.cid-vafFIKSxDA .title-wrapper,
.cid-vafFIKSxDA .main-btn {
  text-align: center;
  color: #b0335a;
}
.cid-vafJik8fG7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vafJik8fG7 .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-vafJik8fG7 .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-vafJik8fG7 .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-vafJik8fG7 .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-vafJik8fG7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vafJik8fG7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaftxkpVK3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vaftxkpVK3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaftxkpVK3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaftxkpVK3 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vaftxkpVK3 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vaftxkpVK3 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vaftxkpVK3 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vaftxkpVK3 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vaftxkpVK3 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vaftxkpVK3 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #787878, #b0335a 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vaftxkpVK3 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vaftxkpVK3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vaftxkpVK3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vaftxkpVK3 .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-vaftxkpVK3 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vaftxkpVK3 .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-vaftxkpVK3 .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vaftxkpVK3 .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-vaftxkpVK3 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vaftxkpVK3 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vaftxkpVK3 .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap {
  width: 180px;
  height: 180px;
  display: inline-flex;
  padding: 10px;
  border-top: 3px solid #ffffff;
  box-shadow: 0 10px 12px -8px #9c9c9c;
  background-color: #f5f5f5;
}
.cid-vaftxkpVK3 .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap .mbr-iconfont {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 84px;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 12px -8px #9c9c9c;
  background-color: #f5f5f5;
}
.cid-vaftxkpVK3 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vaftxkpVK3 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vaftxkpVK3 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-vaftxkpVK3 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vaftxkpVK3 .mbr-label,
.cid-vaftxkpVK3 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vaftxkpVK3 .mbr-section-title,
.cid-vaftxkpVK3 .title-wrapper {
  color: #000000;
  text-align: right;
}
.cid-vaftxkpVK3 .mbr-text,
.cid-vaftxkpVK3 .text-wrapper {
  color: #515151;
  text-align: right;
}
.cid-vaftxkpVK3 .item-title {
  color: #000000;
}
.cid-vaftxkpVK3 .item-text {
  color: #515151;
}
.cid-vc9l3Lk2C3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vc9l3Lk2C3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc9l3Lk2C3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vc9l3Lk2C3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vc9l3Lk2C3 .row {
  flex-direction: row-reverse;
}
.cid-vc9l3Lk2C3 img {
  width: 100%;
}
.cid-v8QkhQOpZd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d6c7b9;
}
.cid-v8QkhQOpZd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QkhQOpZd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QkhQOpZd .row {
  justify-content: center;
}
.cid-v8QkhQOpZd .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v8QkhQOpZd .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v8QkhQOpZd .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8QkhQOpZd .mbr-text {
  color: #fff7ee;
}
.cid-v8QkhQOpZd #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-v8QkhQOpZd img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-vcObPGx5O0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/comprar-un-salon-y-comedor-en-madrid-mueble-tres-decoracion00005.jpg");
}
.cid-vcObPGx5O0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcObPGx5O0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcObPGx5O0 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vcObPGx5O0 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vcObPGx5O0 .container {
    padding: 0 20px;
  }
}
.cid-vcObPGx5O0 .row {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-vcObPGx5O0 .row {
    height: 450px;
  }
}
.cid-vbnZ06aMet {
  padding-top: 2rem;
  background-color: #f5f5f5;
  overflow: hidden;
}
.cid-vbnZ06aMet .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbnZ06aMet .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbnZ06aMet .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e1e7ed;
}
@media (max-width: 425px) {
  .cid-vbnZ06aMet .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vbnZ06aMet .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #e1e7ed;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-vbnZ06aMet .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-vbnZ06aMet .content-wrapper .border_1 {
  left: 0;
}
.cid-vbnZ06aMet .content-wrapper .border_2 {
  right: 0;
}
.cid-vbnZ06aMet .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vbnZ06aMet .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vbnZ06aMet .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-vbnZ06aMet .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-vbnZ06aMet .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vbnZ06aMet .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vbnZ06aMet .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vbnZ06aMet .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vbnZ06aMet .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vbnZ06aMet .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 420px;
  max-width: 420px;
}
@media (max-width: 768px) {
  .cid-vbnZ06aMet .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vbnZ06aMet .embla__slide .slide-content {
  width: 100%;
}
.cid-vbnZ06aMet .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 24px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vbnZ06aMet .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-vbnZ06aMet .embla__slide .slide-content .item-wrapper .person-wrapper {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e7ed;
}
.cid-vbnZ06aMet .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vbnZ06aMet .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img {
  display: inline-flex;
}
.cid-vbnZ06aMet .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 100% !important;
  display: inline-flex;
  object-fit: cover;
  box-shadow: 0 10px 10px -2px #cccccc;
}
.cid-vbnZ06aMet .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .person-name {
  position: relative;
  z-index: 1;
  margin-left: 16px;
}
.cid-vbnZ06aMet .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .person-name .item-name {
  margin-bottom: 0;
}
.cid-vbnZ06aMet .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .person-name .item-role {
  margin-bottom: 0;
}
.cid-vbnZ06aMet .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vbnZ06aMet .embla__button--next,
.cid-vbnZ06aMet .embla__button--prev {
  display: flex;
}
.cid-vbnZ06aMet .embla__button {
  bottom: 54%;
  width: 42px;
  height: 42px;
  font-size: 26px;
  background-color: #334155 !important;
  color: #fafafa !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
  display: none;
}
@media (max-width: 992px) {
  .cid-vbnZ06aMet .embla__button {
    bottom: 0;
  }
}
.cid-vbnZ06aMet .embla__button:hover {
  transform: translateY(-3px);
}
.cid-vbnZ06aMet .embla__button:disabled {
  opacity: .5 !important;
  transform: none;
}
.cid-vbnZ06aMet .embla__button.embla__button--prev {
  left: 0;
}
.cid-vbnZ06aMet .embla__button.embla__button--next {
  right: 0;
}
.cid-vbnZ06aMet .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vbnZ06aMet .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 20px;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 992px) {
  .cid-vbnZ06aMet .embla__viewport {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-vbnZ06aMet .embla__viewport {
    mask-image: none;
    -webkit-mask-image: none;
  }
}
.cid-vbnZ06aMet .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vbnZ06aMet .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vbnZ06aMet .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vbnZ06aMet .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vbnZ06aMet .mbr-label,
.cid-vbnZ06aMet .label-wrapper {
  color: #7c505e;
  text-align: center;
}
.cid-vbnZ06aMet .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-vbnZ06aMet .mbr-text,
.cid-vbnZ06aMet .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-vbnZ06aMet .item-name {
  color: #b0335a;
}
.cid-vbnZ06aMet .item-role {
  color: #475569;
}
.cid-vbnZ06aMet .item-text {
  color: #475569;
}
.cid-vbnZ06aMet .mbr-section-title,
.cid-vbnZ06aMet .mbr-section-btn {
  color: #7c505e;
}
.cid-vcPt52IJPM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d6c7b9;
}
.cid-vcPt52IJPM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcPt52IJPM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcPt52IJPM .row {
  justify-content: center;
}
.cid-vcPt52IJPM .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vcPt52IJPM .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vcPt52IJPM .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcPt52IJPM .mbr-text {
  color: #fff7ee;
}
.cid-vcPt52IJPM #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-vcPt52IJPM img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-vcPsRb27k8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vcPsRb27k8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcPsRb27k8 .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-vcPsRb27k8 .container {
    padding: 0 20px;
  }
}
.cid-vcPsRb27k8 .row {
  justify-content: center;
}
.cid-vcPsRb27k8 .mbr-section-title {
  margin-bottom: 0;
  color: #515151;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vcPsRb27k8 .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vcPsRb27k8 .mbr-section-btn .btn {
  width: 100%;
}
.cid-vcPsRb27k8 .mbr-section-btn .btn:hover,
.cid-vcPsRb27k8 .mbr-section-btn .btn:focus {
  box-shadow: inset 800px 0 0 0 #555354 !important;
}
.cid-vcPsRb27k8 .mbr-desc {
  color: #ffffff;
}
.cid-vbo83yQKg2 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vbo83yQKg2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbo83yQKg2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbo83yQKg2 .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vbo83yQKg2 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vbo83yQKg2 .tabs-wrapper {
  border-bottom: none;
  margin-bottom: 20px;
}
.cid-vbo83yQKg2 .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-vbo83yQKg2 .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px 0;
}
.cid-vbo83yQKg2 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  color: #513d38;
  padding: 7px 22px;
  border: 1px solid #d6c7b9;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  min-height: 61px;
  font-weight: 600;
}
.cid-vbo83yQKg2 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #d6c7b9;
  color: #563842;
  border: 1px solid transparent;
}
.cid-vbo83yQKg2 .tab-content .tab-pane .item-content .image-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vbo83yQKg2 .tab-content .tab-pane .item-content .image-wrap {
    margin-bottom: 20px;
  }
}
.cid-vbo83yQKg2 .tab-content .tab-pane .item-content .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
  box-shadow: 0.5rem 0.5rem 1.5rem #515151 !important;
}
@media (max-width: 992px) {
  .cid-vbo83yQKg2 .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
  }
}
.cid-vbo83yQKg2 .tab-content .tab-pane .item-content .item-title {
  margin-bottom: 20px;
}
.cid-vbo83yQKg2 .tab-content .tab-pane .item-content .text-wrapper .item-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vbo83yQKg2 .tab-content .tab-pane .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-vbo83yQKg2 .mbr-section-title {
  color: #000000;
}
.cid-vbo83yQKg2 .item-title {
  color: #000000;
}
.cid-vbo83yQKg2 .item-text {
  color: #000000;
}
.cid-vbo83yQKg2 .mbr-section-title,
.cid-vbo83yQKg2 .tabs-wrapper {
  text-align: justify;
  color: #887e7b;
}
.cid-vbo83yQKg2 .item-title,
.cid-vbo83yQKg2 .mbr-section-btn {
  color: #887e7b;
}
.cid-vbo83yQKg2 .item-text,
.cid-vbo83yQKg2 .text-wrapper {
  color: #887e7b;
}
.cid-vcUpvi7unG {
  padding-top: 5rem;
  background-color: #f5f5f5;
  overflow: hidden;
}
.cid-vcUpvi7unG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcUpvi7unG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcUpvi7unG .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e1e7ed;
}
@media (max-width: 425px) {
  .cid-vcUpvi7unG .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vcUpvi7unG .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #e1e7ed;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-vcUpvi7unG .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-vcUpvi7unG .content-wrapper .border_1 {
  left: 0;
}
.cid-vcUpvi7unG .content-wrapper .border_2 {
  right: 0;
}
.cid-vcUpvi7unG .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vcUpvi7unG .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcUpvi7unG .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-vcUpvi7unG .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-vcUpvi7unG .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vcUpvi7unG .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vcUpvi7unG .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcUpvi7unG .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcUpvi7unG .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcUpvi7unG .content-wrapper .google-map iframe {
  height: 400px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcUpvi7unG .content-wrapper .google-map iframe {
    height: 320px;
  }
}
.cid-vcUpvi7unG .mbr-label,
.cid-vcUpvi7unG .label-wrapper {
  color: #b0335a;
  text-align: center;
}
.cid-vcUpvi7unG .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-vcUpvi7unG .mbr-text,
.cid-vcUpvi7unG .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-vcUpvi7unG .mbr-section-title,
.cid-vcUpvi7unG .mbr-section-btn {
  color: #515151;
}
.cid-vcZjiO6O6E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcZjiO6O6E .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcZjiO6O6E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcZjiO6O6E .content-wrap {
  margin: 0 -25px;
}
.cid-vcZjiO6O6E .content-wrap .card {
  padding: 0 25px;
}
@media (max-width: 992px) {
  .cid-vcZjiO6O6E .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vcZjiO6O6E .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vcZjiO6O6E .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vcZjiO6O6E .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vcZjiO6O6E .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vcZjiO6O6E .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 25px;
}
@media (max-width: 1440px) {
  .cid-vcZjiO6O6E .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vcZjiO6O6E .title-wrapper .image-wrapper img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vcZjiO6O6E .title-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-vcZjiO6O6E .subtitle-wrap .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vcZjiO6O6E .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vcZjiO6O6E .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vcZjiO6O6E .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 5px;
}
.cid-vcZjiO6O6E .form-wrap .dragArea.row .form-group .form-control {
  padding: 12px 15px;
  background-color: transparent;
  border: 1px solid #e8e8e8 !important;
  box-shadow: none;
  margin-bottom: 20px;
}
.cid-vcZjiO6O6E .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #777777;
}
.cid-vcZjiO6O6E .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vcZjiO6O6E .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #b0335a !important;
}
.cid-vcZjiO6O6E .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-vcZjiO6O6E .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vcZjiO6O6E .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #777777;
  border-color: #777777;
}
.cid-vcZjiO6O6E .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 5px;
}
.cid-vcZjiO6O6E .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  min-height: auto;
}
.cid-vcZjiO6O6E .mbr-label {
  color: #000000;
}
.cid-vcZjiO6O6E .mbr-section-title {
  color: #000000;
}
.cid-vcZjiO6O6E .mbr-section-subtitle {
  color: #000000;
}
.cid-vcZjiO6O6E label {
  color: #000000;
}
.cid-vbpJeNo0Y3 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vbpJeNo0Y3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vbpJeNo0Y3 .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-vbpJeNo0Y3 .media-wrap img {
  height: 6rem;
}
.cid-vbpJeNo0Y3 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-vbpJeNo0Y3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vbpJeNo0Y3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-vbpJeNo0Y3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-vbpJeNo0Y3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-vbpJeNo0Y3 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vbpJeNo0Y3 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vbpJeNo0Y3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vbpJeNo0Y3 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-vbpJeNo0Y3 .links {
  color: #232323;
}
.cid-vbpJeNo0Y3 .copyright > p {
  color: #767676;
}
.cid-vbq3mAYHvJ {
  z-index: 1000;
  width: 100%;
}
.cid-vbq3mAYHvJ .navbar-dropdown {
  background-color: #d6c7b9 !important;
  padding: 0;
  position: fixed;
}
.cid-vbq3mAYHvJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d6c7b9 !important;
  background: #d6c7b9;
}
.cid-vbq3mAYHvJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbq3mAYHvJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vbq3mAYHvJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vbq3mAYHvJ .menu_box .navbar.opened,
  .cid-vbq3mAYHvJ .menu_box .navbar-collapse {
    background-color: #d6c7b9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vbq3mAYHvJ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vbq3mAYHvJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vbq3mAYHvJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vbq3mAYHvJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vbq3mAYHvJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vbq3mAYHvJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vbq3mAYHvJ .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-vbq3mAYHvJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vbq3mAYHvJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vbq3mAYHvJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vbq3mAYHvJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vbq3mAYHvJ .offcanvas-body .mbr-text,
  .cid-vbq3mAYHvJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vbq3mAYHvJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vbq3mAYHvJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vbq3mAYHvJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vbq3mAYHvJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vbq3mAYHvJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vbq3mAYHvJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vbq3mAYHvJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vbq3mAYHvJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vbq3mAYHvJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vbq3mAYHvJ .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-vbq3mAYHvJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vbq3mAYHvJ 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-vbq3mAYHvJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-vbq3mAYHvJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-vbq3mAYHvJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vbq3mAYHvJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vbq3mAYHvJ .nav-item {
    margin: 0 !important;
  }
}
.cid-vbq3mAYHvJ .nav-item .nav-link {
  position: relative;
}
.cid-vbq3mAYHvJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #b0335a;
  transition: all 0.3s ease-out;
}
.cid-vbq3mAYHvJ .nav-item .nav-link:hover,
.cid-vbq3mAYHvJ .nav-item .nav-link:focus {
  opacity: 1;
  color: #b0335a !important;
}
.cid-vbq3mAYHvJ .nav-item .nav-link:hover::before,
.cid-vbq3mAYHvJ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vbq3mAYHvJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vbq3mAYHvJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vbq3mAYHvJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vbq3mAYHvJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vbq3mAYHvJ .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-vbq3mAYHvJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vbq3mAYHvJ .offcanvas_box {
    display: none;
  }
}
.cid-vbq3mAYHvJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vbq3mAYHvJ .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vbq3mAYHvJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vbq3mAYHvJ .container {
  display: flex;
  margin: auto;
}
.cid-vbq3mAYHvJ .iconfont-wrapper {
  color: #ffffff;
  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-vbq3mAYHvJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vbq3mAYHvJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vbq3mAYHvJ .navbar-caption {
  color: #ffffff;
}
.cid-vbq3mAYHvJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vbq3mAYHvJ .navbar-nav {
    margin: 0;
  }
}
.cid-vbq3mAYHvJ .dropdown-menu,
.cid-vbq3mAYHvJ .navbar.opened {
  background-color: false !important;
}
.cid-vbq3mAYHvJ .nav-item:focus,
.cid-vbq3mAYHvJ .nav-link:focus {
  outline: none;
}
.cid-vbq3mAYHvJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbq3mAYHvJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbq3mAYHvJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbq3mAYHvJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbq3mAYHvJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbq3mAYHvJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbq3mAYHvJ .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vbq3mAYHvJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vbq3mAYHvJ .navbar.opened {
  transition: all 0.3s;
}
.cid-vbq3mAYHvJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vbq3mAYHvJ .navbar .navbar-logo img {
  object-fit: contain;
}
.cid-vbq3mAYHvJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vbq3mAYHvJ .navbar.collapsed {
  justify-content: center;
}
.cid-vbq3mAYHvJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbq3mAYHvJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vbq3mAYHvJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbq3mAYHvJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbq3mAYHvJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbq3mAYHvJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vbq3mAYHvJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vbq3mAYHvJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vbq3mAYHvJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vbq3mAYHvJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbq3mAYHvJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbq3mAYHvJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vbq3mAYHvJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbq3mAYHvJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vbq3mAYHvJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbq3mAYHvJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vbq3mAYHvJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vbq3mAYHvJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vbq3mAYHvJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vbq3mAYHvJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbq3mAYHvJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vbq3mAYHvJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbq3mAYHvJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbq3mAYHvJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbq3mAYHvJ .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-vbq3mAYHvJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vbq3mAYHvJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbq3mAYHvJ .dropdown-item.active,
.cid-vbq3mAYHvJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vbq3mAYHvJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbq3mAYHvJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbq3mAYHvJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbq3mAYHvJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbq3mAYHvJ .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-vbq3mAYHvJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vbq3mAYHvJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbq3mAYHvJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d6c7b9;
  background: #e4dfd4;
}
.cid-vbq3mAYHvJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vbq3mAYHvJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbq3mAYHvJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbq3mAYHvJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbq3mAYHvJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbq3mAYHvJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbq3mAYHvJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbq3mAYHvJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbq3mAYHvJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbq3mAYHvJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vbq3mAYHvJ .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-vbq3mAYHvJ .navbar {
    height: 70px;
  }
  .cid-vbq3mAYHvJ .navbar.opened {
    height: auto;
  }
  .cid-vbq3mAYHvJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbq3mAYHvJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vbq3mAYHvJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-vbq3mAYHvJ .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-vbq3mAYHvJ .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-vbq3mAYHvJ .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-vbq3mAYHvJ .navbar-caption:hover {
  color: #b0335a;
}
@media (min-width: 992px) {
  .cid-vbq3mAYHvJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vbq3mAYHvJ .text_widget {
  margin-bottom: 32px;
}
.cid-vbq3mAYHvJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vbq3mAYHvJ .text_widget a:hover {
  opacity: .5;
}
.cid-vbq3mAYHvJ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vbq3mAYHvJ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vbq3mAYHvJ .mbr-section-subtitle,
.cid-vbq3mAYHvJ .text_widget,
.cid-vbq3mAYHvJ .mbr-section-btn {
  text-align: center;
}
.cid-vbq3mAYHvJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vbq3mBPEtE {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  justify-content: flex-end;
  background-image: url("../../../assets/images/comprar-un-dormitorio-juvenil-en-madrid-mueble-tres-decoracion00013.jpg");
}
.cid-vbq3mBPEtE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbq3mBPEtE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbq3mBPEtE .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vbq3mBPEtE .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vbq3mBPEtE .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbq3mBPEtE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbq3mBPEtE .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-vbq3mBPEtE .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vbq3mBPEtE .text-wrapper {
    padding-left: 0;
  }
}
.cid-vbq3mBPEtE .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vbq3mBPEtE .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-vbq3mBPEtE .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-vbq3mBPEtE .mbr-label {
  color: #ffffff;
}
.cid-vbq3mBPEtE .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-vbq3mBPEtE .mbr-text {
  color: #ffffff;
}
.cid-vbq3mCqdyT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9c9c9c;
}
.cid-vbq3mCqdyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbq3mCqdyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbq3mCqdyT .row {
  justify-content: center;
}
.cid-vbq3mCqdyT .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vbq3mCqdyT .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vbq3mCqdyT .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vbq3mCqdyT .mbr-text {
  color: #fff7ee;
}
.cid-vbq3mCqdyT #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-vbq3mCqdyT img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-vbq3mD0YHQ {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vbq3mD0YHQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbq3mD0YHQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbq3mD0YHQ .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vbq3mD0YHQ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vbq3mD0YHQ .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vbq3mD0YHQ .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vbq3mD0YHQ .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vbq3mD0YHQ .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vbq3mD0YHQ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #1b1b1b, #787878 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vbq3mD0YHQ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vbq3mD0YHQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vbq3mD0YHQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vbq3mD0YHQ .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-vbq3mD0YHQ .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-vbq3mD0YHQ .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-vbq3mD0YHQ .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vbq3mD0YHQ .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-vbq3mD0YHQ .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vbq3mD0YHQ .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-vbq3mD0YHQ .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbq3mD0YHQ .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vbq3mD0YHQ .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-vbq3mD0YHQ .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-vbq3mD0YHQ .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vbq3mD0YHQ .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-vbq3mD0YHQ .mbr-label,
.cid-vbq3mD0YHQ .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vbq3mD0YHQ .mbr-section-title,
.cid-vbq3mD0YHQ .title-wrapper {
  color: #000000;
  text-align: left;
}
.cid-vbq3mD0YHQ .mbr-text,
.cid-vbq3mD0YHQ .text-wrapper {
  color: #555354;
  text-align: justify;
}
.cid-vbq3mD0YHQ .item-text {
  color: #000000;
}
.cid-vbq3mD0YHQ .item-text,
.cid-vbq3mD0YHQ .mbr-section-btn {
  text-align: left;
  color: #555354;
}
.cid-vbq3mDGTq8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vbq3mDGTq8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbq3mDGTq8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbq3mDGTq8 .item-wrapper {
  padding: 30px;
  transition: 0.2s;
  border: 1px solid transparent;
  position: relative;
}
.cid-vbq3mDGTq8 .item-wrapper:hover {
  border: 1px solid #fafafa;
}
.cid-vbq3mDGTq8 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vbq3mDGTq8 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vbq3mDGTq8 .carousel-control,
.cid-vbq3mDGTq8 .close {
  background: #1b1b1b;
}
.cid-vbq3mDGTq8 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vbq3mDGTq8 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vbq3mDGTq8 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vbq3mDGTq8 .carousel-control-next span {
  margin-left: 5px;
}
.cid-vbq3mDGTq8 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fafafa;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fafafa;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vbq3mDGTq8 .close::before {
  content: '\e91a';
}
.cid-vbq3mDGTq8 .close:hover {
  opacity: 1;
  background: #000000;
  color: #fafafa;
}
.cid-vbq3mDGTq8 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vbq3mDGTq8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vbq3mDGTq8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vbq3mDGTq8 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vbq3mDGTq8 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vbq3mDGTq8 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vbq3mDGTq8 .carousel-indicators li.active,
.cid-vbq3mDGTq8 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vbq3mDGTq8 .carousel-indicators li::after,
.cid-vbq3mDGTq8 .carousel-indicators li::before {
  content: none;
}
.cid-vbq3mDGTq8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vbq3mDGTq8 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vbq3mDGTq8 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vbq3mDGTq8 .carousel-indicators {
    display: none;
  }
}
.cid-vbq3mDGTq8 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vbq3mDGTq8 .carousel-inner > .active {
  display: block;
}
.cid-vbq3mDGTq8 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vbq3mDGTq8 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vbq3mDGTq8 .carousel-control:hover {
  background: #1c1c1c;
  color: #fafafa;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vbq3mDGTq8 .carousel-control,
  .cid-vbq3mDGTq8 .carousel-indicators,
  .cid-vbq3mDGTq8 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vbq3mDGTq8 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vbq3mDGTq8 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vbq3mDGTq8 .carousel-indicators .active,
.cid-vbq3mDGTq8 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vbq3mDGTq8 .carousel-indicators .active {
  background: #fafafa;
}
.cid-vbq3mDGTq8 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vbq3mDGTq8 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vbq3mDGTq8 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vbq3mDGTq8 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vbq3mDGTq8 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vbq3mDGTq8 .modal-body img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vbq3mDGTq8 .carousel {
  width: 100%;
}
.cid-vbq3mDGTq8 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vbq3mDGTq8 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vbq3mDGTq8 .modal.fade .modal-dialog,
.cid-vbq3mDGTq8 .modal.in .modal-dialog {
  transform: none;
}
.cid-vbq3mDGTq8 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vbq3mDGTq8 H6 {
  text-align: center;
}
.cid-vbq3mDGTq8 .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vbq3mDGTq8 .rotate {
    top: -6px;
  }
}
.cid-vbq3mDGTq8 .title-relative {
  position: relative;
}
.cid-vbq3mDGTq8 .mbr-section-title,
.cid-vbq3mDGTq8 .mbr-section-subtitle {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-vbq3mDGTq8 .item-content {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .cid-vbq3mDGTq8 .item-content {
    padding-top: 10px;
  }
}
.cid-vbq3mDGTq8 .mbr-text,
.cid-vbq3mDGTq8 .item-title {
  color: #fafafa;
}
.cid-vbq3mDGTq8 .inner-position {
  padding: 40px;
  background-color: #fafafa;
  max-width: 60%;
  margin: 0 auto;
}
.cid-vbq3mDGTq8 .inner-price {
  margin-bottom: 0;
  align-self: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.cid-vbq3mDGTq8 .style-button {
  padding: 15px 30px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0;
  font-weight: 500;
  background-color: #000000;
  color: #fafafa;
}
.cid-vbq3mDGTq8 .order-position {
  display: flex;
  justify-content: space-between;
}
.cid-vbq3mDGTq8 .text-size {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}
.cid-vbq3mDGTq8 .text-color {
  color: #c4c4c8;
  font-size: 14px;
  line-height: 24px;
}
.cid-vbq3mDGTq8 .span-color {
  color: #000000;
  font-weight: 700;
}
.cid-vbq3mDGTq8 .item-title {
  text-align: center;
  color: #555354;
}
.cid-vbq3mDGTq8 .mbr-section-title {
  color: #555354;
  text-align: center;
}
.cid-vbq3mFpjbO {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-vbq3mFpjbO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbq3mFpjbO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbq3mFpjbO .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vbq3mFpjbO .card {
    margin-bottom: 40px;
  }
}
.cid-vbq3mFpjbO .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vbq3mFpjbO .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vbq3mFpjbO .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbq3mFpjbO .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbq3mFpjbO .mbr-label {
  color: #563842;
  text-align: right;
}
.cid-vbq3mFpjbO .mbr-section-title {
  color: #563842;
  text-align: right;
}
.cid-vbq3mFpjbO .mbr-text {
  color: #555354;
}
.cid-vbq3mG3QvR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9c9c9c;
}
.cid-vbq3mG3QvR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbq3mG3QvR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbq3mG3QvR .row {
  justify-content: center;
}
.cid-vbq3mG3QvR .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vbq3mG3QvR .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vbq3mG3QvR .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vbq3mG3QvR .mbr-text {
  color: #fff7ee;
}
.cid-vbq3mG3QvR #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-vbq3mG3QvR img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-vbq3mGIIFz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/comprar-un-dormitorio-juvenil-en-madrid-mueble-tres-decoracion00020.jpg");
}
.cid-vbq3mGIIFz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbq3mGIIFz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbq3mGIIFz .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vbq3mGIIFz .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vbq3mGIIFz .container {
    padding: 0 20px;
  }
}
.cid-vbq3mGIIFz .row {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-vbq3mGIIFz .row {
    height: 450px;
  }
}
.cid-vbq3mHmjYj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-vbq3mHmjYj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbq3mHmjYj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbq3mHmjYj .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vbq3mHmjYj .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vbq3mHmjYj .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9c9c9c, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vbq3mHmjYj .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vbq3mHmjYj .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vbq3mHmjYj .mbr-section-title {
  color: #000000;
}
.cid-vbq3mHmjYj .mbr-text,
.cid-vbq3mHmjYj .text-wrapper {
  color: #515151;
  text-align: justify;
}
.cid-vbq3mHmjYj .mbr-section-title,
.cid-vbq3mHmjYj .title-wrapper,
.cid-vbq3mHmjYj .mbr-section-btn {
  text-align: center;
}
.cid-vbq3mI25Z3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9c9c9c;
}
.cid-vbq3mI25Z3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbq3mI25Z3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbq3mI25Z3 .row {
  justify-content: center;
}
.cid-vbq3mI25Z3 .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vbq3mI25Z3 .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vbq3mI25Z3 .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vbq3mI25Z3 .mbr-text {
  color: #fff7ee;
}
.cid-vbq3mI25Z3 #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-vbq3mI25Z3 img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-vbq3mIGxgx {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-vbq3mIGxgx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbq3mIGxgx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbq3mIGxgx .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vbq3mIGxgx .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vbq3mIGxgx .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vbq3mIGxgx .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vbq3mIGxgx .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vbq3mIGxgx .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vbq3mIGxgx .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #787878, #b0335a 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vbq3mIGxgx .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vbq3mIGxgx .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vbq3mIGxgx .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vbq3mIGxgx .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-vbq3mIGxgx .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vbq3mIGxgx .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-vbq3mIGxgx .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vbq3mIGxgx .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-vbq3mIGxgx .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vbq3mIGxgx .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vbq3mIGxgx .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap {
  width: 180px;
  height: 180px;
  display: inline-flex;
  padding: 10px;
  border-top: 3px solid #ffffff;
  box-shadow: 0 10px 12px -8px #9c9c9c;
  background-color: #f5f5f5;
}
.cid-vbq3mIGxgx .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap .mbr-iconfont {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 84px;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 12px -8px #9c9c9c;
  background-color: #f5f5f5;
}
.cid-vbq3mIGxgx .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vbq3mIGxgx .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vbq3mIGxgx .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-vbq3mIGxgx .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbq3mIGxgx .mbr-label,
.cid-vbq3mIGxgx .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vbq3mIGxgx .mbr-section-title,
.cid-vbq3mIGxgx .title-wrapper {
  color: #000000;
  text-align: right;
}
.cid-vbq3mIGxgx .mbr-text,
.cid-vbq3mIGxgx .text-wrapper {
  color: #515151;
  text-align: right;
}
.cid-vbq3mIGxgx .item-title {
  color: #000000;
}
.cid-vbq3mIGxgx .item-text {
  color: #515151;
  text-align: right;
}
.cid-vbq3mIGxgx .item-title,
.cid-vbq3mIGxgx .mbr-section-btn {
  text-align: right;
  color: #555354;
}
.cid-vc9kwJ1Pvh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vc9kwJ1Pvh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc9kwJ1Pvh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vc9kwJ1Pvh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vc9kwJ1Pvh .row {
  flex-direction: row-reverse;
}
.cid-vc9kwJ1Pvh img {
  width: 100%;
}
.cid-vbq3mJtxD4 {
  padding-top: 0rem;
  background-color: #f5f5f5;
  overflow: hidden;
}
.cid-vbq3mJtxD4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbq3mJtxD4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbq3mJtxD4 .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 1rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e1e7ed;
}
@media (max-width: 425px) {
  .cid-vbq3mJtxD4 .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vbq3mJtxD4 .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #e1e7ed;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-vbq3mJtxD4 .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-vbq3mJtxD4 .content-wrapper .border_1 {
  left: 0;
}
.cid-vbq3mJtxD4 .content-wrapper .border_2 {
  right: 0;
}
.cid-vbq3mJtxD4 .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vbq3mJtxD4 .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vbq3mJtxD4 .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-vbq3mJtxD4 .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-vbq3mJtxD4 .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vbq3mJtxD4 .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vbq3mJtxD4 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vbq3mJtxD4 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vbq3mJtxD4 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vbq3mJtxD4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 420px;
  max-width: 420px;
}
@media (max-width: 768px) {
  .cid-vbq3mJtxD4 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vbq3mJtxD4 .embla__slide .slide-content {
  width: 100%;
}
.cid-vbq3mJtxD4 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 24px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vbq3mJtxD4 .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-vbq3mJtxD4 .embla__slide .slide-content .item-wrapper .person-wrapper {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e7ed;
}
.cid-vbq3mJtxD4 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vbq3mJtxD4 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img {
  display: inline-flex;
}
.cid-vbq3mJtxD4 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 100% !important;
  display: inline-flex;
  object-fit: cover;
  box-shadow: 0 10px 10px -2px #cccccc;
}
.cid-vbq3mJtxD4 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .person-name {
  position: relative;
  z-index: 1;
  margin-left: 16px;
}
.cid-vbq3mJtxD4 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .person-name .item-name {
  margin-bottom: 0;
}
.cid-vbq3mJtxD4 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .person-name .item-role {
  margin-bottom: 0;
}
.cid-vbq3mJtxD4 .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vbq3mJtxD4 .embla__button--next,
.cid-vbq3mJtxD4 .embla__button--prev {
  display: flex;
}
.cid-vbq3mJtxD4 .embla__button {
  bottom: 54%;
  width: 42px;
  height: 42px;
  font-size: 26px;
  background-color: #334155 !important;
  color: #fafafa !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
  display: none;
}
@media (max-width: 992px) {
  .cid-vbq3mJtxD4 .embla__button {
    bottom: 0;
  }
}
.cid-vbq3mJtxD4 .embla__button:hover {
  transform: translateY(-3px);
}
.cid-vbq3mJtxD4 .embla__button:disabled {
  opacity: .5 !important;
  transform: none;
}
.cid-vbq3mJtxD4 .embla__button.embla__button--prev {
  left: 0;
}
.cid-vbq3mJtxD4 .embla__button.embla__button--next {
  right: 0;
}
.cid-vbq3mJtxD4 .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vbq3mJtxD4 .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 20px;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 992px) {
  .cid-vbq3mJtxD4 .embla__viewport {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-vbq3mJtxD4 .embla__viewport {
    mask-image: none;
    -webkit-mask-image: none;
  }
}
.cid-vbq3mJtxD4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vbq3mJtxD4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vbq3mJtxD4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vbq3mJtxD4 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vbq3mJtxD4 .mbr-label,
.cid-vbq3mJtxD4 .label-wrapper {
  color: #7c505e;
  text-align: center;
}
.cid-vbq3mJtxD4 .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-vbq3mJtxD4 .mbr-text,
.cid-vbq3mJtxD4 .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-vbq3mJtxD4 .item-name {
  color: #b0335a;
}
.cid-vbq3mJtxD4 .item-role {
  color: #475569;
}
.cid-vbq3mJtxD4 .item-text {
  color: #475569;
}
.cid-vbq3mJtxD4 .mbr-section-title,
.cid-vbq3mJtxD4 .mbr-section-btn {
  color: #7c505e;
}
.cid-vcPoVpXTli {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vcPoVpXTli .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcPoVpXTli .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-vcPoVpXTli .container {
    padding: 0 20px;
  }
}
.cid-vcPoVpXTli .row {
  justify-content: center;
}
.cid-vcPoVpXTli .mbr-section-title {
  margin-bottom: 0;
  color: #515151;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vcPoVpXTli .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vcPoVpXTli .mbr-section-btn .btn {
  width: 100%;
}
.cid-vcPoVpXTli .mbr-section-btn .btn:hover,
.cid-vcPoVpXTli .mbr-section-btn .btn:focus {
  box-shadow: inset 800px 0 0 0 #555354 !important;
}
.cid-vcPoVpXTli .mbr-desc {
  color: #ffffff;
}
.cid-vcPoUKwTXh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-vcPoUKwTXh .row .slide-overlay {
  z-index: 1 !important;
}
@media (min-width: 992px) {
  .cid-vcPoUKwTXh .carousel {
    min-height: 800px;
  }
  .cid-vcPoUKwTXh .carousel img {
    max-height: 800px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcPoUKwTXh .carousel {
    min-height: 464px;
  }
  .cid-vcPoUKwTXh .carousel img {
    max-height: 464px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .cid-vcPoUKwTXh .carousel {
    min-height: 360px;
  }
  .cid-vcPoUKwTXh .carousel img {
    max-height: 360px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .cid-vcPoUKwTXh .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vcPoUKwTXh .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vcPoUKwTXh .carousel,
.cid-vcPoUKwTXh .carousel-inner {
  display: flex;
  align-items: stretch;
}
.cid-vcPoUKwTXh .item-wrapper {
  width: 100%;
  overflow: hidden;
}
.cid-vcPoUKwTXh .carousel-caption {
  z-index: 2 !important;
  left: 1rem;
  bottom: 1rem;
  width: fit-content;
  max-width: calc(68%);
  background-color: #33363b;
  padding: 8px;
  background-color: transparent;
}
.cid-vcPoUKwTXh .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0 !important;
  text-align: left;
}
.cid-vcPoUKwTXh .mbr-section-text {
  margin-bottom: 0 !important;
  margin-top: 8px !important;
  color: #FFFFFF;
  text-align: left;
  display: none;
}
.cid-vcPoUKwTXh .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vcPoUKwTXh .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1;
}
.cid-vcPoUKwTXh .carousel-control .mobi-mbri {
  color: #24262b;
  transition: all 0.3s;
}
.cid-vcPoUKwTXh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .cid-vcPoUKwTXh .carousel-control.carousel-control-prev {
    margin-left: 1rem;
  }
}
.cid-vcPoUKwTXh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-vcPoUKwTXh .carousel-control.carousel-control-next {
    margin-right: 1rem;
  }
}
.cid-vcPoUKwTXh .carousel-control:hover,
.cid-vcPoUKwTXh .carousel-control:focus {
  border-color: #ffffff;
  opacity: 1;
}
.cid-vcPoUKwTXh .carousel-control-prev:hover .mobi-mbri,
.cid-vcPoUKwTXh .carousel-control-prev:focus .mobi-mbri {
  transform: translateX(-7px);
}
.cid-vcPoUKwTXh .carousel-control-next:hover .mobi-mbri,
.cid-vcPoUKwTXh .carousel-control-next:focus .mobi-mbri {
  transform: translateX(7px);
}
.cid-vcPoUKwTXh .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vcPoUKwTXh .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vcPoUKwTXh .carousel-indicators {
  display: none !important;
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vcPoUKwTXh .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcPoUKwTXh .carousel-indicators li.active,
.cid-vcPoUKwTXh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcPoUKwTXh .carousel-indicators li::after,
.cid-vcPoUKwTXh .carousel-indicators li::before {
  content: none;
}
.cid-vcPoUKwTXh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcPoUKwTXh .carousel-indicators {
    display: none !important;
  }
}
.cid-vd5IBqBStc {
  padding-top: 0rem;
  background-color: #f5f5f5;
  overflow: hidden;
}
.cid-vd5IBqBStc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5IBqBStc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5IBqBStc .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 1rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e1e7ed;
}
@media (max-width: 425px) {
  .cid-vd5IBqBStc .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vd5IBqBStc .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #e1e7ed;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-vd5IBqBStc .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-vd5IBqBStc .content-wrapper .border_1 {
  left: 0;
}
.cid-vd5IBqBStc .content-wrapper .border_2 {
  right: 0;
}
.cid-vd5IBqBStc .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vd5IBqBStc .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vd5IBqBStc .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-vd5IBqBStc .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-vd5IBqBStc .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vd5IBqBStc .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vd5IBqBStc .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vd5IBqBStc .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vd5IBqBStc .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vd5IBqBStc .content-wrapper .google-map iframe {
  height: 400px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vd5IBqBStc .content-wrapper .google-map iframe {
    height: 320px;
  }
}
.cid-vd5IBqBStc .mbr-label,
.cid-vd5IBqBStc .label-wrapper {
  color: #b0335a;
  text-align: center;
}
.cid-vd5IBqBStc .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-vd5IBqBStc .mbr-text,
.cid-vd5IBqBStc .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-vd5IBqBStc .mbr-section-title,
.cid-vd5IBqBStc .mbr-section-btn {
  color: #515151;
}
.cid-vd5IJDe2S5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9c9c9c;
}
.cid-vd5IJDe2S5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5IJDe2S5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5IJDe2S5 .row {
  justify-content: center;
}
.cid-vd5IJDe2S5 .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vd5IJDe2S5 .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vd5IJDe2S5 .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vd5IJDe2S5 .mbr-text {
  color: #fff7ee;
}
.cid-vd5IJDe2S5 #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-vd5IJDe2S5 img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-vd5ICgJAZP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vd5ICgJAZP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5ICgJAZP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5ICgJAZP .content-wrap {
  margin: 0 -25px;
}
.cid-vd5ICgJAZP .content-wrap .card {
  padding: 0 25px;
}
@media (max-width: 992px) {
  .cid-vd5ICgJAZP .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vd5ICgJAZP .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vd5ICgJAZP .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vd5ICgJAZP .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vd5ICgJAZP .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vd5ICgJAZP .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 25px;
}
@media (max-width: 1440px) {
  .cid-vd5ICgJAZP .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vd5ICgJAZP .title-wrapper .image-wrapper img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vd5ICgJAZP .title-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-vd5ICgJAZP .subtitle-wrap .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5ICgJAZP .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vd5ICgJAZP .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vd5ICgJAZP .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 5px;
}
.cid-vd5ICgJAZP .form-wrap .dragArea.row .form-group .form-control {
  padding: 12px 15px;
  background-color: transparent;
  border: 1px solid #e8e8e8 !important;
  box-shadow: none;
  margin-bottom: 20px;
}
.cid-vd5ICgJAZP .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #777777;
}
.cid-vd5ICgJAZP .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vd5ICgJAZP .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #b0335a !important;
}
.cid-vd5ICgJAZP .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-vd5ICgJAZP .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vd5ICgJAZP .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #777777;
  border-color: #777777;
}
.cid-vd5ICgJAZP .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 5px;
}
.cid-vd5ICgJAZP .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  min-height: auto;
}
.cid-vd5ICgJAZP .mbr-label {
  color: #000000;
}
.cid-vd5ICgJAZP .mbr-section-title {
  color: #000000;
}
.cid-vd5ICgJAZP .mbr-section-subtitle {
  color: #000000;
}
.cid-vd5ICgJAZP label {
  color: #000000;
}
.cid-vbq3mMcKxP {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vbq3mMcKxP .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vbq3mMcKxP .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-vbq3mMcKxP .media-wrap img {
  height: 6rem;
}
.cid-vbq3mMcKxP .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-vbq3mMcKxP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vbq3mMcKxP .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-vbq3mMcKxP .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-vbq3mMcKxP .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-vbq3mMcKxP .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vbq3mMcKxP .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vbq3mMcKxP .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vbq3mMcKxP .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-vbq3mMcKxP .links {
  color: #232323;
}
.cid-vbq3mMcKxP .copyright > p {
  color: #767676;
}
.cid-vbpJimRHaE {
  z-index: 1000;
  width: 100%;
}
.cid-vbpJimRHaE .navbar-dropdown {
  background-color: #d6c7b9 !important;
  padding: 0;
  position: fixed;
}
.cid-vbpJimRHaE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d6c7b9 !important;
  background: #d6c7b9;
}
.cid-vbpJimRHaE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbpJimRHaE .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vbpJimRHaE .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vbpJimRHaE .menu_box .navbar.opened,
  .cid-vbpJimRHaE .menu_box .navbar-collapse {
    background-color: #d6c7b9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vbpJimRHaE nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vbpJimRHaE .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vbpJimRHaE .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vbpJimRHaE .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vbpJimRHaE .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vbpJimRHaE .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vbpJimRHaE .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-vbpJimRHaE .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vbpJimRHaE .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vbpJimRHaE .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vbpJimRHaE .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vbpJimRHaE .offcanvas-body .mbr-text,
  .cid-vbpJimRHaE .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vbpJimRHaE .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vbpJimRHaE .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vbpJimRHaE .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vbpJimRHaE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vbpJimRHaE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vbpJimRHaE .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vbpJimRHaE .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vbpJimRHaE ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vbpJimRHaE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vbpJimRHaE .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-vbpJimRHaE .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vbpJimRHaE 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-vbpJimRHaE .lg_brand {
    margin: 0 1rem;
  }
  .cid-vbpJimRHaE .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-vbpJimRHaE .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vbpJimRHaE .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vbpJimRHaE .nav-item {
    margin: 0 !important;
  }
}
.cid-vbpJimRHaE .nav-item .nav-link {
  position: relative;
}
.cid-vbpJimRHaE .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #b0335a;
  transition: all 0.3s ease-out;
}
.cid-vbpJimRHaE .nav-item .nav-link:hover,
.cid-vbpJimRHaE .nav-item .nav-link:focus {
  opacity: 1;
  color: #b0335a !important;
}
.cid-vbpJimRHaE .nav-item .nav-link:hover::before,
.cid-vbpJimRHaE .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vbpJimRHaE .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vbpJimRHaE .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vbpJimRHaE .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vbpJimRHaE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vbpJimRHaE .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-vbpJimRHaE .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vbpJimRHaE .offcanvas_box {
    display: none;
  }
}
.cid-vbpJimRHaE .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vbpJimRHaE .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vbpJimRHaE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vbpJimRHaE .container {
  display: flex;
  margin: auto;
}
.cid-vbpJimRHaE .iconfont-wrapper {
  color: #ffffff;
  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-vbpJimRHaE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vbpJimRHaE .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vbpJimRHaE .navbar-caption {
  color: #ffffff;
}
.cid-vbpJimRHaE .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vbpJimRHaE .navbar-nav {
    margin: 0;
  }
}
.cid-vbpJimRHaE .dropdown-menu,
.cid-vbpJimRHaE .navbar.opened {
  background-color: false !important;
}
.cid-vbpJimRHaE .nav-item:focus,
.cid-vbpJimRHaE .nav-link:focus {
  outline: none;
}
.cid-vbpJimRHaE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbpJimRHaE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbpJimRHaE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbpJimRHaE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbpJimRHaE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbpJimRHaE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbpJimRHaE .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vbpJimRHaE .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vbpJimRHaE .navbar.opened {
  transition: all 0.3s;
}
.cid-vbpJimRHaE .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vbpJimRHaE .navbar .navbar-logo img {
  object-fit: contain;
}
.cid-vbpJimRHaE .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vbpJimRHaE .navbar.collapsed {
  justify-content: center;
}
.cid-vbpJimRHaE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbpJimRHaE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vbpJimRHaE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbpJimRHaE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbpJimRHaE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbpJimRHaE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vbpJimRHaE .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vbpJimRHaE .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vbpJimRHaE .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vbpJimRHaE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbpJimRHaE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbpJimRHaE .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vbpJimRHaE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbpJimRHaE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vbpJimRHaE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbpJimRHaE .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vbpJimRHaE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vbpJimRHaE .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vbpJimRHaE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vbpJimRHaE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbpJimRHaE .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vbpJimRHaE .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbpJimRHaE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbpJimRHaE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbpJimRHaE .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-vbpJimRHaE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vbpJimRHaE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbpJimRHaE .dropdown-item.active,
.cid-vbpJimRHaE .dropdown-item:active {
  background-color: transparent;
}
.cid-vbpJimRHaE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbpJimRHaE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbpJimRHaE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbpJimRHaE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbpJimRHaE .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-vbpJimRHaE ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vbpJimRHaE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbpJimRHaE button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d6c7b9;
  background: #e4dfd4;
}
.cid-vbpJimRHaE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vbpJimRHaE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbpJimRHaE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbpJimRHaE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbpJimRHaE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbpJimRHaE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbpJimRHaE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbpJimRHaE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbpJimRHaE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbpJimRHaE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vbpJimRHaE .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-vbpJimRHaE .navbar {
    height: 70px;
  }
  .cid-vbpJimRHaE .navbar.opened {
    height: auto;
  }
  .cid-vbpJimRHaE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbpJimRHaE .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vbpJimRHaE .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-vbpJimRHaE .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-vbpJimRHaE .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-vbpJimRHaE .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-vbpJimRHaE .navbar-caption:hover {
  color: #b0335a;
}
@media (min-width: 992px) {
  .cid-vbpJimRHaE .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vbpJimRHaE .text_widget {
  margin-bottom: 32px;
}
.cid-vbpJimRHaE .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vbpJimRHaE .text_widget a:hover {
  opacity: .5;
}
.cid-vbpJimRHaE .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vbpJimRHaE .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vbpJimRHaE .mbr-section-subtitle,
.cid-vbpJimRHaE .text_widget,
.cid-vbpJimRHaE .mbr-section-btn {
  text-align: center;
}
.cid-vbpJimRHaE a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vbpJinHKUk {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  justify-content: flex-end;
  background-image: url("../../../assets/images/comprar-mueble-auxiliar-mueble-3-decoracion-detalle-35.jpg");
}
.cid-vbpJinHKUk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbpJinHKUk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbpJinHKUk .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vbpJinHKUk .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vbpJinHKUk .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbpJinHKUk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbpJinHKUk .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-vbpJinHKUk .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vbpJinHKUk .text-wrapper {
    padding-left: 0;
  }
}
.cid-vbpJinHKUk .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vbpJinHKUk .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-vbpJinHKUk .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-vbpJinHKUk .mbr-label {
  color: #ffffff;
}
.cid-vbpJinHKUk .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-vbpJinHKUk .mbr-text {
  color: #ffffff;
}
.cid-vbpJiq8d0A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d6c7b9;
}
.cid-vbpJiq8d0A .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbpJiq8d0A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbpJiq8d0A .row {
  justify-content: center;
}
.cid-vbpJiq8d0A .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vbpJiq8d0A .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vbpJiq8d0A .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vbpJiq8d0A .mbr-text {
  color: #fff7ee;
}
.cid-vbpJiq8d0A #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-vbpJiq8d0A img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-vbpJiqFOOS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vbpJiqFOOS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbpJiqFOOS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbpJiqFOOS .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vbpJiqFOOS .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vbpJiqFOOS .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vbpJiqFOOS .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vbpJiqFOOS .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vbpJiqFOOS .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vbpJiqFOOS .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #c2b299, #7c505e 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vbpJiqFOOS .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vbpJiqFOOS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vbpJiqFOOS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vbpJiqFOOS .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-vbpJiqFOOS .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-vbpJiqFOOS .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-vbpJiqFOOS .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vbpJiqFOOS .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-vbpJiqFOOS .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vbpJiqFOOS .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-vbpJiqFOOS .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbpJiqFOOS .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vbpJiqFOOS .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-vbpJiqFOOS .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-vbpJiqFOOS .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vbpJiqFOOS .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-vbpJiqFOOS .mbr-label,
.cid-vbpJiqFOOS .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vbpJiqFOOS .mbr-section-title,
.cid-vbpJiqFOOS .title-wrapper {
  color: #000000;
  text-align: left;
}
.cid-vbpJiqFOOS .mbr-text,
.cid-vbpJiqFOOS .text-wrapper {
  color: #515151;
  text-align: left;
}
.cid-vbpJiqFOOS .item-text {
  color: #000000;
}
.cid-vbpJiqFOOS .item-text,
.cid-vbpJiqFOOS .mbr-section-btn {
  text-align: left;
}
.cid-vbpJirj9ED {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vbpJirj9ED .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbpJirj9ED .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbpJirj9ED .item-wrapper {
  padding: 30px;
  transition: 0.2s;
  border: 1px solid transparent;
  position: relative;
}
.cid-vbpJirj9ED .item-wrapper:hover {
  border: 1px solid #fafafa;
}
.cid-vbpJirj9ED .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vbpJirj9ED .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vbpJirj9ED .carousel-control,
.cid-vbpJirj9ED .close {
  background: #1b1b1b;
}
.cid-vbpJirj9ED .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vbpJirj9ED .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vbpJirj9ED .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vbpJirj9ED .carousel-control-next span {
  margin-left: 5px;
}
.cid-vbpJirj9ED .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fafafa;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fafafa;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vbpJirj9ED .close::before {
  content: '\e91a';
}
.cid-vbpJirj9ED .close:hover {
  opacity: 1;
  background: #000000;
  color: #fafafa;
}
.cid-vbpJirj9ED .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vbpJirj9ED .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vbpJirj9ED .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vbpJirj9ED .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vbpJirj9ED .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vbpJirj9ED .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vbpJirj9ED .carousel-indicators li.active,
.cid-vbpJirj9ED .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vbpJirj9ED .carousel-indicators li::after,
.cid-vbpJirj9ED .carousel-indicators li::before {
  content: none;
}
.cid-vbpJirj9ED .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vbpJirj9ED .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vbpJirj9ED .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vbpJirj9ED .carousel-indicators {
    display: none;
  }
}
.cid-vbpJirj9ED .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vbpJirj9ED .carousel-inner > .active {
  display: block;
}
.cid-vbpJirj9ED .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vbpJirj9ED .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vbpJirj9ED .carousel-control:hover {
  background: #1c1c1c;
  color: #fafafa;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vbpJirj9ED .carousel-control,
  .cid-vbpJirj9ED .carousel-indicators,
  .cid-vbpJirj9ED .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vbpJirj9ED .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vbpJirj9ED .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vbpJirj9ED .carousel-indicators .active,
.cid-vbpJirj9ED .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vbpJirj9ED .carousel-indicators .active {
  background: #fafafa;
}
.cid-vbpJirj9ED .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vbpJirj9ED .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vbpJirj9ED .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vbpJirj9ED .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vbpJirj9ED .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vbpJirj9ED .modal-body img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vbpJirj9ED .carousel {
  width: 100%;
}
.cid-vbpJirj9ED .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vbpJirj9ED .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vbpJirj9ED .modal.fade .modal-dialog,
.cid-vbpJirj9ED .modal.in .modal-dialog {
  transform: none;
}
.cid-vbpJirj9ED .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vbpJirj9ED H6 {
  text-align: center;
}
.cid-vbpJirj9ED .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vbpJirj9ED .rotate {
    top: -6px;
  }
}
.cid-vbpJirj9ED .title-relative {
  position: relative;
}
.cid-vbpJirj9ED .mbr-section-title,
.cid-vbpJirj9ED .mbr-section-subtitle {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-vbpJirj9ED .item-content {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .cid-vbpJirj9ED .item-content {
    padding-top: 10px;
  }
}
.cid-vbpJirj9ED .mbr-text,
.cid-vbpJirj9ED .item-title {
  color: #fafafa;
}
.cid-vbpJirj9ED .inner-position {
  padding: 40px;
  background-color: #fafafa;
  max-width: 60%;
  margin: 0 auto;
}
.cid-vbpJirj9ED .inner-price {
  margin-bottom: 0;
  align-self: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.cid-vbpJirj9ED .style-button {
  padding: 15px 30px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0;
  font-weight: 500;
  background-color: #000000;
  color: #fafafa;
}
.cid-vbpJirj9ED .order-position {
  display: flex;
  justify-content: space-between;
}
.cid-vbpJirj9ED .text-size {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}
.cid-vbpJirj9ED .text-color {
  color: #c4c4c8;
  font-size: 14px;
  line-height: 24px;
}
.cid-vbpJirj9ED .span-color {
  color: #000000;
  font-weight: 700;
}
.cid-vbpJirj9ED .item-title {
  text-align: center;
  color: #7c505e;
}
.cid-vbpJirj9ED .mbr-section-title {
  color: #7c505e;
}
.cid-vbpRXnfolt {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-vbpRXnfolt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbpRXnfolt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbpRXnfolt .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vbpRXnfolt .card {
    margin-bottom: 40px;
  }
}
.cid-vbpRXnfolt .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vbpRXnfolt .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vbpRXnfolt .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbpRXnfolt .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbpRXnfolt .mbr-label {
  color: #563842;
  text-align: right;
}
.cid-vbpRXnfolt .mbr-section-title {
  color: #563842;
  text-align: right;
}
.cid-vbpRXnfolt .mbr-text {
  color: #555354;
}
.cid-vbpJix9Pes {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d6c7b9;
}
.cid-vbpJix9Pes .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbpJix9Pes .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbpJix9Pes .row {
  justify-content: center;
}
.cid-vbpJix9Pes .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vbpJix9Pes .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vbpJix9Pes .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vbpJix9Pes .mbr-text {
  color: #fff7ee;
}
.cid-vbpJix9Pes #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-vbpJix9Pes img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-vbpJiwpHzd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/comprar-mueble-auxiliar-mueble-3-decoracion-detalle-28.jpg");
}
.cid-vbpJiwpHzd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbpJiwpHzd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbpJiwpHzd .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vbpJiwpHzd .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vbpJiwpHzd .container {
    padding: 0 20px;
  }
}
.cid-vbpJiwpHzd .row {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-vbpJiwpHzd .row {
    height: 450px;
  }
}
.cid-vbpSS88EIS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-vbpSS88EIS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbpSS88EIS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbpSS88EIS .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vbpSS88EIS .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vbpSS88EIS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9c9c9c, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vbpSS88EIS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vbpSS88EIS .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vbpSS88EIS .mbr-section-title {
  color: #000000;
}
.cid-vbpSS88EIS .mbr-text,
.cid-vbpSS88EIS .text-wrapper {
  color: #515151;
  text-align: justify;
}
.cid-vbpSS88EIS .mbr-section-title,
.cid-vbpSS88EIS .title-wrapper,
.cid-vbpSS88EIS .mbr-section-btn {
  text-align: center;
}
.cid-vbpJiyHKD8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vbpJiyHKD8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbpJiyHKD8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbpJiyHKD8 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vbpJiyHKD8 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vbpJiyHKD8 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vbpJiyHKD8 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vbpJiyHKD8 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vbpJiyHKD8 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vbpJiyHKD8 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #787878, #b0335a 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vbpJiyHKD8 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vbpJiyHKD8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vbpJiyHKD8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vbpJiyHKD8 .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-vbpJiyHKD8 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vbpJiyHKD8 .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-vbpJiyHKD8 .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vbpJiyHKD8 .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-vbpJiyHKD8 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vbpJiyHKD8 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vbpJiyHKD8 .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap {
  width: 180px;
  height: 180px;
  display: inline-flex;
  padding: 10px;
  border-top: 3px solid #ffffff;
  box-shadow: 0 10px 12px -8px #9c9c9c;
  background-color: #f5f5f5;
}
.cid-vbpJiyHKD8 .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap .mbr-iconfont {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 84px;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 12px -8px #9c9c9c;
  background-color: #f5f5f5;
}
.cid-vbpJiyHKD8 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vbpJiyHKD8 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vbpJiyHKD8 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-vbpJiyHKD8 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbpJiyHKD8 .mbr-label,
.cid-vbpJiyHKD8 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vbpJiyHKD8 .mbr-section-title,
.cid-vbpJiyHKD8 .title-wrapper {
  color: #000000;
  text-align: right;
}
.cid-vbpJiyHKD8 .mbr-text,
.cid-vbpJiyHKD8 .text-wrapper {
  color: #515151;
  text-align: right;
}
.cid-vbpJiyHKD8 .item-title {
  color: #000000;
}
.cid-vbpJiyHKD8 .item-text {
  color: #515151;
  text-align: right;
}
.cid-vbpJiyHKD8 .item-title,
.cid-vbpJiyHKD8 .mbr-section-btn {
  text-align: right;
}
.cid-vbpJiAli9X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d6c7b9;
}
.cid-vbpJiAli9X .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbpJiAli9X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbpJiAli9X .row {
  justify-content: center;
}
.cid-vbpJiAli9X .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vbpJiAli9X .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vbpJiAli9X .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vbpJiAli9X .mbr-text {
  color: #fff7ee;
}
.cid-vbpJiAli9X #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-vbpJiAli9X img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-vd5Gp67meD {
  padding-top: 5rem;
  background-color: #f5f5f5;
  overflow: hidden;
}
.cid-vd5Gp67meD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5Gp67meD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5Gp67meD .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e1e7ed;
}
@media (max-width: 425px) {
  .cid-vd5Gp67meD .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vd5Gp67meD .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #e1e7ed;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-vd5Gp67meD .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-vd5Gp67meD .content-wrapper .border_1 {
  left: 0;
}
.cid-vd5Gp67meD .content-wrapper .border_2 {
  right: 0;
}
.cid-vd5Gp67meD .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vd5Gp67meD .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vd5Gp67meD .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-vd5Gp67meD .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-vd5Gp67meD .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vd5Gp67meD .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vd5Gp67meD .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vd5Gp67meD .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vd5Gp67meD .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vd5Gp67meD .content-wrapper .google-map iframe {
  height: 400px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vd5Gp67meD .content-wrapper .google-map iframe {
    height: 320px;
  }
}
.cid-vd5Gp67meD .mbr-label,
.cid-vd5Gp67meD .label-wrapper {
  color: #b0335a;
  text-align: center;
}
.cid-vd5Gp67meD .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-vd5Gp67meD .mbr-text,
.cid-vd5Gp67meD .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-vd5Gp67meD .mbr-section-title,
.cid-vd5Gp67meD .mbr-section-btn {
  color: #515151;
}
.cid-vc9kOalmp5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vc9kOalmp5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc9kOalmp5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vc9kOalmp5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vc9kOalmp5 .row {
  flex-direction: row-reverse;
}
.cid-vc9kOalmp5 img {
  width: 100%;
}
.cid-vbpJiB6Ukd {
  padding-top: 5rem;
  background-color: #f5f5f5;
  overflow: hidden;
}
.cid-vbpJiB6Ukd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbpJiB6Ukd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbpJiB6Ukd .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e1e7ed;
}
@media (max-width: 425px) {
  .cid-vbpJiB6Ukd .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vbpJiB6Ukd .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #e1e7ed;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-vbpJiB6Ukd .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-vbpJiB6Ukd .content-wrapper .border_1 {
  left: 0;
}
.cid-vbpJiB6Ukd .content-wrapper .border_2 {
  right: 0;
}
.cid-vbpJiB6Ukd .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vbpJiB6Ukd .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vbpJiB6Ukd .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-vbpJiB6Ukd .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-vbpJiB6Ukd .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vbpJiB6Ukd .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vbpJiB6Ukd .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vbpJiB6Ukd .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vbpJiB6Ukd .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vbpJiB6Ukd .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 420px;
  max-width: 420px;
}
@media (max-width: 768px) {
  .cid-vbpJiB6Ukd .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vbpJiB6Ukd .embla__slide .slide-content {
  width: 100%;
}
.cid-vbpJiB6Ukd .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 24px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vbpJiB6Ukd .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-vbpJiB6Ukd .embla__slide .slide-content .item-wrapper .person-wrapper {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e7ed;
}
.cid-vbpJiB6Ukd .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vbpJiB6Ukd .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img {
  display: inline-flex;
}
.cid-vbpJiB6Ukd .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 100% !important;
  display: inline-flex;
  object-fit: cover;
  box-shadow: 0 10px 10px -2px #cccccc;
}
.cid-vbpJiB6Ukd .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .person-name {
  position: relative;
  z-index: 1;
  margin-left: 16px;
}
.cid-vbpJiB6Ukd .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .person-name .item-name {
  margin-bottom: 0;
}
.cid-vbpJiB6Ukd .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .person-name .item-role {
  margin-bottom: 0;
}
.cid-vbpJiB6Ukd .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vbpJiB6Ukd .embla__button--next,
.cid-vbpJiB6Ukd .embla__button--prev {
  display: flex;
}
.cid-vbpJiB6Ukd .embla__button {
  bottom: 54%;
  width: 42px;
  height: 42px;
  font-size: 26px;
  background-color: #334155 !important;
  color: #fafafa !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
  display: none;
}
@media (max-width: 992px) {
  .cid-vbpJiB6Ukd .embla__button {
    bottom: 0;
  }
}
.cid-vbpJiB6Ukd .embla__button:hover {
  transform: translateY(-3px);
}
.cid-vbpJiB6Ukd .embla__button:disabled {
  opacity: .5 !important;
  transform: none;
}
.cid-vbpJiB6Ukd .embla__button.embla__button--prev {
  left: 0;
}
.cid-vbpJiB6Ukd .embla__button.embla__button--next {
  right: 0;
}
.cid-vbpJiB6Ukd .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vbpJiB6Ukd .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 20px;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 992px) {
  .cid-vbpJiB6Ukd .embla__viewport {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-vbpJiB6Ukd .embla__viewport {
    mask-image: none;
    -webkit-mask-image: none;
  }
}
.cid-vbpJiB6Ukd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vbpJiB6Ukd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vbpJiB6Ukd .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vbpJiB6Ukd .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vbpJiB6Ukd .mbr-label,
.cid-vbpJiB6Ukd .label-wrapper {
  color: #7c505e;
  text-align: center;
}
.cid-vbpJiB6Ukd .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-vbpJiB6Ukd .mbr-text,
.cid-vbpJiB6Ukd .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-vbpJiB6Ukd .item-name {
  color: #b0335a;
}
.cid-vbpJiB6Ukd .item-role {
  color: #475569;
}
.cid-vbpJiB6Ukd .item-text {
  color: #475569;
}
.cid-vbpJiB6Ukd .mbr-section-title,
.cid-vbpJiB6Ukd .mbr-section-btn {
  color: #7c505e;
}
.cid-vd5FGBy3PD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vd5FGBy3PD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5FGBy3PD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5FGBy3PD .content-wrap {
  margin: 0 -25px;
}
.cid-vd5FGBy3PD .content-wrap .card {
  padding: 0 25px;
}
@media (max-width: 992px) {
  .cid-vd5FGBy3PD .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vd5FGBy3PD .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vd5FGBy3PD .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vd5FGBy3PD .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vd5FGBy3PD .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vd5FGBy3PD .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 25px;
}
@media (max-width: 1440px) {
  .cid-vd5FGBy3PD .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vd5FGBy3PD .title-wrapper .image-wrapper img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vd5FGBy3PD .title-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-vd5FGBy3PD .subtitle-wrap .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5FGBy3PD .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vd5FGBy3PD .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vd5FGBy3PD .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 5px;
}
.cid-vd5FGBy3PD .form-wrap .dragArea.row .form-group .form-control {
  padding: 12px 15px;
  background-color: transparent;
  border: 1px solid #e8e8e8 !important;
  box-shadow: none;
  margin-bottom: 20px;
}
.cid-vd5FGBy3PD .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #777777;
}
.cid-vd5FGBy3PD .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vd5FGBy3PD .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #b0335a !important;
}
.cid-vd5FGBy3PD .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-vd5FGBy3PD .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vd5FGBy3PD .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #777777;
  border-color: #777777;
}
.cid-vd5FGBy3PD .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 5px;
}
.cid-vd5FGBy3PD .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  min-height: auto;
}
.cid-vd5FGBy3PD .mbr-label {
  color: #000000;
}
.cid-vd5FGBy3PD .mbr-section-title {
  color: #000000;
}
.cid-vd5FGBy3PD .mbr-section-subtitle {
  color: #000000;
}
.cid-vd5FGBy3PD label {
  color: #000000;
}
.cid-vbpJiElcfi {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vbpJiElcfi .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vbpJiElcfi .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-vbpJiElcfi .media-wrap img {
  height: 6rem;
}
.cid-vbpJiElcfi .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-vbpJiElcfi .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vbpJiElcfi .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-vbpJiElcfi .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-vbpJiElcfi .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-vbpJiElcfi .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vbpJiElcfi .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vbpJiElcfi .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vbpJiElcfi .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-vbpJiElcfi .links {
  color: #232323;
}
.cid-vbpJiElcfi .copyright > p {
  color: #767676;
}
.cid-vbodFTJ2ou {
  z-index: 1000;
  width: 100%;
}
.cid-vbodFTJ2ou .navbar-dropdown {
  background-color: #d6c7b9 !important;
  padding: 0;
  position: fixed;
}
.cid-vbodFTJ2ou .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d6c7b9 !important;
  background: #d6c7b9;
}
.cid-vbodFTJ2ou .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbodFTJ2ou .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vbodFTJ2ou .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vbodFTJ2ou .menu_box .navbar.opened,
  .cid-vbodFTJ2ou .menu_box .navbar-collapse {
    background-color: #d6c7b9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vbodFTJ2ou nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vbodFTJ2ou .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vbodFTJ2ou .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vbodFTJ2ou .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vbodFTJ2ou .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vbodFTJ2ou .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vbodFTJ2ou .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-vbodFTJ2ou .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vbodFTJ2ou .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vbodFTJ2ou .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vbodFTJ2ou .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vbodFTJ2ou .offcanvas-body .mbr-text,
  .cid-vbodFTJ2ou .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vbodFTJ2ou .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vbodFTJ2ou .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vbodFTJ2ou .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vbodFTJ2ou .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vbodFTJ2ou .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vbodFTJ2ou .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vbodFTJ2ou .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vbodFTJ2ou ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vbodFTJ2ou .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vbodFTJ2ou .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-vbodFTJ2ou .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vbodFTJ2ou 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-vbodFTJ2ou .lg_brand {
    margin: 0 1rem;
  }
  .cid-vbodFTJ2ou .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-vbodFTJ2ou .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vbodFTJ2ou .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vbodFTJ2ou .nav-item {
    margin: 0 !important;
  }
}
.cid-vbodFTJ2ou .nav-item .nav-link {
  position: relative;
}
.cid-vbodFTJ2ou .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #b0335a;
  transition: all 0.3s ease-out;
}
.cid-vbodFTJ2ou .nav-item .nav-link:hover,
.cid-vbodFTJ2ou .nav-item .nav-link:focus {
  opacity: 1;
  color: #b0335a !important;
}
.cid-vbodFTJ2ou .nav-item .nav-link:hover::before,
.cid-vbodFTJ2ou .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vbodFTJ2ou .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vbodFTJ2ou .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vbodFTJ2ou .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vbodFTJ2ou .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vbodFTJ2ou .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-vbodFTJ2ou .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vbodFTJ2ou .offcanvas_box {
    display: none;
  }
}
.cid-vbodFTJ2ou .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vbodFTJ2ou .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vbodFTJ2ou .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vbodFTJ2ou .container {
  display: flex;
  margin: auto;
}
.cid-vbodFTJ2ou .iconfont-wrapper {
  color: #ffffff;
  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-vbodFTJ2ou .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vbodFTJ2ou .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vbodFTJ2ou .navbar-caption {
  color: #ffffff;
}
.cid-vbodFTJ2ou .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vbodFTJ2ou .navbar-nav {
    margin: 0;
  }
}
.cid-vbodFTJ2ou .dropdown-menu,
.cid-vbodFTJ2ou .navbar.opened {
  background-color: false !important;
}
.cid-vbodFTJ2ou .nav-item:focus,
.cid-vbodFTJ2ou .nav-link:focus {
  outline: none;
}
.cid-vbodFTJ2ou .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbodFTJ2ou .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbodFTJ2ou .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbodFTJ2ou .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbodFTJ2ou .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbodFTJ2ou .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbodFTJ2ou .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vbodFTJ2ou .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vbodFTJ2ou .navbar.opened {
  transition: all 0.3s;
}
.cid-vbodFTJ2ou .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vbodFTJ2ou .navbar .navbar-logo img {
  object-fit: contain;
}
.cid-vbodFTJ2ou .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vbodFTJ2ou .navbar.collapsed {
  justify-content: center;
}
.cid-vbodFTJ2ou .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbodFTJ2ou .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vbodFTJ2ou .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbodFTJ2ou .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbodFTJ2ou .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbodFTJ2ou .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vbodFTJ2ou .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vbodFTJ2ou .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vbodFTJ2ou .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vbodFTJ2ou .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbodFTJ2ou .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbodFTJ2ou .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vbodFTJ2ou .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbodFTJ2ou .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vbodFTJ2ou .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbodFTJ2ou .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vbodFTJ2ou .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vbodFTJ2ou .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vbodFTJ2ou .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vbodFTJ2ou .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbodFTJ2ou .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vbodFTJ2ou .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbodFTJ2ou .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbodFTJ2ou .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbodFTJ2ou .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-vbodFTJ2ou .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vbodFTJ2ou .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbodFTJ2ou .dropdown-item.active,
.cid-vbodFTJ2ou .dropdown-item:active {
  background-color: transparent;
}
.cid-vbodFTJ2ou .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbodFTJ2ou .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbodFTJ2ou .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbodFTJ2ou .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbodFTJ2ou .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-vbodFTJ2ou ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vbodFTJ2ou .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbodFTJ2ou button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d6c7b9;
  background: #e4dfd4;
}
.cid-vbodFTJ2ou button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vbodFTJ2ou button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbodFTJ2ou button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbodFTJ2ou button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbodFTJ2ou button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbodFTJ2ou nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbodFTJ2ou nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbodFTJ2ou nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbodFTJ2ou nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbodFTJ2ou a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vbodFTJ2ou .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-vbodFTJ2ou .navbar {
    height: 70px;
  }
  .cid-vbodFTJ2ou .navbar.opened {
    height: auto;
  }
  .cid-vbodFTJ2ou .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbodFTJ2ou .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vbodFTJ2ou .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-vbodFTJ2ou .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-vbodFTJ2ou .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-vbodFTJ2ou .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-vbodFTJ2ou .navbar-caption:hover {
  color: #b0335a;
}
@media (min-width: 992px) {
  .cid-vbodFTJ2ou .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vbodFTJ2ou .text_widget {
  margin-bottom: 32px;
}
.cid-vbodFTJ2ou .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vbodFTJ2ou .text_widget a:hover {
  opacity: .5;
}
.cid-vbodFTJ2ou .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vbodFTJ2ou .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vbodFTJ2ou .mbr-section-subtitle,
.cid-vbodFTJ2ou .text_widget,
.cid-vbodFTJ2ou .mbr-section-btn {
  text-align: center;
}
.cid-vbodFTJ2ou a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vbodFUwRa3 {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  justify-content: flex-end;
  background-image: url("../../../assets/images/comprar-un-salon-y-comedor-en-madrid-mueble-tres-decoracion00009.jpg");
}
.cid-vbodFUwRa3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbodFUwRa3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbodFUwRa3 .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vbodFUwRa3 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vbodFUwRa3 .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbodFUwRa3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbodFUwRa3 .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-vbodFUwRa3 .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vbodFUwRa3 .text-wrapper {
    padding-left: 0;
  }
}
.cid-vbodFUwRa3 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vbodFUwRa3 .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-vbodFUwRa3 .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-vbodFUwRa3 .mbr-label {
  color: #ffffff;
}
.cid-vbodFUwRa3 .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-vbodFUwRa3 .mbr-text {
  color: #ffffff;
}
.cid-vbodFVEhf2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d6c7b9;
}
.cid-vbodFVEhf2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbodFVEhf2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbodFVEhf2 .row {
  justify-content: center;
}
.cid-vbodFVEhf2 .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vbodFVEhf2 .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vbodFVEhf2 .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vbodFVEhf2 .mbr-text {
  color: #fff7ee;
}
.cid-vbodFVEhf2 #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-vbodFVEhf2 img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-vbodFV5QLU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vbodFV5QLU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbodFV5QLU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbodFV5QLU .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vbodFV5QLU .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vbodFV5QLU .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vbodFV5QLU .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vbodFV5QLU .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-vbodFV5QLU .image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-vbodFV5QLU .image-wrapper img {
    max-height: 250px;
  }
}
.cid-vbodFV5QLU .mbr-section-title {
  color: #ffffff;
}
.cid-vbodFV5QLU .mbr-text {
  color: #ffffff;
}
.cid-vbodFV5QLU .mbr-section-title,
.cid-vbodFV5QLU .mbr-section-btn {
  color: #555354;
  text-align: right;
}
.cid-vbodFV5QLU .mbr-text,
.cid-vbodFV5QLU .text-wrapper {
  color: #5b3952;
  text-align: right;
}
.cid-vboi3t5XzC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-vboi3t5XzC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vboi3t5XzC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vboi3t5XzC .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vboi3t5XzC .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vboi3t5XzC .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vboi3t5XzC .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vboi3t5XzC .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vboi3t5XzC .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vboi3t5XzC .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #b0335a, #563842 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vboi3t5XzC .card-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vboi3t5XzC .card-wrapper {
    padding: 24px;
  }
}
.cid-vboi3t5XzC .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vboi3t5XzC .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-vboi3t5XzC .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vboi3t5XzC .mbr-label,
.cid-vboi3t5XzC .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vboi3t5XzC .mbr-section-title,
.cid-vboi3t5XzC .title-wrapper {
  color: #000000;
  text-align: right;
}
.cid-vboi3t5XzC .mbr-text,
.cid-vboi3t5XzC .text-wrapper {
  color: #515151;
  text-align: right;
}
.cid-vboi3t5XzC .item-text {
  color: #000000;
}
.cid-vboi3t5XzC .item-text,
.cid-vboi3t5XzC .mbr-section-btn {
  text-align: left;
  color: #555354;
}
.cid-vboNBAPHwW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d6c7b9;
}
.cid-vboNBAPHwW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vboNBAPHwW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vboNBAPHwW .row {
  justify-content: center;
}
.cid-vboNBAPHwW .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vboNBAPHwW .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vboNBAPHwW .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vboNBAPHwW .mbr-text {
  color: #fff7ee;
}
.cid-vboNBAPHwW #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-vboNBAPHwW img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-vboi0kwrUf {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vboi0kwrUf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vboi0kwrUf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vboi0kwrUf .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vboi0kwrUf .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vboi0kwrUf .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vboi0kwrUf .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vboi0kwrUf .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vboi0kwrUf .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vboi0kwrUf .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #c2b299, #7c505e 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vboi0kwrUf .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vboi0kwrUf .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vboi0kwrUf .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vboi0kwrUf .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-vboi0kwrUf .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-vboi0kwrUf .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-vboi0kwrUf .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vboi0kwrUf .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-vboi0kwrUf .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vboi0kwrUf .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-vboi0kwrUf .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vboi0kwrUf .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vboi0kwrUf .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-vboi0kwrUf .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-vboi0kwrUf .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vboi0kwrUf .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-vboi0kwrUf .mbr-label,
.cid-vboi0kwrUf .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vboi0kwrUf .mbr-section-title,
.cid-vboi0kwrUf .title-wrapper {
  color: #000000;
  text-align: left;
}
.cid-vboi0kwrUf .mbr-text,
.cid-vboi0kwrUf .text-wrapper {
  color: #515151;
  text-align: justify;
}
.cid-vboi0kwrUf .item-text {
  color: #000000;
}
.cid-vboi0kwrUf .item-text,
.cid-vboi0kwrUf .mbr-section-btn {
  text-align: left;
}
.cid-vboIsxsddN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vboIsxsddN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vboIsxsddN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vboIsxsddN .item-wrapper {
  padding: 30px;
  transition: 0.2s;
  border: 1px solid transparent;
  position: relative;
}
.cid-vboIsxsddN .item-wrapper:hover {
  border: 1px solid #fafafa;
}
.cid-vboIsxsddN .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vboIsxsddN .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vboIsxsddN .carousel-control,
.cid-vboIsxsddN .close {
  background: #1b1b1b;
}
.cid-vboIsxsddN .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vboIsxsddN .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vboIsxsddN .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vboIsxsddN .carousel-control-next span {
  margin-left: 5px;
}
.cid-vboIsxsddN .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fafafa;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fafafa;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vboIsxsddN .close::before {
  content: '\e91a';
}
.cid-vboIsxsddN .close:hover {
  opacity: 1;
  background: #000000;
  color: #fafafa;
}
.cid-vboIsxsddN .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vboIsxsddN .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vboIsxsddN .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vboIsxsddN .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vboIsxsddN .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vboIsxsddN .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vboIsxsddN .carousel-indicators li.active,
.cid-vboIsxsddN .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vboIsxsddN .carousel-indicators li::after,
.cid-vboIsxsddN .carousel-indicators li::before {
  content: none;
}
.cid-vboIsxsddN .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vboIsxsddN .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vboIsxsddN .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vboIsxsddN .carousel-indicators {
    display: none;
  }
}
.cid-vboIsxsddN .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vboIsxsddN .carousel-inner > .active {
  display: block;
}
.cid-vboIsxsddN .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vboIsxsddN .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vboIsxsddN .carousel-control:hover {
  background: #1c1c1c;
  color: #fafafa;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vboIsxsddN .carousel-control,
  .cid-vboIsxsddN .carousel-indicators,
  .cid-vboIsxsddN .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vboIsxsddN .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vboIsxsddN .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vboIsxsddN .carousel-indicators .active,
.cid-vboIsxsddN .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vboIsxsddN .carousel-indicators .active {
  background: #fafafa;
}
.cid-vboIsxsddN .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vboIsxsddN .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vboIsxsddN .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vboIsxsddN .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vboIsxsddN .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vboIsxsddN .modal-body img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vboIsxsddN .carousel {
  width: 100%;
}
.cid-vboIsxsddN .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vboIsxsddN .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vboIsxsddN .modal.fade .modal-dialog,
.cid-vboIsxsddN .modal.in .modal-dialog {
  transform: none;
}
.cid-vboIsxsddN .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vboIsxsddN H6 {
  text-align: center;
}
.cid-vboIsxsddN .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vboIsxsddN .rotate {
    top: -6px;
  }
}
.cid-vboIsxsddN .title-relative {
  position: relative;
}
.cid-vboIsxsddN .mbr-section-title,
.cid-vboIsxsddN .mbr-section-subtitle {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-vboIsxsddN .item-content {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .cid-vboIsxsddN .item-content {
    padding-top: 10px;
  }
}
.cid-vboIsxsddN .mbr-text,
.cid-vboIsxsddN .item-title {
  color: #fafafa;
}
.cid-vboIsxsddN .inner-position {
  padding: 40px;
  background-color: #fafafa;
  max-width: 60%;
  margin: 0 auto;
}
.cid-vboIsxsddN .inner-price {
  margin-bottom: 0;
  align-self: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.cid-vboIsxsddN .style-button {
  padding: 15px 30px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0;
  font-weight: 500;
  background-color: #000000;
  color: #fafafa;
}
.cid-vboIsxsddN .order-position {
  display: flex;
  justify-content: space-between;
}
.cid-vboIsxsddN .text-size {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}
.cid-vboIsxsddN .text-color {
  color: #c4c4c8;
  font-size: 14px;
  line-height: 24px;
}
.cid-vboIsxsddN .span-color {
  color: #000000;
  font-weight: 700;
}
.cid-vboIsxsddN .item-title {
  text-align: center;
  color: #7c505e;
}
.cid-vboIsxsddN .mbr-section-title {
  color: #7c505e;
}
.cid-vbpHBVFxmX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vbpHBVFxmX .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-vbpHBVFxmX .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-vbpHBVFxmX .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-vbpHBVFxmX .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-vbpHBVFxmX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbpHBVFxmX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbpETvTxy5 {
  padding-top: 2rem;
  background-color: #f5f5f5;
  overflow: hidden;
}
.cid-vbpETvTxy5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbpETvTxy5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbpETvTxy5 .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 1rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e1e7ed;
}
@media (max-width: 425px) {
  .cid-vbpETvTxy5 .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vbpETvTxy5 .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #e1e7ed;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-vbpETvTxy5 .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-vbpETvTxy5 .content-wrapper .border_1 {
  left: 0;
}
.cid-vbpETvTxy5 .content-wrapper .border_2 {
  right: 0;
}
.cid-vbpETvTxy5 .content-wrapper .card-wrapper {
  padding: 32px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vbpETvTxy5 .content-wrapper .card-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vbpETvTxy5 .content-wrapper .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vbpETvTxy5 .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vbpETvTxy5 .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vbpETvTxy5 .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vbpETvTxy5 .content-wrapper .card-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 10px;
}
.cid-vbpETvTxy5 .content-wrapper .card-wrapper .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vbpETvTxy5 .content-wrapper .card-wrapper .image-wrapper img {
    height: 450px;
  }
}
.cid-vbpETvTxy5 .items-wrapper {
  margin: 0 -20px;
}
.cid-vbpETvTxy5 .items-wrapper .card {
  padding: 0 20px;
}
.cid-vbpETvTxy5 .mbr-section-title {
  color: #0f172a;
}
.cid-vbpETvTxy5 .mbr-text,
.cid-vbpETvTxy5 .text-wrapper {
  color: #555354;
  text-align: right;
}
.cid-vbpETvTxy5 .mbr-section-title,
.cid-vbpETvTxy5 .mbr-section-btn {
  color: #563842;
  text-align: right;
}
.cid-vboVRnAKpF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vboVRnAKpF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vboVRnAKpF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vboVRnAKpF .item-wrapper {
  padding: 30px;
  transition: 0.2s;
  border: 1px solid transparent;
  position: relative;
}
.cid-vboVRnAKpF .item-wrapper:hover {
  border: 1px solid #fafafa;
}
.cid-vboVRnAKpF .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vboVRnAKpF .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vboVRnAKpF .carousel-control,
.cid-vboVRnAKpF .close {
  background: #1b1b1b;
}
.cid-vboVRnAKpF .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vboVRnAKpF .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vboVRnAKpF .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vboVRnAKpF .carousel-control-next span {
  margin-left: 5px;
}
.cid-vboVRnAKpF .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fafafa;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fafafa;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vboVRnAKpF .close::before {
  content: '\e91a';
}
.cid-vboVRnAKpF .close:hover {
  opacity: 1;
  background: #000000;
  color: #fafafa;
}
.cid-vboVRnAKpF .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vboVRnAKpF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vboVRnAKpF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vboVRnAKpF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vboVRnAKpF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vboVRnAKpF .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vboVRnAKpF .carousel-indicators li.active,
.cid-vboVRnAKpF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vboVRnAKpF .carousel-indicators li::after,
.cid-vboVRnAKpF .carousel-indicators li::before {
  content: none;
}
.cid-vboVRnAKpF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vboVRnAKpF .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vboVRnAKpF .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vboVRnAKpF .carousel-indicators {
    display: none;
  }
}
.cid-vboVRnAKpF .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vboVRnAKpF .carousel-inner > .active {
  display: block;
}
.cid-vboVRnAKpF .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vboVRnAKpF .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vboVRnAKpF .carousel-control:hover {
  background: #1c1c1c;
  color: #fafafa;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vboVRnAKpF .carousel-control,
  .cid-vboVRnAKpF .carousel-indicators,
  .cid-vboVRnAKpF .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vboVRnAKpF .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vboVRnAKpF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vboVRnAKpF .carousel-indicators .active,
.cid-vboVRnAKpF .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vboVRnAKpF .carousel-indicators .active {
  background: #fafafa;
}
.cid-vboVRnAKpF .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vboVRnAKpF .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vboVRnAKpF .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vboVRnAKpF .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vboVRnAKpF .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vboVRnAKpF .modal-body img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vboVRnAKpF .carousel {
  width: 100%;
}
.cid-vboVRnAKpF .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vboVRnAKpF .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vboVRnAKpF .modal.fade .modal-dialog,
.cid-vboVRnAKpF .modal.in .modal-dialog {
  transform: none;
}
.cid-vboVRnAKpF .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vboVRnAKpF H6 {
  text-align: center;
}
.cid-vboVRnAKpF .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vboVRnAKpF .rotate {
    top: -6px;
  }
}
.cid-vboVRnAKpF .title-relative {
  position: relative;
}
.cid-vboVRnAKpF .mbr-section-title,
.cid-vboVRnAKpF .mbr-section-subtitle {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-vboVRnAKpF .item-content {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .cid-vboVRnAKpF .item-content {
    padding-top: 10px;
  }
}
.cid-vboVRnAKpF .mbr-text,
.cid-vboVRnAKpF .item-title {
  color: #fafafa;
}
.cid-vboVRnAKpF .inner-position {
  padding: 40px;
  background-color: #fafafa;
  max-width: 60%;
  margin: 0 auto;
}
.cid-vboVRnAKpF .inner-price {
  margin-bottom: 0;
  align-self: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.cid-vboVRnAKpF .style-button {
  padding: 15px 30px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0;
  font-weight: 500;
  background-color: #000000;
  color: #fafafa;
}
.cid-vboVRnAKpF .order-position {
  display: flex;
  justify-content: space-between;
}
.cid-vboVRnAKpF .text-size {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}
.cid-vboVRnAKpF .text-color {
  color: #c4c4c8;
  font-size: 14px;
  line-height: 24px;
}
.cid-vboVRnAKpF .span-color {
  color: #000000;
  font-weight: 700;
}
.cid-vboVRnAKpF .item-title {
  text-align: justify;
  color: #7c505e;
}
.cid-vboVRnAKpF .mbr-section-title {
  color: #7c505e;
  text-align: left;
}
.cid-vboVRnAKpF .mbr-section-subtitle {
  color: #b0335a;
}
.cid-vbpHPeuBw9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vbpHPeuBw9 .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-vbpHPeuBw9 .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-vbpHPeuBw9 .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-vbpHPeuBw9 .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-vbpHPeuBw9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbpHPeuBw9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbodFWUtyh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d6c7b9;
}
.cid-vbodFWUtyh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbodFWUtyh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbodFWUtyh .row {
  justify-content: center;
}
.cid-vbodFWUtyh .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vbodFWUtyh .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vbodFWUtyh .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vbodFWUtyh .mbr-text {
  color: #fff7ee;
}
.cid-vbodFWUtyh #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-vbodFWUtyh img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-vbpFRB2WAa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/comprar-una-mese-de-centro-de-salon-en-madrid-mueble-tres-decoracion-17.jpg");
}
.cid-vbpFRB2WAa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbpFRB2WAa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbpFRB2WAa .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vbpFRB2WAa .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vbpFRB2WAa .container {
    padding: 0 20px;
  }
}
.cid-vbpFRB2WAa .row {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-vbpFRB2WAa .row {
    height: 450px;
  }
}
.cid-vbqjWPdE4E {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vbqjWPdE4E .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbqjWPdE4E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbqjWPdE4E .item-wrapper {
  padding: 30px;
  transition: 0.2s;
  border: 1px solid transparent;
  position: relative;
}
.cid-vbqjWPdE4E .item-wrapper:hover {
  border: 1px solid #fafafa;
}
.cid-vbqjWPdE4E .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vbqjWPdE4E .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vbqjWPdE4E .carousel-control,
.cid-vbqjWPdE4E .close {
  background: #1b1b1b;
}
.cid-vbqjWPdE4E .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vbqjWPdE4E .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vbqjWPdE4E .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vbqjWPdE4E .carousel-control-next span {
  margin-left: 5px;
}
.cid-vbqjWPdE4E .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fafafa;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fafafa;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vbqjWPdE4E .close::before {
  content: '\e91a';
}
.cid-vbqjWPdE4E .close:hover {
  opacity: 1;
  background: #000000;
  color: #fafafa;
}
.cid-vbqjWPdE4E .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vbqjWPdE4E .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vbqjWPdE4E .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vbqjWPdE4E .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vbqjWPdE4E .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vbqjWPdE4E .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vbqjWPdE4E .carousel-indicators li.active,
.cid-vbqjWPdE4E .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vbqjWPdE4E .carousel-indicators li::after,
.cid-vbqjWPdE4E .carousel-indicators li::before {
  content: none;
}
.cid-vbqjWPdE4E .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vbqjWPdE4E .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vbqjWPdE4E .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vbqjWPdE4E .carousel-indicators {
    display: none;
  }
}
.cid-vbqjWPdE4E .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vbqjWPdE4E .carousel-inner > .active {
  display: block;
}
.cid-vbqjWPdE4E .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vbqjWPdE4E .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vbqjWPdE4E .carousel-control:hover {
  background: #1c1c1c;
  color: #fafafa;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vbqjWPdE4E .carousel-control,
  .cid-vbqjWPdE4E .carousel-indicators,
  .cid-vbqjWPdE4E .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vbqjWPdE4E .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vbqjWPdE4E .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vbqjWPdE4E .carousel-indicators .active,
.cid-vbqjWPdE4E .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vbqjWPdE4E .carousel-indicators .active {
  background: #fafafa;
}
.cid-vbqjWPdE4E .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vbqjWPdE4E .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vbqjWPdE4E .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vbqjWPdE4E .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vbqjWPdE4E .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vbqjWPdE4E .modal-body img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vbqjWPdE4E .carousel {
  width: 100%;
}
.cid-vbqjWPdE4E .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vbqjWPdE4E .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vbqjWPdE4E .modal.fade .modal-dialog,
.cid-vbqjWPdE4E .modal.in .modal-dialog {
  transform: none;
}
.cid-vbqjWPdE4E .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vbqjWPdE4E H6 {
  text-align: center;
}
.cid-vbqjWPdE4E .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vbqjWPdE4E .rotate {
    top: -6px;
  }
}
.cid-vbqjWPdE4E .title-relative {
  position: relative;
}
.cid-vbqjWPdE4E .mbr-section-title,
.cid-vbqjWPdE4E .mbr-section-subtitle {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-vbqjWPdE4E .item-content {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .cid-vbqjWPdE4E .item-content {
    padding-top: 10px;
  }
}
.cid-vbqjWPdE4E .mbr-text,
.cid-vbqjWPdE4E .item-title {
  color: #fafafa;
}
.cid-vbqjWPdE4E .inner-position {
  padding: 40px;
  background-color: #fafafa;
  max-width: 60%;
  margin: 0 auto;
}
.cid-vbqjWPdE4E .inner-price {
  margin-bottom: 0;
  align-self: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.cid-vbqjWPdE4E .style-button {
  padding: 15px 30px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0;
  font-weight: 500;
  background-color: #000000;
  color: #fafafa;
}
.cid-vbqjWPdE4E .order-position {
  display: flex;
  justify-content: space-between;
}
.cid-vbqjWPdE4E .text-size {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}
.cid-vbqjWPdE4E .text-color {
  color: #c4c4c8;
  font-size: 14px;
  line-height: 24px;
}
.cid-vbqjWPdE4E .span-color {
  color: #000000;
  font-weight: 700;
}
.cid-vbqjWPdE4E .item-title {
  text-align: justify;
  color: #7c505e;
}
.cid-vbqjWPdE4E .mbr-section-title {
  color: #7c505e;
  text-align: left;
}
.cid-vbqjWPdE4E .mbr-section-subtitle {
  color: #b0335a;
}
.cid-vbqmLcUt84 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vbqmLcUt84 .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-vbqmLcUt84 .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-vbqmLcUt84 .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-vbqmLcUt84 .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-vbqmLcUt84 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbqmLcUt84 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbodFYPOvX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vbodFYPOvX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbodFYPOvX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbodFYPOvX .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vbodFYPOvX .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vbodFYPOvX .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vbodFYPOvX .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vbodFYPOvX .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vbodFYPOvX .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vbodFYPOvX .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #787878, #b0335a 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vbodFYPOvX .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vbodFYPOvX .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vbodFYPOvX .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vbodFYPOvX .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-vbodFYPOvX .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vbodFYPOvX .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-vbodFYPOvX .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vbodFYPOvX .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-vbodFYPOvX .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vbodFYPOvX .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vbodFYPOvX .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap {
  width: 180px;
  height: 180px;
  display: inline-flex;
  padding: 10px;
  border-top: 3px solid #ffffff;
  box-shadow: 0 10px 12px -8px #9c9c9c;
  background-color: #f5f5f5;
}
.cid-vbodFYPOvX .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap .mbr-iconfont {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 84px;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 12px -8px #9c9c9c;
  background-color: #f5f5f5;
}
.cid-vbodFYPOvX .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vbodFYPOvX .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vbodFYPOvX .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-vbodFYPOvX .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbodFYPOvX .mbr-label,
.cid-vbodFYPOvX .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vbodFYPOvX .mbr-section-title,
.cid-vbodFYPOvX .title-wrapper {
  color: #000000;
  text-align: left;
}
.cid-vbodFYPOvX .mbr-text,
.cid-vbodFYPOvX .text-wrapper {
  color: #515151;
  text-align: left;
}
.cid-vbodFYPOvX .item-title {
  color: #000000;
}
.cid-vbodFYPOvX .item-text {
  color: #515151;
}
.cid-vbodG09IpH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/comprar-mueble-auxiliar-mueble-3-decoracion-detalle-17.jpg");
}
.cid-vbodG09IpH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbodG09IpH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbodG09IpH .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vbodG09IpH .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vbodG09IpH .container {
    padding: 0 20px;
  }
}
.cid-vbodG09IpH .row {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-vbodG09IpH .row {
    height: 450px;
  }
}
.cid-vbodFZwEyP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d6c7b9;
}
.cid-vbodFZwEyP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbodFZwEyP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbodFZwEyP .row {
  justify-content: center;
}
.cid-vbodFZwEyP .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vbodFZwEyP .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vbodFZwEyP .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vbodFZwEyP .mbr-text {
  color: #fff7ee;
}
.cid-vbodFZwEyP #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-vbodFZwEyP img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-vbodG0LUDn {
  padding-top: 1rem;
  background-color: #f5f5f5;
  overflow: hidden;
}
.cid-vbodG0LUDn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbodG0LUDn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbodG0LUDn .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e1e7ed;
}
@media (max-width: 425px) {
  .cid-vbodG0LUDn .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vbodG0LUDn .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #e1e7ed;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-vbodG0LUDn .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-vbodG0LUDn .content-wrapper .border_1 {
  left: 0;
}
.cid-vbodG0LUDn .content-wrapper .border_2 {
  right: 0;
}
.cid-vbodG0LUDn .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vbodG0LUDn .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vbodG0LUDn .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-vbodG0LUDn .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-vbodG0LUDn .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vbodG0LUDn .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vbodG0LUDn .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vbodG0LUDn .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vbodG0LUDn .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vbodG0LUDn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 420px;
  max-width: 420px;
}
@media (max-width: 768px) {
  .cid-vbodG0LUDn .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vbodG0LUDn .embla__slide .slide-content {
  width: 100%;
}
.cid-vbodG0LUDn .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 24px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vbodG0LUDn .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-vbodG0LUDn .embla__slide .slide-content .item-wrapper .person-wrapper {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e7ed;
}
.cid-vbodG0LUDn .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vbodG0LUDn .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img {
  display: inline-flex;
}
.cid-vbodG0LUDn .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 100% !important;
  display: inline-flex;
  object-fit: cover;
  box-shadow: 0 10px 10px -2px #cccccc;
}
.cid-vbodG0LUDn .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .person-name {
  position: relative;
  z-index: 1;
  margin-left: 16px;
}
.cid-vbodG0LUDn .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .person-name .item-name {
  margin-bottom: 0;
}
.cid-vbodG0LUDn .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .person-name .item-role {
  margin-bottom: 0;
}
.cid-vbodG0LUDn .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vbodG0LUDn .embla__button--next,
.cid-vbodG0LUDn .embla__button--prev {
  display: flex;
}
.cid-vbodG0LUDn .embla__button {
  bottom: 54%;
  width: 42px;
  height: 42px;
  font-size: 26px;
  background-color: #334155 !important;
  color: #fafafa !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
  display: none;
}
@media (max-width: 992px) {
  .cid-vbodG0LUDn .embla__button {
    bottom: 0;
  }
}
.cid-vbodG0LUDn .embla__button:hover {
  transform: translateY(-3px);
}
.cid-vbodG0LUDn .embla__button:disabled {
  opacity: .5 !important;
  transform: none;
}
.cid-vbodG0LUDn .embla__button.embla__button--prev {
  left: 0;
}
.cid-vbodG0LUDn .embla__button.embla__button--next {
  right: 0;
}
.cid-vbodG0LUDn .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vbodG0LUDn .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 20px;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 992px) {
  .cid-vbodG0LUDn .embla__viewport {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-vbodG0LUDn .embla__viewport {
    mask-image: none;
    -webkit-mask-image: none;
  }
}
.cid-vbodG0LUDn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vbodG0LUDn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vbodG0LUDn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vbodG0LUDn .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vbodG0LUDn .mbr-label,
.cid-vbodG0LUDn .label-wrapper {
  color: #7c505e;
  text-align: center;
}
.cid-vbodG0LUDn .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-vbodG0LUDn .mbr-text,
.cid-vbodG0LUDn .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-vbodG0LUDn .item-name {
  color: #b0335a;
}
.cid-vbodG0LUDn .item-role {
  color: #475569;
}
.cid-vbodG0LUDn .item-text {
  color: #475569;
}
.cid-vbodG0LUDn .mbr-section-title,
.cid-vbodG0LUDn .mbr-section-btn {
  color: #7c505e;
}
.cid-vcPnehHcM4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vcPnehHcM4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcPnehHcM4 .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-vcPnehHcM4 .container {
    padding: 0 20px;
  }
}
.cid-vcPnehHcM4 .row {
  justify-content: center;
}
.cid-vcPnehHcM4 .mbr-section-title {
  margin-bottom: 0;
  color: #515151;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vcPnehHcM4 .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vcPnehHcM4 .mbr-section-btn .btn {
  width: 100%;
}
.cid-vcPnehHcM4 .mbr-section-btn .btn:hover,
.cid-vcPnehHcM4 .mbr-section-btn .btn:focus {
  box-shadow: inset 800px 0 0 0 #555354 !important;
}
.cid-vcPnehHcM4 .mbr-desc {
  color: #ffffff;
}
.cid-vcPndlVDFG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-vcPndlVDFG .row .slide-overlay {
  z-index: 1 !important;
}
@media (min-width: 992px) {
  .cid-vcPndlVDFG .carousel {
    min-height: 800px;
  }
  .cid-vcPndlVDFG .carousel img {
    max-height: 800px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcPndlVDFG .carousel {
    min-height: 464px;
  }
  .cid-vcPndlVDFG .carousel img {
    max-height: 464px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .cid-vcPndlVDFG .carousel {
    min-height: 360px;
  }
  .cid-vcPndlVDFG .carousel img {
    max-height: 360px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .cid-vcPndlVDFG .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vcPndlVDFG .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vcPndlVDFG .carousel,
.cid-vcPndlVDFG .carousel-inner {
  display: flex;
  align-items: stretch;
}
.cid-vcPndlVDFG .item-wrapper {
  width: 100%;
  overflow: hidden;
}
.cid-vcPndlVDFG .carousel-caption {
  z-index: 2 !important;
  left: 1rem;
  bottom: 1rem;
  width: fit-content;
  max-width: calc(68%);
  background-color: #33363b;
  padding: 8px;
  background-color: transparent;
}
.cid-vcPndlVDFG .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0 !important;
  text-align: left;
}
.cid-vcPndlVDFG .mbr-section-text {
  margin-bottom: 0 !important;
  margin-top: 8px !important;
  color: #FFFFFF;
  text-align: left;
  display: none;
}
.cid-vcPndlVDFG .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vcPndlVDFG .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1;
}
.cid-vcPndlVDFG .carousel-control .mobi-mbri {
  color: #24262b;
  transition: all 0.3s;
}
.cid-vcPndlVDFG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .cid-vcPndlVDFG .carousel-control.carousel-control-prev {
    margin-left: 1rem;
  }
}
.cid-vcPndlVDFG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-vcPndlVDFG .carousel-control.carousel-control-next {
    margin-right: 1rem;
  }
}
.cid-vcPndlVDFG .carousel-control:hover,
.cid-vcPndlVDFG .carousel-control:focus {
  border-color: #ffffff;
  opacity: 1;
}
.cid-vcPndlVDFG .carousel-control-prev:hover .mobi-mbri,
.cid-vcPndlVDFG .carousel-control-prev:focus .mobi-mbri {
  transform: translateX(-7px);
}
.cid-vcPndlVDFG .carousel-control-next:hover .mobi-mbri,
.cid-vcPndlVDFG .carousel-control-next:focus .mobi-mbri {
  transform: translateX(7px);
}
.cid-vcPndlVDFG .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vcPndlVDFG .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vcPndlVDFG .carousel-indicators {
  display: none !important;
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vcPndlVDFG .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcPndlVDFG .carousel-indicators li.active,
.cid-vcPndlVDFG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcPndlVDFG .carousel-indicators li::after,
.cid-vcPndlVDFG .carousel-indicators li::before {
  content: none;
}
.cid-vcPndlVDFG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcPndlVDFG .carousel-indicators {
    display: none !important;
  }
}
.cid-vd5FUMmLwy {
  padding-top: 5rem;
  background-color: #f5f5f5;
  overflow: hidden;
}
.cid-vd5FUMmLwy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5FUMmLwy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5FUMmLwy .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e1e7ed;
}
@media (max-width: 425px) {
  .cid-vd5FUMmLwy .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vd5FUMmLwy .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #e1e7ed;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-vd5FUMmLwy .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-vd5FUMmLwy .content-wrapper .border_1 {
  left: 0;
}
.cid-vd5FUMmLwy .content-wrapper .border_2 {
  right: 0;
}
.cid-vd5FUMmLwy .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vd5FUMmLwy .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vd5FUMmLwy .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-vd5FUMmLwy .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-vd5FUMmLwy .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vd5FUMmLwy .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vd5FUMmLwy .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vd5FUMmLwy .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vd5FUMmLwy .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vd5FUMmLwy .content-wrapper .google-map iframe {
  height: 400px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vd5FUMmLwy .content-wrapper .google-map iframe {
    height: 320px;
  }
}
.cid-vd5FUMmLwy .mbr-label,
.cid-vd5FUMmLwy .label-wrapper {
  color: #b0335a;
  text-align: center;
}
.cid-vd5FUMmLwy .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-vd5FUMmLwy .mbr-text,
.cid-vd5FUMmLwy .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-vd5FUMmLwy .mbr-section-title,
.cid-vd5FUMmLwy .mbr-section-btn {
  color: #515151;
}
.cid-vc9kVk0QPn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vc9kVk0QPn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc9kVk0QPn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vc9kVk0QPn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vc9kVk0QPn .row {
  flex-direction: row-reverse;
}
.cid-vc9kVk0QPn img {
  width: 100%;
}
.cid-vd5C8MqV4I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vd5C8MqV4I .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5C8MqV4I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5C8MqV4I .content-wrap {
  margin: 0 -25px;
}
.cid-vd5C8MqV4I .content-wrap .card {
  padding: 0 25px;
}
@media (max-width: 992px) {
  .cid-vd5C8MqV4I .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vd5C8MqV4I .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vd5C8MqV4I .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vd5C8MqV4I .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vd5C8MqV4I .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vd5C8MqV4I .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 25px;
}
@media (max-width: 1440px) {
  .cid-vd5C8MqV4I .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vd5C8MqV4I .title-wrapper .image-wrapper img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vd5C8MqV4I .title-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-vd5C8MqV4I .subtitle-wrap .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5C8MqV4I .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vd5C8MqV4I .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vd5C8MqV4I .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 5px;
}
.cid-vd5C8MqV4I .form-wrap .dragArea.row .form-group .form-control {
  padding: 12px 15px;
  background-color: transparent;
  border: 1px solid #e8e8e8 !important;
  box-shadow: none;
  margin-bottom: 20px;
}
.cid-vd5C8MqV4I .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #777777;
}
.cid-vd5C8MqV4I .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vd5C8MqV4I .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #b0335a !important;
}
.cid-vd5C8MqV4I .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-vd5C8MqV4I .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vd5C8MqV4I .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #777777;
  border-color: #777777;
}
.cid-vd5C8MqV4I .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 5px;
}
.cid-vd5C8MqV4I .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  min-height: auto;
}
.cid-vd5C8MqV4I .mbr-label {
  color: #000000;
}
.cid-vd5C8MqV4I .mbr-section-title {
  color: #000000;
}
.cid-vd5C8MqV4I .mbr-section-subtitle {
  color: #000000;
}
.cid-vd5C8MqV4I label {
  color: #000000;
}
.cid-vbpINLDrwg {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vbpINLDrwg .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vbpINLDrwg .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-vbpINLDrwg .media-wrap img {
  height: 6rem;
}
.cid-vbpINLDrwg .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-vbpINLDrwg .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vbpINLDrwg .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-vbpINLDrwg .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-vbpINLDrwg .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-vbpINLDrwg .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vbpINLDrwg .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vbpINLDrwg .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vbpINLDrwg .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-vbpINLDrwg .links {
  color: #232323;
}
.cid-vbpINLDrwg .copyright > p {
  color: #767676;
  text-align: justify;
}
.cid-vbufnC8GrI {
  z-index: 1000;
  width: 100%;
}
.cid-vbufnC8GrI .navbar-dropdown {
  background-color: #d6c7b9 !important;
  padding: 0;
  position: fixed;
}
.cid-vbufnC8GrI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d6c7b9 !important;
  background: #d6c7b9;
}
.cid-vbufnC8GrI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbufnC8GrI .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vbufnC8GrI .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vbufnC8GrI .menu_box .navbar.opened,
  .cid-vbufnC8GrI .menu_box .navbar-collapse {
    background-color: #d6c7b9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vbufnC8GrI nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vbufnC8GrI .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vbufnC8GrI .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vbufnC8GrI .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vbufnC8GrI .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vbufnC8GrI .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vbufnC8GrI .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-vbufnC8GrI .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vbufnC8GrI .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vbufnC8GrI .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vbufnC8GrI .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vbufnC8GrI .offcanvas-body .mbr-text,
  .cid-vbufnC8GrI .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vbufnC8GrI .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vbufnC8GrI .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vbufnC8GrI .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vbufnC8GrI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vbufnC8GrI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vbufnC8GrI .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vbufnC8GrI .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vbufnC8GrI ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vbufnC8GrI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vbufnC8GrI .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-vbufnC8GrI .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vbufnC8GrI 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-vbufnC8GrI .lg_brand {
    margin: 0 1rem;
  }
  .cid-vbufnC8GrI .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-vbufnC8GrI .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vbufnC8GrI .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vbufnC8GrI .nav-item {
    margin: 0 !important;
  }
}
.cid-vbufnC8GrI .nav-item .nav-link {
  position: relative;
}
.cid-vbufnC8GrI .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #b0335a;
  transition: all 0.3s ease-out;
}
.cid-vbufnC8GrI .nav-item .nav-link:hover,
.cid-vbufnC8GrI .nav-item .nav-link:focus {
  opacity: 1;
  color: #b0335a !important;
}
.cid-vbufnC8GrI .nav-item .nav-link:hover::before,
.cid-vbufnC8GrI .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vbufnC8GrI .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vbufnC8GrI .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vbufnC8GrI .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vbufnC8GrI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vbufnC8GrI .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-vbufnC8GrI .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vbufnC8GrI .offcanvas_box {
    display: none;
  }
}
.cid-vbufnC8GrI .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vbufnC8GrI .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vbufnC8GrI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vbufnC8GrI .container {
  display: flex;
  margin: auto;
}
.cid-vbufnC8GrI .iconfont-wrapper {
  color: #ffffff;
  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-vbufnC8GrI .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vbufnC8GrI .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vbufnC8GrI .navbar-caption {
  color: #ffffff;
}
.cid-vbufnC8GrI .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vbufnC8GrI .navbar-nav {
    margin: 0;
  }
}
.cid-vbufnC8GrI .dropdown-menu,
.cid-vbufnC8GrI .navbar.opened {
  background-color: false !important;
}
.cid-vbufnC8GrI .nav-item:focus,
.cid-vbufnC8GrI .nav-link:focus {
  outline: none;
}
.cid-vbufnC8GrI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbufnC8GrI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbufnC8GrI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbufnC8GrI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbufnC8GrI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbufnC8GrI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbufnC8GrI .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vbufnC8GrI .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vbufnC8GrI .navbar.opened {
  transition: all 0.3s;
}
.cid-vbufnC8GrI .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vbufnC8GrI .navbar .navbar-logo img {
  object-fit: contain;
}
.cid-vbufnC8GrI .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vbufnC8GrI .navbar.collapsed {
  justify-content: center;
}
.cid-vbufnC8GrI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbufnC8GrI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vbufnC8GrI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbufnC8GrI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbufnC8GrI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbufnC8GrI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vbufnC8GrI .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vbufnC8GrI .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vbufnC8GrI .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vbufnC8GrI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbufnC8GrI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbufnC8GrI .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vbufnC8GrI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbufnC8GrI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vbufnC8GrI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbufnC8GrI .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vbufnC8GrI .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vbufnC8GrI .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vbufnC8GrI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vbufnC8GrI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbufnC8GrI .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vbufnC8GrI .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbufnC8GrI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbufnC8GrI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbufnC8GrI .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-vbufnC8GrI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vbufnC8GrI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbufnC8GrI .dropdown-item.active,
.cid-vbufnC8GrI .dropdown-item:active {
  background-color: transparent;
}
.cid-vbufnC8GrI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbufnC8GrI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbufnC8GrI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbufnC8GrI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbufnC8GrI .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-vbufnC8GrI ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vbufnC8GrI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbufnC8GrI button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d6c7b9;
  background: #e4dfd4;
}
.cid-vbufnC8GrI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vbufnC8GrI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbufnC8GrI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbufnC8GrI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbufnC8GrI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbufnC8GrI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbufnC8GrI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbufnC8GrI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbufnC8GrI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbufnC8GrI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vbufnC8GrI .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-vbufnC8GrI .navbar {
    height: 70px;
  }
  .cid-vbufnC8GrI .navbar.opened {
    height: auto;
  }
  .cid-vbufnC8GrI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbufnC8GrI .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vbufnC8GrI .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-vbufnC8GrI .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-vbufnC8GrI .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-vbufnC8GrI .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-vbufnC8GrI .navbar-caption:hover {
  color: #b0335a;
}
@media (min-width: 992px) {
  .cid-vbufnC8GrI .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vbufnC8GrI .text_widget {
  margin-bottom: 32px;
}
.cid-vbufnC8GrI .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vbufnC8GrI .text_widget a:hover {
  opacity: .5;
}
.cid-vbufnC8GrI .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vbufnC8GrI .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vbufnC8GrI .mbr-section-subtitle,
.cid-vbufnC8GrI .text_widget,
.cid-vbufnC8GrI .mbr-section-btn {
  text-align: center;
}
.cid-vbufnC8GrI a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vbufnCUVFp {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  justify-content: flex-end;
  background-image: url("../../../assets/images/kira-1-galeria-01-scaled.jpg");
}
.cid-vbufnCUVFp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbufnCUVFp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbufnCUVFp .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vbufnCUVFp .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vbufnCUVFp .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbufnCUVFp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbufnCUVFp .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-vbufnCUVFp .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vbufnCUVFp .text-wrapper {
    padding-left: 0;
  }
}
.cid-vbufnCUVFp .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vbufnCUVFp .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-vbufnCUVFp .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-vbufnCUVFp .mbr-label {
  color: #ffffff;
}
.cid-vbufnCUVFp .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-vbufnCUVFp .mbr-text {
  color: #ffffff;
}
.cid-vbufnDC7r7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d6c7b9;
}
.cid-vbufnDC7r7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbufnDC7r7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbufnDC7r7 .row {
  justify-content: center;
}
.cid-vbufnDC7r7 .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vbufnDC7r7 .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vbufnDC7r7 .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vbufnDC7r7 .mbr-text {
  color: #fff7ee;
}
.cid-vbufnDC7r7 #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-vbufnDC7r7 img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-vbufnDVMnD {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vbufnDVMnD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbufnDVMnD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbufnDVMnD .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vbufnDVMnD .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vbufnDVMnD .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vbufnDVMnD .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vbufnDVMnD .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vbufnDVMnD .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vbufnDVMnD .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #1b1b1b, #a7908a 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vbufnDVMnD .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vbufnDVMnD .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vbufnDVMnD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vbufnDVMnD .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-vbufnDVMnD .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-vbufnDVMnD .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-vbufnDVMnD .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f1eeea;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #787878;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vbufnDVMnD .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-vbufnDVMnD .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vbufnDVMnD .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-vbufnDVMnD .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbufnDVMnD .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vbufnDVMnD .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-vbufnDVMnD .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-vbufnDVMnD .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vbufnDVMnD .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-vbufnDVMnD .mbr-label,
.cid-vbufnDVMnD .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vbufnDVMnD .mbr-section-title,
.cid-vbufnDVMnD .title-wrapper {
  color: #000000;
  text-align: right;
}
.cid-vbufnDVMnD .mbr-text,
.cid-vbufnDVMnD .text-wrapper {
  color: #555354;
  text-align: right;
}
.cid-vbufnDVMnD .item-text {
  color: #000000;
}
.cid-vbufnDVMnD .item-text,
.cid-vbufnDVMnD .mbr-section-btn {
  text-align: left;
  color: #555354;
}
.cid-vbufnEhmlP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbufnEhmlP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbufnEhmlP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbufnEhmlP .item-wrapper {
  padding: 30px;
  transition: 0.2s;
  border: 1px solid transparent;
  position: relative;
}
.cid-vbufnEhmlP .item-wrapper:hover {
  border: 1px solid #fafafa;
}
.cid-vbufnEhmlP .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vbufnEhmlP .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vbufnEhmlP .carousel-control,
.cid-vbufnEhmlP .close {
  background: #1b1b1b;
}
.cid-vbufnEhmlP .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vbufnEhmlP .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vbufnEhmlP .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vbufnEhmlP .carousel-control-next span {
  margin-left: 5px;
}
.cid-vbufnEhmlP .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fafafa;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fafafa;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vbufnEhmlP .close::before {
  content: '\e91a';
}
.cid-vbufnEhmlP .close:hover {
  opacity: 1;
  background: #000000;
  color: #fafafa;
}
.cid-vbufnEhmlP .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vbufnEhmlP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vbufnEhmlP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vbufnEhmlP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vbufnEhmlP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vbufnEhmlP .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vbufnEhmlP .carousel-indicators li.active,
.cid-vbufnEhmlP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vbufnEhmlP .carousel-indicators li::after,
.cid-vbufnEhmlP .carousel-indicators li::before {
  content: none;
}
.cid-vbufnEhmlP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vbufnEhmlP .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vbufnEhmlP .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vbufnEhmlP .carousel-indicators {
    display: none;
  }
}
.cid-vbufnEhmlP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vbufnEhmlP .carousel-inner > .active {
  display: block;
}
.cid-vbufnEhmlP .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vbufnEhmlP .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vbufnEhmlP .carousel-control:hover {
  background: #1c1c1c;
  color: #fafafa;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vbufnEhmlP .carousel-control,
  .cid-vbufnEhmlP .carousel-indicators,
  .cid-vbufnEhmlP .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vbufnEhmlP .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vbufnEhmlP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vbufnEhmlP .carousel-indicators .active,
.cid-vbufnEhmlP .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vbufnEhmlP .carousel-indicators .active {
  background: #fafafa;
}
.cid-vbufnEhmlP .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vbufnEhmlP .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vbufnEhmlP .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vbufnEhmlP .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vbufnEhmlP .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vbufnEhmlP .modal-body img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vbufnEhmlP .carousel {
  width: 100%;
}
.cid-vbufnEhmlP .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vbufnEhmlP .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vbufnEhmlP .modal.fade .modal-dialog,
.cid-vbufnEhmlP .modal.in .modal-dialog {
  transform: none;
}
.cid-vbufnEhmlP .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vbufnEhmlP H6 {
  text-align: center;
}
.cid-vbufnEhmlP .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vbufnEhmlP .rotate {
    top: -6px;
  }
}
.cid-vbufnEhmlP .title-relative {
  position: relative;
}
.cid-vbufnEhmlP .mbr-section-title,
.cid-vbufnEhmlP .mbr-section-subtitle {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-vbufnEhmlP .item-content {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .cid-vbufnEhmlP .item-content {
    padding-top: 10px;
  }
}
.cid-vbufnEhmlP .mbr-text,
.cid-vbufnEhmlP .item-title {
  color: #fafafa;
}
.cid-vbufnEhmlP .inner-position {
  padding: 40px;
  background-color: #fafafa;
  max-width: 60%;
  margin: 0 auto;
}
.cid-vbufnEhmlP .inner-price {
  margin-bottom: 0;
  align-self: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.cid-vbufnEhmlP .style-button {
  padding: 15px 30px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0;
  font-weight: 500;
  background-color: #000000;
  color: #fafafa;
}
.cid-vbufnEhmlP .order-position {
  display: flex;
  justify-content: space-between;
}
.cid-vbufnEhmlP .text-size {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}
.cid-vbufnEhmlP .text-color {
  color: #c4c4c8;
  font-size: 14px;
  line-height: 24px;
}
.cid-vbufnEhmlP .span-color {
  color: #000000;
  font-weight: 700;
}
.cid-vbufnEhmlP .item-title {
  text-align: center;
  color: #887e7b;
}
.cid-vbufnEhmlP .mbr-section-title {
  color: #887e7b;
  text-align: center;
}
.cid-vbufnGSaaG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vbufnGSaaG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbufnGSaaG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbufnGSaaG .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vbufnGSaaG .card {
    margin-bottom: 40px;
  }
}
.cid-vbufnGSaaG .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vbufnGSaaG .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vbufnGSaaG .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbufnGSaaG .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbufnGSaaG .mbr-label {
  color: #563842;
  text-align: right;
}
.cid-vbufnGSaaG .mbr-section-title {
  color: #b0335a;
  text-align: right;
}
.cid-vbufnGSaaG .mbr-text {
  color: #555354;
}
.cid-vbufnHoyev {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1eeea;
}
.cid-vbufnHoyev .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbufnHoyev .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbufnHoyev .row {
  justify-content: center;
}
.cid-vbufnHoyev .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vbufnHoyev .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vbufnHoyev .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vbufnHoyev .mbr-text {
  color: #fff7ee;
}
.cid-vbufnHoyev #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-vbufnHoyev img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-vbufnHVbye {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/comprar-un-sofa-en-madrid-mueble-tres-decoracion-41.jpg");
}
.cid-vbufnHVbye .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbufnHVbye .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbufnHVbye .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vbufnHVbye .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vbufnHVbye .container {
    padding: 0 20px;
  }
}
.cid-vbufnHVbye .row {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-vbufnHVbye .row {
    height: 450px;
  }
}
.cid-vbufnIZ2Fm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vbufnIZ2Fm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbufnIZ2Fm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbufnIZ2Fm .row {
  justify-content: center;
}
.cid-vbufnIZ2Fm .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vbufnIZ2Fm .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vbufnIZ2Fm .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vbufnIZ2Fm .mbr-text {
  color: #fff7ee;
}
.cid-vbufnIZ2Fm #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-vbufnIZ2Fm img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-vc9klXUgAF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vc9klXUgAF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc9klXUgAF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vc9klXUgAF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vc9klXUgAF .row {
  flex-direction: row-reverse;
}
.cid-vc9klXUgAF img {
  width: 100%;
}
.cid-vbufnJxHXV {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-vbufnJxHXV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbufnJxHXV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbufnJxHXV .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vbufnJxHXV .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vbufnJxHXV .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vbufnJxHXV .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vbufnJxHXV .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vbufnJxHXV .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vbufnJxHXV .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #836b64, #7b5d4d 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vbufnJxHXV .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vbufnJxHXV .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vbufnJxHXV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vbufnJxHXV .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-vbufnJxHXV .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vbufnJxHXV .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-vbufnJxHXV .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vbufnJxHXV .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-vbufnJxHXV .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vbufnJxHXV .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vbufnJxHXV .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap {
  width: 180px;
  height: 180px;
  display: inline-flex;
  padding: 10px;
  border-top: 3px solid #ffffff;
  box-shadow: 0 10px 12px -8px #9c9c9c;
  background-color: #f5f5f5;
}
.cid-vbufnJxHXV .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap .mbr-iconfont {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 84px;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 12px -8px #9c9c9c;
  background-color: #f5f5f5;
}
.cid-vbufnJxHXV .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vbufnJxHXV .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vbufnJxHXV .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-vbufnJxHXV .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbufnJxHXV .mbr-label,
.cid-vbufnJxHXV .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vbufnJxHXV .mbr-section-title,
.cid-vbufnJxHXV .title-wrapper {
  color: #000000;
  text-align: left;
}
.cid-vbufnJxHXV .mbr-text,
.cid-vbufnJxHXV .text-wrapper {
  color: #515151;
  text-align: left;
}
.cid-vbufnJxHXV .item-title {
  color: #000000;
}
.cid-vbufnJxHXV .item-text {
  color: #515151;
  text-align: center;
}
.cid-vbufnJxHXV .item-title,
.cid-vbufnJxHXV .mbr-section-btn {
  text-align: center;
  color: #555354;
}
.cid-vbufnKdLtU {
  padding-top: 1rem;
  background-color: #f5f5f5;
  overflow: hidden;
}
.cid-vbufnKdLtU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbufnKdLtU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbufnKdLtU .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e1e7ed;
}
@media (max-width: 425px) {
  .cid-vbufnKdLtU .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vbufnKdLtU .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #e1e7ed;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-vbufnKdLtU .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-vbufnKdLtU .content-wrapper .border_1 {
  left: 0;
}
.cid-vbufnKdLtU .content-wrapper .border_2 {
  right: 0;
}
.cid-vbufnKdLtU .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vbufnKdLtU .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vbufnKdLtU .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-vbufnKdLtU .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-vbufnKdLtU .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vbufnKdLtU .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vbufnKdLtU .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vbufnKdLtU .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vbufnKdLtU .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vbufnKdLtU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 420px;
  max-width: 420px;
}
@media (max-width: 768px) {
  .cid-vbufnKdLtU .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vbufnKdLtU .embla__slide .slide-content {
  width: 100%;
}
.cid-vbufnKdLtU .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 24px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vbufnKdLtU .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-vbufnKdLtU .embla__slide .slide-content .item-wrapper .person-wrapper {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e7ed;
}
.cid-vbufnKdLtU .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vbufnKdLtU .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img {
  display: inline-flex;
}
.cid-vbufnKdLtU .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 100% !important;
  display: inline-flex;
  object-fit: cover;
  box-shadow: 0 10px 10px -2px #cccccc;
}
.cid-vbufnKdLtU .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .person-name {
  position: relative;
  z-index: 1;
  margin-left: 16px;
}
.cid-vbufnKdLtU .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .person-name .item-name {
  margin-bottom: 0;
}
.cid-vbufnKdLtU .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .person-name .item-role {
  margin-bottom: 0;
}
.cid-vbufnKdLtU .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vbufnKdLtU .embla__button--next,
.cid-vbufnKdLtU .embla__button--prev {
  display: flex;
}
.cid-vbufnKdLtU .embla__button {
  bottom: 54%;
  width: 42px;
  height: 42px;
  font-size: 26px;
  background-color: #334155 !important;
  color: #fafafa !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
  display: none;
}
@media (max-width: 992px) {
  .cid-vbufnKdLtU .embla__button {
    bottom: 0;
  }
}
.cid-vbufnKdLtU .embla__button:hover {
  transform: translateY(-3px);
}
.cid-vbufnKdLtU .embla__button:disabled {
  opacity: .5 !important;
  transform: none;
}
.cid-vbufnKdLtU .embla__button.embla__button--prev {
  left: 0;
}
.cid-vbufnKdLtU .embla__button.embla__button--next {
  right: 0;
}
.cid-vbufnKdLtU .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vbufnKdLtU .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 20px;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 992px) {
  .cid-vbufnKdLtU .embla__viewport {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-vbufnKdLtU .embla__viewport {
    mask-image: none;
    -webkit-mask-image: none;
  }
}
.cid-vbufnKdLtU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vbufnKdLtU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vbufnKdLtU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vbufnKdLtU .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vbufnKdLtU .mbr-label,
.cid-vbufnKdLtU .label-wrapper {
  color: #7c505e;
  text-align: center;
}
.cid-vbufnKdLtU .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-vbufnKdLtU .mbr-text,
.cid-vbufnKdLtU .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-vbufnKdLtU .item-name {
  color: #b0335a;
}
.cid-vbufnKdLtU .item-role {
  color: #475569;
}
.cid-vbufnKdLtU .item-text {
  color: #475569;
}
.cid-vbufnKdLtU .mbr-section-title,
.cid-vbufnKdLtU .mbr-section-btn {
  color: #7c505e;
}
.cid-vcPqcisK7J {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vcPqcisK7J .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcPqcisK7J .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-vcPqcisK7J .container {
    padding: 0 20px;
  }
}
.cid-vcPqcisK7J .row {
  justify-content: center;
}
.cid-vcPqcisK7J .mbr-section-title {
  margin-bottom: 0;
  color: #515151;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vcPqcisK7J .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vcPqcisK7J .mbr-section-btn .btn {
  width: 100%;
}
.cid-vcPqcisK7J .mbr-section-btn .btn:hover,
.cid-vcPqcisK7J .mbr-section-btn .btn:focus {
  box-shadow: inset 800px 0 0 0 #555354 !important;
}
.cid-vcPqcisK7J .mbr-desc {
  color: #ffffff;
}
.cid-vcPqbPbc0A {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-vcPqbPbc0A .row .slide-overlay {
  z-index: 1 !important;
}
@media (min-width: 992px) {
  .cid-vcPqbPbc0A .carousel {
    min-height: 700px;
  }
  .cid-vcPqbPbc0A .carousel img {
    max-height: 700px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcPqbPbc0A .carousel {
    min-height: 406px;
  }
  .cid-vcPqbPbc0A .carousel img {
    max-height: 406px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .cid-vcPqbPbc0A .carousel {
    min-height: 315px;
  }
  .cid-vcPqbPbc0A .carousel img {
    max-height: 315px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .cid-vcPqbPbc0A .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vcPqbPbc0A .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vcPqbPbc0A .carousel,
.cid-vcPqbPbc0A .carousel-inner {
  display: flex;
  align-items: stretch;
}
.cid-vcPqbPbc0A .item-wrapper {
  width: 100%;
  overflow: hidden;
}
.cid-vcPqbPbc0A .carousel-caption {
  z-index: 2 !important;
  left: 1rem;
  bottom: 1rem;
  width: fit-content;
  max-width: calc(68%);
  background-color: #33363b;
  padding: 8px;
  background-color: transparent;
}
.cid-vcPqbPbc0A .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0 !important;
  text-align: left;
}
.cid-vcPqbPbc0A .mbr-section-text {
  margin-bottom: 0 !important;
  margin-top: 8px !important;
  color: #FFFFFF;
  text-align: left;
  display: none;
}
.cid-vcPqbPbc0A .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vcPqbPbc0A .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1;
}
.cid-vcPqbPbc0A .carousel-control .mobi-mbri {
  color: #24262b;
  transition: all 0.3s;
}
.cid-vcPqbPbc0A .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .cid-vcPqbPbc0A .carousel-control.carousel-control-prev {
    margin-left: 1rem;
  }
}
.cid-vcPqbPbc0A .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-vcPqbPbc0A .carousel-control.carousel-control-next {
    margin-right: 1rem;
  }
}
.cid-vcPqbPbc0A .carousel-control:hover,
.cid-vcPqbPbc0A .carousel-control:focus {
  border-color: #ffffff;
  opacity: 1;
}
.cid-vcPqbPbc0A .carousel-control-prev:hover .mobi-mbri,
.cid-vcPqbPbc0A .carousel-control-prev:focus .mobi-mbri {
  transform: translateX(-7px);
}
.cid-vcPqbPbc0A .carousel-control-next:hover .mobi-mbri,
.cid-vcPqbPbc0A .carousel-control-next:focus .mobi-mbri {
  transform: translateX(7px);
}
.cid-vcPqbPbc0A .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vcPqbPbc0A .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vcPqbPbc0A .carousel-indicators {
  display: none !important;
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vcPqbPbc0A .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcPqbPbc0A .carousel-indicators li.active,
.cid-vcPqbPbc0A .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcPqbPbc0A .carousel-indicators li::after,
.cid-vcPqbPbc0A .carousel-indicators li::before {
  content: none;
}
.cid-vcPqbPbc0A .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcPqbPbc0A .carousel-indicators {
    display: none !important;
  }
}
.cid-vd5KZj1aSU {
  padding-top: 0rem;
  background-color: #f5f5f5;
  overflow: hidden;
}
.cid-vd5KZj1aSU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5KZj1aSU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5KZj1aSU .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 1rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e1e7ed;
}
@media (max-width: 425px) {
  .cid-vd5KZj1aSU .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vd5KZj1aSU .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #e1e7ed;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-vd5KZj1aSU .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-vd5KZj1aSU .content-wrapper .border_1 {
  left: 0;
}
.cid-vd5KZj1aSU .content-wrapper .border_2 {
  right: 0;
}
.cid-vd5KZj1aSU .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vd5KZj1aSU .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vd5KZj1aSU .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-vd5KZj1aSU .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-vd5KZj1aSU .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vd5KZj1aSU .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vd5KZj1aSU .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vd5KZj1aSU .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vd5KZj1aSU .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vd5KZj1aSU .content-wrapper .google-map iframe {
  height: 400px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vd5KZj1aSU .content-wrapper .google-map iframe {
    height: 320px;
  }
}
.cid-vd5KZj1aSU .mbr-label,
.cid-vd5KZj1aSU .label-wrapper {
  color: #b0335a;
  text-align: center;
}
.cid-vd5KZj1aSU .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-vd5KZj1aSU .mbr-text,
.cid-vd5KZj1aSU .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-vd5KZj1aSU .mbr-section-title,
.cid-vd5KZj1aSU .mbr-section-btn {
  color: #515151;
}
.cid-vd5KYdV71D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vd5KYdV71D .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5KYdV71D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5KYdV71D .content-wrap {
  margin: 0 -25px;
}
.cid-vd5KYdV71D .content-wrap .card {
  padding: 0 25px;
}
@media (max-width: 992px) {
  .cid-vd5KYdV71D .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vd5KYdV71D .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vd5KYdV71D .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vd5KYdV71D .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vd5KYdV71D .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vd5KYdV71D .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 25px;
}
@media (max-width: 1440px) {
  .cid-vd5KYdV71D .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vd5KYdV71D .title-wrapper .image-wrapper img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vd5KYdV71D .title-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-vd5KYdV71D .subtitle-wrap .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5KYdV71D .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vd5KYdV71D .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vd5KYdV71D .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 5px;
}
.cid-vd5KYdV71D .form-wrap .dragArea.row .form-group .form-control {
  padding: 12px 15px;
  background-color: transparent;
  border: 1px solid #e8e8e8 !important;
  box-shadow: none;
  margin-bottom: 20px;
}
.cid-vd5KYdV71D .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #777777;
}
.cid-vd5KYdV71D .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vd5KYdV71D .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #b0335a !important;
}
.cid-vd5KYdV71D .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-vd5KYdV71D .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vd5KYdV71D .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #777777;
  border-color: #777777;
}
.cid-vd5KYdV71D .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 5px;
}
.cid-vd5KYdV71D .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  min-height: auto;
}
.cid-vd5KYdV71D .mbr-label {
  color: #000000;
}
.cid-vd5KYdV71D .mbr-section-title {
  color: #000000;
}
.cid-vd5KYdV71D .mbr-section-subtitle {
  color: #000000;
}
.cid-vd5KYdV71D label {
  color: #000000;
}
.cid-vbufnMziuw {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vbufnMziuw .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vbufnMziuw .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-vbufnMziuw .media-wrap img {
  height: 6rem;
}
.cid-vbufnMziuw .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-vbufnMziuw .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vbufnMziuw .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-vbufnMziuw .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-vbufnMziuw .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-vbufnMziuw .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vbufnMziuw .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vbufnMziuw .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vbufnMziuw .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-vbufnMziuw .links {
  color: #232323;
}
.cid-vbufnMziuw .copyright > p {
  color: #767676;
}
.cid-vbveKCMNBO {
  z-index: 1000;
  width: 100%;
}
.cid-vbveKCMNBO .navbar-dropdown {
  background-color: #d6c7b9 !important;
  padding: 0;
  position: fixed;
}
.cid-vbveKCMNBO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d6c7b9 !important;
  background: #d6c7b9;
}
.cid-vbveKCMNBO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbveKCMNBO .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vbveKCMNBO .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vbveKCMNBO .menu_box .navbar.opened,
  .cid-vbveKCMNBO .menu_box .navbar-collapse {
    background-color: #d6c7b9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vbveKCMNBO nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vbveKCMNBO .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vbveKCMNBO .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vbveKCMNBO .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vbveKCMNBO .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vbveKCMNBO .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vbveKCMNBO .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-vbveKCMNBO .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vbveKCMNBO .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vbveKCMNBO .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vbveKCMNBO .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vbveKCMNBO .offcanvas-body .mbr-text,
  .cid-vbveKCMNBO .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vbveKCMNBO .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vbveKCMNBO .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vbveKCMNBO .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vbveKCMNBO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vbveKCMNBO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vbveKCMNBO .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vbveKCMNBO .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vbveKCMNBO ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vbveKCMNBO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vbveKCMNBO .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-vbveKCMNBO .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vbveKCMNBO 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-vbveKCMNBO .lg_brand {
    margin: 0 1rem;
  }
  .cid-vbveKCMNBO .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-vbveKCMNBO .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vbveKCMNBO .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vbveKCMNBO .nav-item {
    margin: 0 !important;
  }
}
.cid-vbveKCMNBO .nav-item .nav-link {
  position: relative;
}
.cid-vbveKCMNBO .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #b0335a;
  transition: all 0.3s ease-out;
}
.cid-vbveKCMNBO .nav-item .nav-link:hover,
.cid-vbveKCMNBO .nav-item .nav-link:focus {
  opacity: 1;
  color: #b0335a !important;
}
.cid-vbveKCMNBO .nav-item .nav-link:hover::before,
.cid-vbveKCMNBO .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vbveKCMNBO .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vbveKCMNBO .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vbveKCMNBO .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vbveKCMNBO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vbveKCMNBO .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-vbveKCMNBO .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vbveKCMNBO .offcanvas_box {
    display: none;
  }
}
.cid-vbveKCMNBO .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vbveKCMNBO .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vbveKCMNBO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vbveKCMNBO .container {
  display: flex;
  margin: auto;
}
.cid-vbveKCMNBO .iconfont-wrapper {
  color: #ffffff;
  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-vbveKCMNBO .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vbveKCMNBO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vbveKCMNBO .navbar-caption {
  color: #ffffff;
}
.cid-vbveKCMNBO .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vbveKCMNBO .navbar-nav {
    margin: 0;
  }
}
.cid-vbveKCMNBO .dropdown-menu,
.cid-vbveKCMNBO .navbar.opened {
  background-color: false !important;
}
.cid-vbveKCMNBO .nav-item:focus,
.cid-vbveKCMNBO .nav-link:focus {
  outline: none;
}
.cid-vbveKCMNBO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbveKCMNBO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbveKCMNBO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbveKCMNBO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbveKCMNBO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbveKCMNBO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbveKCMNBO .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vbveKCMNBO .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vbveKCMNBO .navbar.opened {
  transition: all 0.3s;
}
.cid-vbveKCMNBO .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vbveKCMNBO .navbar .navbar-logo img {
  object-fit: contain;
}
.cid-vbveKCMNBO .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vbveKCMNBO .navbar.collapsed {
  justify-content: center;
}
.cid-vbveKCMNBO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbveKCMNBO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vbveKCMNBO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbveKCMNBO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbveKCMNBO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbveKCMNBO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vbveKCMNBO .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vbveKCMNBO .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vbveKCMNBO .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vbveKCMNBO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbveKCMNBO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbveKCMNBO .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vbveKCMNBO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbveKCMNBO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vbveKCMNBO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbveKCMNBO .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vbveKCMNBO .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vbveKCMNBO .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vbveKCMNBO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vbveKCMNBO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbveKCMNBO .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vbveKCMNBO .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbveKCMNBO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbveKCMNBO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbveKCMNBO .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-vbveKCMNBO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vbveKCMNBO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbveKCMNBO .dropdown-item.active,
.cid-vbveKCMNBO .dropdown-item:active {
  background-color: transparent;
}
.cid-vbveKCMNBO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbveKCMNBO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbveKCMNBO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbveKCMNBO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbveKCMNBO .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-vbveKCMNBO ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vbveKCMNBO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbveKCMNBO button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d6c7b9;
  background: #e4dfd4;
}
.cid-vbveKCMNBO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vbveKCMNBO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbveKCMNBO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbveKCMNBO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbveKCMNBO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbveKCMNBO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbveKCMNBO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbveKCMNBO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbveKCMNBO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbveKCMNBO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vbveKCMNBO .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-vbveKCMNBO .navbar {
    height: 70px;
  }
  .cid-vbveKCMNBO .navbar.opened {
    height: auto;
  }
  .cid-vbveKCMNBO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbveKCMNBO .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vbveKCMNBO .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-vbveKCMNBO .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-vbveKCMNBO .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-vbveKCMNBO .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-vbveKCMNBO .navbar-caption:hover {
  color: #b0335a;
}
@media (min-width: 992px) {
  .cid-vbveKCMNBO .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vbveKCMNBO .text_widget {
  margin-bottom: 32px;
}
.cid-vbveKCMNBO .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vbveKCMNBO .text_widget a:hover {
  opacity: .5;
}
.cid-vbveKCMNBO .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vbveKCMNBO .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vbveKCMNBO .mbr-section-subtitle,
.cid-vbveKCMNBO .text_widget,
.cid-vbveKCMNBO .mbr-section-btn {
  text-align: center;
}
.cid-vbveKCMNBO a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vbveKDTwfh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbveKDTwfh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbveKDTwfh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vbveKDTwfh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vbveKDTwfh .row {
  flex-direction: row-reverse;
}
.cid-vbveKDTwfh img {
  width: 100%;
}
.cid-vbvjE6G9KQ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-8.jpg");
}
.cid-vbvjE6G9KQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbvjE6G9KQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbvjE6G9KQ .image-wrap {
  height: 350px;
}
.cid-vc9jUiQvST {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vc9jUiQvST .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc9jUiQvST .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vc9jUiQvST .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vc9jUiQvST .row {
  flex-direction: row-reverse;
}
.cid-vc9jUiQvST img {
  width: 100%;
}
.cid-vbvjaVBRCC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-vbvjaVBRCC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbvjaVBRCC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbvjaVBRCC .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vbvjaVBRCC .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vbvjaVBRCC .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vbvjaVBRCC .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vbvjaVBRCC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbvjaVBRCC .mbr-section-subtitle {
  margin-bottom: 40px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-vbvjaVBRCC .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-vbvjaVBRCC .mbr-text {
  margin-bottom: 30px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-vbvjaVBRCC .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vbvjaVBRCC .mbr-label {
  color: #000000;
}
.cid-vbvjaVBRCC .mbr-section-title {
  color: #b0335a;
  text-align: right;
}
.cid-vbveKEcGAO {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vbveKEcGAO .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vbveKEcGAO .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-vbveKEcGAO .media-wrap img {
  height: 6rem;
}
.cid-vbveKEcGAO .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-vbveKEcGAO .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vbveKEcGAO .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-vbveKEcGAO .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-vbveKEcGAO .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-vbveKEcGAO .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vbveKEcGAO .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vbveKEcGAO .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vbveKEcGAO .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-vbveKEcGAO .links {
  color: #232323;
}
.cid-vbveKEcGAO .copyright > p {
  color: #767676;
}
.cid-vbvejktwT8 {
  z-index: 1000;
  width: 100%;
}
.cid-vbvejktwT8 .navbar-dropdown {
  background-color: #d6c7b9 !important;
  padding: 0;
  position: fixed;
}
.cid-vbvejktwT8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d6c7b9 !important;
  background: #d6c7b9;
}
.cid-vbvejktwT8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbvejktwT8 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vbvejktwT8 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vbvejktwT8 .menu_box .navbar.opened,
  .cid-vbvejktwT8 .menu_box .navbar-collapse {
    background-color: #d6c7b9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vbvejktwT8 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vbvejktwT8 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vbvejktwT8 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vbvejktwT8 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vbvejktwT8 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vbvejktwT8 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vbvejktwT8 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-vbvejktwT8 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vbvejktwT8 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vbvejktwT8 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vbvejktwT8 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vbvejktwT8 .offcanvas-body .mbr-text,
  .cid-vbvejktwT8 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vbvejktwT8 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vbvejktwT8 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vbvejktwT8 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vbvejktwT8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vbvejktwT8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vbvejktwT8 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vbvejktwT8 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vbvejktwT8 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vbvejktwT8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vbvejktwT8 .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-vbvejktwT8 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vbvejktwT8 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-vbvejktwT8 .lg_brand {
    margin: 0 1rem;
  }
  .cid-vbvejktwT8 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-vbvejktwT8 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vbvejktwT8 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vbvejktwT8 .nav-item {
    margin: 0 !important;
  }
}
.cid-vbvejktwT8 .nav-item .nav-link {
  position: relative;
}
.cid-vbvejktwT8 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #b0335a;
  transition: all 0.3s ease-out;
}
.cid-vbvejktwT8 .nav-item .nav-link:hover,
.cid-vbvejktwT8 .nav-item .nav-link:focus {
  opacity: 1;
  color: #b0335a !important;
}
.cid-vbvejktwT8 .nav-item .nav-link:hover::before,
.cid-vbvejktwT8 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vbvejktwT8 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vbvejktwT8 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vbvejktwT8 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vbvejktwT8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vbvejktwT8 .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-vbvejktwT8 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vbvejktwT8 .offcanvas_box {
    display: none;
  }
}
.cid-vbvejktwT8 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vbvejktwT8 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vbvejktwT8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vbvejktwT8 .container {
  display: flex;
  margin: auto;
}
.cid-vbvejktwT8 .iconfont-wrapper {
  color: #ffffff;
  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-vbvejktwT8 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vbvejktwT8 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vbvejktwT8 .navbar-caption {
  color: #ffffff;
}
.cid-vbvejktwT8 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vbvejktwT8 .navbar-nav {
    margin: 0;
  }
}
.cid-vbvejktwT8 .dropdown-menu,
.cid-vbvejktwT8 .navbar.opened {
  background-color: false !important;
}
.cid-vbvejktwT8 .nav-item:focus,
.cid-vbvejktwT8 .nav-link:focus {
  outline: none;
}
.cid-vbvejktwT8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbvejktwT8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbvejktwT8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbvejktwT8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbvejktwT8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbvejktwT8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbvejktwT8 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vbvejktwT8 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vbvejktwT8 .navbar.opened {
  transition: all 0.3s;
}
.cid-vbvejktwT8 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vbvejktwT8 .navbar .navbar-logo img {
  object-fit: contain;
}
.cid-vbvejktwT8 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vbvejktwT8 .navbar.collapsed {
  justify-content: center;
}
.cid-vbvejktwT8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbvejktwT8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vbvejktwT8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbvejktwT8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbvejktwT8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbvejktwT8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vbvejktwT8 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vbvejktwT8 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vbvejktwT8 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vbvejktwT8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbvejktwT8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbvejktwT8 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vbvejktwT8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbvejktwT8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vbvejktwT8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbvejktwT8 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vbvejktwT8 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vbvejktwT8 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vbvejktwT8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vbvejktwT8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbvejktwT8 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vbvejktwT8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbvejktwT8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbvejktwT8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbvejktwT8 .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-vbvejktwT8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vbvejktwT8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbvejktwT8 .dropdown-item.active,
.cid-vbvejktwT8 .dropdown-item:active {
  background-color: transparent;
}
.cid-vbvejktwT8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbvejktwT8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbvejktwT8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbvejktwT8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbvejktwT8 .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-vbvejktwT8 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vbvejktwT8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbvejktwT8 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d6c7b9;
  background: #e4dfd4;
}
.cid-vbvejktwT8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vbvejktwT8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbvejktwT8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbvejktwT8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbvejktwT8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbvejktwT8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbvejktwT8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbvejktwT8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbvejktwT8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbvejktwT8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vbvejktwT8 .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-vbvejktwT8 .navbar {
    height: 70px;
  }
  .cid-vbvejktwT8 .navbar.opened {
    height: auto;
  }
  .cid-vbvejktwT8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbvejktwT8 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vbvejktwT8 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-vbvejktwT8 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-vbvejktwT8 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-vbvejktwT8 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-vbvejktwT8 .navbar-caption:hover {
  color: #b0335a;
}
@media (min-width: 992px) {
  .cid-vbvejktwT8 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vbvejktwT8 .text_widget {
  margin-bottom: 32px;
}
.cid-vbvejktwT8 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vbvejktwT8 .text_widget a:hover {
  opacity: .5;
}
.cid-vbvejktwT8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vbvejktwT8 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vbvejktwT8 .mbr-section-subtitle,
.cid-vbvejktwT8 .text_widget,
.cid-vbvejktwT8 .mbr-section-btn {
  text-align: center;
}
.cid-vbvejktwT8 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vbvfmlB1Qu {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vbvfmlB1Qu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbvfmlB1Qu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbvfmlB1Qu .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vbvfmlB1Qu .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vbvfmlB1Qu .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vbvfmlB1Qu .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vbvfmlB1Qu .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vbvfmlB1Qu .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vbvfmlB1Qu .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vbvfmlB1Qu .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vbvfmlB1Qu .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vbvfmlB1Qu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vbvfmlB1Qu .card-wrapper {
  padding: 30px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
}
@media (max-width: 992px) {
  .cid-vbvfmlB1Qu .card-wrapper {
    padding: 24px;
  }
}
.cid-vbvfmlB1Qu .card-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vbvfmlB1Qu .card-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 24px;
  }
}
.cid-vbvfmlB1Qu .card-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
  flex: 1 0 0;
}
@media (max-width: 992px) {
  .cid-vbvfmlB1Qu .card-wrapper .nav.nav-tabs .nav-item {
    flex: none;
    margin-bottom: 16px;
  }
}
.cid-vbvfmlB1Qu .card-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  padding: 12px 24px;
  background-color: #f5f5f5;
  border: none;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
.cid-vbvfmlB1Qu .card-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-vbvfmlB1Qu .card-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vbvfmlB1Qu .card-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-vbvfmlB1Qu .card-wrapper .tab-content .tab-pane .item-content .image-wrapper {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-vbvfmlB1Qu .card-wrapper .tab-content .tab-pane .item-content .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vbvfmlB1Qu .card-wrapper .tab-content .tab-pane .item-content .image-wrapper img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-vbvfmlB1Qu .card-wrapper .tab-content .tab-pane .item-content .image-wrapper img {
    height: 300px;
  }
}
.cid-vbvfmlB1Qu .card-wrapper .tab-content .tab-pane .item-content .content-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vbvfmlB1Qu .card-wrapper .tab-content .tab-pane .item-content .content-wrap {
    width: 100%;
  }
}
.cid-vbvfmlB1Qu .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-number {
  margin-bottom: 10px;
}
.cid-vbvfmlB1Qu .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-title {
  margin-bottom: 10px;
}
.cid-vbvfmlB1Qu .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-text {
  margin-bottom: 0;
}
.cid-vbvfmlB1Qu .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-vbvfmlB1Qu .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper {
    display: block;
  }
}
.cid-vbvfmlB1Qu .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-vbvfmlB1Qu .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap {
    margin-bottom: 16px;
  }
  .cid-vbvfmlB1Qu .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-vbvfmlB1Qu .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap .item-metric {
  margin-bottom: 0;
}
.cid-vbvfmlB1Qu .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap .item-metric-title {
  margin-top: 8px;
  margin-bottom: 0;
}
.cid-vbvfmlB1Qu .mbr-label,
.cid-vbvfmlB1Qu .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vbvfmlB1Qu .mbr-section-title,
.cid-vbvfmlB1Qu .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vbvfmlB1Qu .mbr-text,
.cid-vbvfmlB1Qu .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vbvfmlB1Qu .item-number {
  color: #000000;
}
.cid-vbvfmlB1Qu .item-title {
  color: #000000;
}
.cid-vbvfmlB1Qu .item-text {
  color: #515151;
}
.cid-vbvfmlB1Qu .item-metric {
  color: #000000;
  text-align: center;
}
.cid-vbvfmlB1Qu .item-metric-title {
  color: #515151;
  text-align: center;
}
.cid-vbveClduT7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbveClduT7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbveClduT7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vbveClduT7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vbveClduT7 .row {
  flex-direction: row-reverse;
}
.cid-vbveClduT7 img {
  width: 100%;
}
.cid-vbveDsQHLd {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vbveDsQHLd .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vbveDsQHLd .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-vbveDsQHLd .media-wrap img {
  height: 6rem;
}
.cid-vbveDsQHLd .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-vbveDsQHLd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vbveDsQHLd .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-vbveDsQHLd .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-vbveDsQHLd .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-vbveDsQHLd .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vbveDsQHLd .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vbveDsQHLd .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vbveDsQHLd .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-vbveDsQHLd .links {
  color: #232323;
}
.cid-vbveDsQHLd .copyright > p {
  color: #767676;
}
.cid-vbveMvBYMj {
  z-index: 1000;
  width: 100%;
}
.cid-vbveMvBYMj .navbar-dropdown {
  background-color: #d6c7b9 !important;
  padding: 0;
  position: fixed;
}
.cid-vbveMvBYMj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d6c7b9 !important;
  background: #d6c7b9;
}
.cid-vbveMvBYMj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbveMvBYMj .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vbveMvBYMj .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vbveMvBYMj .menu_box .navbar.opened,
  .cid-vbveMvBYMj .menu_box .navbar-collapse {
    background-color: #d6c7b9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vbveMvBYMj nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vbveMvBYMj .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vbveMvBYMj .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vbveMvBYMj .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vbveMvBYMj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vbveMvBYMj .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vbveMvBYMj .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-vbveMvBYMj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vbveMvBYMj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vbveMvBYMj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vbveMvBYMj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vbveMvBYMj .offcanvas-body .mbr-text,
  .cid-vbveMvBYMj .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vbveMvBYMj .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vbveMvBYMj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vbveMvBYMj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vbveMvBYMj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vbveMvBYMj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vbveMvBYMj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vbveMvBYMj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vbveMvBYMj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vbveMvBYMj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vbveMvBYMj .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-vbveMvBYMj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vbveMvBYMj 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-vbveMvBYMj .lg_brand {
    margin: 0 1rem;
  }
  .cid-vbveMvBYMj .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-vbveMvBYMj .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vbveMvBYMj .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vbveMvBYMj .nav-item {
    margin: 0 !important;
  }
}
.cid-vbveMvBYMj .nav-item .nav-link {
  position: relative;
}
.cid-vbveMvBYMj .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #b0335a;
  transition: all 0.3s ease-out;
}
.cid-vbveMvBYMj .nav-item .nav-link:hover,
.cid-vbveMvBYMj .nav-item .nav-link:focus {
  opacity: 1;
  color: #b0335a !important;
}
.cid-vbveMvBYMj .nav-item .nav-link:hover::before,
.cid-vbveMvBYMj .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vbveMvBYMj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vbveMvBYMj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vbveMvBYMj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vbveMvBYMj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vbveMvBYMj .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-vbveMvBYMj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vbveMvBYMj .offcanvas_box {
    display: none;
  }
}
.cid-vbveMvBYMj .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vbveMvBYMj .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vbveMvBYMj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vbveMvBYMj .container {
  display: flex;
  margin: auto;
}
.cid-vbveMvBYMj .iconfont-wrapper {
  color: #ffffff;
  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-vbveMvBYMj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vbveMvBYMj .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vbveMvBYMj .navbar-caption {
  color: #ffffff;
}
.cid-vbveMvBYMj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vbveMvBYMj .navbar-nav {
    margin: 0;
  }
}
.cid-vbveMvBYMj .dropdown-menu,
.cid-vbveMvBYMj .navbar.opened {
  background-color: false !important;
}
.cid-vbveMvBYMj .nav-item:focus,
.cid-vbveMvBYMj .nav-link:focus {
  outline: none;
}
.cid-vbveMvBYMj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbveMvBYMj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbveMvBYMj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbveMvBYMj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbveMvBYMj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbveMvBYMj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbveMvBYMj .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vbveMvBYMj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vbveMvBYMj .navbar.opened {
  transition: all 0.3s;
}
.cid-vbveMvBYMj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vbveMvBYMj .navbar .navbar-logo img {
  object-fit: contain;
}
.cid-vbveMvBYMj .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vbveMvBYMj .navbar.collapsed {
  justify-content: center;
}
.cid-vbveMvBYMj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbveMvBYMj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vbveMvBYMj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbveMvBYMj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbveMvBYMj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbveMvBYMj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vbveMvBYMj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vbveMvBYMj .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vbveMvBYMj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vbveMvBYMj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbveMvBYMj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbveMvBYMj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vbveMvBYMj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbveMvBYMj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vbveMvBYMj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbveMvBYMj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vbveMvBYMj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vbveMvBYMj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vbveMvBYMj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vbveMvBYMj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbveMvBYMj .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vbveMvBYMj .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbveMvBYMj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbveMvBYMj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbveMvBYMj .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-vbveMvBYMj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vbveMvBYMj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbveMvBYMj .dropdown-item.active,
.cid-vbveMvBYMj .dropdown-item:active {
  background-color: transparent;
}
.cid-vbveMvBYMj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbveMvBYMj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbveMvBYMj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbveMvBYMj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbveMvBYMj .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-vbveMvBYMj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vbveMvBYMj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbveMvBYMj button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d6c7b9;
  background: #e4dfd4;
}
.cid-vbveMvBYMj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vbveMvBYMj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbveMvBYMj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbveMvBYMj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbveMvBYMj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbveMvBYMj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbveMvBYMj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbveMvBYMj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbveMvBYMj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbveMvBYMj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vbveMvBYMj .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-vbveMvBYMj .navbar {
    height: 70px;
  }
  .cid-vbveMvBYMj .navbar.opened {
    height: auto;
  }
  .cid-vbveMvBYMj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbveMvBYMj .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vbveMvBYMj .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-vbveMvBYMj .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-vbveMvBYMj .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-vbveMvBYMj .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-vbveMvBYMj .navbar-caption:hover {
  color: #b0335a;
}
@media (min-width: 992px) {
  .cid-vbveMvBYMj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vbveMvBYMj .text_widget {
  margin-bottom: 32px;
}
.cid-vbveMvBYMj .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vbveMvBYMj .text_widget a:hover {
  opacity: .5;
}
.cid-vbveMvBYMj .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vbveMvBYMj .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vbveMvBYMj .mbr-section-subtitle,
.cid-vbveMvBYMj .text_widget,
.cid-vbveMvBYMj .mbr-section-btn {
  text-align: center;
}
.cid-vbveMvBYMj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vbvjVSfrDb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vbvjVSfrDb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbvjVSfrDb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbvjVSfrDb .content-wrapper {
  -webkit-mask: linear-gradient(#000000 50%, transparent 100%);
  mask: linear-gradient(#000000 50%, transparent 100%);
}
.cid-vbvjVSfrDb .content-wrapper .card-wrapper {
  border: 1px solid #353535;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-vbvjVSfrDb .content-wrapper .card-wrapper {
    padding: 20px;
  }
}
.cid-vbvjVSfrDb .content-wrapper .card-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbvjVSfrDb .content-wrapper .card-wrapper img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-vbvjVSfrDb .content-wrapper .card-wrapper img {
    height: 300px;
  }
}
.cid-vbvk7NAFzT {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vbvk7NAFzT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbvk7NAFzT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbvk7NAFzT .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vbvk7NAFzT .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vbvk7NAFzT .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vbvk7NAFzT .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vbvk7NAFzT .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vbvk7NAFzT .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vbvk7NAFzT .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vbvk7NAFzT .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vbvk7NAFzT .mbr-label,
.cid-vbvk7NAFzT .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vbvk7NAFzT .mbr-section-title {
  color: #000000;
}
.cid-vbvk7NAFzT .mbr-text,
.cid-vbvk7NAFzT .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vbvk7NAFzT .mbr-section-title,
.cid-vbvk7NAFzT .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vbveMwCcld {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbveMwCcld .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbveMwCcld .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vbveMwCcld .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vbveMwCcld .row {
  flex-direction: row-reverse;
}
.cid-vbveMwCcld img {
  width: 100%;
}
.cid-vbveMwWvny {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vbveMwWvny .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vbveMwWvny .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-vbveMwWvny .media-wrap img {
  height: 6rem;
}
.cid-vbveMwWvny .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-vbveMwWvny .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vbveMwWvny .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-vbveMwWvny .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-vbveMwWvny .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-vbveMwWvny .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vbveMwWvny .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vbveMwWvny .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vbveMwWvny .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-vbveMwWvny .links {
  color: #232323;
}
.cid-vbveMwWvny .copyright > p {
  color: #767676;
}
.cid-vc9gAr6zkZ {
  z-index: 1000;
  width: 100%;
}
.cid-vc9gAr6zkZ .navbar-dropdown {
  background-color: #d6c7b9 !important;
  padding: 0;
  position: fixed;
}
.cid-vc9gAr6zkZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d6c7b9 !important;
  background: #d6c7b9;
}
.cid-vc9gAr6zkZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vc9gAr6zkZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vc9gAr6zkZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vc9gAr6zkZ .menu_box .navbar.opened,
  .cid-vc9gAr6zkZ .menu_box .navbar-collapse {
    background-color: #d6c7b9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vc9gAr6zkZ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vc9gAr6zkZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vc9gAr6zkZ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vc9gAr6zkZ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vc9gAr6zkZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vc9gAr6zkZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vc9gAr6zkZ .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-vc9gAr6zkZ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vc9gAr6zkZ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vc9gAr6zkZ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vc9gAr6zkZ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vc9gAr6zkZ .offcanvas-body .mbr-text,
  .cid-vc9gAr6zkZ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vc9gAr6zkZ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vc9gAr6zkZ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vc9gAr6zkZ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vc9gAr6zkZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vc9gAr6zkZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vc9gAr6zkZ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vc9gAr6zkZ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vc9gAr6zkZ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vc9gAr6zkZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vc9gAr6zkZ .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-vc9gAr6zkZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vc9gAr6zkZ 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-vc9gAr6zkZ .lg_brand {
    margin: 0 1rem;
  }
  .cid-vc9gAr6zkZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-vc9gAr6zkZ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vc9gAr6zkZ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vc9gAr6zkZ .nav-item {
    margin: 0 !important;
  }
}
.cid-vc9gAr6zkZ .nav-item .nav-link {
  position: relative;
}
.cid-vc9gAr6zkZ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #b0335a;
  transition: all 0.3s ease-out;
}
.cid-vc9gAr6zkZ .nav-item .nav-link:hover,
.cid-vc9gAr6zkZ .nav-item .nav-link:focus {
  opacity: 1;
  color: #b0335a !important;
}
.cid-vc9gAr6zkZ .nav-item .nav-link:hover::before,
.cid-vc9gAr6zkZ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vc9gAr6zkZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vc9gAr6zkZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vc9gAr6zkZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vc9gAr6zkZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vc9gAr6zkZ .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-vc9gAr6zkZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vc9gAr6zkZ .offcanvas_box {
    display: none;
  }
}
.cid-vc9gAr6zkZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vc9gAr6zkZ .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vc9gAr6zkZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vc9gAr6zkZ .container {
  display: flex;
  margin: auto;
}
.cid-vc9gAr6zkZ .iconfont-wrapper {
  color: #ffffff;
  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-vc9gAr6zkZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vc9gAr6zkZ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vc9gAr6zkZ .navbar-caption {
  color: #ffffff;
}
.cid-vc9gAr6zkZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vc9gAr6zkZ .navbar-nav {
    margin: 0;
  }
}
.cid-vc9gAr6zkZ .dropdown-menu,
.cid-vc9gAr6zkZ .navbar.opened {
  background-color: false !important;
}
.cid-vc9gAr6zkZ .nav-item:focus,
.cid-vc9gAr6zkZ .nav-link:focus {
  outline: none;
}
.cid-vc9gAr6zkZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vc9gAr6zkZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vc9gAr6zkZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vc9gAr6zkZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vc9gAr6zkZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vc9gAr6zkZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vc9gAr6zkZ .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vc9gAr6zkZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vc9gAr6zkZ .navbar.opened {
  transition: all 0.3s;
}
.cid-vc9gAr6zkZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vc9gAr6zkZ .navbar .navbar-logo img {
  object-fit: contain;
}
.cid-vc9gAr6zkZ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vc9gAr6zkZ .navbar.collapsed {
  justify-content: center;
}
.cid-vc9gAr6zkZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vc9gAr6zkZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vc9gAr6zkZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vc9gAr6zkZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vc9gAr6zkZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vc9gAr6zkZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vc9gAr6zkZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vc9gAr6zkZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vc9gAr6zkZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vc9gAr6zkZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vc9gAr6zkZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vc9gAr6zkZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vc9gAr6zkZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vc9gAr6zkZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vc9gAr6zkZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vc9gAr6zkZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vc9gAr6zkZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vc9gAr6zkZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vc9gAr6zkZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vc9gAr6zkZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vc9gAr6zkZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vc9gAr6zkZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vc9gAr6zkZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vc9gAr6zkZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vc9gAr6zkZ .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-vc9gAr6zkZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vc9gAr6zkZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vc9gAr6zkZ .dropdown-item.active,
.cid-vc9gAr6zkZ .dropdown-item:active {
  background-color: transparent;
}
.cid-vc9gAr6zkZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vc9gAr6zkZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vc9gAr6zkZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vc9gAr6zkZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vc9gAr6zkZ .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-vc9gAr6zkZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vc9gAr6zkZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vc9gAr6zkZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d6c7b9;
  background: #e4dfd4;
}
.cid-vc9gAr6zkZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vc9gAr6zkZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vc9gAr6zkZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vc9gAr6zkZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vc9gAr6zkZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vc9gAr6zkZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vc9gAr6zkZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vc9gAr6zkZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vc9gAr6zkZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vc9gAr6zkZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vc9gAr6zkZ .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-vc9gAr6zkZ .navbar {
    height: 70px;
  }
  .cid-vc9gAr6zkZ .navbar.opened {
    height: auto;
  }
  .cid-vc9gAr6zkZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vc9gAr6zkZ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vc9gAr6zkZ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-vc9gAr6zkZ .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-vc9gAr6zkZ .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-vc9gAr6zkZ .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-vc9gAr6zkZ .navbar-caption:hover {
  color: #b0335a;
}
@media (min-width: 992px) {
  .cid-vc9gAr6zkZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vc9gAr6zkZ .text_widget {
  margin-bottom: 32px;
}
.cid-vc9gAr6zkZ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vc9gAr6zkZ .text_widget a:hover {
  opacity: .5;
}
.cid-vc9gAr6zkZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vc9gAr6zkZ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vc9gAr6zkZ .mbr-section-subtitle,
.cid-vc9gAr6zkZ .text_widget,
.cid-vc9gAr6zkZ .mbr-section-btn {
  text-align: center;
}
.cid-vc9gAr6zkZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vc9gArBlZC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vc9gArBlZC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc9gArBlZC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vc9gArBlZC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vc9gArBlZC .row {
  flex-direction: row-reverse;
}
.cid-vc9gArBlZC img {
  width: 100%;
}
.cid-vc9gArTl9o {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-vc9gArTl9o .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc9gArTl9o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc9gArTl9o .image-wrap {
  height: 350px;
}
.cid-vc9jROklUj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vc9jROklUj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc9jROklUj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vc9jROklUj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vc9jROklUj .row {
  flex-direction: row-reverse;
}
.cid-vc9jROklUj img {
  width: 100%;
}
.cid-vc9gAs7QIk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-vc9gAs7QIk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc9gAs7QIk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc9gAs7QIk .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vc9gAs7QIk .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vc9gAs7QIk .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vc9gAs7QIk .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vc9gAs7QIk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vc9gAs7QIk .mbr-section-subtitle {
  margin-bottom: 40px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-vc9gAs7QIk .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-vc9gAs7QIk .mbr-text {
  margin-bottom: 30px;
  color: #563842;
}
@media (max-width: 992px) {
  .cid-vc9gAs7QIk .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vc9gAs7QIk .mbr-label {
  color: #000000;
}
.cid-vc9gAs7QIk .mbr-section-title {
  color: #515151;
  text-align: right;
}
.cid-vc9gAs7QIk .mbr-section-subtitle,
.cid-vc9gAs7QIk .mbr-section-btn {
  color: #515151;
}
.cid-vc9gAsn2P6 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vc9gAsn2P6 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vc9gAsn2P6 .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-vc9gAsn2P6 .media-wrap img {
  height: 6rem;
}
.cid-vc9gAsn2P6 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-vc9gAsn2P6 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vc9gAsn2P6 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-vc9gAsn2P6 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-vc9gAsn2P6 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-vc9gAsn2P6 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vc9gAsn2P6 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vc9gAsn2P6 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vc9gAsn2P6 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-vc9gAsn2P6 .links {
  color: #232323;
}
.cid-vc9gAsn2P6 .copyright > p {
  color: #767676;
}
.cid-vd5MUQCgzv {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #d6c7b9;
}
.cid-vd5MUQCgzv .mbr-overlay {
  z-index: 1;
}
.cid-vd5MUQCgzv .main-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cid-vd5MUQCgzv .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-vd5MUQCgzv .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  box-sizing: border-box;
}
.cid-vd5MUQCgzv .content-left {
  align-items: flex-start;
}
.cid-vd5MUQCgzv .content-right {
  align-items: flex-end;
}
.cid-vd5MUQCgzv .content-center {
  padding: 32px 0;
}
.cid-vd5MUQCgzv .mbr-text {
  width: 100%;
}
.cid-vd5MUQCgzv .big-text {
  font-size: 80px;
  line-height: 1em;
}
@media (min-width: 768px) {
  .cid-vd5MUQCgzv .big-text {
    font-size: 268px;
  }
}
.cid-vd5MUQCgzv .link {
  width: 100%;
  color: #ffffff;
}
.cid-vd5MUQCgzv .big-text-right {
  text-align: right;
}
.cid-vbvdJpaogo {
  z-index: 1000;
  width: 100%;
}
.cid-vbvdJpaogo .navbar-dropdown {
  background-color: #d6c7b9 !important;
  padding: 0;
  position: fixed;
}
.cid-vbvdJpaogo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d6c7b9 !important;
  background: #d6c7b9;
}
.cid-vbvdJpaogo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbvdJpaogo .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vbvdJpaogo .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vbvdJpaogo .menu_box .navbar.opened,
  .cid-vbvdJpaogo .menu_box .navbar-collapse {
    background-color: #d6c7b9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vbvdJpaogo nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vbvdJpaogo .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vbvdJpaogo .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vbvdJpaogo .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vbvdJpaogo .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vbvdJpaogo .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vbvdJpaogo .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-vbvdJpaogo .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vbvdJpaogo .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vbvdJpaogo .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vbvdJpaogo .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vbvdJpaogo .offcanvas-body .mbr-text,
  .cid-vbvdJpaogo .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vbvdJpaogo .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vbvdJpaogo .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vbvdJpaogo .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vbvdJpaogo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vbvdJpaogo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vbvdJpaogo .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vbvdJpaogo .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vbvdJpaogo ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vbvdJpaogo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vbvdJpaogo .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-vbvdJpaogo .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vbvdJpaogo 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-vbvdJpaogo .lg_brand {
    margin: 0 1rem;
  }
  .cid-vbvdJpaogo .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-vbvdJpaogo .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vbvdJpaogo .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vbvdJpaogo .nav-item {
    margin: 0 !important;
  }
}
.cid-vbvdJpaogo .nav-item .nav-link {
  position: relative;
}
.cid-vbvdJpaogo .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #b0335a;
  transition: all 0.3s ease-out;
}
.cid-vbvdJpaogo .nav-item .nav-link:hover,
.cid-vbvdJpaogo .nav-item .nav-link:focus {
  opacity: 1;
  color: #b0335a !important;
}
.cid-vbvdJpaogo .nav-item .nav-link:hover::before,
.cid-vbvdJpaogo .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vbvdJpaogo .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vbvdJpaogo .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vbvdJpaogo .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vbvdJpaogo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vbvdJpaogo .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-vbvdJpaogo .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vbvdJpaogo .offcanvas_box {
    display: none;
  }
}
.cid-vbvdJpaogo .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vbvdJpaogo .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vbvdJpaogo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vbvdJpaogo .container {
  display: flex;
  margin: auto;
}
.cid-vbvdJpaogo .iconfont-wrapper {
  color: #ffffff;
  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-vbvdJpaogo .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vbvdJpaogo .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vbvdJpaogo .navbar-caption {
  color: #ffffff;
}
.cid-vbvdJpaogo .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vbvdJpaogo .navbar-nav {
    margin: 0;
  }
}
.cid-vbvdJpaogo .dropdown-menu,
.cid-vbvdJpaogo .navbar.opened {
  background-color: false !important;
}
.cid-vbvdJpaogo .nav-item:focus,
.cid-vbvdJpaogo .nav-link:focus {
  outline: none;
}
.cid-vbvdJpaogo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbvdJpaogo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbvdJpaogo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbvdJpaogo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbvdJpaogo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbvdJpaogo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbvdJpaogo .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vbvdJpaogo .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vbvdJpaogo .navbar.opened {
  transition: all 0.3s;
}
.cid-vbvdJpaogo .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vbvdJpaogo .navbar .navbar-logo img {
  object-fit: contain;
}
.cid-vbvdJpaogo .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vbvdJpaogo .navbar.collapsed {
  justify-content: center;
}
.cid-vbvdJpaogo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbvdJpaogo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vbvdJpaogo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbvdJpaogo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbvdJpaogo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbvdJpaogo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vbvdJpaogo .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vbvdJpaogo .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vbvdJpaogo .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vbvdJpaogo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbvdJpaogo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbvdJpaogo .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vbvdJpaogo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbvdJpaogo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vbvdJpaogo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbvdJpaogo .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vbvdJpaogo .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vbvdJpaogo .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vbvdJpaogo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vbvdJpaogo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbvdJpaogo .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vbvdJpaogo .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbvdJpaogo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbvdJpaogo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbvdJpaogo .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-vbvdJpaogo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vbvdJpaogo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbvdJpaogo .dropdown-item.active,
.cid-vbvdJpaogo .dropdown-item:active {
  background-color: transparent;
}
.cid-vbvdJpaogo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbvdJpaogo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbvdJpaogo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbvdJpaogo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbvdJpaogo .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-vbvdJpaogo ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vbvdJpaogo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbvdJpaogo button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d6c7b9;
  background: #e4dfd4;
}
.cid-vbvdJpaogo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vbvdJpaogo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbvdJpaogo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbvdJpaogo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbvdJpaogo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbvdJpaogo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbvdJpaogo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbvdJpaogo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbvdJpaogo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbvdJpaogo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vbvdJpaogo .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-vbvdJpaogo .navbar {
    height: 70px;
  }
  .cid-vbvdJpaogo .navbar.opened {
    height: auto;
  }
  .cid-vbvdJpaogo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbvdJpaogo .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vbvdJpaogo .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-vbvdJpaogo .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-vbvdJpaogo .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-vbvdJpaogo .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-vbvdJpaogo .navbar-caption:hover {
  color: #b0335a;
}
@media (min-width: 992px) {
  .cid-vbvdJpaogo .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vbvdJpaogo .text_widget {
  margin-bottom: 32px;
}
.cid-vbvdJpaogo .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vbvdJpaogo .text_widget a:hover {
  opacity: .5;
}
.cid-vbvdJpaogo .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vbvdJpaogo .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vbvdJpaogo .mbr-section-subtitle,
.cid-vbvdJpaogo .text_widget,
.cid-vbvdJpaogo .mbr-section-btn {
  text-align: center;
}
.cid-vbvdJpaogo a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vc9mb7bNOe {
  padding-top: 7rem;
  background-color: #f5f5f5;
  overflow: hidden;
}
.cid-vc9mb7bNOe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc9mb7bNOe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc9mb7bNOe .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e1e7ed;
}
@media (max-width: 425px) {
  .cid-vc9mb7bNOe .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vc9mb7bNOe .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #e1e7ed;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-vc9mb7bNOe .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-vc9mb7bNOe .content-wrapper .border_1 {
  left: 0;
}
.cid-vc9mb7bNOe .content-wrapper .border_2 {
  right: 0;
}
.cid-vc9mb7bNOe .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-vc9mb7bNOe .content-wrapper .label-wrapper .label-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  background-image: linear-gradient(135deg, #cccccc 38%, #ff6900 75%);
  box-shadow: 0 10px 10px -5px #cccccc;
  padding: 0 1px 1px 0;
}
.cid-vc9mb7bNOe .content-wrapper .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  right: -30px;
  bottom: -17px;
  width: 164px;
  height: 50px;
  pointer-events: none;
  filter: blur(10px);
  background-image: radial-gradient(50% 50%, #ff6900 0%, transparent 100%);
  z-index: -1;
}
.cid-vc9mb7bNOe .content-wrapper .label-wrapper .label-wrap .label-box {
  position: relative;
  z-index: 1;
  padding: 7px 18px;
  display: inline-flex;
  align-items: center;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff;
}
.cid-vc9mb7bNOe .content-wrapper .label-wrapper .label-wrap .label-box .iconfont-wrapper {
  display: inline-flex;
}
.cid-vc9mb7bNOe .content-wrapper .label-wrapper .label-wrap .label-box .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vc9mb7bNOe .content-wrapper .label-wrapper .label-wrap .label-box .mbr-label {
  margin-bottom: 0;
}
.cid-vc9mb7bNOe .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(120deg, #0f172a 40%, #ff6900 90%);
  margin-bottom: 20px;
}
.cid-vc9mb7bNOe .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vc9mb7bNOe .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vc9mb7bNOe .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vc9mb7bNOe .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vc9mb7bNOe .content-wrapper .image-wrapper {
  margin-top: 70px;
  -webkit-mask-image: linear-gradient(#000000 80%, transparent 95%);
  mask-image: linear-gradient(#000000 80%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-vc9mb7bNOe .content-wrapper .image-wrapper {
    margin-top: 40px;
  }
}
.cid-vc9mb7bNOe .content-wrapper .image-wrapper img {
  height: 690px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vc9mb7bNOe .content-wrapper .image-wrapper img {
    height: 320px;
  }
}
.cid-vc9mb7bNOe .mbr-label,
.cid-vc9mb7bNOe .label-wrapper {
  color: #334155;
  text-align: center;
}
.cid-vc9mb7bNOe .mbr-section-title {
  color: #0f172a;
}
.cid-vc9mb7bNOe .mbr-text,
.cid-vc9mb7bNOe .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-vc9mb7bNOe .mbr-section-title,
.cid-vc9mb7bNOe .mbr-section-btn,
.cid-vc9mb7bNOe .title-wrapper {
  text-align: center;
}
.cid-vbvdJqpixl {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vbvdJqpixl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbvdJqpixl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbvdJqpixl .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vbvdJqpixl .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vbvdJqpixl .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vbvdJqpixl .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vbvdJqpixl .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vbvdJqpixl .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vbvdJqpixl .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #1b1b1b, #a7908a 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vbvdJqpixl .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vbvdJqpixl .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vbvdJqpixl .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vbvdJqpixl .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-vbvdJqpixl .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-vbvdJqpixl .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-vbvdJqpixl .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f1eeea;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #787878;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vbvdJqpixl .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-vbvdJqpixl .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vbvdJqpixl .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-vbvdJqpixl .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbvdJqpixl .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vbvdJqpixl .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-vbvdJqpixl .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-vbvdJqpixl .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vbvdJqpixl .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-vbvdJqpixl .mbr-label,
.cid-vbvdJqpixl .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vbvdJqpixl .mbr-section-title,
.cid-vbvdJqpixl .title-wrapper {
  color: #000000;
  text-align: right;
}
.cid-vbvdJqpixl .mbr-text,
.cid-vbvdJqpixl .text-wrapper {
  color: #555354;
  text-align: right;
}
.cid-vbvdJqpixl .item-text {
  color: #000000;
}
.cid-vbvdJqpixl .item-text,
.cid-vbvdJqpixl .mbr-section-btn {
  text-align: left;
  color: #555354;
}
.cid-vc9k5F6z5W {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vc9k5F6z5W .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc9k5F6z5W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vc9k5F6z5W .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vc9k5F6z5W .row {
  flex-direction: row-reverse;
}
.cid-vc9k5F6z5W img {
  width: 100%;
}
.cid-vbvdJtO2P4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1eeea;
}
.cid-vbvdJtO2P4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbvdJtO2P4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbvdJtO2P4 .row {
  justify-content: center;
}
.cid-vbvdJtO2P4 .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vbvdJtO2P4 .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vbvdJtO2P4 .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vbvdJtO2P4 .mbr-text {
  color: #fff7ee;
}
.cid-vbvdJtO2P4 #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-vbvdJtO2P4 img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-vc9qJ7Re6J {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-vc9qJ7Re6J .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc9qJ7Re6J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc9qJ7Re6J .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-vc9qJ7Re6J .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-vc9qJ7Re6J .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vc9qJ7Re6J .container {
    padding: 0 16px;
  }
}
.cid-vc9qJ7Re6J .row {
  margin: 0 -20px;
}
.cid-vc9qJ7Re6J .item {
  padding: 0 20px;
}
.cid-vc9qJ7Re6J .item .item-wrapper .item-img img {
  height: 700px;
  object-fit: cover;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vc9qJ7Re6J .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vbvdJuOYNx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1eeea;
}
.cid-vbvdJuOYNx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbvdJuOYNx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbvdJuOYNx .row {
  justify-content: center;
}
.cid-vbvdJuOYNx .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vbvdJuOYNx .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vbvdJuOYNx .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vbvdJuOYNx .mbr-text {
  color: #fff7ee;
}
.cid-vbvdJuOYNx #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-vbvdJuOYNx img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-vc9nG4GaMZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vc9nG4GaMZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc9nG4GaMZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc9nG4GaMZ .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vc9nG4GaMZ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vc9nG4GaMZ .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vc9nG4GaMZ .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vc9nG4GaMZ .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vc9nG4GaMZ .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vc9nG4GaMZ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #b0335a, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vc9nG4GaMZ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vc9nG4GaMZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vc9nG4GaMZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vc9nG4GaMZ .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-vc9nG4GaMZ .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-vc9nG4GaMZ .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-vc9nG4GaMZ .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vc9nG4GaMZ .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-vc9nG4GaMZ .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vc9nG4GaMZ .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-vc9nG4GaMZ .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vc9nG4GaMZ .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vc9nG4GaMZ .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-vc9nG4GaMZ .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-vc9nG4GaMZ .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vc9nG4GaMZ .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-vc9nG4GaMZ .mbr-label,
.cid-vc9nG4GaMZ .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vc9nG4GaMZ .mbr-section-title,
.cid-vc9nG4GaMZ .title-wrapper {
  color: #000000;
  text-align: left;
}
.cid-vc9nG4GaMZ .mbr-text,
.cid-vc9nG4GaMZ .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vc9nG4GaMZ .item-text {
  color: #000000;
}
.cid-vc9nG4GaMZ .item-text,
.cid-vc9nG4GaMZ .mbr-section-btn {
  text-align: left;
}
.cid-vc9oyMrMfP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vc9oyMrMfP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc9oyMrMfP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc9oyMrMfP .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vc9oyMrMfP .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vc9oyMrMfP .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vc9oyMrMfP .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vc9oyMrMfP .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vc9oyMrMfP .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vc9oyMrMfP .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #b0335a 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vc9oyMrMfP .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vc9oyMrMfP .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vc9oyMrMfP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vc9oyMrMfP .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-vc9oyMrMfP .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vc9oyMrMfP .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-vc9oyMrMfP .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vc9oyMrMfP .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vc9oyMrMfP .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-vc9oyMrMfP .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-vc9oyMrMfP .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vc9oyMrMfP .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-vc9oyMrMfP .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-vc9oyMrMfP .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-vc9oyMrMfP .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#d6c7b9 30%, #a48270 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-vc9oyMrMfP .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vc9oyMrMfP .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vc9oyMrMfP .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-vc9oyMrMfP .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vc9oyMrMfP .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-vc9oyMrMfP .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-vc9oyMrMfP .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-vc9oyMrMfP .card_1 {
    width: 100%;
  }
}
.cid-vc9oyMrMfP .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-vc9oyMrMfP .card_2 {
    width: 100%;
  }
}
.cid-vc9oyMrMfP .main-btn {
  margin-top: 12px;
}
.cid-vc9oyMrMfP .mbr-label,
.cid-vc9oyMrMfP .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vc9oyMrMfP .mbr-section-title,
.cid-vc9oyMrMfP .title-wrapper {
  color: #000000;
}
.cid-vc9oyMrMfP .mbr-text,
.cid-vc9oyMrMfP .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vc9oyMrMfP .item-title {
  color: #000000;
}
.cid-vc9oyMrMfP .item-text {
  color: #515151;
}
.cid-vc9oyMrMfP .mbr-section-title,
.cid-vc9oyMrMfP .title-wrapper,
.cid-vc9oyMrMfP .main-btn {
  text-align: right;
}
.cid-vc9oyMrMfP .item-title,
.cid-vc9oyMrMfP .item-btn,
.cid-vc9oyMrMfP .icon-wrapper {
  color: #b0335a;
}
.cid-vbvdJwFZIJ {
  padding-top: 0rem;
  background-color: #f5f5f5;
  overflow: hidden;
}
.cid-vbvdJwFZIJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbvdJwFZIJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbvdJwFZIJ .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 1rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e1e7ed;
}
@media (max-width: 425px) {
  .cid-vbvdJwFZIJ .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vbvdJwFZIJ .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #e1e7ed;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-vbvdJwFZIJ .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-vbvdJwFZIJ .content-wrapper .border_1 {
  left: 0;
}
.cid-vbvdJwFZIJ .content-wrapper .border_2 {
  right: 0;
}
.cid-vbvdJwFZIJ .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vbvdJwFZIJ .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vbvdJwFZIJ .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-vbvdJwFZIJ .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-vbvdJwFZIJ .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vbvdJwFZIJ .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vbvdJwFZIJ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vbvdJwFZIJ .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vbvdJwFZIJ .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vbvdJwFZIJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 420px;
  max-width: 420px;
}
@media (max-width: 768px) {
  .cid-vbvdJwFZIJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vbvdJwFZIJ .embla__slide .slide-content {
  width: 100%;
}
.cid-vbvdJwFZIJ .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 24px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vbvdJwFZIJ .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-vbvdJwFZIJ .embla__slide .slide-content .item-wrapper .person-wrapper {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e7ed;
}
.cid-vbvdJwFZIJ .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vbvdJwFZIJ .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img {
  display: inline-flex;
}
.cid-vbvdJwFZIJ .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 100% !important;
  display: inline-flex;
  object-fit: cover;
  box-shadow: 0 10px 10px -2px #cccccc;
}
.cid-vbvdJwFZIJ .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .person-name {
  position: relative;
  z-index: 1;
  margin-left: 16px;
}
.cid-vbvdJwFZIJ .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .person-name .item-name {
  margin-bottom: 0;
}
.cid-vbvdJwFZIJ .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .person-name .item-role {
  margin-bottom: 0;
}
.cid-vbvdJwFZIJ .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vbvdJwFZIJ .embla__button--next,
.cid-vbvdJwFZIJ .embla__button--prev {
  display: flex;
}
.cid-vbvdJwFZIJ .embla__button {
  bottom: 54%;
  width: 42px;
  height: 42px;
  font-size: 26px;
  background-color: #334155 !important;
  color: #fafafa !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
  display: none;
}
@media (max-width: 992px) {
  .cid-vbvdJwFZIJ .embla__button {
    bottom: 0;
  }
}
.cid-vbvdJwFZIJ .embla__button:hover {
  transform: translateY(-3px);
}
.cid-vbvdJwFZIJ .embla__button:disabled {
  opacity: .5 !important;
  transform: none;
}
.cid-vbvdJwFZIJ .embla__button.embla__button--prev {
  left: 0;
}
.cid-vbvdJwFZIJ .embla__button.embla__button--next {
  right: 0;
}
.cid-vbvdJwFZIJ .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vbvdJwFZIJ .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 20px;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 992px) {
  .cid-vbvdJwFZIJ .embla__viewport {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-vbvdJwFZIJ .embla__viewport {
    mask-image: none;
    -webkit-mask-image: none;
  }
}
.cid-vbvdJwFZIJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vbvdJwFZIJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vbvdJwFZIJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vbvdJwFZIJ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vbvdJwFZIJ .mbr-label,
.cid-vbvdJwFZIJ .label-wrapper {
  color: #7c505e;
  text-align: center;
}
.cid-vbvdJwFZIJ .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-vbvdJwFZIJ .mbr-text,
.cid-vbvdJwFZIJ .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-vbvdJwFZIJ .item-name {
  color: #b0335a;
}
.cid-vbvdJwFZIJ .item-role {
  color: #475569;
}
.cid-vbvdJwFZIJ .item-text {
  color: #475569;
}
.cid-vbvdJwFZIJ .mbr-section-title,
.cid-vbvdJwFZIJ .mbr-section-btn {
  color: #7c505e;
}
.cid-vcOnblDzZn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d6c7b9;
}
.cid-vcOnblDzZn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOnblDzZn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOnblDzZn .row {
  justify-content: center;
}
.cid-vcOnblDzZn .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vcOnblDzZn .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vcOnblDzZn .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcOnblDzZn .mbr-text {
  color: #fff7ee;
}
.cid-vcOnblDzZn #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-vcOnblDzZn img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-vd5MC7bZ0Q {
  padding-top: 5rem;
  background-color: #f5f5f5;
  overflow: hidden;
}
.cid-vd5MC7bZ0Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5MC7bZ0Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5MC7bZ0Q .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e1e7ed;
}
@media (max-width: 425px) {
  .cid-vd5MC7bZ0Q .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vd5MC7bZ0Q .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #e1e7ed;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-vd5MC7bZ0Q .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-vd5MC7bZ0Q .content-wrapper .border_1 {
  left: 0;
}
.cid-vd5MC7bZ0Q .content-wrapper .border_2 {
  right: 0;
}
.cid-vd5MC7bZ0Q .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vd5MC7bZ0Q .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vd5MC7bZ0Q .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-vd5MC7bZ0Q .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-vd5MC7bZ0Q .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vd5MC7bZ0Q .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vd5MC7bZ0Q .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vd5MC7bZ0Q .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vd5MC7bZ0Q .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vd5MC7bZ0Q .content-wrapper .google-map iframe {
  height: 400px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vd5MC7bZ0Q .content-wrapper .google-map iframe {
    height: 320px;
  }
}
.cid-vd5MC7bZ0Q .mbr-label,
.cid-vd5MC7bZ0Q .label-wrapper {
  color: #b0335a;
  text-align: center;
}
.cid-vd5MC7bZ0Q .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-vd5MC7bZ0Q .mbr-text,
.cid-vd5MC7bZ0Q .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-vd5MC7bZ0Q .mbr-section-title,
.cid-vd5MC7bZ0Q .mbr-section-btn {
  color: #515151;
}
.cid-vd5MD3VTtH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vd5MD3VTtH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5MD3VTtH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5MD3VTtH .content-wrap {
  margin: 0 -25px;
}
.cid-vd5MD3VTtH .content-wrap .card {
  padding: 0 25px;
}
@media (max-width: 992px) {
  .cid-vd5MD3VTtH .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vd5MD3VTtH .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vd5MD3VTtH .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vd5MD3VTtH .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vd5MD3VTtH .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vd5MD3VTtH .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 25px;
}
@media (max-width: 1440px) {
  .cid-vd5MD3VTtH .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vd5MD3VTtH .title-wrapper .image-wrapper img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vd5MD3VTtH .title-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-vd5MD3VTtH .subtitle-wrap .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5MD3VTtH .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vd5MD3VTtH .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vd5MD3VTtH .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 5px;
}
.cid-vd5MD3VTtH .form-wrap .dragArea.row .form-group .form-control {
  padding: 12px 15px;
  background-color: transparent;
  border: 1px solid #e8e8e8 !important;
  box-shadow: none;
  margin-bottom: 20px;
}
.cid-vd5MD3VTtH .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #777777;
}
.cid-vd5MD3VTtH .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vd5MD3VTtH .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #b0335a !important;
}
.cid-vd5MD3VTtH .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-vd5MD3VTtH .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vd5MD3VTtH .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #777777;
  border-color: #777777;
}
.cid-vd5MD3VTtH .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 5px;
}
.cid-vd5MD3VTtH .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  min-height: auto;
}
.cid-vd5MD3VTtH .mbr-label {
  color: #000000;
}
.cid-vd5MD3VTtH .mbr-section-title {
  color: #000000;
}
.cid-vd5MD3VTtH .mbr-section-subtitle {
  color: #000000;
}
.cid-vd5MD3VTtH label {
  color: #000000;
}
.cid-vbvdJA9zb4 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vbvdJA9zb4 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vbvdJA9zb4 .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-vbvdJA9zb4 .media-wrap img {
  height: 6rem;
}
.cid-vbvdJA9zb4 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-vbvdJA9zb4 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vbvdJA9zb4 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-vbvdJA9zb4 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-vbvdJA9zb4 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-vbvdJA9zb4 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vbvdJA9zb4 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vbvdJA9zb4 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vbvdJA9zb4 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-vbvdJA9zb4 .links {
  color: #232323;
}
.cid-vbvdJA9zb4 .copyright > p {
  color: #767676;
}
.cid-vcUl7zLgHi {
  z-index: 1000;
  width: 100%;
}
.cid-vcUl7zLgHi .navbar-dropdown {
  background-color: #d6c7b9 !important;
  padding: 0;
  position: fixed;
}
.cid-vcUl7zLgHi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d6c7b9 !important;
  background: #d6c7b9;
}
.cid-vcUl7zLgHi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcUl7zLgHi .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcUl7zLgHi .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vcUl7zLgHi .menu_box .navbar.opened,
  .cid-vcUl7zLgHi .menu_box .navbar-collapse {
    background-color: #d6c7b9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vcUl7zLgHi nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vcUl7zLgHi .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vcUl7zLgHi .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vcUl7zLgHi .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vcUl7zLgHi .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vcUl7zLgHi .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vcUl7zLgHi .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-vcUl7zLgHi .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vcUl7zLgHi .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vcUl7zLgHi .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vcUl7zLgHi .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vcUl7zLgHi .offcanvas-body .mbr-text,
  .cid-vcUl7zLgHi .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vcUl7zLgHi .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vcUl7zLgHi .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vcUl7zLgHi .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vcUl7zLgHi .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vcUl7zLgHi .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vcUl7zLgHi .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vcUl7zLgHi .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vcUl7zLgHi ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vcUl7zLgHi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcUl7zLgHi .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-vcUl7zLgHi .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vcUl7zLgHi 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-vcUl7zLgHi .lg_brand {
    margin: 0 1rem;
  }
  .cid-vcUl7zLgHi .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-vcUl7zLgHi .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vcUl7zLgHi .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vcUl7zLgHi .nav-item {
    margin: 0 !important;
  }
}
.cid-vcUl7zLgHi .nav-item .nav-link {
  position: relative;
}
.cid-vcUl7zLgHi .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #b0335a;
  transition: all 0.3s ease-out;
}
.cid-vcUl7zLgHi .nav-item .nav-link:hover,
.cid-vcUl7zLgHi .nav-item .nav-link:focus {
  opacity: 1;
  color: #b0335a !important;
}
.cid-vcUl7zLgHi .nav-item .nav-link:hover::before,
.cid-vcUl7zLgHi .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vcUl7zLgHi .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vcUl7zLgHi .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vcUl7zLgHi .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vcUl7zLgHi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcUl7zLgHi .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-vcUl7zLgHi .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vcUl7zLgHi .offcanvas_box {
    display: none;
  }
}
.cid-vcUl7zLgHi .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vcUl7zLgHi .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vcUl7zLgHi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vcUl7zLgHi .container {
  display: flex;
  margin: auto;
}
.cid-vcUl7zLgHi .iconfont-wrapper {
  color: #ffffff;
  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-vcUl7zLgHi .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vcUl7zLgHi .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcUl7zLgHi .navbar-caption {
  color: #ffffff;
}
.cid-vcUl7zLgHi .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vcUl7zLgHi .navbar-nav {
    margin: 0;
  }
}
.cid-vcUl7zLgHi .dropdown-menu,
.cid-vcUl7zLgHi .navbar.opened {
  background-color: false !important;
}
.cid-vcUl7zLgHi .nav-item:focus,
.cid-vcUl7zLgHi .nav-link:focus {
  outline: none;
}
.cid-vcUl7zLgHi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcUl7zLgHi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcUl7zLgHi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcUl7zLgHi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcUl7zLgHi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcUl7zLgHi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcUl7zLgHi .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vcUl7zLgHi .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vcUl7zLgHi .navbar.opened {
  transition: all 0.3s;
}
.cid-vcUl7zLgHi .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vcUl7zLgHi .navbar .navbar-logo img {
  object-fit: contain;
}
.cid-vcUl7zLgHi .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vcUl7zLgHi .navbar.collapsed {
  justify-content: center;
}
.cid-vcUl7zLgHi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcUl7zLgHi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcUl7zLgHi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcUl7zLgHi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcUl7zLgHi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcUl7zLgHi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vcUl7zLgHi .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcUl7zLgHi .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vcUl7zLgHi .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vcUl7zLgHi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcUl7zLgHi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcUl7zLgHi .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vcUl7zLgHi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcUl7zLgHi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vcUl7zLgHi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcUl7zLgHi .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vcUl7zLgHi .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vcUl7zLgHi .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vcUl7zLgHi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vcUl7zLgHi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcUl7zLgHi .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vcUl7zLgHi .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcUl7zLgHi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcUl7zLgHi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcUl7zLgHi .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-vcUl7zLgHi .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcUl7zLgHi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcUl7zLgHi .dropdown-item.active,
.cid-vcUl7zLgHi .dropdown-item:active {
  background-color: transparent;
}
.cid-vcUl7zLgHi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcUl7zLgHi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcUl7zLgHi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcUl7zLgHi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcUl7zLgHi .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-vcUl7zLgHi ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vcUl7zLgHi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcUl7zLgHi button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d6c7b9;
  background: #e4dfd4;
}
.cid-vcUl7zLgHi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcUl7zLgHi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcUl7zLgHi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcUl7zLgHi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcUl7zLgHi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcUl7zLgHi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcUl7zLgHi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcUl7zLgHi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcUl7zLgHi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcUl7zLgHi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vcUl7zLgHi .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-vcUl7zLgHi .navbar {
    height: 70px;
  }
  .cid-vcUl7zLgHi .navbar.opened {
    height: auto;
  }
  .cid-vcUl7zLgHi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcUl7zLgHi .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vcUl7zLgHi .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-vcUl7zLgHi .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-vcUl7zLgHi .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-vcUl7zLgHi .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-vcUl7zLgHi .navbar-caption:hover {
  color: #b0335a;
}
@media (min-width: 992px) {
  .cid-vcUl7zLgHi .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vcUl7zLgHi .text_widget {
  margin-bottom: 32px;
}
.cid-vcUl7zLgHi .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vcUl7zLgHi .text_widget a:hover {
  opacity: .5;
}
.cid-vcUl7zLgHi .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vcUl7zLgHi .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vcUl7zLgHi .mbr-section-subtitle,
.cid-vcUl7zLgHi .text_widget,
.cid-vcUl7zLgHi .mbr-section-btn {
  text-align: center;
}
.cid-vcUl7zLgHi a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcUl7AvP0A {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  justify-content: flex-end;
  background-image: url("../../../assets/images/2-comprar-un-dormitorio-de-matrimonio-en-madrid-mueble-tres-decoracion-00000013-copia.jpg");
}
.cid-vcUl7AvP0A .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcUl7AvP0A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcUl7AvP0A .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vcUl7AvP0A .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vcUl7AvP0A .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vcUl7AvP0A .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcUl7AvP0A .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-vcUl7AvP0A .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vcUl7AvP0A .text-wrapper {
    padding-left: 0;
  }
}
.cid-vcUl7AvP0A .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcUl7AvP0A .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-vcUl7AvP0A .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-vcUl7AvP0A .mbr-label {
  color: #ffffff;
}
.cid-vcUl7AvP0A .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-vcUl7AvP0A .mbr-text {
  color: #ffffff;
}
.cid-vd5Hoq3Sfv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d6c7b9;
}
.cid-vd5Hoq3Sfv .mbr-overlay {
  z-index: 1;
}
.cid-vd5Hoq3Sfv .main-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cid-vd5Hoq3Sfv .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-vd5Hoq3Sfv .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  box-sizing: border-box;
}
.cid-vd5Hoq3Sfv .content-left {
  align-items: flex-start;
}
.cid-vd5Hoq3Sfv .content-right {
  align-items: flex-end;
}
.cid-vd5Hoq3Sfv .content-center {
  padding: 32px 0;
}
.cid-vd5Hoq3Sfv .mbr-text {
  width: 100%;
}
.cid-vd5Hoq3Sfv .big-text {
  font-size: 80px;
  line-height: 1em;
}
@media (min-width: 768px) {
  .cid-vd5Hoq3Sfv .big-text {
    font-size: 268px;
  }
}
.cid-vd5Hoq3Sfv .link {
  width: 100%;
  color: #ffffff;
}
.cid-vd5Hoq3Sfv .big-text-right {
  text-align: right;
}
#custom-html-7j video {
  width: 100% !important;
  height: auto;
}
.cid-vcUmenkEus {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-vcUmenkEus .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcUmenkEus .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcUmenkEus .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vcUmenkEus .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vcUmenkEus .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vcUmenkEus .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vcUmenkEus .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vcUmenkEus .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vcUmenkEus .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #563842, #b0335a 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vcUmenkEus .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vcUmenkEus .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcUmenkEus .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcUmenkEus .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-vcUmenkEus .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-vcUmenkEus .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-vcUmenkEus .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vcUmenkEus .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-vcUmenkEus .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vcUmenkEus .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-vcUmenkEus .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcUmenkEus .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vcUmenkEus .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-vcUmenkEus .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-vcUmenkEus .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcUmenkEus .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-vcUmenkEus .mbr-label,
.cid-vcUmenkEus .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcUmenkEus .mbr-section-title,
.cid-vcUmenkEus .title-wrapper {
  color: #000000;
  text-align: left;
}
.cid-vcUmenkEus .mbr-text,
.cid-vcUmenkEus .text-wrapper {
  color: #515151;
  text-align: justify;
}
.cid-vcUmenkEus .item-text {
  color: #000000;
}
.cid-vcUmenkEus .item-text,
.cid-vcUmenkEus .mbr-section-btn {
  text-align: left;
}
.cid-vcUmltWnp9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vcUmltWnp9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcUmltWnp9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcUmltWnp9 .item-wrapper {
  padding: 30px;
  transition: 0.2s;
  border: 1px solid transparent;
  position: relative;
}
.cid-vcUmltWnp9 .item-wrapper:hover {
  border: 1px solid #fafafa;
}
.cid-vcUmltWnp9 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcUmltWnp9 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcUmltWnp9 .carousel-control,
.cid-vcUmltWnp9 .close {
  background: #1b1b1b;
}
.cid-vcUmltWnp9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcUmltWnp9 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcUmltWnp9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcUmltWnp9 .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcUmltWnp9 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fafafa;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fafafa;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcUmltWnp9 .close::before {
  content: '\e91a';
}
.cid-vcUmltWnp9 .close:hover {
  opacity: 1;
  background: #000000;
  color: #fafafa;
}
.cid-vcUmltWnp9 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcUmltWnp9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcUmltWnp9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcUmltWnp9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcUmltWnp9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcUmltWnp9 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcUmltWnp9 .carousel-indicators li.active,
.cid-vcUmltWnp9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcUmltWnp9 .carousel-indicators li::after,
.cid-vcUmltWnp9 .carousel-indicators li::before {
  content: none;
}
.cid-vcUmltWnp9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcUmltWnp9 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcUmltWnp9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcUmltWnp9 .carousel-indicators {
    display: none;
  }
}
.cid-vcUmltWnp9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcUmltWnp9 .carousel-inner > .active {
  display: block;
}
.cid-vcUmltWnp9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcUmltWnp9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcUmltWnp9 .carousel-control:hover {
  background: #1c1c1c;
  color: #fafafa;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcUmltWnp9 .carousel-control,
  .cid-vcUmltWnp9 .carousel-indicators,
  .cid-vcUmltWnp9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcUmltWnp9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcUmltWnp9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcUmltWnp9 .carousel-indicators .active,
.cid-vcUmltWnp9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcUmltWnp9 .carousel-indicators .active {
  background: #fafafa;
}
.cid-vcUmltWnp9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcUmltWnp9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcUmltWnp9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcUmltWnp9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcUmltWnp9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcUmltWnp9 .modal-body img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcUmltWnp9 .carousel {
  width: 100%;
}
.cid-vcUmltWnp9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcUmltWnp9 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcUmltWnp9 .modal.fade .modal-dialog,
.cid-vcUmltWnp9 .modal.in .modal-dialog {
  transform: none;
}
.cid-vcUmltWnp9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcUmltWnp9 H6 {
  text-align: center;
}
.cid-vcUmltWnp9 .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vcUmltWnp9 .rotate {
    top: -6px;
  }
}
.cid-vcUmltWnp9 .title-relative {
  position: relative;
}
.cid-vcUmltWnp9 .mbr-section-title,
.cid-vcUmltWnp9 .mbr-section-subtitle {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-vcUmltWnp9 .item-content {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .cid-vcUmltWnp9 .item-content {
    padding-top: 10px;
  }
}
.cid-vcUmltWnp9 .mbr-text,
.cid-vcUmltWnp9 .item-title {
  color: #fafafa;
}
.cid-vcUmltWnp9 .inner-position {
  padding: 40px;
  background-color: #fafafa;
  max-width: 60%;
  margin: 0 auto;
}
.cid-vcUmltWnp9 .inner-price {
  margin-bottom: 0;
  align-self: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.cid-vcUmltWnp9 .style-button {
  padding: 15px 30px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0;
  font-weight: 500;
  background-color: #000000;
  color: #fafafa;
}
.cid-vcUmltWnp9 .order-position {
  display: flex;
  justify-content: space-between;
}
.cid-vcUmltWnp9 .text-size {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}
.cid-vcUmltWnp9 .text-color {
  color: #c4c4c8;
  font-size: 14px;
  line-height: 24px;
}
.cid-vcUmltWnp9 .span-color {
  color: #000000;
  font-weight: 700;
}
.cid-vcUmltWnp9 .item-title {
  text-align: center;
  color: #7c505e;
}
.cid-vcUmltWnp9 .mbr-section-title {
  color: #7c505e;
  text-align: center;
}
.cid-vcUmPI1HV1 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-vcUmPI1HV1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcUmPI1HV1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcUmPI1HV1 .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vcUmPI1HV1 .card {
    margin-bottom: 40px;
  }
}
.cid-vcUmPI1HV1 .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vcUmPI1HV1 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vcUmPI1HV1 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcUmPI1HV1 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcUmPI1HV1 .mbr-label {
  color: #563842;
  text-align: right;
}
.cid-vcUmPI1HV1 .mbr-section-title {
  color: #563842;
  text-align: right;
}
.cid-vcUmPI1HV1 .mbr-text {
  color: #555354;
}
.cid-vcUl7Gfid8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d6c7b9;
}
.cid-vcUl7Gfid8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcUl7Gfid8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcUl7Gfid8 .row {
  justify-content: center;
}
.cid-vcUl7Gfid8 .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vcUl7Gfid8 .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vcUl7Gfid8 .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcUl7Gfid8 .mbr-text {
  color: #fff7ee;
}
.cid-vcUl7Gfid8 #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-vcUl7Gfid8 img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-vcUl7GYcRC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/comprar-un-armario-en-madrid-mueble-tres-decoracion-43.jpg");
}
.cid-vcUl7GYcRC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcUl7GYcRC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcUl7GYcRC .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vcUl7GYcRC .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vcUl7GYcRC .container {
    padding: 0 20px;
  }
}
.cid-vcUl7GYcRC .row {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-vcUl7GYcRC .row {
    height: 450px;
  }
}
.cid-vcUl7OnDr2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcUl7OnDr2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcUl7OnDr2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vcUl7OnDr2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcUl7OnDr2 .row {
  flex-direction: row-reverse;
}
.cid-vcUl7OnDr2 img {
  width: 100%;
}
.cid-vcUn9UCYFo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-vcUn9UCYFo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcUn9UCYFo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcUn9UCYFo .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vcUn9UCYFo .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vcUn9UCYFo .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vcUn9UCYFo .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vcUn9UCYFo .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vcUn9UCYFo .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vcUn9UCYFo .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #787878, #b0335a 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vcUn9UCYFo .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vcUn9UCYFo .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcUn9UCYFo .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcUn9UCYFo .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-vcUn9UCYFo .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcUn9UCYFo .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-vcUn9UCYFo .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcUn9UCYFo .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-vcUn9UCYFo .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vcUn9UCYFo .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vcUn9UCYFo .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap {
  width: 180px;
  height: 180px;
  display: inline-flex;
  padding: 10px;
  border-top: 3px solid #ffffff;
  box-shadow: 0 10px 12px -8px #9c9c9c;
  background-color: #f5f5f5;
}
.cid-vcUn9UCYFo .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap .mbr-iconfont {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 84px;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 12px -8px #9c9c9c;
  background-color: #f5f5f5;
}
.cid-vcUn9UCYFo .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vcUn9UCYFo .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vcUn9UCYFo .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-vcUn9UCYFo .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcUn9UCYFo .mbr-label,
.cid-vcUn9UCYFo .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcUn9UCYFo .mbr-section-title,
.cid-vcUn9UCYFo .title-wrapper {
  color: #000000;
  text-align: right;
}
.cid-vcUn9UCYFo .mbr-text,
.cid-vcUn9UCYFo .text-wrapper {
  color: #515151;
  text-align: left;
}
.cid-vcUn9UCYFo .item-title {
  color: #000000;
}
.cid-vcUn9UCYFo .item-text {
  color: #515151;
  text-align: left;
}
.cid-vcUn9UCYFo .item-title,
.cid-vcUn9UCYFo .mbr-section-btn {
  text-align: left;
  color: #563842;
}
.cid-vcUl7NkS4Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d6c7b9;
}
.cid-vcUl7NkS4Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcUl7NkS4Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcUl7NkS4Z .row {
  justify-content: center;
}
.cid-vcUl7NkS4Z .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vcUl7NkS4Z .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vcUl7NkS4Z .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcUl7NkS4Z .mbr-text {
  color: #fff7ee;
}
.cid-vcUl7NkS4Z #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-vcUl7NkS4Z img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-vcUl7PvRnS {
  padding-top: 5rem;
  background-color: #f5f5f5;
  overflow: hidden;
}
.cid-vcUl7PvRnS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcUl7PvRnS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcUl7PvRnS .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e1e7ed;
}
@media (max-width: 425px) {
  .cid-vcUl7PvRnS .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vcUl7PvRnS .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #e1e7ed;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-vcUl7PvRnS .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-vcUl7PvRnS .content-wrapper .border_1 {
  left: 0;
}
.cid-vcUl7PvRnS .content-wrapper .border_2 {
  right: 0;
}
.cid-vcUl7PvRnS .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vcUl7PvRnS .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcUl7PvRnS .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-vcUl7PvRnS .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-vcUl7PvRnS .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vcUl7PvRnS .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vcUl7PvRnS .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcUl7PvRnS .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcUl7PvRnS .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcUl7PvRnS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 420px;
  max-width: 420px;
}
@media (max-width: 768px) {
  .cid-vcUl7PvRnS .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vcUl7PvRnS .embla__slide .slide-content {
  width: 100%;
}
.cid-vcUl7PvRnS .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 24px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcUl7PvRnS .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-vcUl7PvRnS .embla__slide .slide-content .item-wrapper .person-wrapper {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e7ed;
}
.cid-vcUl7PvRnS .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vcUl7PvRnS .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img {
  display: inline-flex;
}
.cid-vcUl7PvRnS .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 100% !important;
  display: inline-flex;
  object-fit: cover;
  box-shadow: 0 10px 10px -2px #cccccc;
}
.cid-vcUl7PvRnS .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .person-name {
  position: relative;
  z-index: 1;
  margin-left: 16px;
}
.cid-vcUl7PvRnS .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .person-name .item-name {
  margin-bottom: 0;
}
.cid-vcUl7PvRnS .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .person-name .item-role {
  margin-bottom: 0;
}
.cid-vcUl7PvRnS .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vcUl7PvRnS .embla__button--next,
.cid-vcUl7PvRnS .embla__button--prev {
  display: flex;
}
.cid-vcUl7PvRnS .embla__button {
  bottom: 54%;
  width: 42px;
  height: 42px;
  font-size: 26px;
  background-color: #334155 !important;
  color: #fafafa !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
  display: none;
}
@media (max-width: 992px) {
  .cid-vcUl7PvRnS .embla__button {
    bottom: 0;
  }
}
.cid-vcUl7PvRnS .embla__button:hover {
  transform: translateY(-3px);
}
.cid-vcUl7PvRnS .embla__button:disabled {
  opacity: .5 !important;
  transform: none;
}
.cid-vcUl7PvRnS .embla__button.embla__button--prev {
  left: 0;
}
.cid-vcUl7PvRnS .embla__button.embla__button--next {
  right: 0;
}
.cid-vcUl7PvRnS .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vcUl7PvRnS .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 20px;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 992px) {
  .cid-vcUl7PvRnS .embla__viewport {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-vcUl7PvRnS .embla__viewport {
    mask-image: none;
    -webkit-mask-image: none;
  }
}
.cid-vcUl7PvRnS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcUl7PvRnS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcUl7PvRnS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vcUl7PvRnS .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vcUl7PvRnS .mbr-label,
.cid-vcUl7PvRnS .label-wrapper {
  color: #7c505e;
  text-align: center;
}
.cid-vcUl7PvRnS .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-vcUl7PvRnS .mbr-text,
.cid-vcUl7PvRnS .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-vcUl7PvRnS .item-name {
  color: #b0335a;
}
.cid-vcUl7PvRnS .item-role {
  color: #475569;
}
.cid-vcUl7PvRnS .item-text {
  color: #475569;
}
.cid-vcUl7PvRnS .mbr-section-title,
.cid-vcUl7PvRnS .mbr-section-btn {
  color: #7c505e;
}
.cid-vcUn3uRHIx {
  padding-top: 0rem;
  background-color: #f5f5f5;
  overflow: hidden;
}
.cid-vcUn3uRHIx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcUn3uRHIx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcUn3uRHIx .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e1e7ed;
}
@media (max-width: 425px) {
  .cid-vcUn3uRHIx .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vcUn3uRHIx .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #e1e7ed;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-vcUn3uRHIx .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-vcUn3uRHIx .content-wrapper .border_1 {
  left: 0;
}
.cid-vcUn3uRHIx .content-wrapper .border_2 {
  right: 0;
}
.cid-vcUn3uRHIx .content-wrapper .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcUn3uRHIx .content-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vcUn3uRHIx .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ff6900;
  box-shadow: inset 0 2px 10px 0 #ffffff, 0 10px 10px -2px #c55200;
}
.cid-vcUn3uRHIx .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcUn3uRHIx .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcUn3uRHIx .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcUn3uRHIx .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vcUn3uRHIx .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vcUn3uRHIx .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-vcUn3uRHIx .mbr-text,
.cid-vcUn3uRHIx .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-vcUn3uRHIx .mbr-section-btn,
.cid-vcUn3uRHIx .mbr-section-title,
.cid-vcUn3uRHIx .icon-wrapper {
  text-align: center;
}
.cid-vcUn611N7D {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f5f5f5;
}
.cid-vcUn611N7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcUn611N7D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcUn611N7D .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 960px;
  max-width: 960px;
}
@media (max-width: 1440px) {
  .cid-vcUn611N7D .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 768px) {
  .cid-vcUn611N7D .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vcUn611N7D .embla__slide .slide-content {
  border: 1px solid #f1eeea;
  background-color: #f1eeea;
  width: 100%;
  padding: 12px;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-vcUn611N7D .embla__slide .slide-content {
    padding: 6px;
  }
}
.cid-vcUn611N7D .embla__slide .slide-content .item-wrapper {
  height: 100%;
  background-color: #f1eeea;
  border: 1px solid #f1eeea;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #515151;
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-vcUn611N7D .embla__slide .slide-content .item-wrapper {
    padding: 6px;
  }
}
.cid-vcUn611N7D .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 12px;
}
.cid-vcUn611N7D .embla__slide .slide-content .item-wrapper .item-img img {
  border: 1px solid #f1eeea;
  height: 680px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vcUn611N7D .embla__slide .slide-content .item-wrapper .item-img img {
    height: 540px;
  }
}
@media (max-width: 992px) {
  .cid-vcUn611N7D .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-vcUn611N7D .embla__slide .slide-content .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-vcUn611N7D .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-vcUn611N7D .embla__slide .slide-content .item-wrapper .card-box {
    display: block;
    padding: 0 10px;
  }
}
.cid-vcUn611N7D .embla__slide .slide-content .item-wrapper .card-box .item-title {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcUn611N7D .embla__slide .slide-content .item-wrapper .card-box .item-title {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-vcUn611N7D .embla__slide .slide-content .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 50%;
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .cid-vcUn611N7D .embla__slide .slide-content .item-wrapper .card-box .list {
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-vcUn611N7D .embla__slide .slide-content .item-wrapper .card-box .list .item-wrap {
  padding: 4px 0;
  margin-left: 40px;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .cid-vcUn611N7D .embla__slide .slide-content .item-wrapper .card-box .list .item-wrap {
    margin-left: 24px;
  }
  .cid-vcUn611N7D .embla__slide .slide-content .item-wrapper .card-box .list .item-wrap:first-child {
    margin-left: 0;
  }
}
.cid-vcUn611N7D .embla__slide .slide-content .item-wrapper .card-box .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 992px) {
  .cid-vcUn611N7D .embla__slide .slide-content .item-wrapper .card-box .list .item-wrap {
    margin-left: 0 !important;
    margin-right: 24px;
  }
  .cid-vcUn611N7D .embla__slide .slide-content .item-wrapper .card-box .list .item-wrap:last-child {
    margin-right: 0;
  }
}
.cid-vcUn611N7D .embla__button--next,
.cid-vcUn611N7D .embla__button--prev {
  display: flex;
}
.cid-vcUn611N7D .embla__button {
  bottom: 0;
  width: 44px;
  height: 44px;
  font-size: 20px;
  background-color: #d6c7b9 !important;
  color: #515151 !important;
  box-shadow: 0 1px 15px -2px #d6c7b9, 0 0 0 0 #fafafa, inset 0 0.125rem 0.25rem -0.125rem #d6c7b9;
  border: 1px solid #d6c7b9 !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vcUn611N7D .embla__button:hover {
  box-shadow: 0 6px 20px 0 #d6c7b9, 0 0 0 2px #fafafa, inset 0 0.125rem 0.6rem -0.125rem #d6c7b9;
}
.cid-vcUn611N7D .embla__button:disabled {
  background-color: #d6c7b9 !important;
  color: #515151 !important;
  box-shadow: 0 1px 15px -2px #d6c7b9, 0 0 0 0 #fafafa, inset 0 0.125rem 0.25rem -0.125rem #d6c7b9;
  opacity: .5 !important;
}
.cid-vcUn611N7D .embla__button.embla__button--prev {
  margin-left: -59px;
}
.cid-vcUn611N7D .embla__button.embla__button--next {
  margin-right: -59px;
}
.cid-vcUn611N7D .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 84px;
}
.cid-vcUn611N7D .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
.cid-vcUn611N7D .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcUn611N7D .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcUn611N7D .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vcUn611N7D .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vcUn611N7D .item-title {
  color: #181824;
}
.cid-vcUn611N7D .list {
  color: #49496d;
}
.cid-vd5HfXfiWx {
  padding-top: 1rem;
  background-color: #f5f5f5;
  overflow: hidden;
}
.cid-vd5HfXfiWx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5HfXfiWx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5HfXfiWx .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 1rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e1e7ed;
}
@media (max-width: 425px) {
  .cid-vd5HfXfiWx .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vd5HfXfiWx .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #e1e7ed;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-vd5HfXfiWx .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-vd5HfXfiWx .content-wrapper .border_1 {
  left: 0;
}
.cid-vd5HfXfiWx .content-wrapper .border_2 {
  right: 0;
}
.cid-vd5HfXfiWx .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vd5HfXfiWx .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vd5HfXfiWx .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-vd5HfXfiWx .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-vd5HfXfiWx .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vd5HfXfiWx .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vd5HfXfiWx .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vd5HfXfiWx .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vd5HfXfiWx .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vd5HfXfiWx .content-wrapper .google-map iframe {
  height: 400px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vd5HfXfiWx .content-wrapper .google-map iframe {
    height: 320px;
  }
}
.cid-vd5HfXfiWx .mbr-label,
.cid-vd5HfXfiWx .label-wrapper {
  color: #b0335a;
  text-align: center;
}
.cid-vd5HfXfiWx .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-vd5HfXfiWx .mbr-text,
.cid-vd5HfXfiWx .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-vd5HfXfiWx .mbr-section-title,
.cid-vd5HfXfiWx .mbr-section-btn {
  color: #515151;
}
.cid-vcUn6VnGLj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d6c7b9;
}
.cid-vcUn6VnGLj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcUn6VnGLj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcUn6VnGLj .row {
  justify-content: center;
}
.cid-vcUn6VnGLj .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vcUn6VnGLj .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vcUn6VnGLj .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcUn6VnGLj .mbr-text {
  color: #fff7ee;
}
.cid-vcUn6VnGLj #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-vcUn6VnGLj img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-vd5Hiaj76Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vd5Hiaj76Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5Hiaj76Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5Hiaj76Z .content-wrap {
  margin: 0 -25px;
}
.cid-vd5Hiaj76Z .content-wrap .card {
  padding: 0 25px;
}
@media (max-width: 992px) {
  .cid-vd5Hiaj76Z .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vd5Hiaj76Z .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vd5Hiaj76Z .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vd5Hiaj76Z .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vd5Hiaj76Z .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vd5Hiaj76Z .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 25px;
}
@media (max-width: 1440px) {
  .cid-vd5Hiaj76Z .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vd5Hiaj76Z .title-wrapper .image-wrapper img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vd5Hiaj76Z .title-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-vd5Hiaj76Z .subtitle-wrap .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vd5Hiaj76Z .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vd5Hiaj76Z .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vd5Hiaj76Z .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 5px;
}
.cid-vd5Hiaj76Z .form-wrap .dragArea.row .form-group .form-control {
  padding: 12px 15px;
  background-color: transparent;
  border: 1px solid #e8e8e8 !important;
  box-shadow: none;
  margin-bottom: 20px;
}
.cid-vd5Hiaj76Z .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #777777;
}
.cid-vd5Hiaj76Z .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vd5Hiaj76Z .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #b0335a !important;
}
.cid-vd5Hiaj76Z .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-vd5Hiaj76Z .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vd5Hiaj76Z .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #777777;
  border-color: #777777;
}
.cid-vd5Hiaj76Z .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 5px;
}
.cid-vd5Hiaj76Z .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  min-height: auto;
}
.cid-vd5Hiaj76Z .mbr-label {
  color: #000000;
}
.cid-vd5Hiaj76Z .mbr-section-title {
  color: #000000;
}
.cid-vd5Hiaj76Z .mbr-section-subtitle {
  color: #000000;
}
.cid-vd5Hiaj76Z label {
  color: #000000;
}
.cid-vcUl7SLXYm {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vcUl7SLXYm .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vcUl7SLXYm .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-vcUl7SLXYm .media-wrap img {
  height: 6rem;
}
.cid-vcUl7SLXYm .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-vcUl7SLXYm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vcUl7SLXYm .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-vcUl7SLXYm .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-vcUl7SLXYm .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-vcUl7SLXYm .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vcUl7SLXYm .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vcUl7SLXYm .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vcUl7SLXYm .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-vcUl7SLXYm .links {
  color: #232323;
}
.cid-vcUl7SLXYm .copyright > p {
  color: #767676;
}
.cid-tGGzgCbktB {
  z-index: 1000;
  width: 100%;
}
.cid-tGGzgCbktB .navbar-dropdown {
  background-color: #d6c7b9 !important;
  padding: 0;
  position: fixed;
}
.cid-tGGzgCbktB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d6c7b9 !important;
  background: #d6c7b9;
}
.cid-tGGzgCbktB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGGzgCbktB .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tGGzgCbktB .menu_box .navbar.opened,
  .cid-tGGzgCbktB .menu_box .navbar-collapse {
    background-color: #d6c7b9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tGGzgCbktB nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tGGzgCbktB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tGGzgCbktB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tGGzgCbktB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-tGGzgCbktB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tGGzgCbktB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tGGzgCbktB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tGGzgCbktB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tGGzgCbktB .offcanvas-body .mbr-text,
  .cid-tGGzgCbktB .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tGGzgCbktB .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tGGzgCbktB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tGGzgCbktB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGGzgCbktB .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-tGGzgCbktB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tGGzgCbktB 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-tGGzgCbktB .lg_brand {
    margin: 0 1rem;
  }
  .cid-tGGzgCbktB .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tGGzgCbktB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tGGzgCbktB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .nav-item {
    margin: 0 !important;
  }
}
.cid-tGGzgCbktB .nav-item .nav-link {
  position: relative;
}
.cid-tGGzgCbktB .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #b0335a;
  transition: all 0.3s ease-out;
}
.cid-tGGzgCbktB .nav-item .nav-link:hover,
.cid-tGGzgCbktB .nav-item .nav-link:focus {
  opacity: 1;
  color: #b0335a !important;
}
.cid-tGGzgCbktB .nav-item .nav-link:hover::before,
.cid-tGGzgCbktB .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tGGzgCbktB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tGGzgCbktB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGGzgCbktB .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-tGGzgCbktB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tGGzgCbktB .offcanvas_box {
    display: none;
  }
}
.cid-tGGzgCbktB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tGGzgCbktB .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tGGzgCbktB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tGGzgCbktB .container {
  display: flex;
  margin: auto;
}
.cid-tGGzgCbktB .iconfont-wrapper {
  color: #ffffff;
  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-tGGzgCbktB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tGGzgCbktB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tGGzgCbktB .navbar-caption {
  color: #ffffff;
}
.cid-tGGzgCbktB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .navbar-nav {
    margin: 0;
  }
}
.cid-tGGzgCbktB .dropdown-menu,
.cid-tGGzgCbktB .navbar.opened {
  background-color: false !important;
}
.cid-tGGzgCbktB .nav-item:focus,
.cid-tGGzgCbktB .nav-link:focus {
  outline: none;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGGzgCbktB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGGzgCbktB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGGzgCbktB .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tGGzgCbktB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tGGzgCbktB .navbar.opened {
  transition: all 0.3s;
}
.cid-tGGzgCbktB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tGGzgCbktB .navbar .navbar-logo img {
  object-fit: contain;
}
.cid-tGGzgCbktB .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tGGzgCbktB .navbar.collapsed {
  justify-content: center;
}
.cid-tGGzgCbktB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGGzgCbktB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tGGzgCbktB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGGzgCbktB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGGzgCbktB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGGzgCbktB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tGGzgCbktB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tGGzgCbktB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tGGzgCbktB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGGzgCbktB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tGGzgCbktB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGGzgCbktB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tGGzgCbktB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tGGzgCbktB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tGGzgCbktB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGGzgCbktB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tGGzgCbktB .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGGzgCbktB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGGzgCbktB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGGzgCbktB .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-tGGzgCbktB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tGGzgCbktB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGGzgCbktB .dropdown-item.active,
.cid-tGGzgCbktB .dropdown-item:active {
  background-color: transparent;
}
.cid-tGGzgCbktB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGGzgCbktB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGGzgCbktB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGGzgCbktB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGGzgCbktB .navbar .dropdown > .dropdown-menu {
  display: none;
}
.cid-tGGzgCbktB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tGGzgCbktB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGGzgCbktB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d6c7b9;
  background: #e4dfd4;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGGzgCbktB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tGGzgCbktB .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-tGGzgCbktB .navbar {
    height: 70px;
  }
  .cid-tGGzgCbktB .navbar.opened {
    height: auto;
  }
  .cid-tGGzgCbktB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGGzgCbktB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tGGzgCbktB .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tGGzgCbktB .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tGGzgCbktB .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-tGGzgCbktB .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tGGzgCbktB .navbar-caption:hover {
  color: #b0335a;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tGGzgCbktB .text_widget {
  margin-bottom: 32px;
}
.cid-tGGzgCbktB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tGGzgCbktB .text_widget a:hover {
  opacity: .5;
}
.cid-tGGzgCbktB .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tGGzgCbktB .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tGGzgCbktB .mbr-section-subtitle,
.cid-tGGzgCbktB .text_widget,
.cid-tGGzgCbktB .mbr-section-btn {
  text-align: center;
}
.cid-tGGzgCbktB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vd5nogfoBq {
  background-color: #d6c7b9;
}
.cid-vd5nogfoBq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd5nogfoBq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd5nogfoBq .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vd5nogfoBq .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-vd5nogfoBq .container {
    padding: 0 20px;
  }
}
.cid-vd5nogfoBq .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-vd5nogfoBq .title-wrapper {
    padding: 50px 0;
  }
}
.cid-vd5nogfoBq .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vd5nogfoBq .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vd5nogfoBq .mbr-section-title {
  color: #ffffff;
}
.cid-vd5nogfoBq .mbr-section-title,
.cid-vd5nogfoBq .mbr-section-btn {
  text-align: center;
  color: #000000;
}
