.btn {
  border-width: 4px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 5.2rem;
  line-height: .95;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 4.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-4 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2.4rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3rem;
}
.display-7 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.65;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.16rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.64rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( .95 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.65 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.65 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.64rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( .95 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.65 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.65 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9a8e7b !important;
}
.bg-success {
  background-color: #945b85 !important;
}
.bg-info {
  background-color: #f4f6fa !important;
}
.bg-warning {
  background-color: #7584c0 !important;
}
.bg-danger {
  background-color: #847a69 !important;
}
.btn-primary {
  box-shadow: 0px 32px 32px -10px #bbb3a6 !important;
}
.btn-primary .mbr-iconfont {
  color: #9a8e7b !important;
}
.btn-primary .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9a8e7b !important;
  border-color: #a19584 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #bbb3a6 important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #9a8e7b !important;
  border-color: #a19584 !important;
  box-shadow: 0px 32px 32px -10px #c6bfb5 important;
}
.btn-primary:hover .mbr-iconfont,
.btn-primary:focus .mbr-iconfont,
.btn-primary.focus .mbr-iconfont,
.btn-primary.active .mbr-iconfont {
  color: #9a8e7b !important;
}
.btn-primary:hover .mbr-iconfont::after,
.btn-primary:focus .mbr-iconfont::after,
.btn-primary.focus .mbr-iconfont::after,
.btn-primary.active .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b0a798 !important;
  border-color: #b0a798 !important;
}
.btn-secondary {
  box-shadow: 0px 32px 32px -10px #f1f1ef !important;
}
.btn-secondary .mbr-iconfont {
  color: #cecbc6 !important;
}
.btn-secondary .mbr-iconfont::after {
  background-color: #35322d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cecbc6 !important;
  border-color: #d5d3ce !important;
  color: #35322d !important;
  box-shadow: 0px 32px 32px -10px #f1f1ef important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #cecbc6 !important;
  border-color: #d5d3ce !important;
  box-shadow: 0px 32px 32px -10px #fdfdfd important;
}
.btn-secondary:hover .mbr-iconfont,
.btn-secondary:focus .mbr-iconfont,
.btn-secondary.focus .mbr-iconfont,
.btn-secondary.active .mbr-iconfont {
  color: #cecbc6 !important;
}
.btn-secondary:hover .mbr-iconfont::after,
.btn-secondary:focus .mbr-iconfont::after,
.btn-secondary.focus .mbr-iconfont::after,
.btn-secondary.active .mbr-iconfont::after {
  background-color: #35322d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #35322d !important;
  background-color: #e6e4e1 !important;
  border-color: #e6e4e1 !important;
}
.btn-info {
  box-shadow: 0px 32px 32px -10px #ffffff !important;
}
.btn-info .mbr-iconfont {
  color: #f4f6fa !important;
}
.btn-info .mbr-iconfont::after {
  background-color: #3b5281 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f4f6fa !important;
  border-color: #ffffff !important;
  color: #3b5281 !important;
  box-shadow: 0px 32px 32px -10px #ffffff important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #f4f6fa !important;
  border-color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #ffffff important;
}
.btn-info:hover .mbr-iconfont,
.btn-info:focus .mbr-iconfont,
.btn-info.focus .mbr-iconfont,
.btn-info.active .mbr-iconfont {
  color: #f4f6fa !important;
}
.btn-info:hover .mbr-iconfont::after,
.btn-info:focus .mbr-iconfont::after,
.btn-info.focus .mbr-iconfont::after,
.btn-info.active .mbr-iconfont::after {
  background-color: #3b5281 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #3b5281 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success {
  box-shadow: 0px 32px 32px -10px #b587a9 !important;
}
.btn-success .mbr-iconfont {
  color: #945b85 !important;
}
.btn-success .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #945b85 !important;
  border-color: #9d618e !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #b587a9 important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #945b85 !important;
  border-color: #9d618e !important;
  box-shadow: 0px 32px 32px -10px #bf96b4 important;
}
.btn-success:hover .mbr-iconfont,
.btn-success:focus .mbr-iconfont,
.btn-success.focus .mbr-iconfont,
.btn-success.active .mbr-iconfont {
  color: #945b85 !important;
}
.btn-success:hover .mbr-iconfont::after,
.btn-success:focus .mbr-iconfont::after,
.btn-success.focus .mbr-iconfont::after,
.btn-success.active .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ab779d !important;
  border-color: #ab779d !important;
}
.btn-warning {
  box-shadow: 0px 32px 32px -10px #aab3d8 !important;
}
.btn-warning .mbr-iconfont {
  color: #7584c0 !important;
}
.btn-warning .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #7584c0 !important;
  border-color: #808dc5 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #aab3d8 important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #7584c0 !important;
  border-color: #808dc5 !important;
  box-shadow: 0px 32px 32px -10px #bbc2e0 important;
}
.btn-warning:hover .mbr-iconfont,
.btn-warning:focus .mbr-iconfont,
.btn-warning.focus .mbr-iconfont,
.btn-warning.active .mbr-iconfont {
  color: #7584c0 !important;
}
.btn-warning:hover .mbr-iconfont::after,
.btn-warning:focus .mbr-iconfont::after,
.btn-warning.focus .mbr-iconfont::after,
.btn-warning.active .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #98a3d0 !important;
  border-color: #98a3d0 !important;
}
.btn-danger {
  box-shadow: 0px 32px 32px -10px #a8a092 !important;
}
.btn-danger .mbr-iconfont {
  color: #847a69 !important;
}
.btn-danger .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #847a69 !important;
  border-color: #8d8270 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #a8a092 important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #847a69 !important;
  border-color: #8d8270 !important;
  box-shadow: 0px 32px 32px -10px #b3aca0 important;
}
.btn-danger:hover .mbr-iconfont,
.btn-danger:focus .mbr-iconfont,
.btn-danger.focus .mbr-iconfont,
.btn-danger.active .mbr-iconfont {
  color: #847a69 !important;
}
.btn-danger:hover .mbr-iconfont::after,
.btn-danger:focus .mbr-iconfont::after,
.btn-danger.focus .mbr-iconfont::after,
.btn-danger.active .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #9d9383 !important;
  border-color: #9d9383 !important;
}
.btn-white {
  box-shadow: 0px 32px 32px -10px #ffffff !important;
}
.btn-white .mbr-iconfont {
  color: #ffffff !important;
}
.btn-white .mbr-iconfont::after {
  background-color: #666666 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: 0px 32px 32px -10px #ffffff important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #ffffff important;
}
.btn-white:hover .mbr-iconfont,
.btn-white:focus .mbr-iconfont,
.btn-white.focus .mbr-iconfont,
.btn-white.active .mbr-iconfont {
  color: #ffffff !important;
}
.btn-white:hover .mbr-iconfont::after,
.btn-white:focus .mbr-iconfont::after,
.btn-white.focus .mbr-iconfont::after,
.btn-white.active .mbr-iconfont::after {
  background-color: #666666 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  box-shadow: 0px 32px 32px -10px #373737 !important;
}
.btn-black .mbr-iconfont {
  color: #111111 !important;
}
.btn-black .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #111111 !important;
  border-color: #191919 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #373737 important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #111111 !important;
  border-color: #191919 !important;
  box-shadow: 0px 32px 32px -10px #444444 important;
}
.btn-black:hover .mbr-iconfont,
.btn-black:focus .mbr-iconfont,
.btn-black.focus .mbr-iconfont,
.btn-black.active .mbr-iconfont {
  color: #111111 !important;
}
.btn-black:hover .mbr-iconfont::after,
.btn-black:focus .mbr-iconfont::after,
.btn-black.focus .mbr-iconfont::after,
.btn-black.active .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #2b2b2b !important;
  border-color: #2b2b2b !important;
}
.btn-primary-outline .mbr-iconfont {
  color: #9a8e7b !important;
}
.btn-primary-outline .mbr-iconfont::after {
  border: 2px solid #9a8e7b !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #9a8e7b;
  color: #9a8e7b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6c6252 !important;
  background-color: transparent !important;
  border-color: #6c6252 !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  color: #6c6252 !important;
}
.btn-primary-outline:hover .mbr-iconfont::after,
.btn-primary-outline:focus .mbr-iconfont::after,
.btn-primary-outline.focus .mbr-iconfont::after,
.btn-primary-outline.active .mbr-iconfont::after {
  border: 2px solid #6c6252 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #9a8e7b !important;
  border-color: #9a8e7b !important;
}
.btn-secondary-outline .mbr-iconfont {
  color: #cecbc6 !important;
}
.btn-secondary-outline .mbr-iconfont::after {
  border: 2px solid #cecbc6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #cecbc6;
  color: #cecbc6;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a6a097 !important;
  background-color: transparent !important;
  border-color: #a6a097 !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  color: #a6a097 !important;
}
.btn-secondary-outline:hover .mbr-iconfont::after,
.btn-secondary-outline:focus .mbr-iconfont::after,
.btn-secondary-outline.focus .mbr-iconfont::after,
.btn-secondary-outline.active .mbr-iconfont::after {
  border: 2px solid #a6a097 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #cecbc6 !important;
  border-color: #cecbc6 !important;
}
.btn-info-outline .mbr-iconfont {
  color: #f4f6fa !important;
}
.btn-info-outline .mbr-iconfont::after {
  border: 2px solid #f4f6fa !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f4f6fa;
  color: #f4f6fa;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #b8c5df !important;
  background-color: transparent !important;
  border-color: #b8c5df !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  color: #b8c5df !important;
}
.btn-info-outline:hover .mbr-iconfont::after,
.btn-info-outline:focus .mbr-iconfont::after,
.btn-info-outline.focus .mbr-iconfont::after,
.btn-info-outline.active .mbr-iconfont::after {
  border: 2px solid #b8c5df !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #4b69a4 !important;
  background-color: #f4f6fa !important;
  border-color: #f4f6fa !important;
}
.btn-success-outline .mbr-iconfont {
  color: #945b85 !important;
}
.btn-success-outline .mbr-iconfont::after {
  border: 2px solid #945b85 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #945b85;
  color: #945b85;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #5e3a55 !important;
  background-color: transparent !important;
  border-color: #5e3a55 !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  color: #5e3a55 !important;
}
.btn-success-outline:hover .mbr-iconfont::after,
.btn-success-outline:focus .mbr-iconfont::after,
.btn-success-outline.focus .mbr-iconfont::after,
.btn-success-outline.active .mbr-iconfont::after {
  border: 2px solid #5e3a55 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #945b85 !important;
  border-color: #945b85 !important;
}
.btn-warning-outline .mbr-iconfont {
  color: #7584c0 !important;
}
.btn-warning-outline .mbr-iconfont::after {
  border: 2px solid #7584c0 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #7584c0;
  color: #7584c0;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #465699 !important;
  background-color: transparent !important;
  border-color: #465699 !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  color: #465699 !important;
}
.btn-warning-outline:hover .mbr-iconfont::after,
.btn-warning-outline:focus .mbr-iconfont::after,
.btn-warning-outline.focus .mbr-iconfont::after,
.btn-warning-outline.active .mbr-iconfont::after {
  border: 2px solid #465699 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #7584c0 !important;
  border-color: #7584c0 !important;
}
.btn-danger-outline .mbr-iconfont {
  color: #847a69 !important;
}
.btn-danger-outline .mbr-iconfont::after {
  border: 2px solid #847a69 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #847a69;
  color: #847a69;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #544d43 !important;
  background-color: transparent !important;
  border-color: #544d43 !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  color: #544d43 !important;
}
.btn-danger-outline:hover .mbr-iconfont::after,
.btn-danger-outline:focus .mbr-iconfont::after,
.btn-danger-outline.focus .mbr-iconfont::after,
.btn-danger-outline.active .mbr-iconfont::after {
  border: 2px solid #544d43 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #847a69 !important;
  border-color: #847a69 !important;
}
.btn-black-outline .mbr-iconfont {
  color: #111111 !important;
}
.btn-black-outline .mbr-iconfont::after {
  border: 2px solid #111111 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #111111;
  color: #111111;
}
.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:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  color: #000000 !important;
}
.btn-black-outline:hover .mbr-iconfont::after,
.btn-black-outline:focus .mbr-iconfont::after,
.btn-black-outline.focus .mbr-iconfont::after,
.btn-black-outline.active .mbr-iconfont::after {
  border: 2px solid #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #111111 !important;
  border-color: #111111 !important;
}
.btn-white-outline .mbr-iconfont {
  color: #ffffff !important;
}
.btn-white-outline .mbr-iconfont::after {
  border: 2px solid #ffffff !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  color: #d4d4d4 !important;
}
.btn-white-outline:hover .mbr-iconfont::after,
.btn-white-outline:focus .mbr-iconfont::after,
.btn-white-outline.focus .mbr-iconfont::after,
.btn-white-outline.active .mbr-iconfont::after {
  border: 2px solid #d4d4d4 !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #9a8e7b !important;
}
.text-secondary {
  color: #cecbc6 !important;
}
.text-success {
  color: #945b85 !important;
}
.text-info {
  color: #f4f6fa !important;
}
.text-warning {
  color: #7584c0 !important;
}
.text-danger {
  color: #847a69 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #111111 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #635a4c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #9f998f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #55344c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #aebdda !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #41508e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #4b453c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !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: #9a8e7b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f4f6fa;
}
.alert-warning {
  background-color: #7584c0;
}
.alert-danger {
  background-color: #847a69;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9a8e7b;
  border-color: #9a8e7b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9a8e7b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d1ccc3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c8a6bf;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #cdd2e8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #bfb8ae;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.65;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #9a8e7b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.65;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #9a8e7b;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9a8e7b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9a8e7b;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #9a8e7b;
  border-bottom-color: #9a8e7b;
}
.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: #9a8e7b !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: #cecbc6 !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='%239a8e7b' %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 {
  font-weight: 600;
  padding: 6px 26px;
  min-height: 64px;
}
.mbr-section-btn .btn span {
  font-weight: 600;
}
.mbr-section-btn .btn .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  transition: all .3s ease;
  margin: 0 -16px 0 32px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn .mbr-iconfont {
    margin: 0 -16px 0 24px;
  }
}
.mbr-section-btn .btn .mbr-iconfont::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  transition: all .3s ease;
}
.mbr-section-btn .btn .mbr-iconfont::before {
  z-index: 1;
}
.mbr-section-btn .btn:hover .mbr-iconfont::after,
.mbr-section-btn .btn:focus .mbr-iconfont::after {
  transform: scale(1.2);
}
.mbr-section-btn .btn-white {
  color: #111111 !important;
}
.mbr-section-btn .btn-white .mbr-iconfont {
  color: #000000;
}
.mbr-section-btn .btn-white .mbr-iconfont::after {
  background-color: #9a8e7b !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus {
  color: #111111 !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.little-radius {
  border-radius: 24px !important;
}
.nav-wrapper .list .item-wrap {
  border-radius: 8px;
}
.navbar .dropdown-item {
  border-radius: 8px !important;
}
.navbar-logo img {
  border-radius: 8px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uVWNqyczTg {
  z-index: 1000;
  width: 100%;
}
.cid-uVWNqyczTg nav.navbar {
  position: fixed;
}
.cid-uVWNqyczTg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVWNqyczTg .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uVWNqyczTg .dropdown-item {
  border: none !important;
  background: #e6ddd6 !important;
  font-weight: 400;
}
.cid-uVWNqyczTg .dropdown-item:hover,
.cid-uVWNqyczTg .dropdown-item:focus {
  background: #e6ddd6 !important;
  color: #494032 !important;
}
.cid-uVWNqyczTg .dropdown-item:hover span {
  color: white;
}
.cid-uVWNqyczTg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVWNqyczTg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVWNqyczTg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVWNqyczTg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVWNqyczTg .nav-link {
  position: relative;
}
.cid-uVWNqyczTg .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uVWNqyczTg .container {
    flex-wrap: nowrap;
  }
}
.cid-uVWNqyczTg .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uVWNqyczTg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uVWNqyczTg .dropdown-menu,
.cid-uVWNqyczTg .navbar.opened {
  background: #e6ddd6 !important;
}
.cid-uVWNqyczTg .nav-item:focus,
.cid-uVWNqyczTg .nav-link:focus {
  outline: none;
}
.cid-uVWNqyczTg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVWNqyczTg .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uVWNqyczTg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVWNqyczTg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVWNqyczTg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVWNqyczTg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVWNqyczTg .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #e6ddd6;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uVWNqyczTg .navbar.opened {
  transition: all 0.3s;
}
.cid-uVWNqyczTg .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #000000 inset;
}
.cid-uVWNqyczTg .navbar .navbar-logo img {
  border-radius: 0 !important;
  width: auto;
}
.cid-uVWNqyczTg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVWNqyczTg .navbar.collapsed {
  justify-content: center;
}
.cid-uVWNqyczTg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVWNqyczTg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVWNqyczTg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uVWNqyczTg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVWNqyczTg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVWNqyczTg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVWNqyczTg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVWNqyczTg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVWNqyczTg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVWNqyczTg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVWNqyczTg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVWNqyczTg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVWNqyczTg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVWNqyczTg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVWNqyczTg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVWNqyczTg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVWNqyczTg .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uVWNqyczTg .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #000000 inset;
  }
  .cid-uVWNqyczTg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uVWNqyczTg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVWNqyczTg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVWNqyczTg .navbar.navbar-short {
  min-height: 96px;
}
.cid-uVWNqyczTg .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uVWNqyczTg .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uVWNqyczTg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uVWNqyczTg .navbar-brand .navbar-caption:hover,
.cid-uVWNqyczTg .navbar-brand .navbar-caption:focus {
  color: #494032 !important;
}
.cid-uVWNqyczTg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVWNqyczTg .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uVWNqyczTg .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #494032 !important;
}
.cid-uVWNqyczTg .dropdown-item.active,
.cid-uVWNqyczTg .dropdown-item:active {
  background-color: transparent;
}
.cid-uVWNqyczTg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVWNqyczTg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVWNqyczTg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVWNqyczTg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e6ddd6;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uVWNqyczTg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uVWNqyczTg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uVWNqyczTg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVWNqyczTg ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uVWNqyczTg ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uVWNqyczTg .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uVWNqyczTg .navbar-buttons {
    text-align: left;
  }
}
.cid-uVWNqyczTg .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uVWNqyczTg .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uVWNqyczTg button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #e6ddd6 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uVWNqyczTg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVWNqyczTg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uVWNqyczTg button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVWNqyczTg button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVWNqyczTg button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uVWNqyczTg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVWNqyczTg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVWNqyczTg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVWNqyczTg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVWNqyczTg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVWNqyczTg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVWNqyczTg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVWNqyczTg .navbar {
    height: 70px;
  }
  .cid-uVWNqyczTg .navbar.opened {
    height: auto;
  }
  .cid-uVWNqyczTg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVWNqyczTg .navbar-nav {
  margin: 0 auto;
}
.cid-uVWNqyczTg .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uVWNqyczTg .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uVWNqyczTg .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uVWNqyczTg .nav-item .nav-link:hover {
  background-color: transparent;
  color: #494032 !important;
  box-shadow: 0 3px 5px -2px #000000 inset;
}
.cid-uVWNqyczTg .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uVWNqyczTg .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uVWNqyczTg .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uVWNqyczTg .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uVWNqyczTg .navbar {
    justify-content: flex-start !important;
  }
  .cid-uVWNqyczTg .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uVWNqyczTg .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uVWNqyczTg .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uVWNqyczTg .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uVWNqyczTg .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uVWNqyczTg .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uVWNqyczTg .content-wrap {
  min-height: 110px;
}
.cid-uVamDiweYr {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/clinica-aevo-liposuccion-lipoescultura-en-madrid-41.jpg-2000x1334.jpg");
}
.cid-uVamDiweYr::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  pointer-events: none;
}
.cid-uVamDiweYr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVamDiweYr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVamDiweYr .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uVamDiweYr .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVamDiweYr .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uVamDiweYr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVamDiweYr .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-uVamDiweYr .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uVamDiweYr .text-wrapper {
    padding-left: 0;
  }
}
.cid-uVamDiweYr .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVamDiweYr .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uVamDiweYr .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uVamDiweYr .mbr-label {
  color: #454545;
}
.cid-uVamDiweYr .mbr-section-title {
  color: #454545;
  text-align: left;
}
.cid-uVamDiweYr .mbr-text {
  color: #ffffff;
}
.cid-uW0kzYCadv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6ddd6;
}
.cid-uW0kzYCadv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW0kzYCadv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW0kzYCadv .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uW0kzYCadv .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uW0kzYCadv .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uW0kzYCadv .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uW0kzYCadv .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uW0kzYCadv .image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uW0kzYCadv .image-wrapper img {
    max-height: 250px;
  }
}
.cid-uW0kzYCadv .mbr-section-title {
  color: #ffffff;
}
.cid-uW0kzYCadv .mbr-text {
  color: #ffffff;
}
.cid-uW0kzYCadv .mbr-section-title,
.cid-uW0kzYCadv .mbr-section-btn {
  color: #8917ac;
  text-align: left;
}
.cid-uW0kzYCadv .mbr-text,
.cid-uW0kzYCadv .text-wrapper {
  color: #494032;
}
.cid-uW0H3mFBAH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6ddd6;
}
.cid-uW0H3mFBAH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW0H3mFBAH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW0H3mFBAH .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #a19276, #6b4d66 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uW0H3mFBAH .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uW0H3mFBAH .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9c9c9c, #52414d 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uW0H3mFBAH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uW0H3mFBAH .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-uW0H3mFBAH .mbr-section-title {
  color: #000000;
}
.cid-uW0H3mFBAH .mbr-text,
.cid-uW0H3mFBAH .text-wrapper {
  color: #a19276;
  text-align: right;
}
.cid-uW0H3mFBAH .mbr-section-title,
.cid-uW0H3mFBAH .title-wrapper,
.cid-uW0H3mFBAH .mbr-section-btn {
  text-align: left;
}
.cid-uVX1i51A0J {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/clinica-aevo-liposuccion-lipoescultura-en-madrid-43.jpg-2000x1125.jpg");
}
.cid-uVX1i51A0J .section-head {
  margin-bottom: 2rem;
}
.cid-uVX1i51A0J .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
  color: #e6ddd6;
}
.cid-uVX1i51A0J .mbr-section-subtitle {
  text-align: right;
  color: #e6ddd6;
}
@media (max-width: 991px) {
  .cid-uVX1i51A0J .row {
    text-align: center;
  }
}
.cid-uVX1i51A0J .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-uVX1i51A0J .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-uVX1i51A0J .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-uVX1i51A0J .wave-container .wave svg path {
  fill: #e6ddd6;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-uVX1i51A0J .mbr-text {
  text-align: right;
  color: #f5ebd9;
}
.cid-uVX5adY7Fx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e6ddd6;
}
.cid-uVX5adY7Fx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVX5adY7Fx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVX5adY7Fx .row {
  justify-content: center;
}
.cid-uVX5adY7Fx .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uVX5adY7Fx .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uVX5adY7Fx .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVX5adY7Fx .mbr-text {
  color: #fff7ee;
}
.cid-uVX5adY7Fx #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uVX5adY7Fx img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uW0hFSyG8t {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #e6ddd6;
}
.cid-uW0hFSyG8t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW0hFSyG8t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW0hFSyG8t .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uW0hFSyG8t .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uW0hFSyG8t .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uW0hFSyG8t .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uW0hFSyG8t .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-uW0hFSyG8t .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uW0hFSyG8t .mbr-section-title {
  color: #111111;
}
.cid-uW0hFSyG8t .mbr-section-subtitle {
  color: #945b85;
  text-align: left;
}
.cid-uW0hFSyG8t .mbr-text,
.cid-uW0hFSyG8t .text-wrapper {
  color: #52414d;
  text-align: left;
}
.cid-uW0hFSyG8t .mbr-section-title,
.cid-uW0hFSyG8t .mbr-section-btn {
  color: #52414d;
  text-align: right;
}
.cid-uW0hFSyG8t .mbr-section-title,
.cid-uW0hFSyG8t .mbr-section-btn DIV {
  text-align: left;
}
.cid-uW0nlltIW9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6ddd6;
}
.cid-uW0nlltIW9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW0nlltIW9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW0nlltIW9 .card-wrapper {
  padding: 64px;
  background-color: #cecbc6;
  display: flex;
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uW0nlltIW9 .card-wrapper {
    display: block;
    padding: 24px;
    overflow: hidden;
    margin-top: 0;
  }
}
.cid-uW0nlltIW9 .image-wrapper {
  width: 50%;
  padding-right: 56px;
  padding-right: 0;
  padding-left: 56px;
}
@media (max-width: 992px) {
  .cid-uW0nlltIW9 .image-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uW0nlltIW9 .image-wrapper {
    padding-left: 0;
  }
}
.cid-uW0nlltIW9 .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  position: sticky;
  top: 132px;
  margin-top: -128px;
}
@media (max-width: 992px) {
  .cid-uW0nlltIW9 .image-wrapper img {
    height: 350px;
    margin: 0 0 32px 0;
    position: static;
  }
}
.cid-uW0nlltIW9 .content-wrapper {
  width: 50%;
  padding-right: 56px;
  padding-right: 0;
  padding-left: 56px;
}
@media (max-width: 1400px) {
  .cid-uW0nlltIW9 .content-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uW0nlltIW9 .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 1400px) {
  .cid-uW0nlltIW9 .content-wrapper {
    padding-left: 0;
  }
}
.cid-uW0nlltIW9 .content-wrapper .tabs-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uW0nlltIW9 .content-wrapper .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uW0nlltIW9 .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px;
}
.cid-uW0nlltIW9 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-uW0nlltIW9 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 6px 26px;
  min-height: 64px;
  background-color: #bfb6a6;
  border: 4px solid #9c9c9c;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}
.cid-uW0nlltIW9 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #945b85;
  border: 4px solid #6b4d66;
}
.cid-uW0nlltIW9 .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
  margin-bottom: 24px;
}
.cid-uW0nlltIW9 .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  display: inline-flex;
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uW0nlltIW9 .content-wrapper .tab-content .tab-pane .item-content .item-title {
  margin-bottom: 0;
}
.cid-uW0nlltIW9 .content-wrapper .tab-content .tab-pane .item-content .item-subtitle {
  margin-bottom: 0;
}
.cid-uW0nlltIW9 .content-wrapper .tab-content .tab-pane .item-content .item-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uW0nlltIW9 .content-wrapper .tab-content .tab-pane .item-content .mbr-section-btn {
  margin-top: 24px;
}
.cid-uW0nlltIW9 .content-wrapper .tab-content .tab-pane .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uW0nlltIW9 .item-title {
  color: #111111;
}
.cid-uW0nlltIW9 .item-subtitle {
  color: #af7497;
}
.cid-uW0nlltIW9 .item-text {
  color: #666666;
}
.cid-uW0nlltIW9 .item-title,
.cid-uW0nlltIW9 .tabs-wrapper,
.cid-uW0nlltIW9 .image-wrap {
  color: #6b4d66;
}
.cid-uW0Lu3RbF4 {
  background-color: #e6ddd6;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uW0Lu3RbF4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW0Lu3RbF4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW0Lu3RbF4 .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uW0Lu3RbF4 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uW0Lu3RbF4 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uW0Lu3RbF4 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uW0Lu3RbF4 .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-uW0Lu3RbF4 .mbr-section-title {
  color: #ff6d99;
}
.cid-uW0Lu3RbF4 .mbr-text,
.cid-uW0Lu3RbF4 .text-wrapper {
  color: #111111;
  text-align: center;
}
.cid-uW0Lu3RbF4 .mbr-section-title,
.cid-uW0Lu3RbF4 .mbr-section-btn {
  text-align: center;
}
.cid-uW0Lu3RbF4 .row {
  justify-content: center;
}
.cid-uW0Lu3RbF4 .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uW0Lu3RbF4 .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uW0Lu3RbF4 .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uW0Lu3RbF4 .mbr-text {
  color: #fff7ee;
}
.cid-uW0Lu3RbF4 #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uW0Lu3RbF4 img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uW0tFzxJ5o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6ddd6;
}
.cid-uW0tFzxJ5o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW0tFzxJ5o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW0tFzxJ5o .card-wrapper {
  padding: 64px;
  background-color: #cecbc6;
  display: flex;
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uW0tFzxJ5o .card-wrapper {
    display: block;
    padding: 24px;
    overflow: hidden;
    margin-top: 0;
  }
}
.cid-uW0tFzxJ5o .image-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-uW0tFzxJ5o .image-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uW0tFzxJ5o .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  position: sticky;
  top: 132px;
  margin-top: -128px;
}
@media (max-width: 992px) {
  .cid-uW0tFzxJ5o .image-wrapper img {
    height: 350px;
    margin: 0 0 32px 0;
    position: static;
  }
}
.cid-uW0tFzxJ5o .content-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 1400px) {
  .cid-uW0tFzxJ5o .content-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uW0tFzxJ5o .content-wrapper {
    width: 100%;
  }
}
.cid-uW0tFzxJ5o .content-wrapper .tabs-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uW0tFzxJ5o .content-wrapper .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uW0tFzxJ5o .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px;
}
.cid-uW0tFzxJ5o .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-uW0tFzxJ5o .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 6px 26px;
  min-height: 64px;
  background-color: #bfb6a6;
  border: 4px solid #9c9c9c;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}
.cid-uW0tFzxJ5o .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #945b85;
  border: 4px solid #6b4d66;
}
.cid-uW0tFzxJ5o .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
  margin-bottom: 24px;
}
.cid-uW0tFzxJ5o .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  display: inline-flex;
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uW0tFzxJ5o .content-wrapper .tab-content .tab-pane .item-content .item-title {
  margin-bottom: 0;
}
.cid-uW0tFzxJ5o .content-wrapper .tab-content .tab-pane .item-content .item-subtitle {
  margin-bottom: 0;
}
.cid-uW0tFzxJ5o .content-wrapper .tab-content .tab-pane .item-content .item-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uW0tFzxJ5o .content-wrapper .tab-content .tab-pane .item-content .mbr-section-btn {
  margin-top: 24px;
}
.cid-uW0tFzxJ5o .content-wrapper .tab-content .tab-pane .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uW0tFzxJ5o .item-title {
  color: #111111;
}
.cid-uW0tFzxJ5o .item-subtitle {
  color: #af7497;
}
.cid-uW0tFzxJ5o .item-text {
  color: #666666;
}
.cid-uW0tFzxJ5o .item-title,
.cid-uW0tFzxJ5o .tabs-wrapper,
.cid-uW0tFzxJ5o .image-wrap {
  color: #6b4d66;
}
.cid-uVXes5A2gv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e6ddd6;
}
.cid-uVXes5A2gv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVXes5A2gv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVXes5A2gv .row {
  justify-content: center;
}
.cid-uVXes5A2gv .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uVXes5A2gv .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uVXes5A2gv .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVXes5A2gv .mbr-text {
  color: #fff7ee;
}
.cid-uVXes5A2gv #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uVXes5A2gv img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uVX4PsjSP1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uVX4PsjSP1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVX4PsjSP1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVX4PsjSP1 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uVX4PsjSP1 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVX4PsjSP1 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uVX4PsjSP1 .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-uVX4PsjSP1 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uVX4PsjSP1 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uVX4PsjSP1 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #9c9c9c, #af7497 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uVX4PsjSP1 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uVX4PsjSP1 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVX4PsjSP1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVX4PsjSP1 .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-uVX4PsjSP1 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uVX4PsjSP1 .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uVX4PsjSP1 .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #666666;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVX4PsjSP1 .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uVX4PsjSP1 .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-uVX4PsjSP1 .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #af7497;
}
@media (max-width: 992px) {
  .cid-uVX4PsjSP1 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uVX4PsjSP1 .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-uVX4PsjSP1 .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-uVX4PsjSP1 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uVX4PsjSP1 .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(#945b85 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #494032;
}
.cid-uVX4PsjSP1 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uVX4PsjSP1 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVX4PsjSP1 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uVX4PsjSP1 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVX4PsjSP1 .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uVX4PsjSP1 .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-uVX4PsjSP1 .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uVX4PsjSP1 .card_1 {
    width: 100%;
  }
}
.cid-uVX4PsjSP1 .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uVX4PsjSP1 .card_2 {
    width: 100%;
  }
}
.cid-uVX4PsjSP1 .main-btn {
  margin-top: 12px;
}
.cid-uVX4PsjSP1 .mbr-label,
.cid-uVX4PsjSP1 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVX4PsjSP1 .mbr-section-title,
.cid-uVX4PsjSP1 .title-wrapper {
  color: #000000;
}
.cid-uVX4PsjSP1 .mbr-text,
.cid-uVX4PsjSP1 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uVX4PsjSP1 .item-title {
  color: #000000;
}
.cid-uVX4PsjSP1 .item-text {
  color: #515151;
}
.cid-uVX4PsjSP1 .mbr-section-title,
.cid-uVX4PsjSP1 .title-wrapper,
.cid-uVX4PsjSP1 .main-btn {
  text-align: center;
  color: #9a8e7b;
}
.cid-uVX4PsjSP1 .item-title,
.cid-uVX4PsjSP1 .item-btn,
.cid-uVX4PsjSP1 .icon-wrapper {
  color: #af7497;
}
.cid-uW12sibhpL {
  background-color: #e6ddd6;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uW12sibhpL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW12sibhpL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW12sibhpL .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uW12sibhpL .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uW12sibhpL .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uW12sibhpL .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uW12sibhpL .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-uW12sibhpL .mbr-section-title {
  color: #ff6d99;
}
.cid-uW12sibhpL .mbr-text,
.cid-uW12sibhpL .text-wrapper {
  color: #111111;
  text-align: center;
}
.cid-uW12sibhpL .mbr-section-title,
.cid-uW12sibhpL .mbr-section-btn {
  text-align: center;
}
.cid-uW12sibhpL .row {
  justify-content: center;
}
.cid-uW12sibhpL .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uW12sibhpL .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uW12sibhpL .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uW12sibhpL .mbr-text {
  color: #fff7ee;
}
.cid-uW12sibhpL #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uW12sibhpL img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uW0PJAEJDZ {
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/43928.jpg-2000x1333.jpg");
}
.cid-uW0PJAEJDZ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uW0PJAEJDZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW0PJAEJDZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW0PJAEJDZ .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uW0PJAEJDZ .image-wrap {
    height: 300px;
  }
}
.cid-uW18DecY2s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uW18DecY2s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW18DecY2s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW18DecY2s .col-12 {
  position: relative;
}
.cid-uW18DecY2s img {
  max-width: 800px;
  margin: auto;
}
.cid-uW18DecY2s .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uW18DecY2s .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uW18DecY2s .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uW18DecY2s .image-wrapper {
    padding: 1rem;
  }
}
.cid-uW18DecY2s .mbr-section-title {
  color: #000000;
}
.cid-uWRmJQzn4s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWRmJQzn4s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWRmJQzn4s .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-uWRmJQzn4s .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWRmJQzn4s .row {
  flex-direction: row-reverse;
}
.cid-uWRmJQzn4s img {
  width: 100%;
}
.cid-uW0Pv255kO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uW0Pv255kO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW0Pv255kO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW0Pv255kO .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uW0Pv255kO .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uW0Pv255kO .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uW0Pv255kO .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-uW0Pv255kO .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uW0Pv255kO .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uW0Pv255kO .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #945b85, #552c45 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uW0Pv255kO .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uW0Pv255kO .panel-group .card {
  position: relative;
  padding: 7px 16px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-uW0Pv255kO .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uW0Pv255kO .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uW0Pv255kO .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uW0Pv255kO .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-uW0Pv255kO .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uW0Pv255kO .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uW0Pv255kO .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-uW0Pv255kO .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uW0Pv255kO .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uW0Pv255kO .mbr-label,
.cid-uW0Pv255kO .label-wrapper {
  color: #552c45;
  text-align: center;
}
.cid-uW0Pv255kO .mbr-section-title,
.cid-uW0Pv255kO .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uW0Pv255kO .mbr-text,
.cid-uW0Pv255kO .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uW0Pv255kO .panel-title-edit {
  color: #7d6943;
}
.cid-uW0Pv255kO .panel-text {
  color: #515151;
}
.cid-uW0Pv255kO .panel-text,
.cid-uW0Pv255kO .panel-body {
  color: #945b85;
}
.cid-uVan1gnjGp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVan1gnjGp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVan1gnjGp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVan1gnjGp .card {
  justify-content: center;
}
.cid-uVan1gnjGp .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uVan1gnjGp .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uVan1gnjGp .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uVan1gnjGp .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uVan1gnjGp .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVan1gnjGp .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uVan1gnjGp .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-uVan1gnjGp .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uVan1gnjGp .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-uVan1gnjGp .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f5f5f5;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-uVan1gnjGp .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #666666;
}
.cid-uVan1gnjGp .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uVan1gnjGp .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #666666 !important;
}
.cid-uVan1gnjGp .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-uVan1gnjGp .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uVan1gnjGp .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #666666;
  border-color: #666666;
}
.cid-uVan1gnjGp .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uVan1gnjGp .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-uVan1gnjGp .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-uVan1gnjGp .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uVan1gnjGp .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-uVan1gnjGp .image-wrapper img {
    height: 350px;
  }
}
.cid-uVan1gnjGp .mbr-label {
  color: #666666;
}
.cid-uVan1gnjGp .mbr-section-title {
  color: #111111;
}
.cid-uVan1gnjGp .mbr-section-subtitle {
  color: #945b85;
}
.cid-uW18G9EPVl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uW18G9EPVl .row {
  flex-direction: row-reverse;
}
.cid-uW18G9EPVl img {
  display: inline;
}
.cid-uW18G9EPVl .si {
  width: 100%;
}
.cid-uW18G9EPVl .si img {
  width: auto;
}
.cid-uW18G9EPVl .text {
  color: #ffffff;
}
.cid-uW18G9EPVl .text,
.cid-uW18G9EPVl .si {
  color: #ba9b67;
  text-align: center;
}
.cid-uW18G9EPVl .copyright {
  color: #6b4d66;
  text-align: center;
}
.cid-uW18G9EPVl .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #454545;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uW18G9EPVl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uW18G9EPVl .list {
    margin-bottom: 0rem;
  }
}
.cid-uW18G9EPVl .list li {
  margin-bottom: .5rem;
}
.cid-uW18G9EPVl .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-uW18G9EPVl .logo {
    margin-top: 2rem;
  }
}
.cid-uW18G9EPVl .cont {
  color: #945b85;
  text-align: right;
}
.cid-uW18G9EPVl .mbr-section-subtitle {
  color: #6b4d66;
  text-align: center;
}
.cid-uVX3RIx3SK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uVX3RIx3SK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVX3RIx3SK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVX3RIx3SK .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #cecbc6, #494032 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uVX3RIx3SK .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uVX3RIx3SK .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9a8e7b, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uVX3RIx3SK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVX3RIx3SK .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-uVX3RIx3SK .mbr-section-title {
  color: #000000;
}
.cid-uVX3RIx3SK .mbr-text,
.cid-uVX3RIx3SK .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uVX3RIx3SK .mbr-section-title,
.cid-uVX3RIx3SK .title-wrapper,
.cid-uVX3RIx3SK .mbr-section-btn {
  text-align: center;
}
.cid-uW1a6ZPG97 {
  z-index: 1000;
  width: 100%;
}
.cid-uW1a6ZPG97 nav.navbar {
  position: fixed;
}
.cid-uW1a6ZPG97 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uW1a6ZPG97 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uW1a6ZPG97 .dropdown-item {
  border: none !important;
  background: #e6ddd6 !important;
  font-weight: 400;
}
.cid-uW1a6ZPG97 .dropdown-item:hover,
.cid-uW1a6ZPG97 .dropdown-item:focus {
  background: #e6ddd6 !important;
  color: #494032 !important;
}
.cid-uW1a6ZPG97 .dropdown-item:hover span {
  color: white;
}
.cid-uW1a6ZPG97 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uW1a6ZPG97 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uW1a6ZPG97 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uW1a6ZPG97 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uW1a6ZPG97 .nav-link {
  position: relative;
}
.cid-uW1a6ZPG97 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uW1a6ZPG97 .container {
    flex-wrap: nowrap;
  }
}
.cid-uW1a6ZPG97 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uW1a6ZPG97 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uW1a6ZPG97 .dropdown-menu,
.cid-uW1a6ZPG97 .navbar.opened {
  background: #e6ddd6 !important;
}
.cid-uW1a6ZPG97 .nav-item:focus,
.cid-uW1a6ZPG97 .nav-link:focus {
  outline: none;
}
.cid-uW1a6ZPG97 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uW1a6ZPG97 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uW1a6ZPG97 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uW1a6ZPG97 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uW1a6ZPG97 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uW1a6ZPG97 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uW1a6ZPG97 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #e6ddd6;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uW1a6ZPG97 .navbar.opened {
  transition: all 0.3s;
}
.cid-uW1a6ZPG97 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #000000 inset;
}
.cid-uW1a6ZPG97 .navbar .navbar-logo img {
  border-radius: 0 !important;
  width: auto;
}
.cid-uW1a6ZPG97 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uW1a6ZPG97 .navbar.collapsed {
  justify-content: center;
}
.cid-uW1a6ZPG97 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uW1a6ZPG97 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uW1a6ZPG97 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uW1a6ZPG97 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uW1a6ZPG97 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uW1a6ZPG97 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uW1a6ZPG97 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uW1a6ZPG97 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uW1a6ZPG97 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uW1a6ZPG97 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uW1a6ZPG97 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uW1a6ZPG97 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uW1a6ZPG97 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uW1a6ZPG97 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uW1a6ZPG97 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uW1a6ZPG97 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uW1a6ZPG97 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uW1a6ZPG97 .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #000000 inset;
  }
  .cid-uW1a6ZPG97 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uW1a6ZPG97 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uW1a6ZPG97 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uW1a6ZPG97 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uW1a6ZPG97 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uW1a6ZPG97 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uW1a6ZPG97 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uW1a6ZPG97 .navbar-brand .navbar-caption:hover,
.cid-uW1a6ZPG97 .navbar-brand .navbar-caption:focus {
  color: #494032 !important;
}
.cid-uW1a6ZPG97 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uW1a6ZPG97 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uW1a6ZPG97 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #494032 !important;
}
.cid-uW1a6ZPG97 .dropdown-item.active,
.cid-uW1a6ZPG97 .dropdown-item:active {
  background-color: transparent;
}
.cid-uW1a6ZPG97 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uW1a6ZPG97 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uW1a6ZPG97 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uW1a6ZPG97 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e6ddd6;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uW1a6ZPG97 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uW1a6ZPG97 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uW1a6ZPG97 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uW1a6ZPG97 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uW1a6ZPG97 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uW1a6ZPG97 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uW1a6ZPG97 .navbar-buttons {
    text-align: left;
  }
}
.cid-uW1a6ZPG97 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uW1a6ZPG97 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uW1a6ZPG97 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #e6ddd6 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uW1a6ZPG97 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uW1a6ZPG97 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uW1a6ZPG97 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uW1a6ZPG97 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uW1a6ZPG97 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uW1a6ZPG97 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW1a6ZPG97 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uW1a6ZPG97 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uW1a6ZPG97 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW1a6ZPG97 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uW1a6ZPG97 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uW1a6ZPG97 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uW1a6ZPG97 .navbar {
    height: 70px;
  }
  .cid-uW1a6ZPG97 .navbar.opened {
    height: auto;
  }
  .cid-uW1a6ZPG97 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uW1a6ZPG97 .navbar-nav {
  margin: 0 auto;
}
.cid-uW1a6ZPG97 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uW1a6ZPG97 .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uW1a6ZPG97 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uW1a6ZPG97 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #494032 !important;
  box-shadow: 0 3px 5px -2px #000000 inset;
}
.cid-uW1a6ZPG97 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uW1a6ZPG97 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uW1a6ZPG97 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uW1a6ZPG97 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uW1a6ZPG97 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uW1a6ZPG97 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uW1a6ZPG97 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uW1a6ZPG97 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uW1a6ZPG97 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uW1a6ZPG97 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uW1a6ZPG97 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uW1a6ZPG97 .content-wrap {
  min-height: 110px;
}
.cid-uW1a70mXKK {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/58523.jpg-2000x1333.jpg");
}
.cid-uW1a70mXKK::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  pointer-events: none;
}
.cid-uW1a70mXKK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW1a70mXKK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW1a70mXKK .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uW1a70mXKK .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uW1a70mXKK .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uW1a70mXKK .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uW1a70mXKK .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-uW1a70mXKK .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uW1a70mXKK .text-wrapper {
    padding-left: 0;
  }
}
.cid-uW1a70mXKK .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uW1a70mXKK .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uW1a70mXKK .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uW1a70mXKK .mbr-label {
  color: #454545;
}
.cid-uW1a70mXKK .mbr-section-title {
  color: #454545;
  text-align: left;
}
.cid-uW1a70mXKK .mbr-text {
  color: #ffffff;
}
.cid-uW1a70MkFm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uW1a70MkFm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW1a70MkFm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW1a70MkFm .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uW1a70MkFm .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uW1a70MkFm .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uW1a70MkFm .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uW1a70MkFm .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uW1a70MkFm .image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uW1a70MkFm .image-wrapper img {
    max-height: 250px;
  }
}
.cid-uW1a70MkFm .mbr-section-title {
  color: #ffffff;
}
.cid-uW1a70MkFm .mbr-text {
  color: #ffffff;
}
.cid-uW1a70MkFm .mbr-section-title,
.cid-uW1a70MkFm .mbr-section-btn {
  color: #8f2465;
  text-align: left;
}
.cid-uW1a70MkFm .mbr-text,
.cid-uW1a70MkFm .text-wrapper {
  color: #494032;
  text-align: left;
}
.cid-uW1a71aXMs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uW1a71aXMs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW1a71aXMs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW1a71aXMs .row {
  justify-content: center;
}
.cid-uW1a71aXMs .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uW1a71aXMs .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uW1a71aXMs .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uW1a71aXMs .mbr-text {
  color: #fff7ee;
}
.cid-uW1a71aXMs #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uW1a71aXMs img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uWRraEbog7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uWRraEbog7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWRraEbog7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWRraEbog7 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWRraEbog7 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWRraEbog7 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWRraEbog7 .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-uWRraEbog7 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWRraEbog7 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWRraEbog7 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #7d6943, #8f2465 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWRraEbog7 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWRraEbog7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWRraEbog7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWRraEbog7 .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uWRraEbog7 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uWRraEbog7 .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uWRraEbog7 .items-wrapper .item .item-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-uWRraEbog7 .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uWRraEbog7 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uWRraEbog7 .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 64px;
  font-size: 34px;
  background-image: linear-gradient(#945b85 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-uWRraEbog7 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uWRraEbog7 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uWRraEbog7 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uWRraEbog7 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWRraEbog7 .items-wrapper .item .item-wrapper .item-content .middle-border {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 2px;
  background-color: #e8e8e8;
  margin-top: 24px;
}
.cid-uWRraEbog7 .items-wrapper .item .item-wrapper .item-content .item-number {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uWRraEbog7 .items-wrapper .item .item-wrapper .item-img {
  margin-top: 24px;
}
.cid-uWRraEbog7 .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-uWRraEbog7 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uWRraEbog7 .mbr-label,
.cid-uWRraEbog7 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWRraEbog7 .mbr-section-title,
.cid-uWRraEbog7 .title-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uWRraEbog7 .mbr-text,
.cid-uWRraEbog7 .text-wrapper {
  color: #515151;
  text-align: right;
}
.cid-uWRraEbog7 .item-title {
  color: #000000;
}
.cid-uWRraEbog7 .item-text {
  color: #515151;
}
.cid-uWRraEbog7 .item-number {
  color: #000000;
}
.cid-uWRraEbog7 .item-title,
.cid-uWRraEbog7 .mbr-section-btn,
.cid-uWRraEbog7 .icon-wrapper {
  color: #552c45;
}
.cid-uW1a72CZAe {
  background-color: #f5f5f5;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uW1a72CZAe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW1a72CZAe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW1a72CZAe .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uW1a72CZAe .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uW1a72CZAe .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uW1a72CZAe .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uW1a72CZAe .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-uW1a72CZAe .mbr-section-title {
  color: #ff6d99;
}
.cid-uW1a72CZAe .mbr-text,
.cid-uW1a72CZAe .text-wrapper {
  color: #111111;
  text-align: center;
}
.cid-uW1a72CZAe .mbr-section-title,
.cid-uW1a72CZAe .mbr-section-btn {
  text-align: center;
}
.cid-uW1a72CZAe .row {
  justify-content: center;
}
.cid-uW1a72CZAe .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uW1a72CZAe .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uW1a72CZAe .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uW1a72CZAe .mbr-text {
  color: #fff7ee;
}
.cid-uW1a72CZAe #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uW1a72CZAe img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uWRs6byvlX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uWRs6byvlX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWRs6byvlX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWRs6byvlX .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWRs6byvlX .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWRs6byvlX .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWRs6byvlX .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-uWRs6byvlX .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWRs6byvlX .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWRs6byvlX .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #494032, #945b85 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWRs6byvlX .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWRs6byvlX .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWRs6byvlX .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWRs6byvlX .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uWRs6byvlX .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-uWRs6byvlX .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-uWRs6byvlX .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-uWRs6byvlX .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-uWRs6byvlX .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uWRs6byvlX .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uWRs6byvlX .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWRs6byvlX .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uWRs6byvlX .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-uWRs6byvlX .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-uWRs6byvlX .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uWRs6byvlX .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-uWRs6byvlX .mbr-label,
.cid-uWRs6byvlX .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWRs6byvlX .mbr-section-title,
.cid-uWRs6byvlX .title-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uWRs6byvlX .mbr-text,
.cid-uWRs6byvlX .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uWRs6byvlX .item-text {
  color: #000000;
}
.cid-uWRs6byvlX .item-text,
.cid-uWRs6byvlX .mbr-section-btn {
  text-align: left;
}
.cid-uWRsB49HUe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uWRsB49HUe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWRsB49HUe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWRsB49HUe .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWRsB49HUe .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWRsB49HUe .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWRsB49HUe .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-uWRsB49HUe .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWRsB49HUe .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWRsB49HUe .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-uWRsB49HUe .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWRsB49HUe .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWRsB49HUe .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWRsB49HUe .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-uWRsB49HUe .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uWRsB49HUe .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uWRsB49HUe .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-uWRsB49HUe .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uWRsB49HUe .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-uWRsB49HUe .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-uWRsB49HUe .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uWRsB49HUe .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-uWRsB49HUe .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-uWRsB49HUe .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uWRsB49HUe .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(#945b85 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-uWRsB49HUe .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uWRsB49HUe .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uWRsB49HUe .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uWRsB49HUe .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWRsB49HUe .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uWRsB49HUe .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-uWRsB49HUe .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uWRsB49HUe .card_1 {
    width: 100%;
  }
}
.cid-uWRsB49HUe .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uWRsB49HUe .card_2 {
    width: 100%;
  }
}
.cid-uWRsB49HUe .main-btn {
  margin-top: 12px;
}
.cid-uWRsB49HUe .mbr-label,
.cid-uWRsB49HUe .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWRsB49HUe .mbr-section-title,
.cid-uWRsB49HUe .title-wrapper {
  color: #000000;
}
.cid-uWRsB49HUe .mbr-text,
.cid-uWRsB49HUe .text-wrapper {
  color: #945b85;
  text-align: left;
}
.cid-uWRsB49HUe .item-title {
  color: #000000;
}
.cid-uWRsB49HUe .item-text {
  color: #515151;
}
.cid-uWRsB49HUe .mbr-section-title,
.cid-uWRsB49HUe .title-wrapper,
.cid-uWRsB49HUe .main-btn {
  text-align: center;
}
.cid-uWRsB49HUe .item-title,
.cid-uWRsB49HUe .item-btn,
.cid-uWRsB49HUe .icon-wrapper {
  color: #8f2465;
}
.cid-uW1a74sEvy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uW1a74sEvy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW1a74sEvy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW1a74sEvy .row {
  justify-content: center;
}
.cid-uW1a74sEvy .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uW1a74sEvy .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uW1a74sEvy .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uW1a74sEvy .mbr-text {
  color: #fff7ee;
}
.cid-uW1a74sEvy #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uW1a74sEvy img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uWRymawfnK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uWRymawfnK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWRymawfnK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWRymawfnK .content-wrapper {
  margin-bottom: 44px;
}
.cid-uWRymawfnK .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uWRymawfnK .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWRymawfnK .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWRymawfnK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWRymawfnK .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uWRymawfnK .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWRymawfnK .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWRymawfnK .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-uWRymawfnK .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWRymawfnK .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWRymawfnK .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #494032 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWRymawfnK .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWRymawfnK .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-uWRymawfnK .mbr-section-title {
  color: #ff6d99;
}
.cid-uWRymawfnK .mbr-text,
.cid-uWRymawfnK .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uWRymawfnK .mbr-section-title,
.cid-uWRymawfnK .mbr-section-btn {
  text-align: center;
}
.cid-uWRymawfnK .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uWRymawfnK .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-uWRymawfnK .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-uWRymawfnK .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-uWRymawfnK .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-uWRymawfnK .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uWRymawfnK .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uWRymawfnK .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWRymawfnK .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uWRymawfnK .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-uWRymawfnK .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-uWRymawfnK .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uWRymawfnK .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-uWRymawfnK .mbr-label,
.cid-uWRymawfnK .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWRymawfnK .mbr-section-title,
.cid-uWRymawfnK .title-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uWRymawfnK .item-text {
  color: #000000;
}
.cid-uWRymawfnK .item-text,
.cid-uWRymawfnK .mbr-section-btn {
  text-align: left;
  color: #454545;
}
.cid-uWRzqvpO7R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uWRzqvpO7R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWRzqvpO7R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWRzqvpO7R .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWRzqvpO7R .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWRzqvpO7R .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWRzqvpO7R .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-uWRzqvpO7R .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWRzqvpO7R .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWRzqvpO7R .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-uWRzqvpO7R .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWRzqvpO7R .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWRzqvpO7R .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWRzqvpO7R .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-uWRzqvpO7R .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uWRzqvpO7R .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uWRzqvpO7R .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-uWRzqvpO7R .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uWRzqvpO7R .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-uWRzqvpO7R .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-uWRzqvpO7R .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uWRzqvpO7R .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-uWRzqvpO7R .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-uWRzqvpO7R .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uWRzqvpO7R .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(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-uWRzqvpO7R .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uWRzqvpO7R .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uWRzqvpO7R .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uWRzqvpO7R .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWRzqvpO7R .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uWRzqvpO7R .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-uWRzqvpO7R .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uWRzqvpO7R .card_1 {
    width: 100%;
  }
}
.cid-uWRzqvpO7R .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uWRzqvpO7R .card_2 {
    width: 100%;
  }
}
.cid-uWRzqvpO7R .main-btn {
  margin-top: 12px;
}
.cid-uWRzqvpO7R .mbr-label,
.cid-uWRzqvpO7R .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWRzqvpO7R .mbr-section-title,
.cid-uWRzqvpO7R .title-wrapper {
  color: #000000;
}
.cid-uWRzqvpO7R .mbr-text,
.cid-uWRzqvpO7R .text-wrapper {
  color: #7d6943;
  text-align: left;
}
.cid-uWRzqvpO7R .item-title {
  color: #000000;
}
.cid-uWRzqvpO7R .item-text {
  color: #515151;
}
.cid-uWRzqvpO7R .mbr-section-title,
.cid-uWRzqvpO7R .title-wrapper,
.cid-uWRzqvpO7R .main-btn {
  text-align: center;
}
.cid-uWRzqvpO7R .item-title,
.cid-uWRzqvpO7R .item-btn,
.cid-uWRzqvpO7R .icon-wrapper {
  color: #7d6943;
}
.cid-uX3uhhVXon {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX3uhhVXon .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX3uhhVXon .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-uX3uhhVXon .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uX3uhhVXon .row {
  flex-direction: row-reverse;
}
.cid-uX3uhhVXon img {
  width: 100%;
}
.cid-uWRLw708Jl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uWRLw708Jl .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-uWRLw708Jl .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #945b85;
  margin-right: 2rem;
  border-radius: 40px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-uWRLw708Jl .timeline-text-content p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uWRLw708Jl .timeline-text-content {
    padding: 1.5rem 0.5rem;
  }
}
.cid-uWRLw708Jl .mbr-timeline-title,
.cid-uWRLw708Jl .mbr-timeline-text {
  color: #ffffff;
}
.cid-uWRLw708Jl .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cid-uWRLw708Jl .timeline-element:hover .timeline-text-content {
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08) !important;
  -webkit-transition: all 0.4s !important;
  transition: all 0.4s !important;
}
.cid-uWRLw708Jl .timeline-element:hover .timeline-text-content h4,
.cid-uWRLw708Jl .timeline-element:hover .timeline-text-content p {
  -webkit-transition: color 1s !important;
  transition: color 1s !important;
  color: #e1c389 !important;
}
.cid-uWRLw708Jl .timeline-element:hover .iconsBackground span {
  -webkit-transition: color 1s !important;
  transition: color 1s !important;
  color: #e1c389 !important;
}
.cid-uWRLw708Jl .timeline-element:hover:before {
  -webkit-transition: background-color 1s !important;
  transition: background-color 1s !important;
  background-color: #e1c389 !important;
}
.cid-uWRLw708Jl .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uWRLw708Jl .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-uWRLw708Jl .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #945b85;
  top: 20px;
  margin-left: -30px;
}
.cid-uWRLw708Jl .iconsBackground span {
  color: #ffffff;
}
.cid-uWRLw708Jl .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-uWRLw708Jl .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #945b85;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
.cid-uWRLw708Jl .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 768px) {
  .cid-uWRLw708Jl .iconsBackground {
    left: 1.5rem;
  }
  .cid-uWRLw708Jl .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-uWRLw708Jl .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-uWRLw708Jl .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-uWRLw708Jl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWRLw708Jl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWRLw708Jl .mbr-section-title {
  color: #7d6943;
  text-align: right;
}
.cid-uW1a75uIJC {
  background-color: #ffffff;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uW1a75uIJC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW1a75uIJC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW1a75uIJC .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uW1a75uIJC .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uW1a75uIJC .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uW1a75uIJC .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uW1a75uIJC .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-uW1a75uIJC .mbr-section-title {
  color: #ff6d99;
}
.cid-uW1a75uIJC .mbr-text,
.cid-uW1a75uIJC .text-wrapper {
  color: #111111;
  text-align: center;
}
.cid-uW1a75uIJC .mbr-section-title,
.cid-uW1a75uIJC .mbr-section-btn {
  text-align: center;
}
.cid-uW1a75uIJC .row {
  justify-content: center;
}
.cid-uW1a75uIJC .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uW1a75uIJC .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uW1a75uIJC .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uW1a75uIJC .mbr-text {
  color: #fff7ee;
}
.cid-uW1a75uIJC #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uW1a75uIJC img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uW1a75VREH {
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/clinica-aevo-liposuccion-lipoescultura-en-madrid-75.jpg-2000x1333.jpg");
}
.cid-uW1a75VREH .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uW1a75VREH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW1a75VREH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW1a75VREH .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uW1a75VREH .image-wrap {
    height: 300px;
  }
}
.cid-uW1a76msHH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uW1a76msHH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW1a76msHH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW1a76msHH .col-12 {
  position: relative;
}
.cid-uW1a76msHH img {
  max-width: 800px;
  margin: auto;
}
.cid-uW1a76msHH .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uW1a76msHH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uW1a76msHH .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uW1a76msHH .image-wrapper {
    padding: 1rem;
  }
}
.cid-uW1a76msHH .mbr-section-title {
  color: #000000;
}
.cid-uW1a76RbbO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uW1a76RbbO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW1a76RbbO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW1a76RbbO .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uW1a76RbbO .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uW1a76RbbO .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uW1a76RbbO .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-uW1a76RbbO .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uW1a76RbbO .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uW1a76RbbO .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #7d6943, #8f2465 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uW1a76RbbO .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uW1a76RbbO .panel-group .card {
  position: relative;
  padding: 7px 16px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-uW1a76RbbO .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uW1a76RbbO .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uW1a76RbbO .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uW1a76RbbO .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-uW1a76RbbO .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uW1a76RbbO .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uW1a76RbbO .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-uW1a76RbbO .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uW1a76RbbO .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uW1a76RbbO .mbr-label,
.cid-uW1a76RbbO .label-wrapper {
  color: #8f2465;
  text-align: center;
}
.cid-uW1a76RbbO .mbr-section-title,
.cid-uW1a76RbbO .title-wrapper {
  color: #8f2465;
  text-align: center;
}
.cid-uW1a76RbbO .mbr-text,
.cid-uW1a76RbbO .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uW1a76RbbO .panel-title-edit {
  color: #000000;
}
.cid-uW1a76RbbO .panel-text {
  color: #515151;
}
.cid-uXNr5cuJMG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXNr5cuJMG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXNr5cuJMG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXNr5cuJMG .card {
  justify-content: center;
}
.cid-uXNr5cuJMG .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uXNr5cuJMG .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uXNr5cuJMG .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uXNr5cuJMG .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uXNr5cuJMG .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXNr5cuJMG .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uXNr5cuJMG .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-uXNr5cuJMG .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uXNr5cuJMG .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-uXNr5cuJMG .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f5f5f5;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-uXNr5cuJMG .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #666666;
}
.cid-uXNr5cuJMG .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uXNr5cuJMG .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #666666 !important;
}
.cid-uXNr5cuJMG .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-uXNr5cuJMG .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uXNr5cuJMG .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #666666;
  border-color: #666666;
}
.cid-uXNr5cuJMG .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uXNr5cuJMG .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-uXNr5cuJMG .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-uXNr5cuJMG .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uXNr5cuJMG .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-uXNr5cuJMG .image-wrapper img {
    height: 350px;
  }
}
.cid-uXNr5cuJMG .mbr-label {
  color: #666666;
}
.cid-uXNr5cuJMG .mbr-section-title {
  color: #111111;
}
.cid-uXNr5cuJMG .mbr-section-subtitle {
  color: #945b85;
}
.cid-uW1a77YYTc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uW1a77YYTc .row {
  flex-direction: row-reverse;
}
.cid-uW1a77YYTc img {
  display: inline;
}
.cid-uW1a77YYTc .si {
  width: 100%;
}
.cid-uW1a77YYTc .si img {
  width: auto;
}
.cid-uW1a77YYTc .text {
  color: #ffffff;
}
.cid-uW1a77YYTc .text,
.cid-uW1a77YYTc .si {
  color: #ba9b67;
  text-align: center;
}
.cid-uW1a77YYTc .copyright {
  color: #6b4d66;
  text-align: center;
}
.cid-uW1a77YYTc .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #454545;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uW1a77YYTc .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uW1a77YYTc .list {
    margin-bottom: 0rem;
  }
}
.cid-uW1a77YYTc .list li {
  margin-bottom: .5rem;
}
.cid-uW1a77YYTc .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-uW1a77YYTc .logo {
    margin-top: 2rem;
  }
}
.cid-uW1a77YYTc .cont {
  color: #945b85;
  text-align: right;
}
.cid-uW1a77YYTc .mbr-section-subtitle {
  color: #6b4d66;
  text-align: center;
}
.cid-uW1a78ya8b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uW1a78ya8b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW1a78ya8b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW1a78ya8b .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #cecbc6, #494032 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uW1a78ya8b .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uW1a78ya8b .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9a8e7b, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uW1a78ya8b .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uW1a78ya8b .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-uW1a78ya8b .mbr-section-title {
  color: #000000;
}
.cid-uW1a78ya8b .mbr-text,
.cid-uW1a78ya8b .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uW1a78ya8b .mbr-section-title,
.cid-uW1a78ya8b .title-wrapper,
.cid-uW1a78ya8b .mbr-section-btn {
  text-align: center;
}
.cid-uW1fSIY3Qn {
  z-index: 1000;
  width: 100%;
}
.cid-uW1fSIY3Qn nav.navbar {
  position: fixed;
}
.cid-uW1fSIY3Qn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uW1fSIY3Qn .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uW1fSIY3Qn .dropdown-item {
  border: none !important;
  background: #e6ddd6 !important;
  font-weight: 400;
}
.cid-uW1fSIY3Qn .dropdown-item:hover,
.cid-uW1fSIY3Qn .dropdown-item:focus {
  background: #e6ddd6 !important;
  color: #494032 !important;
}
.cid-uW1fSIY3Qn .dropdown-item:hover span {
  color: white;
}
.cid-uW1fSIY3Qn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uW1fSIY3Qn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uW1fSIY3Qn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uW1fSIY3Qn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uW1fSIY3Qn .nav-link {
  position: relative;
}
.cid-uW1fSIY3Qn .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uW1fSIY3Qn .container {
    flex-wrap: nowrap;
  }
}
.cid-uW1fSIY3Qn .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uW1fSIY3Qn .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uW1fSIY3Qn .dropdown-menu,
.cid-uW1fSIY3Qn .navbar.opened {
  background: #e6ddd6 !important;
}
.cid-uW1fSIY3Qn .nav-item:focus,
.cid-uW1fSIY3Qn .nav-link:focus {
  outline: none;
}
.cid-uW1fSIY3Qn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uW1fSIY3Qn .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uW1fSIY3Qn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uW1fSIY3Qn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uW1fSIY3Qn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uW1fSIY3Qn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uW1fSIY3Qn .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #e6ddd6;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uW1fSIY3Qn .navbar.opened {
  transition: all 0.3s;
}
.cid-uW1fSIY3Qn .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #000000 inset;
}
.cid-uW1fSIY3Qn .navbar .navbar-logo img {
  border-radius: 0 !important;
  width: auto;
}
.cid-uW1fSIY3Qn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uW1fSIY3Qn .navbar.collapsed {
  justify-content: center;
}
.cid-uW1fSIY3Qn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uW1fSIY3Qn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uW1fSIY3Qn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uW1fSIY3Qn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uW1fSIY3Qn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uW1fSIY3Qn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uW1fSIY3Qn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uW1fSIY3Qn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uW1fSIY3Qn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uW1fSIY3Qn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uW1fSIY3Qn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uW1fSIY3Qn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uW1fSIY3Qn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uW1fSIY3Qn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uW1fSIY3Qn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uW1fSIY3Qn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uW1fSIY3Qn .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uW1fSIY3Qn .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #000000 inset;
  }
  .cid-uW1fSIY3Qn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uW1fSIY3Qn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uW1fSIY3Qn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uW1fSIY3Qn .navbar.navbar-short {
  min-height: 96px;
}
.cid-uW1fSIY3Qn .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uW1fSIY3Qn .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uW1fSIY3Qn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uW1fSIY3Qn .navbar-brand .navbar-caption:hover,
.cid-uW1fSIY3Qn .navbar-brand .navbar-caption:focus {
  color: #494032 !important;
}
.cid-uW1fSIY3Qn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uW1fSIY3Qn .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uW1fSIY3Qn .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #494032 !important;
}
.cid-uW1fSIY3Qn .dropdown-item.active,
.cid-uW1fSIY3Qn .dropdown-item:active {
  background-color: transparent;
}
.cid-uW1fSIY3Qn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uW1fSIY3Qn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uW1fSIY3Qn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uW1fSIY3Qn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e6ddd6;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uW1fSIY3Qn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uW1fSIY3Qn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uW1fSIY3Qn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uW1fSIY3Qn ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uW1fSIY3Qn ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uW1fSIY3Qn .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uW1fSIY3Qn .navbar-buttons {
    text-align: left;
  }
}
.cid-uW1fSIY3Qn .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uW1fSIY3Qn .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uW1fSIY3Qn button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #e6ddd6 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uW1fSIY3Qn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uW1fSIY3Qn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uW1fSIY3Qn button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uW1fSIY3Qn button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uW1fSIY3Qn button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uW1fSIY3Qn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW1fSIY3Qn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uW1fSIY3Qn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uW1fSIY3Qn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW1fSIY3Qn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uW1fSIY3Qn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uW1fSIY3Qn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uW1fSIY3Qn .navbar {
    height: 70px;
  }
  .cid-uW1fSIY3Qn .navbar.opened {
    height: auto;
  }
  .cid-uW1fSIY3Qn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uW1fSIY3Qn .navbar-nav {
  margin: 0 auto;
}
.cid-uW1fSIY3Qn .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uW1fSIY3Qn .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uW1fSIY3Qn .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uW1fSIY3Qn .nav-item .nav-link:hover {
  background-color: transparent;
  color: #494032 !important;
  box-shadow: 0 3px 5px -2px #000000 inset;
}
.cid-uW1fSIY3Qn .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uW1fSIY3Qn .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uW1fSIY3Qn .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uW1fSIY3Qn .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uW1fSIY3Qn .navbar {
    justify-content: flex-start !important;
  }
  .cid-uW1fSIY3Qn .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uW1fSIY3Qn .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uW1fSIY3Qn .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uW1fSIY3Qn .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uW1fSIY3Qn .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uW1fSIY3Qn .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uW1fSIY3Qn .content-wrap {
  min-height: 110px;
}
.cid-uW1fSJyX96 {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/3386.jpg-2000x1333.jpg");
}
.cid-uW1fSJyX96::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  pointer-events: none;
}
.cid-uW1fSJyX96 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW1fSJyX96 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW1fSJyX96 .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uW1fSJyX96 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uW1fSJyX96 .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uW1fSJyX96 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uW1fSJyX96 .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-uW1fSJyX96 .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uW1fSJyX96 .text-wrapper {
    padding-left: 0;
  }
}
.cid-uW1fSJyX96 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uW1fSJyX96 .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uW1fSJyX96 .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uW1fSJyX96 .mbr-label {
  color: #666666;
  text-align: right;
}
.cid-uW1fSJyX96 .mbr-section-title {
  color: #552c45;
  text-align: left;
}
.cid-uW1fSJyX96 .mbr-text {
  color: #ffffff;
}
.cid-uW1fSJZ98y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uW1fSJZ98y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW1fSJZ98y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW1fSJZ98y .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uW1fSJZ98y .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uW1fSJZ98y .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uW1fSJZ98y .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uW1fSJZ98y .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uW1fSJZ98y .image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uW1fSJZ98y .image-wrapper img {
    max-height: 250px;
  }
}
.cid-uW1fSJZ98y .mbr-section-title {
  color: #ffffff;
}
.cid-uW1fSJZ98y .mbr-text {
  color: #ffffff;
}
.cid-uW1fSJZ98y .mbr-section-title,
.cid-uW1fSJZ98y .mbr-section-btn {
  color: #945b85;
  text-align: left;
}
.cid-uW1fSJZ98y .mbr-text,
.cid-uW1fSJZ98y .text-wrapper {
  color: #52414d;
  text-align: left;
}
.cid-uW1fSLFWZb {
  background-color: #fafafa;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uW1fSLFWZb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW1fSLFWZb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW1fSLFWZb .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uW1fSLFWZb .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uW1fSLFWZb .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uW1fSLFWZb .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uW1fSLFWZb .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-uW1fSLFWZb .mbr-section-title {
  color: #ff6d99;
}
.cid-uW1fSLFWZb .mbr-text,
.cid-uW1fSLFWZb .text-wrapper {
  color: #111111;
  text-align: center;
}
.cid-uW1fSLFWZb .mbr-section-title,
.cid-uW1fSLFWZb .mbr-section-btn {
  text-align: center;
}
.cid-uW1fSLFWZb .row {
  justify-content: center;
}
.cid-uW1fSLFWZb .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uW1fSLFWZb .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uW1fSLFWZb .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uW1fSLFWZb .mbr-text {
  color: #fff7ee;
}
.cid-uW1fSLFWZb #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uW1fSLFWZb img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uW1fSM0s5F {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uW1fSM0s5F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW1fSM0s5F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW1fSM0s5F .card-wrapper {
  padding: 64px;
  background-color: #f3f3f1;
  display: flex;
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uW1fSM0s5F .card-wrapper {
    display: block;
    padding: 24px;
    overflow: hidden;
    margin-top: 0;
  }
}
.cid-uW1fSM0s5F .image-wrapper {
  width: 50%;
  padding-right: 56px;
  padding-right: 0;
  padding-left: 56px;
}
@media (max-width: 992px) {
  .cid-uW1fSM0s5F .image-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uW1fSM0s5F .image-wrapper {
    padding-left: 0;
  }
}
.cid-uW1fSM0s5F .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  position: sticky;
  top: 132px;
  margin-top: -128px;
}
@media (max-width: 992px) {
  .cid-uW1fSM0s5F .image-wrapper img {
    height: 350px;
    margin: 0 0 32px 0;
    position: static;
  }
}
.cid-uW1fSM0s5F .content-wrapper {
  width: 50%;
  padding-right: 56px;
  padding-right: 0;
  padding-left: 56px;
}
@media (max-width: 1400px) {
  .cid-uW1fSM0s5F .content-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uW1fSM0s5F .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 1400px) {
  .cid-uW1fSM0s5F .content-wrapper {
    padding-left: 0;
  }
}
.cid-uW1fSM0s5F .content-wrapper .tabs-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uW1fSM0s5F .content-wrapper .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uW1fSM0s5F .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px;
}
.cid-uW1fSM0s5F .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-uW1fSM0s5F .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 6px 26px;
  min-height: 64px;
  background-color: #666666;
  border: 4px solid #9c9c9c;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}
.cid-uW1fSM0s5F .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #945b85;
  border: 4px solid #6b4d66;
}
.cid-uW1fSM0s5F .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
  margin-bottom: 24px;
}
.cid-uW1fSM0s5F .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  display: inline-flex;
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uW1fSM0s5F .content-wrapper .tab-content .tab-pane .item-content .item-title {
  margin-bottom: 0;
}
.cid-uW1fSM0s5F .content-wrapper .tab-content .tab-pane .item-content .item-subtitle {
  margin-bottom: 0;
}
.cid-uW1fSM0s5F .content-wrapper .tab-content .tab-pane .item-content .item-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uW1fSM0s5F .content-wrapper .tab-content .tab-pane .item-content .mbr-section-btn {
  margin-top: 24px;
}
.cid-uW1fSM0s5F .content-wrapper .tab-content .tab-pane .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uW1fSM0s5F .item-title {
  color: #111111;
}
.cid-uW1fSM0s5F .item-subtitle {
  color: #af7497;
}
.cid-uW1fSM0s5F .item-text {
  color: #666666;
}
.cid-uW1fSM0s5F .item-title,
.cid-uW1fSM0s5F .tabs-wrapper,
.cid-uW1fSM0s5F .image-wrap {
  color: #6b4d66;
}
.cid-uW1fSN2TID {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uW1fSN2TID .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW1fSN2TID .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW1fSN2TID .row {
  justify-content: center;
}
.cid-uW1fSN2TID .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uW1fSN2TID .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uW1fSN2TID .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uW1fSN2TID .mbr-text {
  color: #fff7ee;
}
.cid-uW1fSN2TID #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uW1fSN2TID img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uW1fSNrF4k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uW1fSNrF4k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW1fSNrF4k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW1fSNrF4k .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uW1fSNrF4k .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uW1fSNrF4k .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uW1fSNrF4k .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-uW1fSNrF4k .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uW1fSNrF4k .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uW1fSNrF4k .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #9c9c9c, #af7497 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uW1fSNrF4k .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uW1fSNrF4k .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uW1fSNrF4k .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uW1fSNrF4k .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-uW1fSNrF4k .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uW1fSNrF4k .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uW1fSNrF4k .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f3f3f1;
  border-top: 3px solid #9f6387;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uW1fSNrF4k .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uW1fSNrF4k .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-uW1fSNrF4k .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #af7497;
}
@media (max-width: 992px) {
  .cid-uW1fSNrF4k .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uW1fSNrF4k .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-uW1fSNrF4k .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-uW1fSNrF4k .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uW1fSNrF4k .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(#945b85 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #494032;
}
.cid-uW1fSNrF4k .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uW1fSNrF4k .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uW1fSNrF4k .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uW1fSNrF4k .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uW1fSNrF4k .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uW1fSNrF4k .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-uW1fSNrF4k .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uW1fSNrF4k .card_1 {
    width: 100%;
  }
}
.cid-uW1fSNrF4k .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uW1fSNrF4k .card_2 {
    width: 100%;
  }
}
.cid-uW1fSNrF4k .main-btn {
  margin-top: 12px;
}
.cid-uW1fSNrF4k .mbr-label,
.cid-uW1fSNrF4k .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uW1fSNrF4k .mbr-section-title,
.cid-uW1fSNrF4k .title-wrapper {
  color: #000000;
}
.cid-uW1fSNrF4k .mbr-text,
.cid-uW1fSNrF4k .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uW1fSNrF4k .item-title {
  color: #000000;
}
.cid-uW1fSNrF4k .item-text {
  color: #515151;
}
.cid-uW1fSNrF4k .mbr-section-title,
.cid-uW1fSNrF4k .title-wrapper,
.cid-uW1fSNrF4k .main-btn {
  text-align: center;
  color: #9a8e7b;
}
.cid-uW1fSNrF4k .item-title,
.cid-uW1fSNrF4k .item-btn,
.cid-uW1fSNrF4k .icon-wrapper {
  color: #9f6387;
}
.cid-uW1fSO5NEV {
  background-color: #fafafa;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uW1fSO5NEV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW1fSO5NEV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW1fSO5NEV .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uW1fSO5NEV .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uW1fSO5NEV .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uW1fSO5NEV .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uW1fSO5NEV .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-uW1fSO5NEV .mbr-section-title {
  color: #ff6d99;
}
.cid-uW1fSO5NEV .mbr-text,
.cid-uW1fSO5NEV .text-wrapper {
  color: #111111;
  text-align: center;
}
.cid-uW1fSO5NEV .mbr-section-title,
.cid-uW1fSO5NEV .mbr-section-btn {
  text-align: center;
}
.cid-uW1fSO5NEV .row {
  justify-content: center;
}
.cid-uW1fSO5NEV .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uW1fSO5NEV .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uW1fSO5NEV .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uW1fSO5NEV .mbr-text {
  color: #fff7ee;
}
.cid-uW1fSO5NEV #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uW1fSO5NEV img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uW1fSOw6oM {
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/clinica-aevo-liposuccion-lipoescultura-en-madrid-83.jpg-1-2000x1333.jpeg");
}
.cid-uW1fSOw6oM .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uW1fSOw6oM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW1fSOw6oM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW1fSOw6oM .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uW1fSOw6oM .image-wrap {
    height: 300px;
  }
}
.cid-uX3uBzn4yc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX3uBzn4yc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX3uBzn4yc .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-uX3uBzn4yc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uX3uBzn4yc .row {
  flex-direction: row-reverse;
}
.cid-uX3uBzn4yc img {
  width: 100%;
}
.cid-uW1fSOXcEl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uW1fSOXcEl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW1fSOXcEl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW1fSOXcEl .col-12 {
  position: relative;
}
.cid-uW1fSOXcEl img {
  max-width: 800px;
  margin: auto;
}
.cid-uW1fSOXcEl .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uW1fSOXcEl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uW1fSOXcEl .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uW1fSOXcEl .image-wrapper {
    padding: 1rem;
  }
}
.cid-uW1fSOXcEl .mbr-section-title {
  color: #000000;
}
.cid-uW1fSPsXMC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uW1fSPsXMC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW1fSPsXMC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW1fSPsXMC .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uW1fSPsXMC .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uW1fSPsXMC .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uW1fSPsXMC .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-uW1fSPsXMC .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uW1fSPsXMC .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uW1fSPsXMC .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #494032, #964d83 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uW1fSPsXMC .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uW1fSPsXMC .panel-group .card {
  position: relative;
  padding: 7px 16px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-uW1fSPsXMC .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uW1fSPsXMC .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uW1fSPsXMC .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uW1fSPsXMC .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-uW1fSPsXMC .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uW1fSPsXMC .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uW1fSPsXMC .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-uW1fSPsXMC .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uW1fSPsXMC .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uW1fSPsXMC .mbr-label,
.cid-uW1fSPsXMC .label-wrapper {
  color: #964d83;
  text-align: center;
}
.cid-uW1fSPsXMC .mbr-section-title,
.cid-uW1fSPsXMC .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uW1fSPsXMC .mbr-text,
.cid-uW1fSPsXMC .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uW1fSPsXMC .panel-title-edit {
  color: #000000;
}
.cid-uW1fSPsXMC .panel-text {
  color: #515151;
}
.cid-uXNupk45E7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXNupk45E7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXNupk45E7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXNupk45E7 .card {
  justify-content: center;
}
.cid-uXNupk45E7 .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uXNupk45E7 .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uXNupk45E7 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uXNupk45E7 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uXNupk45E7 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXNupk45E7 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uXNupk45E7 .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-uXNupk45E7 .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uXNupk45E7 .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-uXNupk45E7 .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f5f5f5;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-uXNupk45E7 .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #666666;
}
.cid-uXNupk45E7 .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uXNupk45E7 .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #666666 !important;
}
.cid-uXNupk45E7 .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-uXNupk45E7 .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uXNupk45E7 .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #666666;
  border-color: #666666;
}
.cid-uXNupk45E7 .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uXNupk45E7 .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-uXNupk45E7 .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-uXNupk45E7 .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uXNupk45E7 .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-uXNupk45E7 .image-wrapper img {
    height: 350px;
  }
}
.cid-uXNupk45E7 .mbr-label {
  color: #666666;
}
.cid-uXNupk45E7 .mbr-section-title {
  color: #111111;
}
.cid-uXNupk45E7 .mbr-section-subtitle {
  color: #945b85;
}
.cid-uW1fSQDnWI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uW1fSQDnWI .row {
  flex-direction: row-reverse;
}
.cid-uW1fSQDnWI img {
  display: inline;
}
.cid-uW1fSQDnWI .si {
  width: 100%;
}
.cid-uW1fSQDnWI .si img {
  width: auto;
}
.cid-uW1fSQDnWI .text {
  color: #ffffff;
}
.cid-uW1fSQDnWI .text,
.cid-uW1fSQDnWI .si {
  color: #ba9b67;
  text-align: center;
}
.cid-uW1fSQDnWI .copyright {
  color: #6b4d66;
  text-align: center;
}
.cid-uW1fSQDnWI .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #454545;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uW1fSQDnWI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uW1fSQDnWI .list {
    margin-bottom: 0rem;
  }
}
.cid-uW1fSQDnWI .list li {
  margin-bottom: .5rem;
}
.cid-uW1fSQDnWI .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-uW1fSQDnWI .logo {
    margin-top: 2rem;
  }
}
.cid-uW1fSQDnWI .cont {
  color: #945b85;
  text-align: right;
}
.cid-uW1fSQDnWI .mbr-section-subtitle {
  color: #6b4d66;
  text-align: center;
}
.cid-uW1fSRdGxz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uW1fSRdGxz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW1fSRdGxz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW1fSRdGxz .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #cecbc6, #494032 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uW1fSRdGxz .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uW1fSRdGxz .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9a8e7b, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uW1fSRdGxz .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uW1fSRdGxz .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-uW1fSRdGxz .mbr-section-title {
  color: #000000;
}
.cid-uW1fSRdGxz .mbr-text,
.cid-uW1fSRdGxz .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uW1fSRdGxz .mbr-section-title,
.cid-uW1fSRdGxz .title-wrapper,
.cid-uW1fSRdGxz .mbr-section-btn {
  text-align: center;
}
.cid-uX3jqJ6RVC {
  z-index: 1000;
  width: 100%;
}
.cid-uX3jqJ6RVC nav.navbar {
  position: fixed;
}
.cid-uX3jqJ6RVC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uX3jqJ6RVC .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uX3jqJ6RVC .dropdown-item {
  border: none !important;
  background: #e6ddd6 !important;
  font-weight: 400;
}
.cid-uX3jqJ6RVC .dropdown-item:hover,
.cid-uX3jqJ6RVC .dropdown-item:focus {
  background: #e6ddd6 !important;
  color: #494032 !important;
}
.cid-uX3jqJ6RVC .dropdown-item:hover span {
  color: white;
}
.cid-uX3jqJ6RVC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uX3jqJ6RVC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uX3jqJ6RVC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uX3jqJ6RVC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uX3jqJ6RVC .nav-link {
  position: relative;
}
.cid-uX3jqJ6RVC .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uX3jqJ6RVC .container {
    flex-wrap: nowrap;
  }
}
.cid-uX3jqJ6RVC .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uX3jqJ6RVC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uX3jqJ6RVC .dropdown-menu,
.cid-uX3jqJ6RVC .navbar.opened {
  background: #e6ddd6 !important;
}
.cid-uX3jqJ6RVC .nav-item:focus,
.cid-uX3jqJ6RVC .nav-link:focus {
  outline: none;
}
.cid-uX3jqJ6RVC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uX3jqJ6RVC .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uX3jqJ6RVC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uX3jqJ6RVC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uX3jqJ6RVC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uX3jqJ6RVC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uX3jqJ6RVC .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #e6ddd6;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uX3jqJ6RVC .navbar.opened {
  transition: all 0.3s;
}
.cid-uX3jqJ6RVC .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #000000 inset;
}
.cid-uX3jqJ6RVC .navbar .navbar-logo img {
  border-radius: 0 !important;
  width: auto;
}
.cid-uX3jqJ6RVC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uX3jqJ6RVC .navbar.collapsed {
  justify-content: center;
}
.cid-uX3jqJ6RVC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uX3jqJ6RVC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uX3jqJ6RVC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uX3jqJ6RVC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uX3jqJ6RVC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uX3jqJ6RVC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uX3jqJ6RVC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uX3jqJ6RVC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uX3jqJ6RVC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uX3jqJ6RVC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uX3jqJ6RVC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uX3jqJ6RVC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uX3jqJ6RVC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uX3jqJ6RVC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uX3jqJ6RVC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uX3jqJ6RVC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uX3jqJ6RVC .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uX3jqJ6RVC .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #000000 inset;
  }
  .cid-uX3jqJ6RVC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uX3jqJ6RVC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uX3jqJ6RVC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uX3jqJ6RVC .navbar.navbar-short {
  min-height: 96px;
}
.cid-uX3jqJ6RVC .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uX3jqJ6RVC .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uX3jqJ6RVC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uX3jqJ6RVC .navbar-brand .navbar-caption:hover,
.cid-uX3jqJ6RVC .navbar-brand .navbar-caption:focus {
  color: #494032 !important;
}
.cid-uX3jqJ6RVC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uX3jqJ6RVC .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uX3jqJ6RVC .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #494032 !important;
}
.cid-uX3jqJ6RVC .dropdown-item.active,
.cid-uX3jqJ6RVC .dropdown-item:active {
  background-color: transparent;
}
.cid-uX3jqJ6RVC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uX3jqJ6RVC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uX3jqJ6RVC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uX3jqJ6RVC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e6ddd6;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uX3jqJ6RVC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uX3jqJ6RVC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uX3jqJ6RVC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uX3jqJ6RVC ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uX3jqJ6RVC ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uX3jqJ6RVC .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uX3jqJ6RVC .navbar-buttons {
    text-align: left;
  }
}
.cid-uX3jqJ6RVC .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uX3jqJ6RVC .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uX3jqJ6RVC button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #e6ddd6 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uX3jqJ6RVC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uX3jqJ6RVC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uX3jqJ6RVC button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uX3jqJ6RVC button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uX3jqJ6RVC button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uX3jqJ6RVC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX3jqJ6RVC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uX3jqJ6RVC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uX3jqJ6RVC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX3jqJ6RVC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uX3jqJ6RVC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uX3jqJ6RVC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uX3jqJ6RVC .navbar {
    height: 70px;
  }
  .cid-uX3jqJ6RVC .navbar.opened {
    height: auto;
  }
  .cid-uX3jqJ6RVC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uX3jqJ6RVC .navbar-nav {
  margin: 0 auto;
}
.cid-uX3jqJ6RVC .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uX3jqJ6RVC .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uX3jqJ6RVC .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uX3jqJ6RVC .nav-item .nav-link:hover {
  background-color: transparent;
  color: #494032 !important;
  box-shadow: 0 3px 5px -2px #000000 inset;
}
.cid-uX3jqJ6RVC .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uX3jqJ6RVC .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uX3jqJ6RVC .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uX3jqJ6RVC .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uX3jqJ6RVC .navbar {
    justify-content: flex-start !important;
  }
  .cid-uX3jqJ6RVC .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uX3jqJ6RVC .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uX3jqJ6RVC .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uX3jqJ6RVC .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uX3jqJ6RVC .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uX3jqJ6RVC .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uX3jqJ6RVC .content-wrap {
  min-height: 110px;
}
.cid-uX3jqJFY6V {
  padding-top: 15rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/clinica-aevo-liposuccion-lipoescultura-en-madrid-89.jpg-2000x1062.jpg");
}
.cid-uX3jqJFY6V::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  pointer-events: none;
}
.cid-uX3jqJFY6V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX3jqJFY6V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX3jqJFY6V .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uX3jqJFY6V .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uX3jqJFY6V .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uX3jqJFY6V .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uX3jqJFY6V .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-uX3jqJFY6V .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uX3jqJFY6V .text-wrapper {
    padding-left: 0;
  }
}
.cid-uX3jqJFY6V .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uX3jqJFY6V .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uX3jqJFY6V .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uX3jqJFY6V .mbr-label {
  color: #666666;
  text-align: right;
}
.cid-uX3jqJFY6V .mbr-section-title {
  color: #552c45;
  text-align: left;
}
.cid-uX3jqJFY6V .mbr-text {
  color: #ffffff;
}
.cid-uX3uK77ilN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX3uK77ilN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX3uK77ilN .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-uX3uK77ilN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uX3uK77ilN .row {
  flex-direction: row-reverse;
}
.cid-uX3uK77ilN img {
  width: 100%;
}
.cid-uX3jKTScK0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uX3jKTScK0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX3jKTScK0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX3jKTScK0 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uX3jKTScK0 .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uX3jKTScK0 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uX3jKTScK0 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uX3jKTScK0 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-uX3jKTScK0 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uX3jKTScK0 .mbr-section-title {
  color: #111111;
}
.cid-uX3jKTScK0 .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-uX3jKTScK0 .mbr-text,
.cid-uX3jKTScK0 .text-wrapper {
  color: #666666;
}
.cid-uX3jqLKAm8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uX3jqLKAm8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX3jqLKAm8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX3jqLKAm8 .row {
  justify-content: center;
}
.cid-uX3jqLKAm8 .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uX3jqLKAm8 .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uX3jqLKAm8 .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uX3jqLKAm8 .mbr-text {
  color: #fff7ee;
}
.cid-uX3jqLKAm8 #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uX3jqLKAm8 img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uX3jqMJeZc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX3jqMJeZc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX3jqMJeZc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX3jqMJeZc .col-12 {
  position: relative;
}
.cid-uX3jqMJeZc img {
  max-width: 800px;
  margin: auto;
}
.cid-uX3jqMJeZc .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uX3jqMJeZc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uX3jqMJeZc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uX3jqMJeZc .image-wrapper {
    padding: 1rem;
  }
}
.cid-uX3jqMJeZc .mbr-section-title {
  color: #000000;
}
.cid-uX3jqOqUoh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uX3jqOqUoh .row {
  flex-direction: row-reverse;
}
.cid-uX3jqOqUoh img {
  display: inline;
}
.cid-uX3jqOqUoh .si {
  width: 100%;
}
.cid-uX3jqOqUoh .si img {
  width: auto;
}
.cid-uX3jqOqUoh .text {
  color: #ffffff;
}
.cid-uX3jqOqUoh .text,
.cid-uX3jqOqUoh .si {
  color: #ba9b67;
  text-align: center;
}
.cid-uX3jqOqUoh .copyright {
  color: #6b4d66;
  text-align: center;
}
.cid-uX3jqOqUoh .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #454545;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uX3jqOqUoh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uX3jqOqUoh .list {
    margin-bottom: 0rem;
  }
}
.cid-uX3jqOqUoh .list li {
  margin-bottom: .5rem;
}
.cid-uX3jqOqUoh .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-uX3jqOqUoh .logo {
    margin-top: 2rem;
  }
}
.cid-uX3jqOqUoh .cont {
  color: #945b85;
  text-align: right;
}
.cid-uX3jqOqUoh .mbr-section-subtitle {
  color: #6b4d66;
  text-align: center;
}
.cid-uX3jqP3euQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uX3jqP3euQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX3jqP3euQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX3jqP3euQ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #cecbc6, #494032 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uX3jqP3euQ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uX3jqP3euQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9a8e7b, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uX3jqP3euQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uX3jqP3euQ .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-uX3jqP3euQ .mbr-section-title {
  color: #000000;
}
.cid-uX3jqP3euQ .mbr-text,
.cid-uX3jqP3euQ .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uX3jqP3euQ .mbr-section-title,
.cid-uX3jqP3euQ .title-wrapper,
.cid-uX3jqP3euQ .mbr-section-btn {
  text-align: center;
}
.cid-uX3nD1B3Vq {
  z-index: 1000;
  width: 100%;
}
.cid-uX3nD1B3Vq nav.navbar {
  position: fixed;
}
.cid-uX3nD1B3Vq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uX3nD1B3Vq .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uX3nD1B3Vq .dropdown-item {
  border: none !important;
  background: #e6ddd6 !important;
  font-weight: 400;
}
.cid-uX3nD1B3Vq .dropdown-item:hover,
.cid-uX3nD1B3Vq .dropdown-item:focus {
  background: #e6ddd6 !important;
  color: #494032 !important;
}
.cid-uX3nD1B3Vq .dropdown-item:hover span {
  color: white;
}
.cid-uX3nD1B3Vq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uX3nD1B3Vq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uX3nD1B3Vq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uX3nD1B3Vq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uX3nD1B3Vq .nav-link {
  position: relative;
}
.cid-uX3nD1B3Vq .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uX3nD1B3Vq .container {
    flex-wrap: nowrap;
  }
}
.cid-uX3nD1B3Vq .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uX3nD1B3Vq .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uX3nD1B3Vq .dropdown-menu,
.cid-uX3nD1B3Vq .navbar.opened {
  background: #e6ddd6 !important;
}
.cid-uX3nD1B3Vq .nav-item:focus,
.cid-uX3nD1B3Vq .nav-link:focus {
  outline: none;
}
.cid-uX3nD1B3Vq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uX3nD1B3Vq .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uX3nD1B3Vq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uX3nD1B3Vq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uX3nD1B3Vq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uX3nD1B3Vq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uX3nD1B3Vq .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #e6ddd6;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uX3nD1B3Vq .navbar.opened {
  transition: all 0.3s;
}
.cid-uX3nD1B3Vq .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #000000 inset;
}
.cid-uX3nD1B3Vq .navbar .navbar-logo img {
  border-radius: 0 !important;
  width: auto;
}
.cid-uX3nD1B3Vq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uX3nD1B3Vq .navbar.collapsed {
  justify-content: center;
}
.cid-uX3nD1B3Vq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uX3nD1B3Vq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uX3nD1B3Vq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uX3nD1B3Vq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uX3nD1B3Vq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uX3nD1B3Vq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uX3nD1B3Vq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uX3nD1B3Vq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uX3nD1B3Vq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uX3nD1B3Vq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uX3nD1B3Vq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uX3nD1B3Vq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uX3nD1B3Vq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uX3nD1B3Vq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uX3nD1B3Vq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uX3nD1B3Vq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uX3nD1B3Vq .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uX3nD1B3Vq .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #000000 inset;
  }
  .cid-uX3nD1B3Vq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uX3nD1B3Vq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uX3nD1B3Vq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uX3nD1B3Vq .navbar.navbar-short {
  min-height: 96px;
}
.cid-uX3nD1B3Vq .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uX3nD1B3Vq .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uX3nD1B3Vq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uX3nD1B3Vq .navbar-brand .navbar-caption:hover,
.cid-uX3nD1B3Vq .navbar-brand .navbar-caption:focus {
  color: #494032 !important;
}
.cid-uX3nD1B3Vq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uX3nD1B3Vq .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uX3nD1B3Vq .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #494032 !important;
}
.cid-uX3nD1B3Vq .dropdown-item.active,
.cid-uX3nD1B3Vq .dropdown-item:active {
  background-color: transparent;
}
.cid-uX3nD1B3Vq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uX3nD1B3Vq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uX3nD1B3Vq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uX3nD1B3Vq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e6ddd6;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uX3nD1B3Vq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uX3nD1B3Vq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uX3nD1B3Vq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uX3nD1B3Vq ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uX3nD1B3Vq ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uX3nD1B3Vq .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uX3nD1B3Vq .navbar-buttons {
    text-align: left;
  }
}
.cid-uX3nD1B3Vq .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uX3nD1B3Vq .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uX3nD1B3Vq button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #e6ddd6 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uX3nD1B3Vq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uX3nD1B3Vq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uX3nD1B3Vq button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uX3nD1B3Vq button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uX3nD1B3Vq button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uX3nD1B3Vq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX3nD1B3Vq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uX3nD1B3Vq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uX3nD1B3Vq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX3nD1B3Vq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uX3nD1B3Vq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uX3nD1B3Vq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uX3nD1B3Vq .navbar {
    height: 70px;
  }
  .cid-uX3nD1B3Vq .navbar.opened {
    height: auto;
  }
  .cid-uX3nD1B3Vq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uX3nD1B3Vq .navbar-nav {
  margin: 0 auto;
}
.cid-uX3nD1B3Vq .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uX3nD1B3Vq .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uX3nD1B3Vq .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uX3nD1B3Vq .nav-item .nav-link:hover {
  background-color: transparent;
  color: #494032 !important;
  box-shadow: 0 3px 5px -2px #000000 inset;
}
.cid-uX3nD1B3Vq .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uX3nD1B3Vq .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uX3nD1B3Vq .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uX3nD1B3Vq .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uX3nD1B3Vq .navbar {
    justify-content: flex-start !important;
  }
  .cid-uX3nD1B3Vq .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uX3nD1B3Vq .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uX3nD1B3Vq .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uX3nD1B3Vq .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uX3nD1B3Vq .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uX3nD1B3Vq .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uX3nD1B3Vq .content-wrap {
  min-height: 110px;
}
.cid-uX3nD2ILEy {
  padding-top: 15rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/clinica-aevo-liposuccion-lipoescultura-en-madrid-88.jpg-1000x684.jpg");
}
.cid-uX3nD2ILEy::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  pointer-events: none;
}
.cid-uX3nD2ILEy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX3nD2ILEy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX3nD2ILEy .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uX3nD2ILEy .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uX3nD2ILEy .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uX3nD2ILEy .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uX3nD2ILEy .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-uX3nD2ILEy .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uX3nD2ILEy .text-wrapper {
    padding-left: 0;
  }
}
.cid-uX3nD2ILEy .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uX3nD2ILEy .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uX3nD2ILEy .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uX3nD2ILEy .mbr-label {
  color: #666666;
  text-align: right;
}
.cid-uX3nD2ILEy .mbr-section-title {
  color: #552c45;
  text-align: left;
}
.cid-uX3nD2ILEy .mbr-text {
  color: #ffffff;
}
.cid-uX3uLXurYE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX3uLXurYE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX3uLXurYE .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-uX3uLXurYE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uX3uLXurYE .row {
  flex-direction: row-reverse;
}
.cid-uX3uLXurYE img {
  width: 100%;
}
.cid-uX3nD3iaoO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uX3nD3iaoO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX3nD3iaoO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX3nD3iaoO .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uX3nD3iaoO .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uX3nD3iaoO .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uX3nD3iaoO .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uX3nD3iaoO .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-uX3nD3iaoO .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uX3nD3iaoO .mbr-section-title {
  color: #111111;
}
.cid-uX3nD3iaoO .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-uX3nD3iaoO .mbr-text,
.cid-uX3nD3iaoO .text-wrapper {
  color: #666666;
}
.cid-uX3nD3NoSv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uX3nD3NoSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX3nD3NoSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX3nD3NoSv .row {
  justify-content: center;
}
.cid-uX3nD3NoSv .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uX3nD3NoSv .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uX3nD3NoSv .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uX3nD3NoSv .mbr-text {
  color: #fff7ee;
}
.cid-uX3nD3NoSv #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uX3nD3NoSv img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uX3nD4jsKx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX3nD4jsKx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX3nD4jsKx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX3nD4jsKx .col-12 {
  position: relative;
}
.cid-uX3nD4jsKx img {
  max-width: 800px;
  margin: auto;
}
.cid-uX3nD4jsKx .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uX3nD4jsKx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uX3nD4jsKx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uX3nD4jsKx .image-wrapper {
    padding: 1rem;
  }
}
.cid-uX3nD4jsKx .mbr-section-title {
  color: #000000;
}
.cid-uX3nD4OLF2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uX3nD4OLF2 .row {
  flex-direction: row-reverse;
}
.cid-uX3nD4OLF2 img {
  display: inline;
}
.cid-uX3nD4OLF2 .si {
  width: 100%;
}
.cid-uX3nD4OLF2 .si img {
  width: auto;
}
.cid-uX3nD4OLF2 .text {
  color: #ffffff;
}
.cid-uX3nD4OLF2 .text,
.cid-uX3nD4OLF2 .si {
  color: #ba9b67;
  text-align: center;
}
.cid-uX3nD4OLF2 .copyright {
  color: #6b4d66;
  text-align: center;
}
.cid-uX3nD4OLF2 .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #454545;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uX3nD4OLF2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uX3nD4OLF2 .list {
    margin-bottom: 0rem;
  }
}
.cid-uX3nD4OLF2 .list li {
  margin-bottom: .5rem;
}
.cid-uX3nD4OLF2 .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-uX3nD4OLF2 .logo {
    margin-top: 2rem;
  }
}
.cid-uX3nD4OLF2 .cont {
  color: #945b85;
  text-align: right;
}
.cid-uX3nD4OLF2 .mbr-section-subtitle {
  color: #6b4d66;
  text-align: center;
}
.cid-uX3nD5mgA1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uX3nD5mgA1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX3nD5mgA1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX3nD5mgA1 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #cecbc6, #494032 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uX3nD5mgA1 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uX3nD5mgA1 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9a8e7b, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uX3nD5mgA1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uX3nD5mgA1 .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-uX3nD5mgA1 .mbr-section-title {
  color: #000000;
}
.cid-uX3nD5mgA1 .mbr-text,
.cid-uX3nD5mgA1 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uX3nD5mgA1 .mbr-section-title,
.cid-uX3nD5mgA1 .title-wrapper,
.cid-uX3nD5mgA1 .mbr-section-btn {
  text-align: center;
}
.cid-uX3qoqVgQx {
  z-index: 1000;
  width: 100%;
}
.cid-uX3qoqVgQx nav.navbar {
  position: fixed;
}
.cid-uX3qoqVgQx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uX3qoqVgQx .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uX3qoqVgQx .dropdown-item {
  border: none !important;
  background: #e6ddd6 !important;
  font-weight: 400;
}
.cid-uX3qoqVgQx .dropdown-item:hover,
.cid-uX3qoqVgQx .dropdown-item:focus {
  background: #e6ddd6 !important;
  color: #494032 !important;
}
.cid-uX3qoqVgQx .dropdown-item:hover span {
  color: white;
}
.cid-uX3qoqVgQx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uX3qoqVgQx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uX3qoqVgQx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uX3qoqVgQx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uX3qoqVgQx .nav-link {
  position: relative;
}
.cid-uX3qoqVgQx .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uX3qoqVgQx .container {
    flex-wrap: nowrap;
  }
}
.cid-uX3qoqVgQx .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uX3qoqVgQx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uX3qoqVgQx .dropdown-menu,
.cid-uX3qoqVgQx .navbar.opened {
  background: #e6ddd6 !important;
}
.cid-uX3qoqVgQx .nav-item:focus,
.cid-uX3qoqVgQx .nav-link:focus {
  outline: none;
}
.cid-uX3qoqVgQx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uX3qoqVgQx .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uX3qoqVgQx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uX3qoqVgQx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uX3qoqVgQx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uX3qoqVgQx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uX3qoqVgQx .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #e6ddd6;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uX3qoqVgQx .navbar.opened {
  transition: all 0.3s;
}
.cid-uX3qoqVgQx .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #000000 inset;
}
.cid-uX3qoqVgQx .navbar .navbar-logo img {
  border-radius: 0 !important;
  width: auto;
}
.cid-uX3qoqVgQx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uX3qoqVgQx .navbar.collapsed {
  justify-content: center;
}
.cid-uX3qoqVgQx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uX3qoqVgQx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uX3qoqVgQx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uX3qoqVgQx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uX3qoqVgQx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uX3qoqVgQx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uX3qoqVgQx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uX3qoqVgQx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uX3qoqVgQx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uX3qoqVgQx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uX3qoqVgQx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uX3qoqVgQx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uX3qoqVgQx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uX3qoqVgQx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uX3qoqVgQx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uX3qoqVgQx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uX3qoqVgQx .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uX3qoqVgQx .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #000000 inset;
  }
  .cid-uX3qoqVgQx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uX3qoqVgQx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uX3qoqVgQx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uX3qoqVgQx .navbar.navbar-short {
  min-height: 96px;
}
.cid-uX3qoqVgQx .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uX3qoqVgQx .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uX3qoqVgQx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uX3qoqVgQx .navbar-brand .navbar-caption:hover,
.cid-uX3qoqVgQx .navbar-brand .navbar-caption:focus {
  color: #494032 !important;
}
.cid-uX3qoqVgQx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uX3qoqVgQx .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uX3qoqVgQx .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #494032 !important;
}
.cid-uX3qoqVgQx .dropdown-item.active,
.cid-uX3qoqVgQx .dropdown-item:active {
  background-color: transparent;
}
.cid-uX3qoqVgQx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uX3qoqVgQx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uX3qoqVgQx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uX3qoqVgQx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e6ddd6;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uX3qoqVgQx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uX3qoqVgQx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uX3qoqVgQx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uX3qoqVgQx ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uX3qoqVgQx ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uX3qoqVgQx .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uX3qoqVgQx .navbar-buttons {
    text-align: left;
  }
}
.cid-uX3qoqVgQx .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uX3qoqVgQx .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uX3qoqVgQx button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #e6ddd6 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uX3qoqVgQx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uX3qoqVgQx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uX3qoqVgQx button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uX3qoqVgQx button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uX3qoqVgQx button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uX3qoqVgQx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX3qoqVgQx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uX3qoqVgQx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uX3qoqVgQx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX3qoqVgQx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uX3qoqVgQx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uX3qoqVgQx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uX3qoqVgQx .navbar {
    height: 70px;
  }
  .cid-uX3qoqVgQx .navbar.opened {
    height: auto;
  }
  .cid-uX3qoqVgQx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uX3qoqVgQx .navbar-nav {
  margin: 0 auto;
}
.cid-uX3qoqVgQx .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uX3qoqVgQx .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uX3qoqVgQx .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uX3qoqVgQx .nav-item .nav-link:hover {
  background-color: transparent;
  color: #494032 !important;
  box-shadow: 0 3px 5px -2px #000000 inset;
}
.cid-uX3qoqVgQx .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uX3qoqVgQx .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uX3qoqVgQx .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uX3qoqVgQx .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uX3qoqVgQx .navbar {
    justify-content: flex-start !important;
  }
  .cid-uX3qoqVgQx .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uX3qoqVgQx .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uX3qoqVgQx .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uX3qoqVgQx .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uX3qoqVgQx .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uX3qoqVgQx .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uX3qoqVgQx .content-wrap {
  min-height: 110px;
}
.cid-uX3qorI68z {
  padding-top: 15rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/clinica-aevo-liposuccion-lipoescultura-en-madrid-87.jpg-2000x1125.jpg");
}
.cid-uX3qorI68z::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  pointer-events: none;
}
.cid-uX3qorI68z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX3qorI68z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX3qorI68z .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uX3qorI68z .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uX3qorI68z .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uX3qorI68z .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uX3qorI68z .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-uX3qorI68z .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uX3qorI68z .text-wrapper {
    padding-left: 0;
  }
}
.cid-uX3qorI68z .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uX3qorI68z .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uX3qorI68z .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uX3qorI68z .mbr-label {
  color: #666666;
  text-align: right;
}
.cid-uX3qorI68z .mbr-section-title {
  color: #552c45;
  text-align: left;
}
.cid-uX3qorI68z .mbr-text {
  color: #ffffff;
}
.cid-uX3uVNYDMZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX3uVNYDMZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX3uVNYDMZ .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-uX3uVNYDMZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uX3uVNYDMZ .row {
  flex-direction: row-reverse;
}
.cid-uX3uVNYDMZ img {
  width: 100%;
}
.cid-uX3qosGqt5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uX3qosGqt5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX3qosGqt5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX3qosGqt5 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uX3qosGqt5 .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uX3qosGqt5 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uX3qosGqt5 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uX3qosGqt5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-uX3qosGqt5 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uX3qosGqt5 .mbr-section-title {
  color: #111111;
}
.cid-uX3qosGqt5 .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-uX3qosGqt5 .mbr-text,
.cid-uX3qosGqt5 .text-wrapper {
  color: #666666;
}
.cid-uX3qotj28Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uX3qotj28Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX3qotj28Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX3qotj28Z .row {
  justify-content: center;
}
.cid-uX3qotj28Z .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uX3qotj28Z .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uX3qotj28Z .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uX3qotj28Z .mbr-text {
  color: #fff7ee;
}
.cid-uX3qotj28Z #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uX3qotj28Z img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uX3qotNesR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX3qotNesR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX3qotNesR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX3qotNesR .col-12 {
  position: relative;
}
.cid-uX3qotNesR img {
  max-width: 800px;
  margin: auto;
}
.cid-uX3qotNesR .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uX3qotNesR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uX3qotNesR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uX3qotNesR .image-wrapper {
    padding: 1rem;
  }
}
.cid-uX3qotNesR .mbr-section-title {
  color: #000000;
}
.cid-uX3qouj0WC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uX3qouj0WC .row {
  flex-direction: row-reverse;
}
.cid-uX3qouj0WC img {
  display: inline;
}
.cid-uX3qouj0WC .si {
  width: 100%;
}
.cid-uX3qouj0WC .si img {
  width: auto;
}
.cid-uX3qouj0WC .text {
  color: #ffffff;
}
.cid-uX3qouj0WC .text,
.cid-uX3qouj0WC .si {
  color: #ba9b67;
  text-align: center;
}
.cid-uX3qouj0WC .copyright {
  color: #6b4d66;
  text-align: center;
}
.cid-uX3qouj0WC .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #454545;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uX3qouj0WC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uX3qouj0WC .list {
    margin-bottom: 0rem;
  }
}
.cid-uX3qouj0WC .list li {
  margin-bottom: .5rem;
}
.cid-uX3qouj0WC .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-uX3qouj0WC .logo {
    margin-top: 2rem;
  }
}
.cid-uX3qouj0WC .cont {
  color: #945b85;
  text-align: right;
}
.cid-uX3qouj0WC .mbr-section-subtitle {
  color: #6b4d66;
  text-align: center;
}
.cid-uX3qouXYze {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uX3qouXYze .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX3qouXYze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX3qouXYze .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #cecbc6, #494032 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uX3qouXYze .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uX3qouXYze .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9a8e7b, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uX3qouXYze .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uX3qouXYze .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-uX3qouXYze .mbr-section-title {
  color: #000000;
}
.cid-uX3qouXYze .mbr-text,
.cid-uX3qouXYze .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uX3qouXYze .mbr-section-title,
.cid-uX3qouXYze .title-wrapper,
.cid-uX3qouXYze .mbr-section-btn {
  text-align: center;
}
.cid-uX3rsJ4LzJ {
  z-index: 1000;
  width: 100%;
}
.cid-uX3rsJ4LzJ nav.navbar {
  position: fixed;
}
.cid-uX3rsJ4LzJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uX3rsJ4LzJ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uX3rsJ4LzJ .dropdown-item {
  border: none !important;
  background: #e6ddd6 !important;
  font-weight: 400;
}
.cid-uX3rsJ4LzJ .dropdown-item:hover,
.cid-uX3rsJ4LzJ .dropdown-item:focus {
  background: #e6ddd6 !important;
  color: #494032 !important;
}
.cid-uX3rsJ4LzJ .dropdown-item:hover span {
  color: white;
}
.cid-uX3rsJ4LzJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uX3rsJ4LzJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uX3rsJ4LzJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uX3rsJ4LzJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uX3rsJ4LzJ .nav-link {
  position: relative;
}
.cid-uX3rsJ4LzJ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uX3rsJ4LzJ .container {
    flex-wrap: nowrap;
  }
}
.cid-uX3rsJ4LzJ .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uX3rsJ4LzJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uX3rsJ4LzJ .dropdown-menu,
.cid-uX3rsJ4LzJ .navbar.opened {
  background: #e6ddd6 !important;
}
.cid-uX3rsJ4LzJ .nav-item:focus,
.cid-uX3rsJ4LzJ .nav-link:focus {
  outline: none;
}
.cid-uX3rsJ4LzJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uX3rsJ4LzJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uX3rsJ4LzJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uX3rsJ4LzJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uX3rsJ4LzJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uX3rsJ4LzJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uX3rsJ4LzJ .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #e6ddd6;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uX3rsJ4LzJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uX3rsJ4LzJ .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #000000 inset;
}
.cid-uX3rsJ4LzJ .navbar .navbar-logo img {
  border-radius: 0 !important;
  width: auto;
}
.cid-uX3rsJ4LzJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uX3rsJ4LzJ .navbar.collapsed {
  justify-content: center;
}
.cid-uX3rsJ4LzJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uX3rsJ4LzJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uX3rsJ4LzJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uX3rsJ4LzJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uX3rsJ4LzJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uX3rsJ4LzJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uX3rsJ4LzJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uX3rsJ4LzJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uX3rsJ4LzJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uX3rsJ4LzJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uX3rsJ4LzJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uX3rsJ4LzJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uX3rsJ4LzJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uX3rsJ4LzJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uX3rsJ4LzJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uX3rsJ4LzJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uX3rsJ4LzJ .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uX3rsJ4LzJ .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #000000 inset;
  }
  .cid-uX3rsJ4LzJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uX3rsJ4LzJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uX3rsJ4LzJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uX3rsJ4LzJ .navbar.navbar-short {
  min-height: 96px;
}
.cid-uX3rsJ4LzJ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uX3rsJ4LzJ .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uX3rsJ4LzJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uX3rsJ4LzJ .navbar-brand .navbar-caption:hover,
.cid-uX3rsJ4LzJ .navbar-brand .navbar-caption:focus {
  color: #494032 !important;
}
.cid-uX3rsJ4LzJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uX3rsJ4LzJ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uX3rsJ4LzJ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #494032 !important;
}
.cid-uX3rsJ4LzJ .dropdown-item.active,
.cid-uX3rsJ4LzJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uX3rsJ4LzJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uX3rsJ4LzJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uX3rsJ4LzJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uX3rsJ4LzJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e6ddd6;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uX3rsJ4LzJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uX3rsJ4LzJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uX3rsJ4LzJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uX3rsJ4LzJ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uX3rsJ4LzJ ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uX3rsJ4LzJ .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uX3rsJ4LzJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uX3rsJ4LzJ .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uX3rsJ4LzJ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uX3rsJ4LzJ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #e6ddd6 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uX3rsJ4LzJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uX3rsJ4LzJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uX3rsJ4LzJ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uX3rsJ4LzJ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uX3rsJ4LzJ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uX3rsJ4LzJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX3rsJ4LzJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uX3rsJ4LzJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uX3rsJ4LzJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX3rsJ4LzJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uX3rsJ4LzJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uX3rsJ4LzJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uX3rsJ4LzJ .navbar {
    height: 70px;
  }
  .cid-uX3rsJ4LzJ .navbar.opened {
    height: auto;
  }
  .cid-uX3rsJ4LzJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uX3rsJ4LzJ .navbar-nav {
  margin: 0 auto;
}
.cid-uX3rsJ4LzJ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uX3rsJ4LzJ .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uX3rsJ4LzJ .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uX3rsJ4LzJ .nav-item .nav-link:hover {
  background-color: transparent;
  color: #494032 !important;
  box-shadow: 0 3px 5px -2px #000000 inset;
}
.cid-uX3rsJ4LzJ .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uX3rsJ4LzJ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uX3rsJ4LzJ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uX3rsJ4LzJ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uX3rsJ4LzJ .navbar {
    justify-content: flex-start !important;
  }
  .cid-uX3rsJ4LzJ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uX3rsJ4LzJ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uX3rsJ4LzJ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uX3rsJ4LzJ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uX3rsJ4LzJ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uX3rsJ4LzJ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uX3rsJ4LzJ .content-wrap {
  min-height: 110px;
}
.cid-uX3rsJHOYf {
  padding-top: 15rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/clinica-aevo-liposuccion-lipoescultura-en-madrid-92.jpg-1500x1000.jpg");
}
.cid-uX3rsJHOYf::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  pointer-events: none;
}
.cid-uX3rsJHOYf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX3rsJHOYf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX3rsJHOYf .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uX3rsJHOYf .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uX3rsJHOYf .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uX3rsJHOYf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uX3rsJHOYf .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-uX3rsJHOYf .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uX3rsJHOYf .text-wrapper {
    padding-left: 0;
  }
}
.cid-uX3rsJHOYf .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uX3rsJHOYf .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uX3rsJHOYf .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uX3rsJHOYf .mbr-label {
  color: #666666;
  text-align: right;
}
.cid-uX3rsJHOYf .mbr-section-title {
  color: #454545;
  text-align: right;
}
.cid-uX3rsJHOYf .mbr-text {
  color: #ffffff;
}
.cid-uX3rsJHOYf .mbr-text,
.cid-uX3rsJHOYf .mbr-section-btn {
  color: #666666;
}
.cid-uX3rsKO0Cg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uX3rsKO0Cg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX3rsKO0Cg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX3rsKO0Cg .row {
  justify-content: center;
}
.cid-uX3rsKO0Cg .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uX3rsKO0Cg .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uX3rsKO0Cg .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uX3rsKO0Cg .mbr-text {
  color: #fff7ee;
}
.cid-uX3rsKO0Cg #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uX3rsKO0Cg img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uX3rsLh87z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX3rsLh87z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX3rsLh87z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX3rsLh87z .col-12 {
  position: relative;
}
.cid-uX3rsLh87z img {
  max-width: 800px;
  margin: auto;
}
.cid-uX3rsLh87z .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uX3rsLh87z .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uX3rsLh87z .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uX3rsLh87z .image-wrapper {
    padding: 1rem;
  }
}
.cid-uX3rsLh87z .mbr-section-title {
  color: #000000;
}
.cid-uX3rsLN7gM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uX3rsLN7gM .row {
  flex-direction: row-reverse;
}
.cid-uX3rsLN7gM img {
  display: inline;
}
.cid-uX3rsLN7gM .si {
  width: 100%;
}
.cid-uX3rsLN7gM .si img {
  width: auto;
}
.cid-uX3rsLN7gM .text {
  color: #ffffff;
}
.cid-uX3rsLN7gM .text,
.cid-uX3rsLN7gM .si {
  color: #ba9b67;
  text-align: center;
}
.cid-uX3rsLN7gM .copyright {
  color: #6b4d66;
  text-align: center;
}
.cid-uX3rsLN7gM .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #454545;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uX3rsLN7gM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uX3rsLN7gM .list {
    margin-bottom: 0rem;
  }
}
.cid-uX3rsLN7gM .list li {
  margin-bottom: .5rem;
}
.cid-uX3rsLN7gM .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-uX3rsLN7gM .logo {
    margin-top: 2rem;
  }
}
.cid-uX3rsLN7gM .cont {
  color: #945b85;
  text-align: right;
}
.cid-uX3rsLN7gM .mbr-section-subtitle {
  color: #6b4d66;
  text-align: center;
}
.cid-uX3rsMqQRV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uX3rsMqQRV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX3rsMqQRV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX3rsMqQRV .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #cecbc6, #494032 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uX3rsMqQRV .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uX3rsMqQRV .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9a8e7b, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uX3rsMqQRV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uX3rsMqQRV .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-uX3rsMqQRV .mbr-section-title {
  color: #000000;
}
.cid-uX3rsMqQRV .mbr-text,
.cid-uX3rsMqQRV .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uX3rsMqQRV .mbr-section-title,
.cid-uX3rsMqQRV .title-wrapper,
.cid-uX3rsMqQRV .mbr-section-btn {
  text-align: center;
}
.cid-uWRUJowCOA {
  z-index: 1000;
  width: 100%;
}
.cid-uWRUJowCOA nav.navbar {
  position: fixed;
}
.cid-uWRUJowCOA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWRUJowCOA .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uWRUJowCOA .dropdown-item {
  border: none !important;
  background: #e6ddd6 !important;
  font-weight: 400;
}
.cid-uWRUJowCOA .dropdown-item:hover,
.cid-uWRUJowCOA .dropdown-item:focus {
  background: #e6ddd6 !important;
  color: #494032 !important;
}
.cid-uWRUJowCOA .dropdown-item:hover span {
  color: white;
}
.cid-uWRUJowCOA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWRUJowCOA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWRUJowCOA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWRUJowCOA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWRUJowCOA .nav-link {
  position: relative;
}
.cid-uWRUJowCOA .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uWRUJowCOA .container {
    flex-wrap: nowrap;
  }
}
.cid-uWRUJowCOA .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uWRUJowCOA .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uWRUJowCOA .dropdown-menu,
.cid-uWRUJowCOA .navbar.opened {
  background: #e6ddd6 !important;
}
.cid-uWRUJowCOA .nav-item:focus,
.cid-uWRUJowCOA .nav-link:focus {
  outline: none;
}
.cid-uWRUJowCOA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWRUJowCOA .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uWRUJowCOA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWRUJowCOA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWRUJowCOA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWRUJowCOA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWRUJowCOA .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #e6ddd6;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uWRUJowCOA .navbar.opened {
  transition: all 0.3s;
}
.cid-uWRUJowCOA .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #000000 inset;
}
.cid-uWRUJowCOA .navbar .navbar-logo img {
  border-radius: 0 !important;
  width: auto;
}
.cid-uWRUJowCOA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWRUJowCOA .navbar.collapsed {
  justify-content: center;
}
.cid-uWRUJowCOA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWRUJowCOA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWRUJowCOA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uWRUJowCOA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWRUJowCOA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWRUJowCOA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uWRUJowCOA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWRUJowCOA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWRUJowCOA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWRUJowCOA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWRUJowCOA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWRUJowCOA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWRUJowCOA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWRUJowCOA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uWRUJowCOA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWRUJowCOA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWRUJowCOA .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uWRUJowCOA .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #000000 inset;
  }
  .cid-uWRUJowCOA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uWRUJowCOA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWRUJowCOA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWRUJowCOA .navbar.navbar-short {
  min-height: 96px;
}
.cid-uWRUJowCOA .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uWRUJowCOA .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uWRUJowCOA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uWRUJowCOA .navbar-brand .navbar-caption:hover,
.cid-uWRUJowCOA .navbar-brand .navbar-caption:focus {
  color: #494032 !important;
}
.cid-uWRUJowCOA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWRUJowCOA .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uWRUJowCOA .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #494032 !important;
}
.cid-uWRUJowCOA .dropdown-item.active,
.cid-uWRUJowCOA .dropdown-item:active {
  background-color: transparent;
}
.cid-uWRUJowCOA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWRUJowCOA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWRUJowCOA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWRUJowCOA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e6ddd6;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uWRUJowCOA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uWRUJowCOA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uWRUJowCOA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWRUJowCOA ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uWRUJowCOA ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uWRUJowCOA .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uWRUJowCOA .navbar-buttons {
    text-align: left;
  }
}
.cid-uWRUJowCOA .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uWRUJowCOA .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uWRUJowCOA button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #e6ddd6 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uWRUJowCOA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWRUJowCOA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uWRUJowCOA button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWRUJowCOA button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWRUJowCOA button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uWRUJowCOA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWRUJowCOA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWRUJowCOA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWRUJowCOA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWRUJowCOA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uWRUJowCOA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWRUJowCOA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWRUJowCOA .navbar {
    height: 70px;
  }
  .cid-uWRUJowCOA .navbar.opened {
    height: auto;
  }
  .cid-uWRUJowCOA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWRUJowCOA .navbar-nav {
  margin: 0 auto;
}
.cid-uWRUJowCOA .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uWRUJowCOA .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uWRUJowCOA .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uWRUJowCOA .nav-item .nav-link:hover {
  background-color: transparent;
  color: #494032 !important;
  box-shadow: 0 3px 5px -2px #000000 inset;
}
.cid-uWRUJowCOA .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uWRUJowCOA .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uWRUJowCOA .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uWRUJowCOA .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uWRUJowCOA .navbar {
    justify-content: flex-start !important;
  }
  .cid-uWRUJowCOA .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uWRUJowCOA .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uWRUJowCOA .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uWRUJowCOA .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uWRUJowCOA .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uWRUJowCOA .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uWRUJowCOA .content-wrap {
  min-height: 110px;
}
.cid-uWRUJoK0Zv {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/clinica-aevo-liposuccion-lipoescultura-en-madrid-77.jpg-1772x1183.jpeg");
}
.cid-uWRUJoK0Zv::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  pointer-events: none;
}
.cid-uWRUJoK0Zv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWRUJoK0Zv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWRUJoK0Zv .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uWRUJoK0Zv .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWRUJoK0Zv .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uWRUJoK0Zv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWRUJoK0Zv .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-uWRUJoK0Zv .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uWRUJoK0Zv .text-wrapper {
    padding-left: 0;
  }
}
.cid-uWRUJoK0Zv .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uWRUJoK0Zv .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uWRUJoK0Zv .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uWRUJoK0Zv .mbr-label {
  color: #666666;
  text-align: right;
}
.cid-uWRUJoK0Zv .mbr-section-title {
  color: #552c45;
  text-align: left;
}
.cid-uWRUJoK0Zv .mbr-text {
  color: #ffffff;
}
.cid-uWRUJoUDLJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f6fa;
}
.cid-uWRUJoUDLJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWRUJoUDLJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWRUJoUDLJ .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uWRUJoUDLJ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWRUJoUDLJ .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uWRUJoUDLJ .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uWRUJoUDLJ .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uWRUJoUDLJ .image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uWRUJoUDLJ .image-wrapper img {
    max-height: 250px;
  }
}
.cid-uWRUJoUDLJ .mbr-section-title {
  color: #ffffff;
}
.cid-uWRUJoUDLJ .mbr-text {
  color: #ffffff;
}
.cid-uWRUJoUDLJ .mbr-section-title,
.cid-uWRUJoUDLJ .mbr-section-btn {
  color: #945b85;
  text-align: left;
}
.cid-uWRUJoUDLJ .mbr-text,
.cid-uWRUJoUDLJ .text-wrapper {
  color: #52414d;
  text-align: left;
}
.cid-uWS2z64Sa0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f4f6fa;
}
.cid-uWS2z64Sa0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWS2z64Sa0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWS2z64Sa0 .row {
  justify-content: center;
}
.cid-uWS2z64Sa0 .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uWS2z64Sa0 .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uWS2z64Sa0 .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWS2z64Sa0 .mbr-text {
  color: #fff7ee;
}
.cid-uWS2z64Sa0 #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uWS2z64Sa0 img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uX3bWsH7Ga {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f6fa;
}
.cid-uX3bWsH7Ga .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX3bWsH7Ga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX3bWsH7Ga .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uX3bWsH7Ga .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uX3bWsH7Ga .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uX3bWsH7Ga .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #ffffff;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uX3bWsH7Ga .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uX3bWsH7Ga .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uX3bWsH7Ga .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #666666, #945b85 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uX3bWsH7Ga .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uX3bWsH7Ga .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uX3bWsH7Ga .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uX3bWsH7Ga .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uX3bWsH7Ga .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uX3bWsH7Ga .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uX3bWsH7Ga .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-uX3bWsH7Ga .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uX3bWsH7Ga .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uX3bWsH7Ga .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-uX3bWsH7Ga .items-wrapper .item .item-wrapper .item-img img {
  display: inline-block;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 100% !important;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-uX3bWsH7Ga .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uX3bWsH7Ga .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uX3bWsH7Ga .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uX3bWsH7Ga .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uX3bWsH7Ga .mbr-label,
.cid-uX3bWsH7Ga .label-wrapper {
  color: #945b85;
  text-align: center;
}
.cid-uX3bWsH7Ga .mbr-section-title,
.cid-uX3bWsH7Ga .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uX3bWsH7Ga .mbr-text,
.cid-uX3bWsH7Ga .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uX3bWsH7Ga .item-title {
  color: #000000;
}
.cid-uX3bWsH7Ga .item-text {
  color: #515151;
  text-align: center;
}
.cid-uX3bWsH7Ga .item-title,
.cid-uX3bWsH7Ga .mbr-section-btn {
  text-align: center;
}
.cid-uXNw7DuJRD {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f4f6fa;
}
.cid-uXNw7DuJRD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXNw7DuJRD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXNw7DuJRD .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXNw7DuJRD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uXNw7DuJRD .mbr-text {
  color: #19171c;
}
.cid-uXNw7DuJRD .mbr-text,
.cid-uXNw7DuJRD .mbr-section-btn,
.cid-uXNw7DuJRD .text-wrapper {
  color: #945b85;
  text-align: justify;
}
.cid-uX3fqRXCTc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f4f6fa;
}
.cid-uX3fqRXCTc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX3fqRXCTc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX3fqRXCTc .row {
  justify-content: center;
}
.cid-uX3fqRXCTc .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uX3fqRXCTc .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uX3fqRXCTc .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uX3fqRXCTc .mbr-text {
  color: #fff7ee;
}
.cid-uX3fqRXCTc #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uX3fqRXCTc img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uWRUJqD0Ss {
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/clinica-aevo-liposuccion-lipoescultura-en-madrid-85.jpg-2000x1335.jpg");
}
.cid-uWRUJqD0Ss .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uWRUJqD0Ss .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWRUJqD0Ss .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWRUJqD0Ss .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uWRUJqD0Ss .image-wrap {
    height: 300px;
  }
}
.cid-uWRUJqNz5v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWRUJqNz5v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWRUJqNz5v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWRUJqNz5v .col-12 {
  position: relative;
}
.cid-uWRUJqNz5v img {
  max-width: 800px;
  margin: auto;
}
.cid-uWRUJqNz5v .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uWRUJqNz5v .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWRUJqNz5v .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWRUJqNz5v .image-wrapper {
    padding: 1rem;
  }
}
.cid-uWRUJqNz5v .mbr-section-title {
  color: #000000;
}
.cid-uWRUJqYweV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uWRUJqYweV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWRUJqYweV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWRUJqYweV .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWRUJqYweV .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWRUJqYweV .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWRUJqYweV .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-uWRUJqYweV .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWRUJqYweV .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWRUJqYweV .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #666666, #945b85 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uWRUJqYweV .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWRUJqYweV .panel-group .card {
  position: relative;
  padding: 7px 16px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-uWRUJqYweV .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uWRUJqYweV .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uWRUJqYweV .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uWRUJqYweV .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-uWRUJqYweV .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uWRUJqYweV .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uWRUJqYweV .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-uWRUJqYweV .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uWRUJqYweV .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uWRUJqYweV .mbr-label,
.cid-uWRUJqYweV .label-wrapper {
  color: #945b85;
  text-align: center;
}
.cid-uWRUJqYweV .mbr-section-title,
.cid-uWRUJqYweV .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWRUJqYweV .mbr-text,
.cid-uWRUJqYweV .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uWRUJqYweV .panel-title-edit {
  color: #000000;
}
.cid-uWRUJqYweV .panel-text {
  color: #515151;
}
.cid-uX3uFiTcAS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX3uFiTcAS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX3uFiTcAS .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-uX3uFiTcAS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uX3uFiTcAS .row {
  flex-direction: row-reverse;
}
.cid-uX3uFiTcAS img {
  width: 100%;
}
.cid-uXNvHW8mPd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXNvHW8mPd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXNvHW8mPd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXNvHW8mPd .card {
  justify-content: center;
}
.cid-uXNvHW8mPd .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uXNvHW8mPd .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uXNvHW8mPd .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uXNvHW8mPd .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uXNvHW8mPd .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXNvHW8mPd .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uXNvHW8mPd .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-uXNvHW8mPd .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uXNvHW8mPd .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-uXNvHW8mPd .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f5f5f5;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-uXNvHW8mPd .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #666666;
}
.cid-uXNvHW8mPd .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uXNvHW8mPd .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #666666 !important;
}
.cid-uXNvHW8mPd .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-uXNvHW8mPd .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uXNvHW8mPd .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #666666;
  border-color: #666666;
}
.cid-uXNvHW8mPd .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uXNvHW8mPd .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-uXNvHW8mPd .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-uXNvHW8mPd .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uXNvHW8mPd .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-uXNvHW8mPd .image-wrapper img {
    height: 350px;
  }
}
.cid-uXNvHW8mPd .mbr-label {
  color: #666666;
}
.cid-uXNvHW8mPd .mbr-section-title {
  color: #111111;
}
.cid-uXNvHW8mPd .mbr-section-subtitle {
  color: #945b85;
}
.cid-uWRUJrvY8x {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uWRUJrvY8x .row {
  flex-direction: row-reverse;
}
.cid-uWRUJrvY8x img {
  display: inline;
}
.cid-uWRUJrvY8x .si {
  width: 100%;
}
.cid-uWRUJrvY8x .si img {
  width: auto;
}
.cid-uWRUJrvY8x .text {
  color: #ffffff;
}
.cid-uWRUJrvY8x .text,
.cid-uWRUJrvY8x .si {
  color: #ba9b67;
  text-align: center;
}
.cid-uWRUJrvY8x .copyright {
  color: #6b4d66;
  text-align: center;
}
.cid-uWRUJrvY8x .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #454545;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uWRUJrvY8x .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWRUJrvY8x .list {
    margin-bottom: 0rem;
  }
}
.cid-uWRUJrvY8x .list li {
  margin-bottom: .5rem;
}
.cid-uWRUJrvY8x .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-uWRUJrvY8x .logo {
    margin-top: 2rem;
  }
}
.cid-uWRUJrvY8x .cont {
  color: #945b85;
  text-align: right;
}
.cid-uWRUJrvY8x .mbr-section-subtitle {
  color: #6b4d66;
  text-align: center;
}
.cid-uWRUJrK1WY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uWRUJrK1WY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWRUJrK1WY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWRUJrK1WY .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #cecbc6, #494032 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWRUJrK1WY .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWRUJrK1WY .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9a8e7b, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWRUJrK1WY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWRUJrK1WY .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-uWRUJrK1WY .mbr-section-title {
  color: #000000;
}
.cid-uWRUJrK1WY .mbr-text,
.cid-uWRUJrK1WY .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uWRUJrK1WY .mbr-section-title,
.cid-uWRUJrK1WY .title-wrapper,
.cid-uWRUJrK1WY .mbr-section-btn {
  text-align: center;
}
.cid-uVWNqyczTg {
  z-index: 1000;
  width: 100%;
}
.cid-uVWNqyczTg nav.navbar {
  position: fixed;
}
.cid-uVWNqyczTg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVWNqyczTg .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uVWNqyczTg .dropdown-item {
  border: none !important;
  background: #e6ddd6 !important;
  font-weight: 400;
}
.cid-uVWNqyczTg .dropdown-item:hover,
.cid-uVWNqyczTg .dropdown-item:focus {
  background: #e6ddd6 !important;
  color: #494032 !important;
}
.cid-uVWNqyczTg .dropdown-item:hover span {
  color: white;
}
.cid-uVWNqyczTg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVWNqyczTg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVWNqyczTg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVWNqyczTg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVWNqyczTg .nav-link {
  position: relative;
}
.cid-uVWNqyczTg .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uVWNqyczTg .container {
    flex-wrap: nowrap;
  }
}
.cid-uVWNqyczTg .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uVWNqyczTg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uVWNqyczTg .dropdown-menu,
.cid-uVWNqyczTg .navbar.opened {
  background: #e6ddd6 !important;
}
.cid-uVWNqyczTg .nav-item:focus,
.cid-uVWNqyczTg .nav-link:focus {
  outline: none;
}
.cid-uVWNqyczTg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVWNqyczTg .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uVWNqyczTg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVWNqyczTg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVWNqyczTg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVWNqyczTg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVWNqyczTg .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #e6ddd6;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uVWNqyczTg .navbar.opened {
  transition: all 0.3s;
}
.cid-uVWNqyczTg .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #000000 inset;
}
.cid-uVWNqyczTg .navbar .navbar-logo img {
  border-radius: 0 !important;
  width: auto;
}
.cid-uVWNqyczTg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVWNqyczTg .navbar.collapsed {
  justify-content: center;
}
.cid-uVWNqyczTg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVWNqyczTg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVWNqyczTg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uVWNqyczTg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVWNqyczTg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVWNqyczTg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVWNqyczTg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVWNqyczTg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVWNqyczTg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVWNqyczTg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVWNqyczTg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVWNqyczTg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVWNqyczTg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVWNqyczTg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVWNqyczTg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVWNqyczTg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVWNqyczTg .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uVWNqyczTg .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #000000 inset;
  }
  .cid-uVWNqyczTg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uVWNqyczTg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVWNqyczTg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVWNqyczTg .navbar.navbar-short {
  min-height: 96px;
}
.cid-uVWNqyczTg .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uVWNqyczTg .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uVWNqyczTg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uVWNqyczTg .navbar-brand .navbar-caption:hover,
.cid-uVWNqyczTg .navbar-brand .navbar-caption:focus {
  color: #494032 !important;
}
.cid-uVWNqyczTg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVWNqyczTg .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uVWNqyczTg .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #494032 !important;
}
.cid-uVWNqyczTg .dropdown-item.active,
.cid-uVWNqyczTg .dropdown-item:active {
  background-color: transparent;
}
.cid-uVWNqyczTg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVWNqyczTg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVWNqyczTg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVWNqyczTg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e6ddd6;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uVWNqyczTg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uVWNqyczTg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uVWNqyczTg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVWNqyczTg ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uVWNqyczTg ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uVWNqyczTg .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uVWNqyczTg .navbar-buttons {
    text-align: left;
  }
}
.cid-uVWNqyczTg .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uVWNqyczTg .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uVWNqyczTg button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #e6ddd6 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uVWNqyczTg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVWNqyczTg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uVWNqyczTg button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVWNqyczTg button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVWNqyczTg button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uVWNqyczTg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVWNqyczTg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVWNqyczTg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVWNqyczTg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVWNqyczTg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVWNqyczTg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVWNqyczTg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVWNqyczTg .navbar {
    height: 70px;
  }
  .cid-uVWNqyczTg .navbar.opened {
    height: auto;
  }
  .cid-uVWNqyczTg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVWNqyczTg .navbar-nav {
  margin: 0 auto;
}
.cid-uVWNqyczTg .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uVWNqyczTg .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uVWNqyczTg .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uVWNqyczTg .nav-item .nav-link:hover {
  background-color: transparent;
  color: #494032 !important;
  box-shadow: 0 3px 5px -2px #000000 inset;
}
.cid-uVWNqyczTg .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uVWNqyczTg .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uVWNqyczTg .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uVWNqyczTg .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uVWNqyczTg .navbar {
    justify-content: flex-start !important;
  }
  .cid-uVWNqyczTg .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uVWNqyczTg .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uVWNqyczTg .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uVWNqyczTg .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uVWNqyczTg .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uVWNqyczTg .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uVWNqyczTg .content-wrap {
  min-height: 110px;
}
.cid-uXJ7V4uKFc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXJ7V4uKFc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uXJ7V4uKFc .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uXJ7V4uKFc .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-uXJ7V4uKFc .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uXJ7V4uKFc .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uXJ7V4uKFc .content-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uXJ7V4uKFc .content-wrapper .logo-wrapper img {
  width: 116px;
  height: 116px;
  object-fit: cover;
  display: inline-flex;
  border-radius: 100% !important;
  box-shadow: 0 20px 20px -5px #9c9c9c;
}
.cid-uXJ7V4uKFc .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uXJ7V4uKFc .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-uXJ7V4uKFc .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXJ7V4uKFc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXJ7V4uKFc .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uXJ7V4uKFc .mbr-label,
.cid-uXJ7V4uKFc .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXJ7V4uKFc .mbr-section-title {
  color: #000000;
}
.cid-uXJ7V4uKFc .mbr-text,
.cid-uXJ7V4uKFc .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXJ7V4uKFc .mbr-section-title,
.cid-uXJ7V4uKFc .title-wrapper,
.cid-uXJ7V4uKFc .mbr-section-btn,
.cid-uXJ7V4uKFc .logo-wrapper {
  text-align: center;
}
.cid-uW18G9EPVl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uW18G9EPVl .row {
  flex-direction: row-reverse;
}
.cid-uW18G9EPVl img {
  display: inline;
}
.cid-uW18G9EPVl .si {
  width: 100%;
}
.cid-uW18G9EPVl .si img {
  width: auto;
}
.cid-uW18G9EPVl .text {
  color: #ffffff;
}
.cid-uW18G9EPVl .text,
.cid-uW18G9EPVl .si {
  color: #ba9b67;
  text-align: center;
}
.cid-uW18G9EPVl .copyright {
  color: #6b4d66;
  text-align: center;
}
.cid-uW18G9EPVl .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #454545;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uW18G9EPVl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uW18G9EPVl .list {
    margin-bottom: 0rem;
  }
}
.cid-uW18G9EPVl .list li {
  margin-bottom: .5rem;
}
.cid-uW18G9EPVl .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-uW18G9EPVl .logo {
    margin-top: 2rem;
  }
}
.cid-uW18G9EPVl .cont {
  color: #945b85;
  text-align: right;
}
.cid-uW18G9EPVl .mbr-section-subtitle {
  color: #6b4d66;
  text-align: center;
}
